Update of /cvsroot/pure-data/externals/zexy/src In directory sc8-pr-cvs1:/tmp/cvs-serv18936
Modified Files: makefile.darwin Log Message: renamed zexy help folder to help-zexy to work with 0.37; link against pd binary; added wrap
Index: makefile.darwin =================================================================== RCS file: /cvsroot/pure-data/externals/zexy/src/makefile.darwin,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** makefile.darwin 17 Sep 2003 13:28:41 -0000 1.9 --- makefile.darwin 20 Oct 2003 04:38:11 -0000 1.10 *************** *** 37,41 **** z_dfreq z_sigzero z_pdf \ z_sfplay z_sfrecord \ ! z_sigpack \ z_prime z_random
--- 37,41 ---- z_dfreq z_sigzero z_pdf \ z_sfplay z_sfrecord \ ! z_sigpack z_wrap \ z_prime z_random
*************** *** 60,65 **** -Wno-parentheses -Wno-switch $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
! MACOSXLINKFLAGS = -bundle -undefined suppress -flat_namespace ! #MACOSXLINKFLAGS = -bundle -bundle_loader ../../../pd/bin/pd
everything: clean all install distclean --- 60,65 ---- -Wno-parentheses -Wno-switch $(LINCLUDE) $(UCFLAGS) $(AFLAGS)
! #MACOSXLINKFLAGS = -bundle -undefined suppress -flat_namespace ! MACOSXLINKFLAGS = -bundle -bundle_loader ../../../pd/bin/pd
everything: clean all install distclean *************** *** 124,132 **** # install into MSP's default: /usr/local/lib
darwin_pkg: all darwin_pkg_clean darwin_pkg_license darwin_pkg_welcome # set up installroot dir ! test -d installroot/pd/doc/5.reference || mkdir -p installroot/pd/doc/5.reference ! install -m444 ../zexy.pd installroot/pd/doc/5.reference ! install -m444 ../examples/*.* installroot/pd/doc/5.reference test -d installroot/pd/extra || mkdir -p installroot/pd/extra install -m444 *.pd_darwin installroot/pd/extra --- 124,134 ---- # install into MSP's default: /usr/local/lib
+ HELP_DIR = installroot/pd/doc/5.reference/help-zexy darwin_pkg: all darwin_pkg_clean darwin_pkg_license darwin_pkg_welcome # set up installroot dir ! test -d $(HELP_DIR) || mkdir -p $(HELP_DIR) ! install -m444 ../zexy.pd $(HELP_DIR)/.. ! install -d $(HELP_DIR)/help-zexy ! install -m444 ../examples/*.* $(HELP_DIR) test -d installroot/pd/extra || mkdir -p installroot/pd/extra install -m444 *.pd_darwin installroot/pd/extra