source: rtems/automake/leaf.am @ c1368b9

4.104.114.84.95
Last change on this file since c1368b9 was 5ddff84b, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/01 at 17:19:27

2001-09-19 Ralf Corsepius <corsepiu@…>

  • automake/leaf.am: New file.
  • 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.