aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-12 02:17:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-12-12 02:17:04 +0000
commitd1774eb8a8b685d259def46153dc317989e771b0 (patch)
tree5646e8e1cb974c36ffc5665a90211f048930f9a7 /packages
parent028b9c91241c33577466a31d0c9a000b8a601696 (diff)
made standard shortcut target so I don't have to remember the names of the different package types
svn path=/trunk/; revision=4193
Diffstat (limited to 'packages')
-rw-r--r--packages/darwin_app/Makefile2
-rwxr-xr-xpackages/linux_make/Makefile4
-rwxr-xr-xpackages/win32_inno/Makefile6
3 files changed, 10 insertions, 2 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile
index 546802c2..06a333a3 100644
--- a/packages/darwin_app/Makefile
+++ b/packages/darwin_app/Makefile
@@ -142,6 +142,8 @@ darwin_app_externals_c++:
darwin_app_perms:
chmod -R a-w $(pddocdir)
+package: dmg
+
DMG_NAME = $(PACKAGE_NAME)
dmg: darwin_app_perms
install -d "$(CWD)/$(DMG_NAME)"
diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile
index 78285257..22c36b8c 100755
--- a/packages/linux_make/Makefile
+++ b/packages/linux_make/Makefile
@@ -39,7 +39,9 @@ install:
#
#==============================================================================#
-PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)-$(OS_NAME)-$(shell uname -p)
+package: tarbz2
+
+PACKAGE_NAME = Pd-$(PD_VERSION)-$(PACKAGE_VERSION)-$(OS_NAME)-$(shell uname -m)
tarbz2: installer_makefile installer_readme
mv $(DESTDIR)$(prefix) $(DESTDIR)$(PACKAGE_NAME)
cd $(DESTDIR) && \
diff --git a/packages/win32_inno/Makefile b/packages/win32_inno/Makefile
index 94966082..d2736187 100755
--- a/packages/win32_inno/Makefile
+++ b/packages/win32_inno/Makefile
@@ -23,8 +23,12 @@ DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \
PD_INNO_SETUP = pd-inno.iss
+package: $(PD_INNO_SETUP)
+ start $(PD_INNO_SETUP)
+ @echo " "
+ @echo "win32_inno install succeeded!"
-install: $(PD_INNO_SETUP)
+install:
cd $(packages_src) && make $(DEST_PATHS) extended_install
cd .. && make $(DEST_PATHS) doc_format
install -p pd-settings.reg $(DESTDIR)$(prefix)