From bee18d0a6631086662c1ff4d2b88f2460b5ded66 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 21 Jan 2009 17:39:56 +0000 Subject: - removed flext bits since they are broken. the flext files should be installed along with the binaries instead of here. - removed old Mac-only devel/pd++ build system that has been long abandoned svn path=/trunk/; revision=10584 --- packages/darwin_app/Makefile | 56 -------------------------------------------- 1 file changed, 56 deletions(-) (limited to 'packages/darwin_app/Makefile') diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 20054011..ff61da65 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -59,7 +59,6 @@ all: $(MAKE) -C $(packages_src) $(DEST_PATHS) install: darwin_app -devel_install: darwin_app_devel #------------------------------------------------------------------------------# darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs spotlight_importer_install @@ -69,11 +68,6 @@ darwin_app: darwin_app_core extended_install rez_install darwin_app_embed_libs s extended_install: $(MAKE) -C $(packages_src) $(DEST_PATHS) extended_install -#------------------------------------------------------------------------------# -darwin_app_devel: darwin_app_devel_core rez_install spotlight_importer_install - @echo " " - @echo "Pd_devel.app build succeeded!" - #------------------------------------------------------------------------------# # this target is for when you already have a pre-built Pd.app and you # just want to fill it with goodies from CVS. To do so, place your @@ -131,29 +125,6 @@ endif # NOT /System mv "$(PD_APP_CONTENTS)/MacOS/${WISH_NAME}" \ "$(PD_APP_CONTENTS)/MacOS/${PD_APP_NAME}" -#------------------------------------------------------------------------------# -# -darwin_app_devel_wrapper: Info.plist -# copy Wish Shell.app from default install location -# note: use the "standalone" Wish shell to make a "standalone" pd app - install -d "$(PD_APP_CONTENTS)/MacOS" - install -m0755 -p \ - "$(WISH_CONTENTS)/MacOS/$(WISH_NAME)" \ - "$(PD_APP_CONTENTS)/MacOS" - install -d "$(PD_APP_CONTENTS)/Resources" - install -m0644 -p \ - "$(WISH_CONTENTS)/Resources/$(WISH_NAME).rsrc" \ - "$(PD_APP_CONTENTS)/Resources" - install -d "$(PD_APP_CONTENTS)/Frameworks" - cp -Rp "$(WISH_CONTENTS)/Frameworks" "$(PD_APP_CONTENTS)" -# set up app wrapper - install -d "$(PD_APP_CONTENTS)/Resources/Scripts" - install -d "$(PD_APP_CONTENTS)/Resources/bin" - install -m0644 -p Info.plist "$(PD_APP_CONTENTS)" - install -m0644 -p *.icns "$(PD_APP_CONTENTS)/Resources" - mv "$(PD_APP_CONTENTS)/MacOS/${WISH_NAME}" \ - "$(PD_APP_CONTENTS)/MacOS/${PD_APP_NAME}" - #------------------------------------------------------------------------------# # generate Info.plist using PD_APP_NAME and PD_VERSION Info.plist: CFBUNDLEVERSION_DATE := $(shell date +%Y.%m.%d) @@ -214,29 +185,6 @@ darwin_app_core: darwin_app_wrapper # create directory to put Spotlight Importers into - -#------------------------------------------------------------------------------# -darwin_app_devel_core: darwin_app_devel_wrapper - cd $(packages_src) && \ - $(MAKE) $(DEST_PATHS) PD_CONFIGURE_FLAGS=--enable-jack devel_install - cd "$(PD_APP_CONTENTS)/Resources/Scripts" && \ - ln -s ../bin/pd.tk AppMain.tcl -# support for Info Panel Plugins mgmt - cd "$(PD_APP_CONTENTS)" && ln -s Resources/extra Plugins -# run script to move help-*.pd files to *-help.pd according to the standard - cd $(pddocdir) && \ - $(scripts_src)/convert-help-to-standard.sh - - -#==============================================================================# -# -## CVS SOURCES -# -#==============================================================================# - -#------------------------------------------------------------------------------# -darwin_app_externals: darwin_app_externals_standard darwin_app_externals_flext - #==============================================================================# # ## PACKAGING @@ -303,10 +251,6 @@ package_clean: darwin_app_clean spotlight_importer_clean spotlight_importer_clean: -rm -rf -- spotlight_importer/build -devel_clean: darwin_app_devel_clean - $(MAKE) -C $(packages_src) $(DEST_PATHS) clean - -rm Info.plist - darwin_app_clean: -chmod -R u+w $(PD_APP_CONTENTS)/Frameworks -rm -rf -- $(PD_APP_CONTENTS)/Frameworks -- cgit v1.2.1