From: ceriel Date: Mon, 20 Jun 1988 15:52:55 +0000 (+0000) Subject: Added ACK standard entries X-Git-Tag: release-5-5~3180 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e4e7671ab6818823a4c02c21d5a48eefdc633471;p=ack.git Added ACK standard entries --- diff --git a/util/ceg/EM_parser/as_EM_pars/Makefile b/util/ceg/EM_parser/as_EM_pars/Makefile index 295e2d0ca..9fb37cfa0 100644 --- a/util/ceg/EM_parser/as_EM_pars/Makefile +++ b/util/ceg/EM_parser/as_EM_pars/Makefile @@ -1,4 +1,5 @@ -EM=/proj/em/Work +EM=../../../.. +LIB=$(EM)/lib/ceg/EM_parser/as_EM_pars OFILES = dist.o error.o @@ -8,5 +9,17 @@ CC = cc .c.o : $(CC) $(IFILES) -c $< -em_parser : $(OFILES) - touch em_parser +all : $(OFILES) + +install: all + cp $(OFILES) $(LIB) + +cmp: all + for i in $(OFILES) ; do cmp $$i $(LIB)/$$i ; done + +clean: + rm -f *.o + +opr: + +pr: