summaryrefslogtreecommitdiff
path: root/pkg/osx/GNUmakefile
diff options
context:
space:
mode:
authorSimon Howard2011-05-14 20:11:26 +0000
committerSimon Howard2011-05-14 20:11:26 +0000
commit184ea9ba501adf04b9b352760774fde268c0cc7f (patch)
treed1dd7d0b580327ad044a73fe833a81741abd77b3 /pkg/osx/GNUmakefile
parent87efdfbd570fe85141ec5e8b8f5814563fcf1d4f (diff)
downloadchocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.gz
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.tar.bz2
chocolate-doom-184ea9ba501adf04b9b352760774fde268c0cc7f.zip
Convert build system to using the PROGRAM_PREFIX system used on
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
Diffstat (limited to 'pkg/osx/GNUmakefile')
-rw-r--r--pkg/osx/GNUmakefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile
index 514a208d..d53a9981 100644
--- a/pkg/osx/GNUmakefile
+++ b/pkg/osx/GNUmakefile
@@ -78,10 +78,10 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
cp launcher "$(APP_BIN_DIR)"
$(STRIP) "$(APP_BIN_DIR)/launcher"
- ./cp-with-libs $(TOPLEVEL)/src/$(PACKAGE_TARNAME) "$(APP_BIN_DIR)"
- $(STRIP) "$(APP_BIN_DIR)/$(PACKAGE_TARNAME)"
- ./cp-with-libs $(TOPLEVEL)/setup/chocolate-setup "$(APP_BIN_DIR)"
- $(STRIP) "$(APP_BIN_DIR)/chocolate-setup"
+ ./cp-with-libs $(TOPLEVEL)/src/$(PROGRAM_PREFIX)doom "$(APP_BIN_DIR)"
+ $(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)doom"
+ ./cp-with-libs $(TOPLEVEL)/setup/$(PROGRAM_PREFIX)setup "$(APP_BIN_DIR)"
+ $(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)setup"
$(TOPLEVEL)/man/simplecpp -DPRECOMPILED -D__MACOSX__ \
< $(TOPLEVEL)/man/INSTALL.template \
@@ -94,7 +94,6 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS)
cp $(TOPLEVEL)/man/*.6 "$(APP_BIN_DIR)/man/man6"
cp disk/dir.DS_Store $(STAGING_DIR)/.DS_Store
cp disk/background.png $(STAGING_DIR)/background.png
-# setfile -a V $(STAGING_DIR)/background.png
clean : launcher_clean
rm -f $(DMG)