X-Git-Url: https://git.distorted.org.uk/~mdw/secnet/blobdiff_plain/c26f37f0ae2ce7bc208c3e66c9b0f0afcb247f42..fb75bb377ada9c34a1dc1c87e9aee301ee72e715:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 06ea112..16b099a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ .PHONY: all clean realclean distclean dist install PACKAGE:=secnet -VERSION:=0.4.0~~iwj~ +VERSION:=0.4.0~beta1 @SET_MAKE@ @@ -32,10 +32,10 @@ INSTALL:=@INSTALL@ INSTALL_PROGRAM:=@INSTALL_PROGRAM@ INSTALL_SCRIPT:=@INSTALL_SCRIPT@ -prefix:=@prefix@ +prefix:=$(DESTDIR)@prefix@ exec_prefix:=@exec_prefix@ sbindir:=@sbindir@ -sysconfdir:=@sysconfdir@ +sysconfdir:=$(DESTDIR)@sysconfdir@ datarootdir:=@datarootdir@ transform:=@program_transform_name@ mandir:=@mandir@ @@ -75,7 +75,7 @@ endif STALE_PYTHON_FILES= $(foreach e, py pyc, \ $(foreach p, /usr /usr/local, \ $(foreach l, ipaddr, \ - $p/share/secnet/$l.$e \ + $(DESTDIR)$p/share/secnet/$l.$e \ ))) %.c: %.y @@ -192,7 +192,7 @@ install-force: clean: $(RM) -f *.o *.yy.[ch] *.tab.[ch] $(TARGETS) core version.c - $(RM) -f *.d *~ eax-*-test.confirm eax-*-test + $(RM) -f *.d *.pyc *~ eax-*-test.confirm eax-*-test realclean: clean $(RM) -f *~ Makefile config.h *.d \