source: rtems/testsuites/psxtests/psx12/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 563 bytes
Line 
1##
2## $Id$
3##
4
5
6rtems_tests_PROGRAMS = psx12
7psx12_SOURCES = init.c task.c system.h ../include/pmacros.h
8
9dist_rtems_tests_DATA = psx12.scn
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15
16AM_CPPFLAGS += -I$(top_srcdir)/include
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(psx12_OBJECTS)
20LINK_LIBS = $(psx12_LDLIBS)
21
22psx12$(EXEEXT): $(psx12_OBJECTS) $(psx12_DEPENDENCIES)
23        @rm -f psx12$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.