Files
rtems/testsuites/libtests/stringto01/Makefile.am
Joel Sherrill 57544fbb52 2009-12-01 Joel Sherrill <joel.sherrill@OARcorp.com>
* 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.
2009-12-01 22:10:33 +00:00

28 lines
650 B
Makefile

##
## $Id$
##
MANAGERS = all
rtems_tests_PROGRAMS = stringto01
stringto01_SOURCES = init.c
dist_rtems_tests_DATA = stringto01.scn stringto01.doc
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am
stringto01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
LINK_OBJS = $(stringto01_OBJECTS) $(stringto01_LDADD)
LINK_LIBS = $(stringto01_LDLIBS)
stringto01$(EXEEXT): $(stringto01_OBJECTS) $(stringto01_DEPENDENCIES)
@rm -f stringto01$(EXEEXT)
$(make-exe)
include $(top_srcdir)/../automake/local.am