X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=secnet.git;a=blobdiff_plain;f=Makefile.in;h=4ec1a6c40190b3fe2c32bdb8a1034a32c235f8e4;hp=a06fcae9966b55e87db441546f841b669995b861;hb=b2a56f7c93d221607864761c590952b9a614dc9f;hpb=baa06aeb963965b4b6a8a8051ec15b72372080dd diff --git a/Makefile.in b/Makefile.in index a06fcae..4ec1a6c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean dist install PACKAGE:=secnet -VERSION:=0.1.0 +VERSION:=0.1.5 @SET_MAKE@ @@ -45,15 +45,20 @@ TARGETS:=secnet OBJECTS:=secnet.o util.o conffile.yy.o conffile.tab.o conffile.o modules.o \ resolver.o random.o udp.o site.o transform.o netlink.o rsa.o dh.o \ - serpent.o md5.o version.o - -DISTFILES:=COPYING CREDITS INSTALL Makefile.in NOTES README TODO conffile.c \ - conffile.fl conffile.h conffile.y conffile_internal.h config.h.bot \ - config.h.in config.h.top configure configure.in dh.c \ - example-sites-file example.conf install.sh linux md5.c md5.h \ - modules.c modules.h netlink.c random.c resolver.c rsa.c \ + serpent.o md5.o version.o tun.o slip.o sha1.o + +DISTFILES:=COPYING CREDITS INSTALL Makefile.in NOTES README TODO \ + conffile.c conffile.fl conffile.h conffile.y \ + conffile_internal.h config.h.bot \ + config.h.in config.h.top configure \ + configure.in debian dh.c \ + example-sites-file example.conf make-secnet-sites.py \ + install.sh ipaddr.py linux md5.c md5.h \ + modules.c modules.h netlink.c netlink.h \ + random.c resolver.c rsa.c \ secnet.c secnet.h serpent.c serpent.h serpentsboxes.h \ - site.c stamp-h.in transform.c udp.c unaligned.h util.c util.h + sha1.c site.c slip.c stamp-h.in transform.c tun.c udp.c \ + unaligned.h util.c util.h %.c: %.y @@ -98,6 +103,7 @@ conffile.o: modules.h site.c util.c: unaligned.h conffile.yy.c: conffile.fl conffile.tab.c conffile.tab.c: conffile.y +netlink.o tun.o slip.o: netlink.h # End of manual dependencies section secnet: $(OBJECTS) @@ -106,7 +112,7 @@ version.c: Makefile echo "char version[]=\"secnet-$(VERSION)\";" >version.c install: all - $(INSTALL_PROGRAM) secnet $(sbindir)/`echo secnet|sed '$(transform)'` + $(INSTALL_PROGRAM) -D secnet $(sbindir)/`echo secnet|sed '$(transform)'` clean: $(RM) -f *.o *.yy.c *.tab.[ch] $(TARGETS) core version.c