source: rtems/testsuites/itrontests/itronmbox01/Makefile.am @ 3bb5d94

4.104.114.84.95
Last change on this file since 3bb5d94 was 3bb5d94, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:33:33

Rework.

  • Property mode set to 100644
File size: 608 bytes
Line 
1##
2## $Id$
3##
4
5PGM = ${ARCH}/itronmbox01.exe
6
7MANAGERS = all
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c system.h
11
12testsdir = $(libdir)/tests
13scndir = $(testsdir)
14dist_scn_DATA = itronmbox01.scn
15docdir = $(testsdir)
16dist_doc_DATA = itronmbox01.doc
17
18OBJS = $(lib_a_OBJECTS)
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23
24$(PGM): ${ARCH}/$(dirstamp)
25
26AM_CPPFLAGS += -I$(top_srcdir)/../support/include
27
28tests_SCRIPTS = $(PGM)
29
30$(PGM): $(OBJS) $(LINK_FILES)
31        $(make-exe)
32
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.