source: rtems/c/src/tests/itrontests/itrontask01/Makefile.am @ ab2fce0

4.104.114.84.95
Last change on this file since ab2fce0 was ab2fce0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 05:17:41

2002-08-11 Ralf Corsepius <corsepiu@…>

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