Implemented COPY_INTO_DIR

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18761 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2004-03-04 11:01:19 +00:00
parent 29ae096d82
commit 46836d54d2
3 changed files with 13 additions and 4 deletions

View file

@ -42,9 +42,10 @@ include $(GNUSTEP_MAKEFILES)/Instance/Shared/headers.make
#
.PHONY: internal-bundle-all_ \
internal-bundle-install_ \
internal-bundle-uninstall_ \
build-bundle
internal-bundle-install_ \
internal-bundle-uninstall_ \
internal-bundle-copy_into_dir \
build-bundle
# In some cases, a bundle without any object file in it is useful - to
# just store some resources which can be loaded comfortably using the
@ -273,6 +274,8 @@ endif
endif # FOUNDATION_LIB != apple
internal-bundle-copy_into_dir:: shared-instance-bundle-copy_into_dir
$(BUNDLE_INSTALL_DIR):
$(ECHO_CREATING)$(MKINSTALLDIRS) $@$(END_ECHO)

View file

@ -40,7 +40,8 @@ endif
.PHONY: internal-palette-all_ \
internal-palette-install_ \
internal-palette-uninstall_
internal-palette-uninstall_ \
internal-palette-copy_into_dir
# On Solaris we don't need to specifies the libraries the palette needs.
# How about the rest of the systems? ALL_PALETTE_LIBS is temporary empty.
@ -121,6 +122,8 @@ $(PALETTE_DIR)/Resources/palette.table: $(PALETTE_DIR)/Resources
fi; \
) >$@$(END_ECHO)
internal-palette-copy_into_dir:: shared-instance-bundle-copy_into_dir
#
# Install targets
#

View file

@ -36,6 +36,7 @@ endif
.PHONY: internal-service-all_ \
internal-service-install_ \
internal-service-uninstall_ \
internal-service-copy_into_dir \
service-resource-files
# Libraries that go before the GUI libraries
@ -102,6 +103,8 @@ $(SERVICE_DIR)/Resources/Info-gnustep.plist: \
if $(GNUSTEP_MAKE_SERVICES) --test $@; then : ; else rm -f $@; false; \
fi$(END_ECHO)
internal-service-copy_into_dir:: shared-instance-bundle-copy_into_dir
#
# Install targets
#