forked from Imagelibrary/rtems
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Makefile.am: Reflect having moved automake. pppd/Makefile.am: Reflect having moved automake. rtems_servers/Makefile.am: Reflect having moved automake. rtems_telnetd/Makefile.am: Reflect having moved automake. rtems_webserver/Makefile.am: Reflect having moved automake. wrapup/Makefile.am: Reflect having moved automake.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
Makefile.am: Reflect having moved automake.
|
||||||
|
pppd/Makefile.am: Reflect having moved automake.
|
||||||
|
rtems_servers/Makefile.am: Reflect having moved automake.
|
||||||
|
rtems_telnetd/Makefile.am: Reflect having moved automake.
|
||||||
|
rtems_webserver/Makefile.am: Reflect having moved automake.
|
||||||
|
wrapup/Makefile.am: Reflect having moved automake.
|
||||||
|
|
||||||
2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove (Merged into ../configure.ac).
|
* configure.ac: Remove (Merged into ../configure.ac).
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
SUBDIRS = rtems_servers pppd rtems_telnetd rtems_webserver wrapup
|
SUBDIRS = rtems_servers pppd rtems_telnetd rtems_webserver wrapup
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/subdirs.am
|
include $(top_srcdir)/automake/subdirs.am
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \
|
|||||||
rtemspppd.c
|
rtemspppd.c
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -39,4 +39,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ LIB = $(ARCH)/$(LIBNAME)
|
|||||||
C_FILES = ftpd.c
|
C_FILES = ftpd.c
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -43,4 +43,4 @@ $(PROJECT_INCLUDE)/rtems:
|
|||||||
$(PROJECT_INCLUDE)/rtems/%.h: %.h
|
$(PROJECT_INCLUDE)/rtems/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ C_FILES = pty.c telnetd.c icmds.c
|
|||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems:
|
$(PROJECT_INCLUDE)/rtems:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkinstalldirs) $@
|
||||||
@@ -39,4 +39,4 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST = README pty.c telnetd.c pty.h icmds.c telnetd.h
|
EXTRA_DIST = README pty.c telnetd.c pty.h icmds.c telnetd.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
|
|
||||||
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 $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -58,4 +58,4 @@ EXTRA_DIST = asp.c balloc.c default.c ej.h ejlex.c ejparse.c form.c h.c \
|
|||||||
sock.c socket.c sym.c uemf.c uemf.h um.h url.c value.c wbase64.c webcomp.c \
|
sock.c socket.c sym.c uemf.c uemf.h um.h url.c value.c wbase64.c webcomp.c \
|
||||||
webmain.c webpage.c webrom.c webs.c webs.h websuemf.c wsIntrn.h
|
webmain.c webpage.c webrom.c webs.c webs.h websuemf.c wsIntrn.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ 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 $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
@@ -26,4 +26,4 @@ $(LIB): $(OBJS)
|
|||||||
all-local: $(ARCH) $(OBJS) $(LIB)
|
all-local: $(ARCH) $(OBJS) $(LIB)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -8,8 +8,8 @@ LIB = $(ARCH)/$(LIBNAME)
|
|||||||
C_FILES = ftpd.c
|
C_FILES = ftpd.c
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -43,4 +43,4 @@ $(PROJECT_INCLUDE)/rtems:
|
|||||||
$(PROJECT_INCLUDE)/rtems/%.h: %.h
|
$(PROJECT_INCLUDE)/rtems/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
|||||||
|
|
||||||
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 $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -58,4 +58,4 @@ EXTRA_DIST = asp.c balloc.c default.c ej.h ejlex.c ejparse.c form.c h.c \
|
|||||||
sock.c socket.c sym.c uemf.c uemf.h um.h url.c value.c wbase64.c webcomp.c \
|
sock.c socket.c sym.c uemf.c uemf.h um.h url.c value.c wbase64.c webcomp.c \
|
||||||
webmain.c webpage.c webrom.c webs.c webs.h websuemf.c wsIntrn.h
|
webmain.c webpage.c webrom.c webs.c webs.h websuemf.c wsIntrn.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ C_FILES = auth.c ccp.c chap.c chap_ms.c chat.c demand.c fsm.c ipcp.c lcp.c \
|
|||||||
rtemspppd.c
|
rtemspppd.c
|
||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
#
|
#
|
||||||
# Add local stuff here using +=
|
# Add local stuff here using +=
|
||||||
@@ -39,4 +39,4 @@ PREINSTALL_FILES = $(PROJECT_INCLUDE) $(include_HEADERS:%=$(PROJECT_INCLUDE)/%)
|
|||||||
$(PROJECT_INCLUDE)/%.h: %.h
|
$(PROJECT_INCLUDE)/%.h: %.h
|
||||||
$(INSTALL_DATA) $< $@
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ C_FILES = pty.c telnetd.c icmds.c
|
|||||||
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
|
||||||
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/compile.am
|
include $(top_srcdir)/automake/compile.am
|
||||||
include $(top_srcdir)/../../automake/lib.am
|
include $(top_srcdir)/automake/lib.am
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/rtems:
|
$(PROJECT_INCLUDE)/rtems:
|
||||||
@$(mkinstalldirs) $@
|
@$(mkinstalldirs) $@
|
||||||
@@ -39,4 +39,4 @@ endif
|
|||||||
|
|
||||||
EXTRA_DIST = README pty.c telnetd.c pty.h icmds.c telnetd.h
|
EXTRA_DIST = README pty.c telnetd.c pty.h icmds.c telnetd.h
|
||||||
|
|
||||||
include $(top_srcdir)/../../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user