removed Makefile, added README

This commit is contained in:
ceriel 1995-12-06 13:25:23 +00:00
parent 0ea8200a57
commit a6ea80436b
2 changed files with 1 additions and 35 deletions

View file

@ -1,4 +1,5 @@
ChangeLog
README
proto.make
c.llb
ansi_c.llb

View file

@ -1,35 +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$
EMHOME = /usr/em
LINT = /usr/dick/lint/lpass2/lint
CURSESDIR = /usr/src/lib/libcurses# # for a local -lcurses
MATHDIR = /usr/src/lib/libm# # for a local -lm
TERMLIBDIR = /usr/src/lib/libtermlib# # for a local -ltermlib
ALLDIR = $(EMHOME)/lang/cem/libcc# # to create c.llb
INCLUDE = $(EMHOME)/include/_tail_cc
ALLFLAGS = -D__BSD4_2 -I$(INCLUDE)# # to compile $(ALLDIR)
c.llb: unix7.c
$(LINT) -Lc.llb unix7.c
curses.llb:
$(LINT) -Lcurses.llb $(CURSESDIR)/*.c
m.llb:
$(LINT) -Lm.llb $(MATHDIR)/*.c
termlib.llb:
$(LINT) -Ltermlib.llb $(TERMLIBDIR)/*.c
cnew.llb:
cp /dev/null cnew.llb
$(LINT) -Lcnew.llb $(ALLFLAGS) $(ALLDIR)/*/*.c
$(LINT) -Lcnew.llb unix7.c