]> andersk Git - splint.git/blobdiff - lib/Makefile.in
Apparently splint does not correctly handle the case in which a #defined constant...
[splint.git] / lib / Makefile.in
index 35c4a16c3f0795f53d51052cdb4cac692a430f8c..c7cb49316dcaa3785f55b097f210ac19dae667b7 100644 (file)
@@ -101,6 +101,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
@@ -186,6 +190,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]*
This page took 0.207112 seconds and 4 git commands to generate.