~ubuntu-branches/ubuntu/hardy/dbacl/hardy

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-03-26 22:35:35 UTC
  • mto: (2.1.1 etch) (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060326223535-icwiulpkzesds4mq
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# note . occurs before tests
2
2
SUBDIRS = . tests
3
3
 
4
 
bin_PROGRAMS = dbacl bayesol mailinspect hmine
 
4
bin_PROGRAMS = dbacl bayesol mailinspect hmine hypex
5
5
bin_SCRIPTS = mailcross mailtoe mailfoot
6
6
 
7
7
PUBDOM = jenkins.c jenkins2.c \
9
9
 
10
10
dbacl_SOURCES = dbacl.c dbacl.h fram.c catfun.c fh.c util.c util.h probs.c $(PUBDOM)
11
11
dbacl_LDADD = mb.o wc.o
12
 
EXTRA_dbacl_SOURCES = mbw.h mbw.c
 
12
EXTRA_dbacl_SOURCES = mbw.h mbw.c splintrc lint-check.sh
13
13
 
14
14
bayesol_SOURCES = bayesol.c bayesol.h fram.c risk-lexer.l risk-parser.y risk-parser.h probs.c util.c util.h $(PUBDOM)
15
15
bayesol_LDADD = @LEXLIB@
21
21
 
22
22
hmine_SOURCES = hmine.c hmine.h hparse.c fram.c util.h util.c dbacl.h rfc822.c rfc2822.c $(PUBDOM)
23
23
 
24
 
AM_CFLAGS =  -funsigned-char -Wall -pedantic $(CFLAGSIEEE) -O3
 
24
hypex_SOURCES = hypex.c hypex.h dbacl.h fram.c catfun.c util.h util.c probs.c $(PUBDOM)
 
25
 
 
26
AM_CFLAGS = -funsigned-char -Wall -pedantic $(CFLAGSIEEE) -O3
25
27
AM_YFLAGS = -d
26
28
 
27
29
CLEANFILES = mailcross mailtoe mailfoot 
28
30
EXTRA_DIST = README mailcross.in mailtoe.in mailfoot.in mailtest.functions.in plot-scores.sh
29
31
 
30
32
mb.o: mbw.c dbacl.h mbw.h
31
 
        $(COMPILE) -DMBW_MB -c mbw.c -o $@
 
33
        $(COMPILE) -DMBW_MB -c $(srcdir)/mbw.c -o $@
32
34
 
33
35
wc.o: mbw.c dbacl.h mbw.h
34
 
        $(COMPILE) -DMBW_WIDE -c mbw.c -o $@
 
36
        $(COMPILE) -DMBW_WIDE -c $(srcdir)/mbw.c -o $@
35
37
 
36
38
SUFFIXES = .in
37
39
 
50
52
 
51
53
pcheck_SOURCES = hparse.c
52
54
pcheck: hparse.c hmine.h dbacl.h rfc822.c rfc2822.c
53
 
        $(COMPILE) -DTEST_PARSER hparse.c rfc822.c rfc2822.c util.o fram.o jenkins.o -o pcheck
 
55
        $(COMPILE) -DTEST_PARSER $(srcdir)/hparse.c $(srcdir)/rfc822.c $(srcdir)/rfc2822.c util.o fram.o jenkins.o -o pcheck
 
56
 
 
57
lint-check:
 
58
        sh ./lint-check.sh
 
 
b'\\ No newline at end of file'