X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/d33f8f069d7b2789490ebf2ec901a7c5de9869c5..d0b80d80b955831748621710bc1a6ae866a2b45c:/lib/Makefile.in diff --git a/lib/Makefile.in b/lib/Makefile.in index 13209da..8cc7b3e 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -13,6 +13,8 @@ @SET_MAKE@ +### Make phony, always remake everything. + SHELL = @SHELL@ srcdir = @srcdir@ @@ -61,20 +63,30 @@ host_alias = @host_alias@ host_triplet = @host@ target_alias = @target_alias@ target_triplet = @target@ +AMTAR = @AMTAR@ +AWK = @AWK@ BISON = @BISON@ CAT = @CAT@ CC = @CC@ CP = @CP@ CPP = @CPP@ +DEPDIR = @DEPDIR@ DIFF = @DIFF@ +EXEEXT = @EXEEXT@ GREP = @GREP@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ LCLOBJ = @LCLOBJ@ LEX = @LEX@ LN_S = @LN_S@ MV = @MV@ +OBJEXT = @OBJEXT@ PACKAGE = @PACKAGE@ RM = @RM@ +SED = @SED@ VERSION = @VERSION@ +am__include = @am__include@ +am__quote = @am__quote@ +install_sh = @install_sh@ AUTOMAKE_OPTIONS = 1.5 foreign @@ -92,6 +104,10 @@ splintlib_DATA = \ EXTRA_DIST = $(splintlib_DATA) +CLEANFILES = posix.lcd standard.lcd unix.lcd \ + posixstrict.lcd standardstrict.lcd unixstrict.lcd + + SPLINT = $(top_builddir)/src/splint$(EXEEXT) subdir = lib mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs @@ -177,6 +193,7 @@ install-strip: mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]* @@ -231,9 +248,13 @@ uninstall-am: uninstall-info-am uninstall-splintlibDATA uninstall-splintlibDATA +.PHONY: all standard.lcd standardstrict.lcd posix.lcd posixstrict.lcd unix.lcd unixstrict.lcd + $(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 $@