From 48558241757117a61c98df483cd040149a19e382 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 16 Jan 2003 02:58:35 +0000 Subject: 2003-01-15 Ralf Corsepius * 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. --- cpukit/httpd/Makefile.am | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpukit/httpd/Makefile.am') 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 -- cgit v1.2.3