summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 02:58:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 02:58:35 +0000
commit48558241757117a61c98df483cd040149a19e382 (patch)
treea4e01a344dff9daaa210fe025944cea439f7c0eb /cpukit/httpd/Makefile.am
parent2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-48558241757117a61c98df483cd040149a19e382.tar.bz2
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.
Diffstat (limited to '')
-rw-r--r--cpukit/httpd/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am
index f3f9652122..7d84302064 100644
--- a/cpukit/httpd/Makefile.am
+++ b/cpukit/httpd/Makefile.am
@@ -2,7 +2,6 @@
## $Id$
##
-
include_goaheaddir = $(includedir)/goahead
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 \
sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c webrom.c webs.c \
websuemf.c webmain.c
-C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
-
-OBJS = $(C_O_FILES)
+OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
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/lib.am