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

Annotation of /hydra/src/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (hide annotations)
Fri Sep 27 23:40:28 2002 UTC (21 years, 6 months ago) by nmav
Branch: MAIN
Changes since 1.4: +1 -1 lines
Improvements on HIC support.

1 nmav 1.1 INCLUDES = -I../
2 nmav 1.3 EXTRA_DIST = boa.h compat.h defines.h escape.h globals.h parse.h socket.h \
3 nmav 1.4 ssl.h boa_grammar.h webindex.pl hic.h
4 nmav 1.2
5 nmav 1.1 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 nmav 1.2
16 nmav 1.3 bin_PROGRAMS = hydra boa_indexer
17     bin_SCRIPTS = webindex.pl
18 nmav 1.2 hydra_SOURCES = alias.c boa.c buffer.c cgi.c cgi_header.c config.c escape.c \
19 nmav 1.1 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 nmav 1.4 socket.c virthost.c index.c boa_grammar.y boa_lexer.l timestamp.c \
22 nmav 1.5 hic.c hic_modules.c
23 nmav 1.1 hydra_LDADD = $(LIBGNUTLS_LIBS)
24    
25     boa_indexer_SOURCES = index_dir.c escape.c
26     boa_indexer_LDADD = $(SCANDIR) $(ALPHASORT) $(STRUTIL)

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26