source: rtems/cpukit/pppd/Makefile.am @ 54c0b57

5
Last change on this file since 54c0b57 was 68e1ccc4, checked in by Sebastian Huber <sebastian.huber@…>, on 09/11/18 at 04:30:20

build: Remove specialized CPPFLAGS

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