source: rtems/cpukit/httpd/Makefile.am @ 4e97166

4.104.114.84.95
Last change on this file since 4e97166 was 4e97166, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 09:57:43

Remove all-local.

  • Property mode set to 100644
File size: 743 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
[6a8e52d]5include $(top_srcdir)/automake/compile.am
[4bf1801]6
[2707ce2]7AM_CPPFLAGS += -DWEBS -DUEMF
[4bf1801]8
[4078e82]9if HAS_NETWORKING
[4bf1801]10if HAS_POSIX
[4078e82]11include_goaheaddir = $(includedir)/goahead
12
[e6d8fe47]13include_HEADERS = rtems_webserver.h
[74066232]14include_goahead_HEADERS = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h \
15    wsIntrn.h
[e6d8fe47]16
[846a4af]17project_lib_LIBRARIES = libhttpd.a
[633456e]18libhttpd_a_SOURCES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c \
19    form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
20    security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \
21    webrom.c webs.c websuemf.c webmain.c
[a369ade]22libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
[4bf1801]23endif
[4078e82]24endif
[4bf1801]25
[633456e]26EXTRA_DIST = webcomp.c webpage.c
[74066232]27
[92445c2]28include $(srcdir)/preinstall.am
[6a8e52d]29include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.