source: rtems/testsuites/psxtests/psxsem01/Makefile.am @ a6b588d6

4.104.114.84.95
Last change on this file since a6b588d6 was a6b588d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:46:05

Convert to using *_PROGRAMS.

  • Property mode set to 100644
File size: 741 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxsem01.exe
8psxsem01_exe_SOURCES = init.c system.h ../include/pmacros.h
9
10scndir = $(rtems_testsdir)
11dist_scn_DATA = psxsem01.scn
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17psxsem01_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/include
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(psxsem01_exe_OBJECTS) $(psxsem01_exe_LDADD)
23LINK_LIBS = $(psxsem01_exe_LDLIBS)
24
25psxsem01.exe$(EXEEXT): $(psxsem01_exe_OBJECTS) $(psxsem01_exe_DEPENDENCIES)
26        @rm -f psxsem01.exe$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.