Files
rtems/automake/leaf.am
cvs2git 09b663b38c 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
2001-09-19 17:19:28 +00:00

10 lines
178 B
Plaintext

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@