source: rtems/testsuites/libtests/gxx02/Makefile.am @ ad7e2f0

4.115
Last change on this file since ad7e2f0 was ad7e2f0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/27/10 at 14:45:10

2010-07-27 Bharath Suri <bharath.s.jois@…>

PR 1631/testing

  • gxx02/init.c, gxx02/gxx02.scn, gxx02/gxx02.doc, gxx02/Makefile.am, gxx02/gxx_wrappers.h: New test added
  • Makefile.am, configure.ac: Changes to accommodate new tests
  • Property mode set to 100644
File size: 588 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = gxx02
8gxx02_SOURCES = init.c
9
10dist_rtems_tests_DATA = gxx02.scn
11dist_rtems_tests_DATA += gxx02.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18AM_CPPFLAGS += -I$(top_srcdir)/gxx01
19
20LINK_OBJS = $(gxx02_OBJECTS) $(gxx02_LDADD)
21LINK_LIBS = $(gxx02_LDLIBS)
22
23gxx02$(EXEEXT): $(gxx02_OBJECTS) $(gxx02_DEPENDENCIES)
24        @rm -f gxx02$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.