source: rtems/testsuites/samples/pppd/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: 666 bytes
Line 
1##
2##  $Id$
3##
4
5SAMPLE = pppd
6PGM = ${ARCH}/$(SAMPLE).exe
7
8MANAGERS = io event semaphore
9
10C_FILES = init.c pppdapp.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
13H_FILES = netconfig.h system.h
14
15SRCS = $(C_FILES) $(H_FILES)
16OBJS = $(C_O_FILES)
17
18PRINT_SRCS = $(DOCS)
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23include $(top_srcdir)/sample.am
24
25#
26# (OPTIONAL) Add local stuff here using +=
27#
28
29if HAS_NETWORKING
30all-local: $(TMPINSTALL_FILES)
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-exe)
34endif
35
36EXTRA_DIST = $(C_FILES) $(H_FILES)
37
38include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.