]> andersk Git - splint.git/blobdiff - lib/Makefile.am
Modified tests to account for bool being defined in the standard library.
[splint.git] / lib / Makefile.am
index 07f8c094a7bbdddceec80d52fe4f334a0af2f824..39e216e84b1635f527cb7f85327fbb73297be7ae 100644 (file)
@@ -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
@@ -18,6 +22,10 @@ splintlib_DATA = \
 ## Include them in the distribution
 EXTRA_DIST = $(splintlib_DATA)
 
+##get rid of lcd files if the user does a make clean
+CLEANFILES = posix.lcd standard.lcd unix.lcd \
+             posixstrict.lcd  standardstrict.lcd  unixstrict.lcd
+
 
 ## Rules to make splint & the dumps
 
@@ -26,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 $@
This page took 0.031521 seconds and 4 git commands to generate.