~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to libatalk/cnid/cdb/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-01-23 05:08:37 UTC
  • mfrom: (8.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100123050837-rh5465ophfkjpsn2
Tags: 2.0.5-3
* Fix replace/drop bogus and/or obsolete configure options:
  + Use --without-ssl-dir/--with-ssl-dir (not --with-openssl-dir/
    --without-openssl-dir). Closes: bug#565969, thanks to Fabian
    Greffrath.
  + Use --enable-tcp-wrappers (not --with-tcp-wrappers).
  + Use --disable-srvloc (not --disable-slp).
  + Drop --disable-logger (obsolete since 2.0.1).
  + Drop --with-mangling (apparently obsolete since 2.0 alpha 1).
  + Drop --with-nls-dir and --without-xfs (apparently obsolete).
* Autoreconfigure during build (since upstream does not enable
  maintainer-mode). Disable autotools-related patches. Build-depend on
  libtool, automake1.11 and autoconf. Closes: bug#559060, thanks to
  Cyril Brulebois and others.
* Add safety-check to fail build if accidentally linked against
  libssl. Thanks to Fabian Greffrath (see bug#565969).
* Disable atalkd by default, to not require supported network active
  at daemon start time. Closes: bug#565568, thanks to Kurt Roeckx.
  Add NEWS entry about the change.
* Build-depend on and enable hardening-includes.
* Fix adjust "See also" of manpages referring to afile or achfile.
* Set urgency=medium as earlier lack of explicit disabling openssl
  caused the package to violate licensing for some architectures, also
  affecting testing.

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.
70
70
        cnid_cdb_delete.lo cnid_cdb_get.lo cnid_cdb_lookup.lo \
71
71
        cnid_cdb_open.lo cnid_cdb_resolve.lo cnid_cdb_update.lo
72
72
libcnid_cdb_la_OBJECTS = $(am_libcnid_cdb_la_OBJECTS)
73
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
73
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
74
depcomp = $(SHELL) $(top_srcdir)/depcomp
75
75
am__depfiles_maybe = depfiles
76
76
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
121
121
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
122
122
DEFS = @DEFS@
123
123
DEPDIR = @DEPDIR@
 
124
DSYMUTIL = @DSYMUTIL@
124
125
ECHO = @ECHO@
125
126
ECHO_C = @ECHO_C@
126
127
ECHO_N = @ECHO_N@
155
156
MAKEINFO = @MAKEINFO@
156
157
MKDIR_P = @MKDIR_P@
157
158
NETATALK_VERSION = @NETATALK_VERSION@
 
159
NMEDIT = @NMEDIT@
158
160
OBJEXT = @OBJEXT@
159
161
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
160
162
PACKAGE = @PACKAGE@
172
174
PS = @PS@
173
175
QUOTA_LIBS = @QUOTA_LIBS@
174
176
RANLIB = @RANLIB@
 
177
SED = @SED@
175
178
SERVERTEXT = @SERVERTEXT@
176
179
SET_MAKE = @SET_MAKE@
177
180
SHELL = @SHELL@
266
269
              exit 1;; \
267
270
          esac; \
268
271
        done; \
269
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libatalk/cnid/cdb/Makefile'; \
 
272
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libatalk/cnid/cdb/Makefile'; \
270
273
        cd $(top_srcdir) && \
271
 
          $(AUTOMAKE) --foreign  libatalk/cnid/cdb/Makefile
 
274
          $(AUTOMAKE) --gnu  libatalk/cnid/cdb/Makefile
272
275
.PRECIOUS: Makefile
273
276
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274
277
        @case '$?' in \
345
348
        unique=`for i in $$list; do \
346
349
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
347
350
          done | \
348
 
          $(AWK) '    { files[$$0] = 1; } \
349
 
               END { for (i in files) print i; }'`; \
 
351
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
352
              END { if (nonempty) { for (i in files) print i; }; }'`; \
350
353
        mkid -fID $$unique
351
354
tags: TAGS
352
355
 
358
361
        unique=`for i in $$list; do \
359
362
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
363
          done | \
361
 
          $(AWK) '    { files[$$0] = 1; } \
362
 
               END { for (i in files) print i; }'`; \
 
364
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
365
              END { if (nonempty) { for (i in files) print i; }; }'`; \
363
366
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
364
367
          test -n "$$unique" || unique=$$empty_fix; \
365
368
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
369
372
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
370
373
                $(TAGS_FILES) $(LISP)
371
374
        tags=; \
372
 
        here=`pwd`; \
373
375
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
374
376
        unique=`for i in $$list; do \
375
377
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376
378
          done | \
377
 
          $(AWK) '    { files[$$0] = 1; } \
378
 
               END { for (i in files) print i; }'`; \
 
379
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
380
              END { if (nonempty) { for (i in files) print i; }; }'`; \
379
381
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
380
382
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
381
383
             $$tags $$unique