forked from Imagelibrary/rtems
* automake/compile.am, automake/host.am, automake/leaf.am automake/local.am, automake/subdirs.am: New (copied from ../../../automake).
17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
include $(RTEMS_ROOT)/make/leaf.cfg
|
|
|
|
CXXLINK_APP = $(CXXLINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
|
|
ifndef make-cxx-exe
|
|
define make-cxx-exe
|
|
$(CXXLINK_APP)
|
|
endef
|
|
@ENDIF@
|
|
|
|
LINK_APP = $(LINK) $(LDLIBS) $(LINK_OBJS) $(LINK_LIBS)
|
|
ifndef make-exe
|
|
define make-exe
|
|
$(LINK_APP)
|
|
endef
|
|
@ENDIF@
|
|
|