source: rtems/testsuites/samples/loopback/Makefile.am @ ebb7d37

4.104.114.84.95
Last change on this file since ebb7d37 was ebb7d37, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:27:32

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
base_mp/Makefile.am: Reflect having moved automake.
base_mp/node1/Makefile.am: Reflect having moved automake.
base_mp/node2/Makefile.am: Reflect having moved automake.
base_sp/Makefile.am: Reflect having moved automake.
cdtest/Makefile.am: Reflect having moved automake.
fileio/Makefile.am: Reflect having moved automake.
hello/Makefile.am: Reflect having moved automake.
loopback/Makefile.am: Reflect having moved automake.
minimum/Makefile.am: Reflect having moved automake.
paranoia/Makefile.am: Reflect having moved automake.
pppd/Makefile.am: Reflect having moved automake.
ticker/Makefile.am: Reflect having moved automake.
unlimited/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 682 bytes
Line 
1##
2##  $Id$
3##
4
5
6SAMPLE = loopback
7PGM = ${ARCH}/$(SAMPLE).exe
8
9MANAGERS = io event
10
11C_FILES = init.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
13
14DOCTYPES = scn
15DOCS = $(DOCTYPES:%=$(SAMPLE).%)
16
17SRCS = $(DOCS) $(C_FILES) $(H_FILES)
18OBJS = $(C_O_FILES)
19
20PRINT_SRCS = $(DOCS)
21
22include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
23include $(top_srcdir)/../automake/compile.am
24include $(top_srcdir)/../automake/leaf.am
25include $(top_srcdir)/sample.am
26
27#
28# (OPTIONAL) Add local stuff here using +=
29#
30
31
32if HAS_NETWORKING
33all-local: ${ARCH} $(TMPINSTALL_FILES)
34
35${PGM}: $(OBJS) $(LINK_FILES)
36        $(make-exe)
37endif
38
39EXTRA_DIST = $(C_FILES) $(DOCS)
40
41include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.