mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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
10 lines
178 B
Plaintext
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@
|