source: rtems/testsuites/samples/pppd/Makefile.am @ 4dec352

4.115
Last change on this file since 4dec352 was 4dec352, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

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