chiark / gitweb /
Finalise 0.4.0~beta1
[secnet.git] / Makefile.in
index f68022abbc8e4bd5c3a5bdc8115c6b75e3fc688e..b7e933bfb4733627789e534ea5a7c35f1794f87c 100644 (file)
@@ -18,7 +18,7 @@
 .PHONY:        all clean realclean distclean dist install
 
 PACKAGE:=secnet
-VERSION:=0.3.4
+VERSION:=0.4.0~beta1
 
 @SET_MAKE@
 
@@ -86,7 +86,7 @@ STALE_PYTHON_FILES=   $(foreach e, py pyc, \
 %.tab.c %.tab.h:       %.y
        bison -d -o $@ $<
 
-%.o: %.c
+%.o: %.c conffile.yy.h
        $(CC) $(CPPFLAGS) $(ALL_CFLAGS) -c $< -o $@
 
 all:   $(TARGETS) check
@@ -191,8 +191,8 @@ install-force:
        $(MAKE) install
 
 clean:
-       $(RM) -f *.o *.yy.c *.tab.[ch] $(TARGETS) core version.c
-       $(RM) -f *.d *~ eax-*-test.confirm eax-*-test
+       $(RM) -f *.o *.yy.[ch] *.tab.[ch] $(TARGETS) core version.c
+       $(RM) -f *.d *.pyc *~ eax-*-test.confirm eax-*-test
 
 realclean:     clean
        $(RM) -f *~ Makefile config.h  *.d \