Update of /cvsroot/pure-data/packages/win32_inno In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32078/win32_inno
Modified Files: Makefile Log Message:
- finally got a Linux Pd-extended release out, RC5
- built a tar.bz2 package maker with a generated Makefile for installing and uninstalling
- switched all Makefiles to follow GNU $(DESTDIR)/$(prefix) standards
Index: Makefile =================================================================== RCS file: /cvsroot/pure-data/packages/win32_inno/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 27 Nov 2005 05:04:02 -0000 1.3 --- Makefile 28 Nov 2005 06:46:18 -0000 1.4 *************** *** 6,10 **** CWD := $(shell pwd)
! prefix = $(CWD)/build cvs_root_dir = $(CWD)/../.. BUILDLAYOUT_DIR = $(CWD)/.. --- 6,10 ---- CWD := $(shell pwd)
! DESTDIR = $(CWD)/build cvs_root_dir = $(CWD)/../.. BUILDLAYOUT_DIR = $(CWD)/.. *************** *** 18,21 **** --- 18,22 ---- DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ cvs_root_dir=$(cvs_root_dir) \ + DESTDIR=$(DESTDIR) \ prefix=$(prefix) \ UNAME=$(UNAME) *************** *** 27,31 **** cd $(packages_src) && make $(DEST_PATHS) extended_install cd .. && make $(DEST_PATHS) doc_format ! install -p pd-settings.reg $(prefix) @echo " " @echo "win32_inno install succeeded!" --- 28,32 ---- cd $(packages_src) && make $(DEST_PATHS) extended_install cd .. && make $(DEST_PATHS) doc_format ! install -p pd-settings.reg $(DESTDIR)$(prefix) @echo " " @echo "win32_inno install succeeded!" *************** *** 40,44 **** # from binaries no_compile_hacks: ! cp -a /c/Program\ Files/pd-0.38-4 $(prefix)/
$(PD_INNO_SETUP): $(PD_INNO_SETUP).in --- 41,45 ---- # from binaries no_compile_hacks: ! cp -a /c/Program\ Files/pd-0.38-4 $(DESTDIR)$(prefix)/
$(PD_INNO_SETUP): $(PD_INNO_SETUP).in