~ubuntu-branches/ubuntu/karmic/conntrack/karmic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Manny Vindiola
  • Date: 2008-11-21 18:36:33 UTC
  • mfrom: (3.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20081121183633-p3wykrljs6y0aw7g
Tags: 1:0.9.7-1.1ubuntu1
* Merge from debian unstable (LP: 256380), remaining changes:
  + #include <limits.h> in {main,ignore_pool}.c to get PATH_MAX and INT_MAX
  + local.c: Fix insecure printf usage
  + debian/rules: 
    -undef _FORTIFY_SOURCE so that it doesn't fail about ignored chdir()
    return value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
37
37
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL TODO \
38
38
        config.guess config.sub depcomp install-sh ltmain.sh missing \
39
 
        mkinstalldirs ylwrap
 
39
        ylwrap
40
40
subdir = .
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/configure.in
44
44
        $(ACLOCAL_M4)
45
45
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
46
46
 configure.lineno config.status.lineno
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
47
mkinstalldirs = $(install_sh) -d
48
48
CONFIG_CLEAN_FILES =
49
49
SOURCES =
50
50
DIST_SOURCES =
102
102
F77 = @F77@
103
103
FFLAGS = @FFLAGS@
104
104
GREP = @GREP@
 
105
HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@
105
106
INSTALL = @INSTALL@
106
107
INSTALL_DATA = @INSTALL_DATA@
107
108
INSTALL_PROGRAM = @INSTALL_PROGRAM@
701
702
 
702
703
dist-hook:
703
704
        rm -rf `find $(distdir)/debian -name .svn`
704
 
        rm -rf `find $(distdir)/examples -name .svn`
 
705
        rm -rf `find $(distdir)/doc -name .svn`
705
706
# Tell versions [3.59,3.63) of GNU make to not export all variables.
706
707
# Otherwise a system limit (for SysV at least) may be exceeded.
707
708
.NOEXPORT: