X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=506c559782adf0b0d8682ed2e85a5aef225671dc;hb=d1563de82a4fed11ee45202be934bfba9a5ae6ea;hp=a2bc3bd17c0a6f0f9653f31f4f8b8a6b36f5818f;hpb=f812b86689024085d891b870d183792584cf67fb;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index a2bc3bd..506c559 100644 --- a/sbr/Makefile.in +++ b/sbr/Makefile.in @@ -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