Print this page
*** NO COMMENTS ***

*** 43,55 **** pics/%.o: ../common/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) ! LIBS = $(DYNLIB) CPPFLAGS += -DYP LDLIBS += -lnsl -lc .KEEP_STATE: lint: lintcheck --- 43,58 ---- pics/%.o: ../common/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) ! LIBS = $(DYNLIB) $(LINTLIB) CPPFLAGS += -DYP + + $(LINTLIB):= SRCS = $(SRCDIR)/$(LINTSRC) + LDLIBS += -lnsl -lc .KEEP_STATE: lint: lintcheck