summaryrefslogtreecommitdiffstats
path: root/cpukit/httpd/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 05:46:03 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-09 05:46:03 +0000
commit44b7bcd59c6042aecef864cd45bc79508ff67d71 (patch)
tree14c9f01314d0c454030d0c87e9d11e7e6f5f4f59 /cpukit/httpd/Makefile.am
parent2010-06-08 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-44b7bcd59c6042aecef864cd45bc79508ff67d71.tar.bz2
Remove (discontinued).
Diffstat (limited to '')
-rw-r--r--cpukit/httpd/Makefile.am33
1 files changed, 0 insertions, 33 deletions
diff --git a/cpukit/httpd/Makefile.am b/cpukit/httpd/Makefile.am
deleted file mode 100644
index 94e3d60019..0000000000
--- a/cpukit/httpd/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-##
-## $Id$
-##
-
-## DEPRECATED, don't use.
-
-include $(top_srcdir)/automake/compile.am
-
-AM_CPPFLAGS += -DWEBS -DUEMF
-
-if LIBHTTPD
-## Always install this header file. Both webservers use it.
-include_HEADERS = rtems_webserver.h
-
-if HAS_PTHREADS
-include_goaheaddir = $(includedir)/goahead
-
-include_goahead_HEADERS = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h \
- wsIntrn.h
-
-project_lib_LIBRARIES = libhttpd.a
-libhttpd_a_SOURCES = 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
-libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
-endif
-endif
-
-EXTRA_DIST = webcomp.c webpage.c
-
-include $(srcdir)/preinstall.am
-include $(top_srcdir)/automake/local.am