source: rtems/testsuites/psxtests/psxsem01/Makefile.am @ 17e3808

4.104.115
Last change on this file since 17e3808 was 17e3808, checked in by Joel Sherrill <joel.sherrill@…>, on 07/22/09 at 15:37:54

2009-07-22 Joel Sherrill <joel.sherrill@…>

  • psxsem01/Makefile.am, psxsem01/init.c: Much clean up.
  • psxsem01/system.h: Removed.
  • Property mode set to 100644
File size: 713 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psxsem01
8psxsem01_SOURCES = init.c ../include/pmacros.h \
9     ../../support/src/test_support.c
10
11dist_rtems_tests_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_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_OBJECTS) $(psxsem01_LDADD)
23LINK_LIBS = $(psxsem01_LDLIBS)
24
25psxsem01$(EXEEXT): $(psxsem01_OBJECTS) $(psxsem01_DEPENDENCIES)
26        @rm -f psxsem01$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.