source: rtems/automake/leaf.am @ 09b663b3

Last change on this file since 09b663b3 was 09b663b3, checked in by cvs2git <rtems-devel@…>, on 09/19/01 at 17:19:28

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@…> '2001-09-19 Ralf Corsepius <corsepiu@…>':

automake/leaf.am

  • Property mode set to 100644
File size: 178 bytes
Line 
1include $(RTEMS_ROOT)/make/leaf.cfg
2
3ifndef make-cxx-exe
4define make-cxx-exe
5        $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \
6        $(LDLIBS) -o $@ \
7        $(LINK_OBJS) $(LINK_LIBS)
8endef
9@ENDIF@
Note: See TracBrowser for help on using the repository browser.