summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/gxx02/Makefile.am
blob: c5716deedcbfb2f3ff96a4184c70a3f4d3e20eea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
##
## $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = gxx02
gxx02_SOURCES = init.c

dist_rtems_tests_DATA = gxx02.scn
dist_rtems_tests_DATA += gxx02.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/gxx01

LINK_OBJS = $(gxx02_OBJECTS) $(gxx02_LDADD)
LINK_LIBS = $(gxx02_LDLIBS)

gxx02$(EXEEXT): $(gxx02_OBJECTS) $(gxx02_DEPENDENCIES)
	@rm -f gxx02$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am