forked from Imagelibrary/rtems
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/leaf.am: New file.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* automake/leaf.am: New file.
|
||||
|
||||
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead
|
||||
|
||||
9
automake/leaf.am
Normal file
9
automake/leaf.am
Normal 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@
|
||||
Reference in New Issue
Block a user