Initial revision

This commit is contained in:
ceriel 1987-01-13 11:01:26 +00:00
parent 6d499785be
commit 630e5d8082

28
util/ego/em_ego/Makefile Normal file
View file

@ -0,0 +1,28 @@
EMHOME=../../..
EMH=$(EMHOME)/h
EMLIB=$(EMHOME)/lib
SHARE=../share
LDFLAGS=-i
CPPFLAGS=-DVERBOSE -DNOTCOMPACT
CFLAGS=$(CPPFLAGS) -O
LINTFLAGS=-phbac
all:
install:
rm -f $(EMLIB)/em_ego
cp em_ego $(EMLIB)/em_ego
cmp: all
-cmp em_ego $(EMLIB)/em_ego
pr:
@pr em_ego
opr:
make pr | opr
clean: