add subdirs to "platforms"
This commit is contained in:
@@ -791,6 +791,12 @@ TARGETS := \
|
|||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# Rule to make the binaries for every platform
|
# Rule to make the binaries for every platform
|
||||||
|
|
||||||
|
define TARGETDIR_recipe
|
||||||
|
|
||||||
|
@+$(MAKE) -C $(dir) $(PD) $(PQ)
|
||||||
|
|
||||||
|
endef # TARGETDIR_recipe
|
||||||
|
|
||||||
define TARGET_recipe
|
define TARGET_recipe
|
||||||
|
|
||||||
@echo making targettest for: $(T)
|
@echo making targettest for: $(T)
|
||||||
@@ -801,6 +807,7 @@ endef # TARGET_recipe
|
|||||||
|
|
||||||
platforms:
|
platforms:
|
||||||
$(foreach T,$(TARGETS),$(TARGET_recipe))
|
$(foreach T,$(TARGETS),$(TARGET_recipe))
|
||||||
|
$(foreach dir,$(DIRLIST),$(TARGETDIR_recipe))
|
||||||
|
|
||||||
# --------------------------------------------------------------------------
|
# --------------------------------------------------------------------------
|
||||||
# some programs link against getsp.o
|
# some programs link against getsp.o
|
||||||
|
|||||||
Reference in New Issue
Block a user