source: rtems/c/src/libnetworking/pppd/Makefile.am @ 6d4e75fa

4.104.114.84.95
Last change on this file since 6d4e75fa was 6d4e75fa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/05 at 03:39:15

Install Install rtemspppd.h and rtemsdialer.h to $(includedir)/rtems.

  • Property mode set to 100644
File size: 829 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7noinst_LIBRARIES =
8
9if HAS_NETWORKING
10include_rtemsdir = $(includedir)/rtems
11include_rtems_HEADERS = rtemspppd.h rtemsdialer.h
12
13noinst_LIBRARIES += libpppd.a
14libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
15    chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
16    options.c upap.c upap.h md4.c md4.h md5.c md5.h utils.c sys-rtems.c \
17    rtemsmain.c rtemspppd.c pppd.h patchlevel.h pathnames.h
18libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE
19endif
20
21# FIXME: Move sources to libpppd_a_SOURCES, remove other files.
22EXTRA_DIST = ipxcp.c ipxcp.h
23
24all-local: $(PREINSTALL_FILES)
25
26CLEANFILES = $(PREINSTALL_FILES)
27DISTCLEANFILES = $(PREINSTALL_DIRS)
28
29include $(srcdir)/preinstall.am
30
31include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.