source: rtems/cpukit/pppd/Makefile.am @ 994eb05

4.104.114.84.95
Last change on this file since 994eb05 was 994eb05, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/19/05 at 03:31:55

2005-09-19 Ralf Corsepius <ralf.corsepius@…>

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