summaryrefslogtreecommitdiffstats
path: root/c/src/tests/automake/leaf.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 16:24:45 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-16 16:24:45 +0000
commit4cd2df93b5212bdd371b97e073f33aa909a7d29e (patch)
treed7ef1580a248c97539cfff217918028a7f6a4721 /c/src/tests/automake/leaf.am
parent2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-4cd2df93b5212bdd371b97e073f33aa909a7d29e.tar.bz2
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).
Diffstat (limited to 'c/src/tests/automake/leaf.am')
-rw-r--r--c/src/tests/automake/leaf.am16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/tests/automake/leaf.am b/c/src/tests/automake/leaf.am
new file mode 100644
index 0000000000..f6a9c5ce15
--- /dev/null
+++ b/c/src/tests/automake/leaf.am
@@ -0,0 +1,16 @@
+include $(RTEMS_ROOT)/make/leaf.cfg
+
+CXXLINK_APP = $(CXXLINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
+ifndef make-cxx-exe
+define make-cxx-exe
+ $(CXXLINK_APP)
+endef
+@ENDIF@
+
+LINK_APP = $(LINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
+ifndef make-exe
+define make-exe
+ $(LINK_APP)
+endef
+@ENDIF@
+