summaryrefslogtreecommitdiff
path: root/cesar/common/make/test/project/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cesar/common/make/test/project/Makefile')
-rw-r--r--cesar/common/make/test/project/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/cesar/common/make/test/project/Makefile b/cesar/common/make/test/project/Makefile
new file mode 100644
index 0000000000..f247892fe9
--- /dev/null
+++ b/cesar/common/make/test/project/Makefile
@@ -0,0 +1,20 @@
+BASE = ../../../..
+
+ECOS = y
+TARGET = sparc
+
+# This is an extra include.
+INCLUDES = common/make/test
+
+HOST_PROGRAMS = test_make test_cpp
+test_make_SOURCES = test_make.c
+test_make_MODULES = lib common/make/test/modules/a
+
+test_cpp_SOURCES = test_cpp.cpp
+test_cpp_MODULES = lib common/make/test/modules/a common/make/test/modules/b
+
+TARGET_PROGRAMS = test_make_ecos
+test_make_ecos_SOURCES = test_make.c
+test_make_ecos_MODULES = lib common/make/test/modules/a
+
+include $(BASE)/common/make/top.mk