~ubuntu-branches/ubuntu/oneiric/clamsmtp/oneiric

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2008-08-14 22:02:23 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080814220223-rfk9475e8s2bnld7
Tags: 1.10-0ubuntu1
* New upstream release
* Incorporate LSB dependency header for init script from Debian's
  1.8-5.3
* Update to standards version 3.8.0
  - Add debian/README.source
  - Add Homepage: to debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
53
53
clamsmtpd_LDADD = $(LDADD)
54
54
clamsmtpd_LINK = $(CCLD) $(clamsmtpd_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
55
55
        $(LDFLAGS) -o $@
56
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
56
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
57
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
58
58
am__depfiles_maybe = depfiles
59
59
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
344
344
        unique=`for i in $$list; do \
345
345
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
346
346
          done | \
347
 
          $(AWK) '    { files[$$0] = 1; } \
348
 
               END { for (i in files) print i; }'`; \
 
347
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
348
              END { if (nonempty) { for (i in files) print i; }; }'`; \
349
349
        mkid -fID $$unique
350
350
tags: TAGS
351
351
 
357
357
        unique=`for i in $$list; do \
358
358
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
359
359
          done | \
360
 
          $(AWK) '    { files[$$0] = 1; } \
361
 
               END { for (i in files) print i; }'`; \
 
360
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
361
              END { if (nonempty) { for (i in files) print i; }; }'`; \
362
362
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
363
363
          test -n "$$unique" || unique=$$empty_fix; \
364
364
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
368
368
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
369
369
                $(TAGS_FILES) $(LISP)
370
370
        tags=; \
371
 
        here=`pwd`; \
372
371
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
373
372
        unique=`for i in $$list; do \
374
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
375
374
          done | \
376
 
          $(AWK) '    { files[$$0] = 1; } \
377
 
               END { for (i in files) print i; }'`; \
 
375
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
378
377
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
379
378
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
380
379
             $$tags $$unique