X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/ed422be7cfa6dbfab6f07aeebfc674e4816b4a5d..033fd4e36c4cceab309b15253194999ab8dddfa2:/lib/Makefile.am?ds=sidebyside diff --git a/lib/Makefile.am b/lib/Makefile.am index 212b1ce..23590e7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -85,7 +85,11 @@ test_SOURCES=test.c test_LDADD=libdisorder.a $(LIBPCRE) $(LIBICONV) test_DEPENDENCIES=libdisorder.a -check: test +check: test #test.i ./test +%.i: %.c + $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) -c $< > $@.new + mv $@.new $@ + CLEANFILES=definitions.h