From: ceriel Date: Wed, 6 Dec 1995 13:26:03 +0000 (+0000) Subject: removed Makefile X-Git-Tag: release-5-5~58 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d224889b8d1d22c6300ac6f98e2778d69335c95f;p=ack.git removed Makefile --- diff --git a/lang/cem/lint/lpass2/Makefile b/lang/cem/lint/lpass2/Makefile deleted file mode 100644 index 8d861df19..000000000 --- a/lang/cem/lint/lpass2/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands. -# See the copyright notice in the ACK home directory, in the file "Copyright". -# -# $Id$ - -# M A K E F I L E F O R L P A S S 2 - -# Machine and environ dependent definitions -EMHOME = ../../.. -LPASS1 = ../lpass1# ??? - -# Libraries and EM interface definitions -SYSLIB = $(EMHOME)/modules/lib/libsystem.a -STRLIB = $(EMHOME)/modules/lib/libstring.a -PRTLIB = $(EMHOME)/modules/lib/libprint.a -INPLIB = $(EMHOME)/modules/lib/libinput.a -ALLOCLIB = $(EMHOME)/modules/lib/liballoc.a -MALLOC = $(EMHOME)/modules/lib/malloc.o -LLIBS = $(INPLIB) $(PRTLIB) $(STRLIB) $(ALLOCLIB) $(MALLOC) $(SYSLIB) - -CFLAGS = -I$(EMHOME)/modules/h -I$(EMHOME)/modules/pkg -I/usr/include - -.SUFFIXES: .str .h -.str.h: - $(LPASS1)/make.allocd <$*.str >$*.h - -SRC = lpass2.c checkargs.c read.c report.c class.c l_print3ack.c -OBJ = lpass2.o checkargs.o read.o report.o class.o l_print3ack.o - -test: lpass2 - lpass2 -xh next.c - -tags: $(SRC) - ctags $(SRC) - -clean: - rm -f a.out core next.c inpdef.h $(OBJ) next.o - -#---------------------------------------------------------------- -checkargs.o: inpdef.h private.h -class.o: ../lpass1/l_class.h class.h -lpass2.o: ../lpass1/l_class.h ../lpass1/l_lint.h class.h inpdef.h private.h -read.o: ../lpass1/l_class.h class.h inpdef.h private.h -report.o: ../lpass1/l_class.h class.h inpdef.h private.h