|
@@ -5,6 +5,8 @@ manifests = $(patsubst %.template,%,$(wildcard *.manifest.template)) manifest
|
|
|
exec_target = $(c_executables) $(cxx_executables) ls.manifest
|
|
|
target = $(exec_target) $(manifests)
|
|
|
|
|
|
+include ../../../../Scripts/Makefile.configs
|
|
|
+include ../../../../Scripts/Makefile.manifest
|
|
|
include ../../../../Scripts/Makefile.Test
|
|
|
|
|
|
ifeq ($(findstring x86_64,$(SYS))$(findstring linux,$(SYS)),x86_64linux)
|