source: rtems/testsuites/samples/fileio/Makefile.am @ 9fa380ef

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

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

  • base_mp/Makefile.am: Reformat.
  • base_mp/node1/Makefile.am: Remove all-local: $(ARCH).
  • base_mp/node2/Makefile.am: Remove all-local: $(ARCH).
  • base_sp/Makefile.am: Remove all-local: $(ARCH).
  • cdtest/Makefile.am: Remove all-local: $(ARCH).
  • fileio/Makefile.am: Remove all-local: $(ARCH).
  • hello/Makefile.am: Remove all-local: $(ARCH).
  • loopback/Makefile.am: Remove all-local: $(ARCH).
  • minimum/Makefile.am: Remove all-local: $(ARCH).
  • paranoia/Makefile.am: Remove all-local: $(ARCH).
  • pppd/Makefile.am: Remove all-local: $(ARCH).
  • ticker/Makefile.am: Remove all-local: $(ARCH).
  • unlimited/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 765 bytes
Line 
1##
2##  Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
3##
4
5SAMPLE = fileio
6PGM = ${ARCH}/$(SAMPLE).exe
7
8MANAGERS = io message semaphore
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
17DOCS = $(DOCTYPES:%=$(SAMPLE).%)
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)/sample.am
28
29#
30# (OPTIONAL) Add local stuff here using +=
31#
32
33if LIBCHIP
34all-local: $(TMPINSTALL_FILES)
35
36${PGM}: $(OBJS) $(LINK_FILES)
37        $(make-exe)
38endif
39
40EXTRA_DIST = $(C_FILES) $(DOCS)
41
42include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.