This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'.

Cherrypick from master 2001-09-19 17:19:27 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2001-09-19	Ralf Corsepius <corsepiu@faw.uni-ulm.de>':
    automake/leaf.am
This commit is contained in:
cvs2git
2001-09-19 17:19:28 +00:00
parent a7b8de0589
commit 09b663b38c

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@