source: rtems/testsuites/automake/leaf.am @ d3fdf89f

4.104.114.84.95
Last change on this file since d3fdf89f was 4cd2df9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:24:45

2003-08-16 Ralf Corsepius <corsepiu@…>

  • automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).
  • Property mode set to 100644
File size: 284 bytes
Line 
1include $(RTEMS_ROOT)/make/leaf.cfg
2
3CXXLINK_APP = $(CXXLINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
4ifndef make-cxx-exe
5define make-cxx-exe
6        $(CXXLINK_APP)
7endef
8@ENDIF@
9
10LINK_APP = $(LINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
11ifndef make-exe
12define make-exe
13        $(LINK_APP)
14endef
15@ENDIF@
16
Note: See TracBrowser for help on using the repository browser.