Implemented copying the application into another bundle

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14931 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-11-06 10:59:52 +00:00
parent 3df3bbfe31
commit 346e72995e

View file

@ -1,4 +1,4 @@
#
# -*-makefile-*-
# application.make
#
# Instance Makefile rules to build GNUstep-based applications.
@ -25,7 +25,7 @@
# Include in the common makefile rules
#
ifeq ($(RULES_MAKE_LOADED),)
include $(GNUSTEP_MAKEFILES)/rules.make
include $(GNUSTEP_MAKEFILES)/rules.make
endif
#
@ -44,6 +44,7 @@ endif
.PHONY: internal-app-all_ \
internal-app-install_ \
internal-app-uninstall_ \
internal-app-copy_into_dir \
internal-application-build-template \
_FORCE
@ -174,6 +175,8 @@ $(APP_DIR_NAME)/Resources/$(GNUSTEP_INSTANCE).desktop: \
_FORCE::
internal-app-copy_into_dir:: shared-instance-bundle-copy_into_dir
# install/uninstall targets
$(APP_INSTALL_DIR):