Changeset 4855824 in rtems for cpukit/telnetd
- Timestamp:
- Jan 16, 2003, 2:58:35 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 17aa98d
- Parents:
- a5f8ec56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/telnetd/Makefile.am
ra5f8ec56 r4855824 2 2 ## $Id$ 3 3 ## 4 5 4 6 5 include_rtemsdir = $(includedir)/rtems … … 10 9 11 10 C_FILES = pty.c telnetd.c icmds.c 12 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))11 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 13 12 14 13 include_rtems_HEADERS = pty.h telnetd.h 15 14 16 OBJS = $(C_O_FILES)17 18 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg19 15 include $(top_srcdir)/../../../automake/compile.am 20 16 include $(top_srcdir)/../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.