source: rtems/testsuites/psxtests/psxsem01/Makefile.am @ 91de2549

4.104.114.84.95
Last change on this file since 91de2549 was 91de2549, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 08:37:18

Partial conversion to automake.

  • Property mode set to 100644
File size: 679 bytes
Line 
1##
2## $Id$
3##
4
5TEST = psxsem01
6
7MANAGERS = all
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c system.h
11
12DOCTYPES = scn
13DOCS = $(DOCTYPES:%=$(TEST).%)
14
15SRCS = $(DOCS)
16OBJS = $(lib_a_OBJECTS)
17
18PRINT_SRCS = $(DOCS)
19
20PGM = ${ARCH}/$(TEST).exe
21
22include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
23include $(top_srcdir)/../automake/amcompile.am
24include $(top_srcdir)/../automake/leaf.am
25include $(top_srcdir)/psxtests.am
26
27#
28# (OPTIONAL) Add local stuff here using +=
29#
30
31AM_CPPFLAGS += -I$(top_srcdir)/include
32
33${PGM}: $(OBJS) $(LINK_FILES)
34        $(make-exe)
35
36all-local: $(TMPINSTALL_FILES)
37
38EXTRA_DIST = $(DOCS)
39
40CLEANFILES = $(TMPINSTALL_FILES)
41
42include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.