X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=GNUmakefile.in;h=d1e85ad1ef0e690da28c186d688050ea10476bfe;hb=db458fcba6f14ff865a882bafb62b07e22c7b980;hp=a215b897fdf4dbf84f713168588a3df03bd7ad9d;hpb=875bb6aa9c0a2a5986df4a0fea842612c90b0198;p=privoxy.git diff --git a/GNUmakefile.in b/GNUmakefile.in index a215b897..d1e85ad1 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.20 2002/03/24 11:39:17 jongfoster Exp $ +# $Id: GNUmakefile.in,v 1.24 2002/03/24 14:19:55 swa Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://ijbswa.sourceforge.net @@ -39,7 +39,7 @@ CODE_STATUS = @CODE_STATUS@ VERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_POINT) # will automatically be postfixed with -$(RPM_PACKAGEV) in the SPECfile RPM_VERSION = $(VERSION) -RPM_PACKAGEV = 3 +RPM_PACKAGEV = @VERSION_RPM_PACKAGE@ ############################################################################# @@ -55,7 +55,7 @@ MAN_DEST = @mandir@ # Build tools ############################################################################# -PROGRAM = jbng@EXEEXT@ +PROGRAM = privoxy@EXEEXT@ CC = @CC@ ECHO = echo GZIP_PROG = gzip @@ -89,7 +89,7 @@ DOSFILTER = perl -p -e 's/\n/\r\n/' # Setup for make distribution rh and suse for now ############################################################################# -TAR_ARCH = /tmp/Privoxy-$(RPM_VERSION).tar.gz +TAR_ARCH = /tmp/privoxy-$(RPM_VERSION).tar.gz RPM_BASE = @RPM_BASE@ ############################################################################# @@ -309,7 +309,7 @@ suse-upload: # handle with care. use with root. suse-clean: - rpm -e junkbuster-suse + rpm -e junkbuster-suse || true rm -rf /etc/junkbuster rm -rf /etc/rc.d/junkbuster* rm -rf /var/run/junkbuster.pid @@ -318,7 +318,7 @@ suse-clean: rm -f /usr/sbin/junkbuster rm -f /usr/sbin/rcjunkbuster rm -f /usr/share/man/man1/junkbuster.1.gz - rpm -e privoxy-suse + rpm -e privoxy-suse || true rm -rf /etc/privoxy rm -rf /etc/rc.d/privoxy* rm -rf /var/run/privoxy.pid @@ -342,8 +342,8 @@ tarball-dist: @make clean make $(PROGRAM) # remove all objects and create the tarball with the binary - cd .. && $(RM) ijb/a.out ijb/core ijb/*.@OBJEXT@ && tar --exclude "ijb/CVS" -cvzf ../Privoxy-distribution-$(VERSION).tar.gz ijb/ - chmod a+r ../../Privoxy-distribution-$(VERSION).tar.gz + cd .. && $(RM) ijb/a.out ijb/core ijb/*.@OBJEXT@ && tar --exclude "ijb/CVS" -cvzf ../privoxy-distribution-$(VERSION).tar.gz ijb/ + chmod a+r ../../privoxy-distribution-$(VERSION).tar.gz @$(ECHO) Tarball with binary created. ############################################################################# @@ -483,15 +483,15 @@ clean: $(RM) a.out core $(OBJS) $(W32_FILES) $(W32_INIS) clobber: clean - $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` TAGS junkbuster.log privoxy.log config.cache *~ *.tar.gz + $(RM) $(PROGRAM) cscope.* logfile *.pdb *.lib *.exp `find . -name tags` `find . -name TAGS` config.status config.h.in config.log junkbuster.log privoxy.log config.cache *~ *.tar.gz tags: $(SRCS) $(HDRS) etags $(SRCS) $(HDRS) tarball-src: clobber - $(LN) -s current ../Privoxy-$(VERSION)-$(CODE_STATUS) - $(TAR) -C.. -cvhzf Privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz Privoxy-$(VERSION)-$(CODE_STATUS) - $(RM) ../Privoxy-$(VERSION)-$(CODE_STATUS) + $(LN) -s current ../privoxy-$(VERSION)-$(CODE_STATUS) + $(TAR) -C.. -cvhzf privoxy-$(VERSION)-$(CODE_STATUS)-src.tar.gz privoxy-$(VERSION)-$(CODE_STATUS) + $(RM) ../privoxy-$(VERSION)-$(CODE_STATUS) install: all # @@ -518,6 +518,18 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.24 2002/03/24 14:19:55 swa +# set rpm package release in configure.in. nowhere else. +# +# Revision 1.23 2002/03/24 13:06:49 swa +# suse-clean now runs fine +# +# Revision 1.22 2002/03/24 12:56:21 swa +# name change related issues. +# +# Revision 1.21 2002/03/24 12:43:57 swa +# name change +# # Revision 1.20 2002/03/24 11:39:17 jongfoster # Renaming config files #