mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 14:20:50 +00:00
First changes for the Master/Instance reorganization
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12281 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1a96896434
commit
2db4ebce72
1 changed files with 5 additions and 18 deletions
23
rules.make
23
rules.make
|
@ -546,6 +546,7 @@ $(MAKE) -f $(MAKEFILE_NAME) --no-print-directory --no-keep-going \
|
|||
internal-$${type}-$$operation \
|
||||
INTERNAL_$${type}_NAME=$$target \
|
||||
TARGET=$$target \
|
||||
GNUSTEP_MAKE_INSTANCE_INVOCATION=YES \
|
||||
_SUBPROJECTS="$($(basename $(basename $*))_SUBPROJECTS)" \
|
||||
OBJC_FILES="$($(basename $(basename $*))_OBJC_FILES)" \
|
||||
C_FILES="$($(basename $(basename $*))_C_FILES)" \
|
||||
|
@ -801,24 +802,10 @@ $(GNUSTEP_OBJ_DIR):
|
|||
rm -f obj; \
|
||||
$(LN_S) ./$(GNUSTEP_OBJ_DIR) obj)
|
||||
|
||||
#
|
||||
# Now rules for packaging - all automatically included
|
||||
#
|
||||
|
||||
#
|
||||
# Rules for building source distributions
|
||||
#
|
||||
include $(GNUSTEP_MAKEFILES)/source-distribution.make
|
||||
|
||||
#
|
||||
# Rules for building spec files/file lists for RPMs, and RPMs
|
||||
#
|
||||
include $(GNUSTEP_MAKEFILES)/rpm.make
|
||||
|
||||
#
|
||||
# Rules for building debian/* scripts for DEBs, and DEBs
|
||||
#
|
||||
#include $(GNUSTEP_MAKEFILES)/deb.make <TODO>
|
||||
# Include the Master invocation rules
|
||||
ifeq ($(GNUSTEP_MAKE_INSTANCE_INVOCATION),)
|
||||
include $(GNUSTEP_MAKEFILES)/Master/rules.make
|
||||
endif
|
||||
|
||||
endif
|
||||
# rules.make loaded
|
||||
|
|
Loading…
Reference in a new issue