Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/c/Makefile.am
blob: 9db8df71b5319ead61a1055d6c4a65bf2bfab564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
bin_PROGRAMS = searcher indexer livesearch bzipreader blocks lsearcher wp

AM_CFLAGS = -g -Wall 

searcher_CFLAGS = -fpack-struct
livesearch_CFLAGS = -DDEUG -DWP_INCLUDE
indexer_CFLAGS = -fpack-struct
bzipreader_CFLAGS = -DINCLUDE_MAIN
blocks_CFLAGS = -DINCLUDE_MAIN
lsearcher_CFLAGS = -DINCLUDE_MAIN -DDEBUG

LDADD = safe.o

bzipreader_LDADD = $(LDADD) -lbz2
livesearch_LDADD = $(LDADD) -lncurses

livesearch_SOURCES = lsearcher.c livesearch.c bzipreader.c blocks.c wp.c
wp_SOURCES = lsearcher.c bzipreader.c blocks.c wp.c
searcher_SOURCES = search.c searcher.c

DISTCLEANFILES = AUTHORS README ChangeLog INSTALL NEWS COPYING Makefile.in \
							 configure Makefile install-sh missing

all:
	ln -sf livesearch reader

distclean-local:
	-rm -rf *.dSYM *.log *.status *.cache