Changeset 4855824 in rtems for cpukit/pppd
- Timestamp:
- Jan 16, 2003, 2:58:35 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, master
- Children:
- 17aa98d
- Parents:
- a5f8ec56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/pppd/Makefile.am
ra5f8ec56 r4855824 2 2 ## $Id$ 3 3 ## 4 5 6 7 8 4 9 5 LIBNAME = lib.a … … 13 9 magic.c options.c upap.c md4.c md5.c utils.c sys-rtems.c rtemsmain.c \ 14 10 rtemspppd.c 15 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))11 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 16 12 17 OBJS = $(C_O_FILES)18 19 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg20 13 include $(top_srcdir)/../../../automake/compile.am 21 14 include $(top_srcdir)/../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.