source: rtems/cpukit/pppd/Makefile.am @ 121dd881

4.115
Last change on this file since 121dd881 was 65c6425, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 17:24:46

Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.

  • Property mode set to 100644
File size: 629 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3if LIBNETWORKING
4include_rtemsdir = $(includedir)/rtems
5include_rtems_HEADERS = rtemspppd.h rtemsdialer.h
6
7project_lib_LIBRARIES = libpppd.a
8libpppd_a_SOURCES = auth.c ccp.c ccp.h chap.c chap.h chap_ms.c chap_ms.h \
9    chat.c demand.c fsm.c fsm.h ipcp.c ipcp.h lcp.c lcp.h magic.c magic.h \
10    options.c upap.c upap.h utils.c sys-rtems.c \
11    rtemsmain.c rtemspppd.c rtemspppd.h pppd.h patchlevel.h pathnames.h \
12    rtemsdialer.h
13libpppd_a_CPPFLAGS = $(AM_CPPFLAGS) -D__BSD_VISIBLE -I$(srcdir)/../libmd
14endif
15
16include $(srcdir)/preinstall.am
17include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.