X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/5ca29538dc03edec2ad7043a925ceb4b12c1d950..e32d75272dc7aa26b4d74cc183310346c3095258:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 74d9527..39e216e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,5 +1,9 @@ ## Note: starting comments with ## means they don't end up in Makefile +### Make phony, always remake everything. + +.PHONY: all standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd + AUTOMAKE_OPTIONS = 1.5 foreign ## Put these files in $prefix/share/splint/lib @@ -30,6 +34,8 @@ SPLINT = $(top_builddir)/src/splint$(EXEEXT) $(SPLINT): cd $(top_builddir)/src; $(MAKE) +all: standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd + standard.lcd: standard.h $(SPLINT) -$(SPLINT) -nof -nolib +impconj standard.h -dump standard @touch $@