From 4b2ff222ea8038e9d669329b22701f7fcdbad942 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 13 Jun 2011 21:04:30 +0000 Subject: 2011-06-13 Joel Sherrill * smptest/Makefile.am: New file. --- rtems-test-template/ChangeLog | 4 ++++ rtems-test-template/smptest/Makefile.am | 26 ++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 rtems-test-template/smptest/Makefile.am (limited to 'rtems-test-template') diff --git a/rtems-test-template/ChangeLog b/rtems-test-template/ChangeLog index e3885a6..f4b3e8f 100644 --- a/rtems-test-template/ChangeLog +++ b/rtems-test-template/ChangeLog @@ -1,3 +1,7 @@ +2011-06-13 Joel Sherrill + + * smptest/Makefile.am: New file. + 2011-06-13 Joel Sherrill * psxtmtest_single/init.c: Fine tune a bit. diff --git a/rtems-test-template/smptest/Makefile.am b/rtems-test-template/smptest/Makefile.am new file mode 100644 index 0000000..2b1fc2c --- /dev/null +++ b/rtems-test-template/smptest/Makefile.am @@ -0,0 +1,26 @@ +## +## $Id$ +## + +MANAGERS = all + +rtems_tests_PROGRAMS = @LOWER@ +@LOWER@_SOURCES = init.c + +dist_rtems_tests_DATA = @LOWER@.scn +dist_rtems_tests_DATA += @LOWER@.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 + +LINK_OBJS = $(@LOWER@_OBJECTS) $(@LOWER@_LDADD) +LINK_LIBS = $(@LOWER@_LDLIBS) + +@LOWER@$(EXEEXT): $(@LOWER@_OBJECTS) $(@LOWER@_DEPENDENCIES) + @rm -f @LOWER@$(EXEEXT) + $(make-exe) + +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3