/[hydra]/hydra/src/Makefile.am
ViewVC logotype

Contents of /hydra/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Thu Sep 26 14:52:17 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_0_2
Changes since 1.2: +4 -2 lines
last changes for 0.0.2

1 INCLUDES = -I../
2 EXTRA_DIST = boa.h compat.h defines.h escape.h globals.h parse.h socket.h \
3 ssl.h boa_grammar.h webindex.pl
4
5 GCC_FLAGS = -Wstrict-prototypes -Wpointer-arith -Wcast-align -Wcast-qual\
6 -Wtraditional\
7 -Wshadow\
8 -Wconversion\
9 -Waggregate-return\
10 -Wmissing-prototypes\
11 -Wnested-externs\
12 -Wall \
13 -Wundef -Wwrite-strings -Wredundant-decls -Winline
14
15
16 bin_PROGRAMS = hydra boa_indexer
17 bin_SCRIPTS = webindex.pl
18 hydra_SOURCES = alias.c boa.c buffer.c cgi.c cgi_header.c config.c escape.c \
19 get.c hash.c ip.c log.c mmap_cache.c pipe.c queue.c read.c \
20 request.c response.c select.c signals.c util.c sublog.c ssl.c \
21 socket.c virthost.c index.c boa_grammar.y boa_lexer.l timestamp.c
22 hydra_LDADD = $(LIBGNUTLS_LIBS)
23
24 boa_indexer_SOURCES = index_dir.c escape.c
25 boa_indexer_LDADD = $(SCANDIR) $(ALPHASORT) $(STRUTIL)

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26