source: rtems/testsuites/itrontests/itrontime01/Makefile.am @ ebbe119e

4.104.114.84.95
Last change on this file since ebbe119e was 2ac7d12, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:49:01

2004-01-14 Ralf Corsepius <corsepiu@…>

  • itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • itronmbf01/Makefile.am: Ditto.
  • itronmbox01/Makefile.am: Ditto.
  • itronsem01/Makefile.am: Ditto.
  • itrontask01/Makefile.am: Ditto.
  • itrontask02/Makefile.am: Ditto.
  • itrontask03/Makefile.am: Ditto.
  • itrontask04/Makefile.am: Ditto.
  • itrontime01/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 729 bytes
Line 
1##
2## $Id$
3##
4
5TEST = itrontime01
6PGM = ${ARCH}/$(TEST).exe
7
8MANAGERS = all
9
10C_FILES = init.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
13H_FILES = system.h
14noinst_HEADERS = $(H_FILES)
15
16DOCTYPES = doc scn
17DOCS = $(DOCTYPES:%=$(TEST).%)
18
19SRCS = $(DOCS) $(C_FILES) $(H_FILES)
20OBJS = $(C_O_FILES)
21
22PRINT_SRCS = $(DOCS)
23
24include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
25include $(top_srcdir)/../automake/compile.am
26include $(top_srcdir)/../automake/leaf.am
27include $(top_srcdir)/itrontests.am
28
29#
30# (OPTIONAL) Add local stuff here using +=
31#
32
33${PGM}: $(OBJS) $(LINK_FILES)
34        $(make-exe)
35
36all-local: $(TMPINSTALL_FILES)
37
38EXTRA_DIST = $(C_FILES) $(DOCS)
39
40CLEANFILES = $(TMPINSTALL_FILES)
41
42include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.