~ubuntu-branches/ubuntu/natty/leafnode/natty

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Robert Grimm
  • Date: 2010-06-13 20:41:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100613204110-jn5da77ih13v8oau
Tags: 1.11.8-1
* New upstream release.
   - Fix file descriptor leak in getbody_newno() (closes: #568128).
* Added Danish Debconf translation, kindly provided by
  Joe Hansen <joedalton2@yahoo.dk> (closes: #581055).
* Depend on netbase.  
* Standards version 3.8.4 (no changes).
* Switch to dpkg source 3.0 (quilt) format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
        ChangeLog ChangeLog.old sanitize.sed \
56
56
        README-MAINTAINER update.sh COPYING.LGPL COPYING.GPL \
57
57
        getline.c mkstemp.c strdup.c strlcpy.c strlcpy.h \
58
 
        .indent.pro README.FIRST config.h.in cindent README-FQDN.pod \
 
58
        .indent.pro config.h.in cindent README-FQDN.pod \
59
59
        $(mydocs) $(MANPAGES_IN) makesubst subst.in \
60
60
        FAQ.xml timegm.c \
61
61
        run.tcpserver.dist.in run.tcpd.dist.in setup-daemontools.sh.in \
201
201
# for testing
202
202
check_PROGRAMS = test1 testgen xsnprintf checkpeerlocal validatefqdn \
203
203
                 pcre_extract nntputil t.rfctime grouplist
 
204
dist_check_SCRIPTS = t.validate-xml
204
205
checkpeerlocal_SOURCES  = checkpeerlocal.c
205
206
t_rfctime_SOURCES = t.rfctime.c
206
207
checkpeerlocal_CFLAGS   = -DTEST -DTEST_LOCAL $(AM_CFLAGS) $(CFLAGS)
211
212
 
212
213
MYTESTS=\
213
214
t.gal2 t.gal3 t.gal4 t.gal6
214
 
TESTS=$(MYTESTS) xsnprintf t.pcre_extract
215
215
$(MYTESTS): Makefile \
216
216
  $(top_srcdir)/t/cmp.gal1t $(top_srcdir)/t/cmp.gal1w \
217
217
  $(top_srcdir)/t/cmp.gal2t $(top_srcdir)/t/cmp.gal2w \
226
226
                `echo $(top_srcdir)/$@ | sed 's/t\.\(.*\)/t\/cmp.\1w/'` \
227
227
                >$@ && chmod +x $@
228
228
 
 
229
TESTS=$(MYTESTS) xsnprintf t.pcre_extract t.validate-xml
 
230
TESTS_ENVIRONMENT=srcdir=$(srcdir) SHELL="$(SHELL)"
 
231
 
229
232
CLEANFILES=$(MYTESTS) xsnprintf $(man_MANS) FAQ.aux FAQ.tex FAQ.out FAQ.log \
230
233
           README-FQDN.aux README-FQDN.log README-FQDN.ind README-FQDN.idx \
231
234
           README-FQDN.toc README-FQDN.pdf README-FQDN.idxs README-FQDN.tex