Added back memory options for AIX to increase available memory.
[mmh] / sbr / Makefile.in
index a2bc3bd..506c559 100644 (file)
@@ -22,6 +22,9 @@ TSORT  = @TSORT@
 RANLIB = @RANLIB@
 LIBTOOL = @LIBTOOL@
 GNU_LIBTOOL = @GNU_LIBTOOL@
+LINT   = @LINT@
+LINTFLAGS = @LINTFLAGS@ 
+
 
 COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS)
 
@@ -78,8 +81,11 @@ all: libmh.a
 sigmsg.h: sigmsg.awk
        $(AWK) -f $(srcdir)/sigmsg.awk $(SIGNAL_H) > $@
 
+lint: sigmsg.h
+       $(LINT) $(LINTFLAGS) $(INCLUDES) $(DEFS) $(SRCS)
+
 dtimep.c: dtimep.lex
-       $(LEX) -nit $< > $@
+       $(LEX) -nt $< > $@
 
 pidstatus.o: sigmsg.h