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

4.104.114.84.95
Last change on this file since b051bc1 was b051bc1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:24:25

2003-12-01 Ralf Corsepius <corsepiu@…>

  • itronhello/Makefile.am: Remove all-local: $(ARCH).
  • itronmbf01/Makefile.am: Remove all-local: $(ARCH).
  • itronmbox01/Makefile.am: Remove all-local: $(ARCH).
  • itronsem01/Makefile.am: Remove all-local: $(ARCH).
  • itrontask01/Makefile.am: Remove all-local: $(ARCH).
  • itrontask02/Makefile.am: Remove all-local: $(ARCH).
  • itrontask03/Makefile.am: Remove all-local: $(ARCH).
  • itrontask04/Makefile.am: Remove all-local: $(ARCH).
  • itrontime01/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 695 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
40include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.