X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2FMakefile.in;h=7ca555404623c4495921fff204b61b0d5558cd65;hb=97e7d6f2f5db4e8f09cb015ee6c2da2ff129f963;hp=a2bc3bd17c0a6f0f9653f31f4f8b8a6b36f5818f;hpb=f812b86689024085d891b870d183792584cf67fb;p=mmh diff --git a/sbr/Makefile.in b/sbr/Makefile.in index a2bc3bd..7ca5554 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) @@ -62,7 +65,7 @@ SRCS = add.c addrsbr.c ambigsw.c atooi.c brkstring.c \ # source for compatibility functions COMPAT = snprintf.c strdup.c strerror.c -OBJS = $(patsubst %.c,%.o,$(SRCS)) +OBJS = $(SRCS:.c=.o) # auxiliary files AUX = Makefile.in sigmsg.awk dtimep.lex @@ -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