summaryrefslogtreecommitdiffstats
path: root/automake/leaf.am
blob: f6a9c5ce15cfae88657b3d5561b564d3f2cd1143 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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@