summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore1
-rw-r--r--Makefile.am7
2 files changed, 6 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
index 4d6af0f..9953ca5 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -2,6 +2,7 @@
.deps
.depend
.libs
+.syntastic_*
ABOUT-NLS
ChangeLog
Doxyfile
diff --git a/Makefile.am b/Makefile.am
index e2fe60a..9359472 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,10 +136,13 @@ endif
dist_man_MANS = popt.3
-BUILT_SOURCES += popt.pc
+BUILT_SOURCES += popt.pc .syntastic_c_config
+
+.syntastic_c_config: Makefile
+ @echo $(COMPILE) | tr ' ' '\n' | sed -e '1d' > $@
distclean-local:
- rm -rf .ccache
+ rm -rf .ccache .syntastic_c_config
clean-local:
rm -rf doxygen *.gcda *.gcno lcov-result popt-valgrind-result