source: rtems/testsuites/psxtests/psx16/Makefile.am @ 864dd9ad

4.115
Last change on this file since 864dd9ad was 864dd9ad, checked in by Joel Sherrill <joel.sherrill@…>, on 08/01/11 at 13:27:15

2011-08-01 Joel Sherrill <joel.sherrill@…>

  • psx16/Makefile.am: New file.
  • Property mode set to 100644
File size: 640 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psx16
8psx16_SOURCES = init.c ../include/pmacros.h
9
10dist_rtems_tests_DATA = psx16.scn
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16psx16_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 = $(psx16_OBJECTS) $(psx16_LDADD)
22LINK_LIBS = $(psx16_LDLIBS)
23
24psx16$(EXEEXT): $(psx16_OBJECTS) $(psx16_DEPENDENCIES)
25        @rm -f psx16$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.