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

« back to all changes in this revision

Viewing changes to contrib/timelord/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.
69
69
am_timelord_OBJECTS = timelord.$(OBJEXT)
70
70
timelord_OBJECTS = $(am_timelord_OBJECTS)
71
71
timelord_DEPENDENCIES = $(top_builddir)/libatalk/libatalk.la
72
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
72
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73
73
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
74
am__depfiles_maybe = depfiles
75
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119
119
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
120
120
DEFS = @DEFS@
121
121
DEPDIR = @DEPDIR@
 
122
DSYMUTIL = @DSYMUTIL@
122
123
ECHO = @ECHO@
123
124
ECHO_C = @ECHO_C@
124
125
ECHO_N = @ECHO_N@
153
154
MAKEINFO = @MAKEINFO@
154
155
MKDIR_P = @MKDIR_P@
155
156
NETATALK_VERSION = @NETATALK_VERSION@
 
157
NMEDIT = @NMEDIT@
156
158
OBJEXT = @OBJEXT@
157
159
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
158
160
PACKAGE = @PACKAGE@
170
172
PS = @PS@
171
173
QUOTA_LIBS = @QUOTA_LIBS@
172
174
RANLIB = @RANLIB@
 
175
SED = @SED@
173
176
SERVERTEXT = @SERVERTEXT@
174
177
SET_MAKE = @SET_MAKE@
175
178
SHELL = @SHELL@
254
257
              exit 1;; \
255
258
          esac; \
256
259
        done; \
257
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/timelord/Makefile'; \
 
260
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  contrib/timelord/Makefile'; \
258
261
        cd $(top_srcdir) && \
259
 
          $(AUTOMAKE) --foreign  contrib/timelord/Makefile
 
262
          $(AUTOMAKE) --gnu  contrib/timelord/Makefile
260
263
.PRECIOUS: Makefile
261
264
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262
265
        @case '$?' in \
283
286
             || test -f $$p1 \
284
287
          ; then \
285
288
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
286
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
287
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
 
289
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
 
290
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
288
291
          else :; fi; \
289
292
        done
290
293
 
346
349
        unique=`for i in $$list; do \
347
350
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
348
351
          done | \
349
 
          $(AWK) '    { files[$$0] = 1; } \
350
 
               END { for (i in files) print i; }'`; \
 
352
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
353
              END { if (nonempty) { for (i in files) print i; }; }'`; \
351
354
        mkid -fID $$unique
352
355
tags: TAGS
353
356
 
359
362
        unique=`for i in $$list; do \
360
363
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
361
364
          done | \
362
 
          $(AWK) '    { files[$$0] = 1; } \
363
 
               END { for (i in files) print i; }'`; \
 
365
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
366
              END { if (nonempty) { for (i in files) print i; }; }'`; \
364
367
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
365
368
          test -n "$$unique" || unique=$$empty_fix; \
366
369
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370
373
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
371
374
                $(TAGS_FILES) $(LISP)
372
375
        tags=; \
373
 
        here=`pwd`; \
374
376
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
375
377
        unique=`for i in $$list; do \
376
378
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
377
379
          done | \
378
 
          $(AWK) '    { files[$$0] = 1; } \
379
 
               END { for (i in files) print i; }'`; \
 
380
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
381
              END { if (nonempty) { for (i in files) print i; }; }'`; \
380
382
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
381
383
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
382
384
             $$tags $$unique