mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
Implemented internal-strings target
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@14825 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4b39914bed
commit
7893b8de01
16 changed files with 31 additions and 64 deletions
|
@ -56,7 +56,7 @@ SUBPROJECTS := $(strip $(SUBPROJECTS))
|
||||||
|
|
||||||
ifneq ($(SUBPROJECTS),)
|
ifneq ($(SUBPROJECTS),)
|
||||||
internal-all internal-install internal-uninstall internal-clean \
|
internal-all internal-install internal-uninstall internal-clean \
|
||||||
internal-distclean internal-check::
|
internal-distclean internal-check internal-strings::
|
||||||
@ operation=$(subst internal-,,$@); \
|
@ operation=$(subst internal-,,$@); \
|
||||||
for f in $(SUBPROJECTS); do \
|
for f in $(SUBPROJECTS); do \
|
||||||
echo "Making $$operation in $$f..."; \
|
echo "Making $$operation in $$f..."; \
|
||||||
|
|
|
@ -74,10 +74,7 @@ internal-clean:: $(APPS_WITH_SUBPROJECTS:=.clean.app.subprojects)
|
||||||
internal-distclean:: $(APPS_WITH_SUBPROJECTS:=.distclean.app.subprojects)
|
internal-distclean:: $(APPS_WITH_SUBPROJECTS:=.distclean.app.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(APP_NAME:=.strings.app.variables)
|
||||||
|
|
||||||
$(APP_NAME):
|
$(APP_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory $@.all.app.variables
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory $@.all.app.variables
|
||||||
|
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -52,11 +52,8 @@ internal-clean:: $(BUNDLES_WITH_SUBPROJECTS:=.clean.bundle.subprojects)
|
||||||
internal-distclean:: $(BUNDLES_WITH_SUBPROJECTS:=.distclean.bundle.subprojects)
|
internal-distclean:: $(BUNDLES_WITH_SUBPROJECTS:=.distclean.bundle.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(BUNDLE_NAME:=.strings.bundle.variables)
|
||||||
|
|
||||||
$(BUNDLE_NAME):
|
$(BUNDLE_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.bundle.variables
|
$@.all.bundle.variables
|
||||||
|
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -50,10 +50,8 @@ internal-clean:: $(CLIBRARIES_WITH_SUBPROJECTS:=.clean.clibrary.subprojects)
|
||||||
internal-distclean:: $(CLIBRARIES_WITH_SUBPROJECTS:=.distclean.clibrary.subprojects)
|
internal-distclean:: $(CLIBRARIES_WITH_SUBPROJECTS:=.distclean.clibrary.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(CLIBRARY_NAME:=.strings.clibrary.variables)
|
||||||
|
|
||||||
$(CLIBRARY_NAME):
|
$(CLIBRARY_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.clibrary.variables
|
$@.all.clibrary.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -46,10 +46,8 @@ internal-clean:: $(CTOOLS_WITH_SUBPROJECTS:=.clean.ctool.subprojects)
|
||||||
internal-distclean:: $(CTOOLS_WITH_SUBPROJECTS:=.distclean.ctool.subprojects)
|
internal-distclean:: $(CTOOLS_WITH_SUBPROJECTS:=.distclean.ctool.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(CTOOL_NAME:=.strings.ctool.variables)
|
||||||
|
|
||||||
$(CTOOL_NAME):
|
$(CTOOL_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.ctool.variables
|
$@.all.ctool.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -38,10 +38,8 @@ internal-clean:: $(FRAMEWORK_NAME:=.clean.framework.variables)
|
||||||
|
|
||||||
internal-distclean:: $(FRAMEWORK_NAME:=.distclean.framework.variables)
|
internal-distclean:: $(FRAMEWORK_NAME:=.distclean.framework.variables)
|
||||||
|
|
||||||
|
internal-strings:: $(FRAMEWORK_NAME:=.strings.framework.variables)
|
||||||
|
|
||||||
$(FRAMEWORK_NAME):
|
$(FRAMEWORK_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
|
||||||
$@.all.framework.variables
|
$@.all.framework.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -71,10 +71,8 @@ internal-clean:: $(GSWAPPS_WITH_SUBPROJECTS:=.clean.gswapp.subprojects)
|
||||||
internal-distclean:: $(GSWAPPS_WITH_SUBPROJECTS:=.distclean.gswapp.subprojects)
|
internal-distclean:: $(GSWAPPS_WITH_SUBPROJECTS:=.distclean.gswapp.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(GSWAPP_NAME:=.strings.gswapp.variables)
|
||||||
|
|
||||||
$(GSWAPP_NAME):
|
$(GSWAPP_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.gswapp.variables
|
$@.all.gswapp.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -52,11 +52,8 @@ internal-clean:: $(GSWBUNDLES_WITH_SUBPROJECTS:=.clean.gswbundle.subprojects)
|
||||||
internal-distclean:: $(GSWBUNDLES_WITH_SUBPROJECTS:=.distclean.gswbundle.subprojects)
|
internal-distclean:: $(GSWBUNDLES_WITH_SUBPROJECTS:=.distclean.gswbundle.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-all:: $(GSWBUNDLE_NAME:=.all.gswbundle.variables)
|
||||||
|
|
||||||
$(GSWBUNDLE_NAME):
|
$(GSWBUNDLE_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.gswbundle.variables
|
$@.all.gswbundle.variables
|
||||||
|
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -50,10 +50,8 @@ internal-clean:: $(LIBRARIES_WITH_SUBPROJECTS:=.clean.library.subprojects)
|
||||||
internal-distclean:: $(LIBRARIES_WITH_SUBPROJECTS:=.distclean.library.subprojects)
|
internal-distclean:: $(LIBRARIES_WITH_SUBPROJECTS:=.distclean.library.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(LIBRARY_NAME:=.strings.library.variables)
|
||||||
|
|
||||||
$(LIBRARY_NAME):
|
$(LIBRARY_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.library.variables
|
$@.all.library.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -47,10 +47,8 @@ ifneq ($(PALETTES_WITH_SUBPROJECTS),)
|
||||||
internal-clean:: $(PALETTES_WITH_SUBPROJECTS:=.clean.palette.subprojects)
|
internal-clean:: $(PALETTES_WITH_SUBPROJECTS:=.clean.palette.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(PALETTE_NAME:=.strings.palette.variables)
|
||||||
|
|
||||||
$(PALETTE_NAME):
|
$(PALETTE_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.palette.variables
|
$@.all.palette.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -59,10 +59,8 @@ internal-clean:: $(SERVICES_WITH_SUBPROJECTS:=.clean.service.subprojects)
|
||||||
internal-distclean:: $(SERVICES_WITH_SUBPROJECTS:=.distclean.service.subprojects)
|
internal-distclean:: $(SERVICES_WITH_SUBPROJECTS:=.distclean.service.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(SERVICE_NAME:=.strings.service.variables)
|
||||||
|
|
||||||
$(SERVICE_NAME):
|
$(SERVICE_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.service.variables
|
$@.all.service.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -84,10 +84,8 @@ internal-distclean::
|
||||||
rm -rf Resources
|
rm -rf Resources
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(SUBPROJECT_NAME:=.strings.subproject.variables)
|
||||||
|
|
||||||
$(SUBPROJECT_NAME):
|
$(SUBPROJECT_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.subproject.variables
|
$@.all.subproject.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -58,6 +58,8 @@ internal-clean:: $(TEST_APPS_WITH_SUBPROJECTS:=.clean.test-app.subprojects)
|
||||||
internal-distclean:: $(TEST_APPS_WITH_SUBPROJECTS:=.distclean.test-app.subprojects)
|
internal-distclean:: $(TEST_APPS_WITH_SUBPROJECTS:=.distclean.test-app.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(TEST_APP_NAME:=.strings.test-app.variables)
|
||||||
|
|
||||||
$(TEST_APP_NAME)::
|
$(TEST_APP_NAME)::
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.test-app.variables
|
$@.all.test-app.variables
|
||||||
|
@ -67,7 +69,3 @@ internal-install::
|
||||||
|
|
||||||
internal-uninstall::
|
internal-uninstall::
|
||||||
@ echo Skipping uninstallation of test apps...
|
@ echo Skipping uninstallation of test apps...
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -52,10 +52,8 @@ endif
|
||||||
|
|
||||||
internal-check:: $(TEST_LIBRARY_NAME:=.check.test-lib.variables)
|
internal-check:: $(TEST_LIBRARY_NAME:=.check.test-lib.variables)
|
||||||
|
|
||||||
|
internal-strings:: $(TEST_LIBRARY_NAME:=.strings.test-lib.variables)
|
||||||
|
|
||||||
$(TEST_LIBRARY_NAME)::
|
$(TEST_LIBRARY_NAME)::
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.test-lib.variables
|
$@.all.test-lib.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -42,6 +42,8 @@ internal-clean:: $(TEST_TOOLS_WITH_SUBPROJECTS:=.clean.test-tool.subprojects)
|
||||||
internal-distclean:: $(TEST_TOOLS_WITH_SUBPROJECTS:=.distclean.test-tool.subprojects)
|
internal-distclean:: $(TEST_TOOLS_WITH_SUBPROJECTS:=.distclean.test-tool.subprojects)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(TEST_TOOL_NAME:=.strings.test-tool.variables)
|
||||||
|
|
||||||
$(TEST_TOOL_NAME)::
|
$(TEST_TOOL_NAME)::
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory \
|
||||||
$@.all.test-tool.variables
|
$@.all.test-tool.variables
|
||||||
|
@ -51,7 +53,3 @@ internal-install::
|
||||||
|
|
||||||
internal-uninstall::
|
internal-uninstall::
|
||||||
@ echo Skipping uninstallation of test tools...
|
@ echo Skipping uninstallation of test tools...
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
|
@ -56,10 +56,8 @@ internal-distclean::
|
||||||
rm -rf Resources
|
rm -rf Resources
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
internal-strings:: $(TOOL_NAME:=.strings.tool.variables)
|
||||||
|
|
||||||
$(TOOL_NAME):
|
$(TOOL_NAME):
|
||||||
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
|
@$(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
|
||||||
$@.all.tool.variables
|
$@.all.tool.variables
|
||||||
|
|
||||||
## Local variables:
|
|
||||||
## mode: makefile
|
|
||||||
## End:
|
|
||||||
|
|
Loading…
Reference in a new issue