summaryrefslogtreecommitdiff
path: root/ACE/tests/non_mpc_makefile/CustomMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/non_mpc_makefile/CustomMakefile')
-rw-r--r--ACE/tests/non_mpc_makefile/CustomMakefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/tests/non_mpc_makefile/CustomMakefile b/ACE/tests/non_mpc_makefile/CustomMakefile
new file mode 100644
index 00000000000..0024b298e25
--- /dev/null
+++ b/ACE/tests/non_mpc_makefile/CustomMakefile
@@ -0,0 +1,9 @@
+static_libs_only=1
+LIB = libfoo.a
+LSRC = foo.cpp
+include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
+include $(ACE_ROOT)/include/makeinclude/macros.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU
+include $(ACE_ROOT)/include/makeinclude/rules.local.GNU