Browse Source

removed Makefile, added README

ceriel 28 years ago
parent
commit
26edba4590
2 changed files with 1 additions and 35 deletions
  1. 1 0
      lang/cem/lint/llib/.distr
  2. 0 35
      lang/cem/lint/llib/Makefile

+ 1 - 0
lang/cem/lint/llib/.distr

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

+ 0 - 35
lang/cem/lint/llib/Makefile

@@ -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
-