Added lintlib

This commit is contained in:
ceriel
1987-05-18 13:10:25 +00:00
parent 478ac21c7d
commit 9405b118eb
2 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ MODULES = $(EMHOME)/modules
INSTALL = $(MODULES)/install
COMPARE = $(MODULES)/compare
LIBSYS = libsystem.a
CFLAGS = -I. -O
INCLUDES = -I.
CFLAGS = $(INCLUDES) -O
OBJ = access.o break.o chmode.o close.o create.o filesize.o \
modtime.o lock.o open.o read.o remove.o stop.o \
system.o time.o unlock.o write.o
@@ -38,6 +39,10 @@ pr:
opr:
make pr | opr
lintlib:
lint $(INCLUDES) -Csystem $(CSRC)
mv llib-lsystem.ln $(MODULES)/lib
access.o: system.h
break.o: system.h
close.o: system.h