source: rtems/testsuites/libtests/stringto01/Makefile.am @ ec76b114

4.115
Last change on this file since ec76b114 was 57544fb, checked in by Joel Sherrill <joel.sherrill@…>, on 12/01/09 at 22:10:33

2009-12-01 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add string_to_xxx conversion test.
  • stringto01/.cvsignore, stringto01/Makefile.am, stringto01/stringto01.doc, stringto01/stringto01.scn, stringto01/stringto_test_template.h: New files.
  • Property mode set to 100644
File size: 650 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = stringto01
8stringto01_SOURCES = init.c
9
10dist_rtems_tests_DATA = stringto01.scn stringto01.doc
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16stringto01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
17
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(stringto01_OBJECTS) $(stringto01_LDADD)
21LINK_LIBS = $(stringto01_LDLIBS)
22
23stringto01$(EXEEXT): $(stringto01_OBJECTS) $(stringto01_DEPENDENCIES)
24        @rm -f stringto01$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.