2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/leaf.am: New file.
This commit is contained in:
Joel Sherrill
2001-09-19 17:19:27 +00:00
parent 130291f55c
commit 5ddff84bb2
2 changed files with 13 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/leaf.am: New file.
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead

9
automake/leaf.am Normal file
View File

@@ -0,0 +1,9 @@
include $(RTEMS_ROOT)/make/leaf.cfg
ifndef make-cxx-exe
define make-cxx-exe
$(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \
$(LDLIBS) -o $@ \
$(LINK_OBJS) $(LINK_LIBS)
endef
@ENDIF@