source: rtems/testsuites/psxtests/psxcleanup/Makefile.am @ f7ad5b3

4.104.114.95
Last change on this file since f7ad5b3 was f7ad5b3, checked in by Jennifer Averett <Jennifer.Averett@…>, on 01/18/08 at 17:09:51

2008-01-18 Jennifer Averett <jennifer.averett@…>

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