forked from Imagelibrary/rtems
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. * pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg. Eliminate *_O_FILES. * rtems_servers/Makefile.am: Ditto. * rtems_webserver/Makefile.am: Ditto. * rtems_telnetd/Makefile.am: Ditto.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
* pppd/Makefile.am: Don't include @RTEMS_BSP@.cfg.
|
||||||
|
Eliminate *_O_FILES.
|
||||||
|
* rtems_servers/Makefile.am: Ditto.
|
||||||
|
* rtems_webserver/Makefile.am: Ditto.
|
||||||
|
* rtems_telnetd/Makefile.am: Ditto.
|
||||||
|
|
||||||
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
2002-11-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
|
* pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
|
||||||
|
|||||||
@@ -2,21 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LIBNAME = lib.a
|
LIBNAME = lib.a
|
||||||
LIB = $(ARCH)/$(LIBNAME)
|
LIB = $(ARCH)/$(LIBNAME)
|
||||||
|
|
||||||
C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \
|
C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \
|
||||||
magic.c options.c upap.c md4.c md5.c utils.c sys-rtems.c rtemsmain.c \
|
magic.c options.c upap.c md4.c md5.c utils.c sys-rtems.c rtemsmain.c \
|
||||||
rtemspppd.c
|
rtemspppd.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -2,18 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
|
||||||
LIBNAME = lib.a
|
LIBNAME = lib.a
|
||||||
LIB = $(ARCH)/$(LIBNAME)
|
LIB = $(ARCH)/$(LIBNAME)
|
||||||
|
|
||||||
C_FILES = ftpd.c
|
C_FILES = ftpd.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -2,20 +2,16 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
|
||||||
LIBNAME = libtelnetd-tmp
|
LIBNAME = libtelnetd-tmp
|
||||||
LIB = $(ARCH)/$(LIBNAME).a
|
LIB = $(ARCH)/$(LIBNAME).a
|
||||||
|
|
||||||
C_FILES = pty.c telnetd.c icmds.c
|
C_FILES = pty.c telnetd.c icmds.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include_rtems_HEADERS = pty.h telnetd.h
|
include_rtems_HEADERS = pty.h telnetd.h
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
include_goaheaddir = $(includedir)/goahead
|
include_goaheaddir = $(includedir)/goahead
|
||||||
|
|
||||||
LIBNAME = lib.a
|
LIBNAME = lib.a
|
||||||
@@ -12,13 +11,10 @@ C_FILES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c form.c \
|
|||||||
h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \
|
h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \
|
||||||
sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \
|
sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \
|
||||||
websuemf.c webmain.c
|
websuemf.c webmain.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
H_FILES = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h wsIntrn.h
|
H_FILES = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h wsIntrn.h
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@ NET_O_PIECES = rtems_servers \
|
|||||||
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
|
OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
|
||||||
LIB = $(ARCH)/libnetapps.a
|
LIB = $(ARCH)/libnetapps.a
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -2,18 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
|
||||||
LIBNAME = lib.a
|
LIBNAME = lib.a
|
||||||
LIB = $(ARCH)/$(LIBNAME)
|
LIB = $(ARCH)/$(LIBNAME)
|
||||||
|
|
||||||
C_FILES = ftpd.c
|
C_FILES = ftpd.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
include_goaheaddir = $(includedir)/goahead
|
include_goaheaddir = $(includedir)/goahead
|
||||||
|
|
||||||
LIBNAME = lib.a
|
LIBNAME = lib.a
|
||||||
@@ -12,13 +11,10 @@ C_FILES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c form.c \
|
|||||||
h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \
|
h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c security.c \
|
||||||
sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \
|
sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \
|
||||||
websuemf.c webmain.c
|
websuemf.c webmain.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
H_FILES = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h wsIntrn.h
|
H_FILES = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h wsIntrn.h
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -2,21 +2,14 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LIBNAME = lib.a
|
LIBNAME = lib.a
|
||||||
LIB = $(ARCH)/$(LIBNAME)
|
LIB = $(ARCH)/$(LIBNAME)
|
||||||
|
|
||||||
C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \
|
C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \
|
||||||
magic.c options.c upap.c md4.c md5.c utils.c sys-rtems.c rtemsmain.c \
|
magic.c options.c upap.c md4.c md5.c utils.c sys-rtems.c rtemsmain.c \
|
||||||
rtemspppd.c
|
rtemspppd.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
@@ -2,20 +2,16 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
|
|
||||||
include_rtemsdir = $(includedir)/rtems
|
include_rtemsdir = $(includedir)/rtems
|
||||||
|
|
||||||
LIBNAME = libtelnetd-tmp
|
LIBNAME = libtelnetd-tmp
|
||||||
LIB = $(ARCH)/$(LIBNAME).a
|
LIB = $(ARCH)/$(LIBNAME).a
|
||||||
|
|
||||||
C_FILES = pty.c telnetd.c icmds.c
|
C_FILES = pty.c telnetd.c icmds.c
|
||||||
C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include_rtems_HEADERS = pty.h telnetd.h
|
include_rtems_HEADERS = pty.h telnetd.h
|
||||||
|
|
||||||
OBJS = $(C_O_FILES)
|
|
||||||
|
|
||||||
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
|
|
||||||
include $(top_srcdir)/../../../automake/compile.am
|
include $(top_srcdir)/../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../automake/lib.am
|
include $(top_srcdir)/../../../automake/lib.am
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user