source: rtems/testsuites/samples/pppd/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 511 bytes
Line 
1##
2##  $Id$
3##
4
5
6rtems_tests_PROGRAMS = pppd
7pppd_SOURCES = init.c pppdapp.c netconfig.h system.h
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../automake/compile.am
11include $(top_srcdir)/../automake/leaf.am
12
13
14pppd_LDLIBS = -lpppd
15
16LINK_OBJS = $(pppd_OBJECTS)
17LINK_LIBS = $(pppd_LDLIBS)
18
19pppd$(EXEEXT): $(pppd_OBJECTS) $(pppd_DEPENDENCIES)
20        @rm -f pppd$(EXEEXT)
21        $(make-exe)
22
23EXTRA_DIST =
24EXTRA_DIST += ppp.conf
25EXTRA_DIST += pppd.options
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.