Added lintlib

This commit is contained in:
ceriel
1987-05-18 13:37:44 +00:00
parent 440019dc59
commit 69114a859b
3 changed files with 16 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ SRC = C_ms_err.c C_ms_opt.c C_ms_emx.c C_ms_reg.c C_ms_src.c\
C_ms_flt.c C_ms_com.c C_ms_par.c C_ms_ego.c C_ms_gto.c
OBJ = C_ms_err.o C_ms_opt.o C_ms_emx.o C_ms_reg.o C_ms_src.o\
C_ms_flt.o C_ms_com.o C_ms_par.o C_ms_ego.o C_ms_gto.o
CFLAGS=-I$(EMHOME)/h -I$(HDIR) -O
INCLUDES=-I$(EMHOME)/h -I$(HDIR)
CFLAGS = $(INCLUDES) -O
all: libem_mes.a
@@ -31,3 +32,7 @@ opr:
clean:
rm -f *.[oa]
lintlib:
lint $(INCLUDES) -Cem_mes $(SRC)
mv llib-lem_mes.ln $(EMHOME)/modules/lib