source: rtems/testsuites/itrontests/itronsem01/Makefile.am @ d65005e

4.104.114.84.95
Last change on this file since d65005e was d65005e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:44:35

AM_CPPFLAGS += -I..../support/include.

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