source: rtems/cpukit/httpd/Makefile.am @ 9db0ec2

4.104.114.84.95
Last change on this file since 9db0ec2 was 497c28e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/03/05 at 14:51:27

2005-11-03 Ralf Corsepius <ralf.corsepius@…>

  • httpd/Makefile.am: Remove bogus noinst_LIBRARIES.
  • Property mode set to 100644
File size: 827 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7CLEANFILES =
8DISTCLEANFILES =
9
10AM_CPPFLAGS += -DWEBS -DUEMF
11
12if HAS_NETWORKING
13if HAS_POSIX
14include_goaheaddir = $(includedir)/goahead
15
16include_HEADERS = rtems_webserver.h
17include_goahead_HEADERS = ej.h ejIntrn.h emfdb.h md5.h uemf.h um.h webs.h \
18    wsIntrn.h
19
20project_lib_LIBRARIES = libhttpd.a
21libhttpd_a_SOURCES = asp.c balloc.c default.c ejlex.c ejparse.c emfdb.c \
22    form.c h.c handler.c md5c.c mime.c misc.c webpage.c ringq.c rom.c \
23    security.c sock.c socket.c sym.c uemf.c um.c url.c value.c wbase64.c \
24    webrom.c webs.c websuemf.c webmain.c
25libhttpd_a_CPPFLAGS = $(AM_CPPFLAGS)
26endif
27endif
28
29EXTRA_DIST = webcomp.c webpage.c
30
31all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
32
33include $(srcdir)/preinstall.am
34
35include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.