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

« back to all changes in this revision

Viewing changes to libatalk/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.
77
77
libatalk_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
78
78
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79
79
        $(libatalk_la_LDFLAGS) $(LDFLAGS) -o $@
80
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
80
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
81
81
depcomp = $(SHELL) $(top_srcdir)/depcomp
82
82
am__depfiles_maybe = depfiles
83
83
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137
137
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
138
138
DEFS = @DEFS@
139
139
DEPDIR = @DEPDIR@
 
140
DSYMUTIL = @DSYMUTIL@
140
141
ECHO = @ECHO@
141
142
ECHO_C = @ECHO_C@
142
143
ECHO_N = @ECHO_N@
171
172
MAKEINFO = @MAKEINFO@
172
173
MKDIR_P = @MKDIR_P@
173
174
NETATALK_VERSION = @NETATALK_VERSION@
 
175
NMEDIT = @NMEDIT@
174
176
OBJEXT = @OBJEXT@
175
177
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
176
178
PACKAGE = @PACKAGE@
188
190
PS = @PS@
189
191
QUOTA_LIBS = @QUOTA_LIBS@
190
192
RANLIB = @RANLIB@
 
193
SED = @SED@
191
194
SERVERTEXT = @SERVERTEXT@
192
195
SET_MAKE = @SET_MAKE@
193
196
SHELL = @SHELL@
286
289
              exit 1;; \
287
290
          esac; \
288
291
        done; \
289
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libatalk/Makefile'; \
 
292
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libatalk/Makefile'; \
290
293
        cd $(top_srcdir) && \
291
 
          $(AUTOMAKE) --foreign  libatalk/Makefile
 
294
          $(AUTOMAKE) --gnu  libatalk/Makefile
292
295
.PRECIOUS: Makefile
293
296
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
294
297
        @case '$?' in \
312
315
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
313
316
          if test -f $$p; then \
314
317
            f=$(am__strip_dir) \
315
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
316
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
318
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
319
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
317
320
          else :; fi; \
318
321
        done
319
322
 
321
324
        @$(NORMAL_UNINSTALL)
322
325
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
323
326
          p=$(am__strip_dir) \
324
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
325
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
327
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
328
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
326
329
        done
327
330
 
328
331
clean-libLTLIBRARIES:
446
449
        unique=`for i in $$list; do \
447
450
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
448
451
          done | \
449
 
          $(AWK) '    { files[$$0] = 1; } \
450
 
               END { for (i in files) print i; }'`; \
 
452
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
453
              END { if (nonempty) { for (i in files) print i; }; }'`; \
451
454
        mkid -fID $$unique
452
455
tags: TAGS
453
456
 
472
475
        unique=`for i in $$list; do \
473
476
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
474
477
          done | \
475
 
          $(AWK) '    { files[$$0] = 1; } \
476
 
               END { for (i in files) print i; }'`; \
 
478
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
479
              END { if (nonempty) { for (i in files) print i; }; }'`; \
477
480
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
478
481
          test -n "$$unique" || unique=$$empty_fix; \
479
482
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483
486
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
484
487
                $(TAGS_FILES) $(LISP)
485
488
        tags=; \
486
 
        here=`pwd`; \
487
489
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
488
490
        unique=`for i in $$list; do \
489
491
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
490
492
          done | \
491
 
          $(AWK) '    { files[$$0] = 1; } \
492
 
               END { for (i in files) print i; }'`; \
 
493
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
494
              END { if (nonempty) { for (i in files) print i; }; }'`; \
493
495
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
494
496
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
495
497
             $$tags $$unique