~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
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060326223535-bo3m96paoczzz59n
Tags: 1.12-1
* New upstream release
  + `dbacl -V' now exits with status 0.  (Closes: #339394)
* debian/rules:
  + Upstream now fixes TREC file permissions.  However some new scripts got
    added, so this time its a a+x fix instead of a-x.
* debian/patches:
  + Removed 10_slang2_conversion.patch from Clint, now merged upstream.
  + Updated 20_autotools_update.patch .

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
hypex_SOURCES = hypex.c hypex.h dbacl.h fram.c util.h util.c $(PUBDOM)
 
24
hypex_SOURCES = hypex.c hypex.h dbacl.h fram.c catfun.c util.h util.c probs.c $(PUBDOM)
25
25
 
26
26
AM_CFLAGS = -funsigned-char -Wall -pedantic $(CFLAGSIEEE) -O3
27
27
AM_YFLAGS = -d
53
53
pcheck_SOURCES = hparse.c
54
54
pcheck: hparse.c hmine.h dbacl.h rfc822.c rfc2822.c
55
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'