source: rtems/testsuites/psxtests/psxfatal01/Makefile.am @ e889a857

4.104.114.95
Last change on this file since e889a857 was 920343e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/08 at 23:42:50

2008-01-31 Joel Sherrill <joel.sherrill@…>

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