summaryrefslogtreecommitdiffstats
path: root/cxx/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 21:25:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-06 21:25:39 +0000
commitf65262f46b2cfdf205c636f633dffdf91589799d (patch)
tree9ece431f63aaff41a7de8767de33a5aa25806de6 /cxx/Makefile
parentThis commit was generated by cvs2svn to compensate for changes in r2, which (diff)
downloadrtems-examples-f65262f46b2cfdf205c636f633dffdf91589799d.tar.bz2
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, Makefile, cxx_throw/MAIL, cxx_throw/Makefile, cxx_throw/init.cc, libcpp/Makefile, libcpp/README, libcpp/foo.cc, libcpp/foo.h, libcpp/foo1.cpp: New files.
Diffstat (limited to 'cxx/Makefile')
-rw-r--r--cxx/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/cxx/Makefile b/cxx/Makefile
new file mode 100644
index 0000000..f373ac3
--- /dev/null
+++ b/cxx/Makefile
@@ -0,0 +1,12 @@
+#
+# $Id$
+#
+
+include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
+include $(RTEMS_CUSTOM)
+include $(RTEMS_ROOT)/make/directory.cfg
+
+# These tests require C++
+ifneq ($(CXX_FOR_TARGET),)
+ SUBDIRS= cxx_throw libcpp
+endif