~ubuntu-branches/debian/wheezy/netatalk/wheezy

« back to all changes in this revision

Viewing changes to libatalk/util/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2011-06-05 21:04:21 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110605210421-19gag2srevj0ocxh
Tags: 2.2~beta4-1
* New upstream release.
  + Fixes "Internal Error" after ad_open on sparc.
    Closes: bug#606005. Thanks to Alfredo Sola.
* Adjust references to unofficial packages in README.Debian.
* Use dversionmangle (not uversionmangle) in watch file. Fix add
  leading dash (-) to upstream version in mangling.
* Update patches:
  + Drop patches 107 and 294 (Zeroconf support): Implemented
    (differently) upstream now.
  + Drop patches 109 and 112 (avoid broken XFS linkage) obsolete.
  + Drop patch 200 (hostname resolving): adopted upstream.
  + Refresh patch 205.
* Rewrite copyright file using draft 174 of DEP-5 format.
* Build-depend on and recommend unversioned (i.e. default) BerkeleyDB
  packages.
  Closes: bug#621413. Thanks to Ondřej Surý.
  Simplify suggestions on older versioned BerkeleyDB packages.
* Stop installing some documentation dropped upstream, and let CDBS
  automagically handle some of the remains.
* Update control file:
  + Bump policy compliance to standards-version 3.9.2.
  + Shorten Vcs-* URLs.
* Add patches 115 and (for automade file) 214 to avoid installing
  unneeded /default dir.
  Closes: bug#628119. Thanks to Russell Muetzelfeldt and Luk Claes.
* Don't ship .la files. Closes: bug#621849. Thanks to Andreas Metzler
  and Luk Claes.
* Stop renaming afile and achfile, dropped upstream.
* Explicitly enable DDP (AppleTalk), now disabled by default.
* Enable Zeroconf, should be stable now.
* Simplify package relations:
  + Drop (build-)dependency fallback unneeded even for oldstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
build_triplet = @build@
36
36
host_triplet = @host@
37
37
target_triplet = @target@
 
38
@HAVE_ATFUNCS_TRUE@am__append_1 = ftw.c
38
39
subdir = libatalk/util
39
40
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57
58
        $(top_srcdir)/macros/summary.m4 \
58
59
        $(top_srcdir)/macros/tcp-wrappers.m4 \
59
60
        $(top_srcdir)/macros/util.m4 $(top_srcdir)/macros/webmin.m4 \
60
 
        $(top_srcdir)/configure.in
 
61
        $(top_srcdir)/macros/zeroconf.m4 $(top_srcdir)/configure.in
61
62
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62
63
        $(ACLOCAL_M4)
63
64
mkinstalldirs = $(install_sh) -d
65
66
CONFIG_CLEAN_FILES =
66
67
LTLIBRARIES = $(noinst_LTLIBRARIES)
67
68
libutil_la_LIBADD =
 
69
am__libutil_la_SOURCES_DIST = atalk_addr.c bprint.c fault.c getiface.c \
 
70
        locking.c logger.c module.c queue.c server_child.c \
 
71
        server_ipc.c server_lock.c socket.c strcasestr.c \
 
72
        strdicasecmp.c strlcpy.c volinfo.c unix.c ftw.c
 
73
@HAVE_ATFUNCS_TRUE@am__objects_1 = ftw.lo
68
74
am_libutil_la_OBJECTS = atalk_addr.lo bprint.lo fault.lo getiface.lo \
69
 
        locking.lo logger.lo module.lo server_child.lo server_ipc.lo \
70
 
        server_lock.lo socket.lo strcasestr.lo strdicasecmp.lo \
71
 
        strlcpy.lo volinfo.lo unix.lo
 
75
        locking.lo logger.lo module.lo queue.lo server_child.lo \
 
76
        server_ipc.lo server_lock.lo socket.lo strcasestr.lo \
 
77
        strdicasecmp.lo strlcpy.lo volinfo.lo unix.lo $(am__objects_1)
72
78
libutil_la_OBJECTS = $(am_libutil_la_OBJECTS)
73
79
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
74
80
depcomp = $(SHELL) $(top_srcdir)/depcomp
83
89
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84
90
        $(LDFLAGS) -o $@
85
91
SOURCES = $(libutil_la_SOURCES)
86
 
DIST_SOURCES = $(libutil_la_SOURCES)
87
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
88
 
        html-recursive info-recursive install-data-recursive \
89
 
        install-dvi-recursive install-exec-recursive \
90
 
        install-html-recursive install-info-recursive \
91
 
        install-pdf-recursive install-ps-recursive install-recursive \
92
 
        installcheck-recursive installdirs-recursive pdf-recursive \
93
 
        ps-recursive uninstall-recursive
94
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
95
 
  distclean-recursive maintainer-clean-recursive
 
92
DIST_SOURCES = $(am__libutil_la_SOURCES_DIST)
96
93
ETAGS = etags
97
94
CTAGS = ctags
98
 
DIST_SUBDIRS = $(SUBDIRS)
99
95
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100
96
ACLOCAL = @ACLOCAL@
 
97
ACL_LIBS = @ACL_LIBS@
101
98
AFS_CFLAGS = @AFS_CFLAGS@
102
99
AFS_LIBS = @AFS_LIBS@
103
100
AMTAR = @AMTAR@
105
102
AUTOCONF = @AUTOCONF@
106
103
AUTOHEADER = @AUTOHEADER@
107
104
AUTOMAKE = @AUTOMAKE@
 
105
AVAHI_CFLAGS = @AVAHI_CFLAGS@
 
106
AVAHI_LIBS = @AVAHI_LIBS@
 
107
AVAHI_TPOLL_CFLAGS = @AVAHI_TPOLL_CFLAGS@
 
108
AVAHI_TPOLL_LIBS = @AVAHI_TPOLL_LIBS@
108
109
AWK = @AWK@
109
110
BDB_BIN = @BDB_BIN@
110
111
BDB_CFLAGS = @BDB_CFLAGS@
154
155
KRB5_CONFIG = @KRB5_CONFIG@
155
156
LDFLAGS = @LDFLAGS@
156
157
LIBADD_DL = @LIBADD_DL@
157
 
LIBATALK_ACLS = @LIBATALK_ACLS@
158
158
LIBGCRYPT_CFLAGS = @LIBGCRYPT_CFLAGS@
159
159
LIBGCRYPT_CONFIG = @LIBGCRYPT_CONFIG@
160
160
LIBGCRYPT_LIBS = @LIBGCRYPT_LIBS@
186
186
PATH_SEPARATOR = @PATH_SEPARATOR@
187
187
PERL = @PERL@
188
188
PKGCONFDIR = @PKGCONFDIR@
 
189
PKG_CONFIG = @PKG_CONFIG@
189
190
PS = @PS@
 
191
PTHREAD_LIBS = @PTHREAD_LIBS@
190
192
QUOTA_LIBS = @QUOTA_LIBS@
191
193
RANLIB = @RANLIB@
192
194
SED = @SED@
207
209
WEBMIN_USER = @WEBMIN_USER@
208
210
WEBMIN_VERSION = @WEBMIN_VERSION@
209
211
WRAP_LIBS = @WRAP_LIBS@
 
212
ZEROCONF_CFLAGS = @ZEROCONF_CFLAGS@
 
213
ZEROCONF_LIBS = @ZEROCONF_LIBS@
210
214
abs_builddir = @abs_builddir@
211
215
abs_srcdir = @abs_srcdir@
212
216
abs_top_builddir = @abs_top_builddir@
263
267
target_vendor = @target_vendor@
264
268
top_builddir = @top_builddir@
265
269
top_srcdir = @top_srcdir@
266
 
SUBDIRS = . test
267
270
noinst_LTLIBRARIES = libutil.la
268
271
AM_CFLAGS = -I$(top_srcdir)/sys
269
 
libutil_la_SOURCES = \
270
 
        atalk_addr.c    \
271
 
        bprint.c        \
272
 
        fault.c         \
273
 
        getiface.c      \
274
 
        locking.c   \
275
 
        logger.c        \
276
 
        module.c        \
277
 
        server_child.c  \
278
 
        server_ipc.c    \
279
 
        server_lock.c   \
280
 
        socket.c        \
281
 
        strcasestr.c    \
282
 
        strdicasecmp.c  \
283
 
        strlcpy.c       \
284
 
        volinfo.c \
285
 
        unix.c
286
 
 
287
 
all: all-recursive
 
272
libutil_la_SOURCES = atalk_addr.c bprint.c fault.c getiface.c \
 
273
        locking.c logger.c module.c queue.c server_child.c \
 
274
        server_ipc.c server_lock.c socket.c strcasestr.c \
 
275
        strdicasecmp.c strlcpy.c volinfo.c unix.c $(am__append_1)
 
276
all: all-am
288
277
 
289
278
.SUFFIXES:
290
279
.SUFFIXES: .c .lo .o .obj
338
327
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atalk_addr.Plo@am__quote@
339
328
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bprint.Plo@am__quote@
340
329
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fault.Plo@am__quote@
 
330
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ftw.Plo@am__quote@
341
331
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getiface.Plo@am__quote@
342
332
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/locking.Plo@am__quote@
343
333
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/logger.Plo@am__quote@
344
334
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/module.Plo@am__quote@
 
335
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/queue.Plo@am__quote@
345
336
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_child.Plo@am__quote@
346
337
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_ipc.Plo@am__quote@
347
338
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/server_lock.Plo@am__quote@
379
370
clean-libtool:
380
371
        -rm -rf .libs _libs
381
372
 
382
 
# This directory's subdirectories are mostly independent; you can cd
383
 
# into them and run `make' without going through this Makefile.
384
 
# To change the values of `make' variables: instead of editing Makefiles,
385
 
# (1) if the variable is set in `config.status', edit `config.status'
386
 
#     (which will cause the Makefiles to be regenerated when you run `make');
387
 
# (2) otherwise, pass the desired values on the `make' command line.
388
 
$(RECURSIVE_TARGETS):
389
 
        @failcom='exit 1'; \
390
 
        for f in x $$MAKEFLAGS; do \
391
 
          case $$f in \
392
 
            *=* | --[!k]*);; \
393
 
            *k*) failcom='fail=yes';; \
394
 
          esac; \
395
 
        done; \
396
 
        dot_seen=no; \
397
 
        target=`echo $@ | sed s/-recursive//`; \
398
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
399
 
          echo "Making $$target in $$subdir"; \
400
 
          if test "$$subdir" = "."; then \
401
 
            dot_seen=yes; \
402
 
            local_target="$$target-am"; \
403
 
          else \
404
 
            local_target="$$target"; \
405
 
          fi; \
406
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
407
 
          || eval $$failcom; \
408
 
        done; \
409
 
        if test "$$dot_seen" = "no"; then \
410
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
411
 
        fi; test -z "$$fail"
412
 
 
413
 
$(RECURSIVE_CLEAN_TARGETS):
414
 
        @failcom='exit 1'; \
415
 
        for f in x $$MAKEFLAGS; do \
416
 
          case $$f in \
417
 
            *=* | --[!k]*);; \
418
 
            *k*) failcom='fail=yes';; \
419
 
          esac; \
420
 
        done; \
421
 
        dot_seen=no; \
422
 
        case "$@" in \
423
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
424
 
          *) list='$(SUBDIRS)' ;; \
425
 
        esac; \
426
 
        rev=''; for subdir in $$list; do \
427
 
          if test "$$subdir" = "."; then :; else \
428
 
            rev="$$subdir $$rev"; \
429
 
          fi; \
430
 
        done; \
431
 
        rev="$$rev ."; \
432
 
        target=`echo $@ | sed s/-recursive//`; \
433
 
        for subdir in $$rev; do \
434
 
          echo "Making $$target in $$subdir"; \
435
 
          if test "$$subdir" = "."; then \
436
 
            local_target="$$target-am"; \
437
 
          else \
438
 
            local_target="$$target"; \
439
 
          fi; \
440
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
441
 
          || eval $$failcom; \
442
 
        done && test -z "$$fail"
443
 
tags-recursive:
444
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
445
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
446
 
        done
447
 
ctags-recursive:
448
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
449
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
450
 
        done
451
 
 
452
373
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
453
374
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
454
375
        unique=`for i in $$list; do \
459
380
        mkid -fID $$unique
460
381
tags: TAGS
461
382
 
462
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
383
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
463
384
                $(TAGS_FILES) $(LISP)
464
385
        tags=; \
465
386
        here=`pwd`; \
466
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
467
 
          include_option=--etags-include; \
468
 
          empty_fix=.; \
469
 
        else \
470
 
          include_option=--include; \
471
 
          empty_fix=; \
472
 
        fi; \
473
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
474
 
          if test "$$subdir" = .; then :; else \
475
 
            test ! -f $$subdir/TAGS || \
476
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
477
 
          fi; \
478
 
        done; \
479
387
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
480
388
        unique=`for i in $$list; do \
481
389
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
488
396
            $$tags $$unique; \
489
397
        fi
490
398
ctags: CTAGS
491
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
399
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
492
400
                $(TAGS_FILES) $(LISP)
493
401
        tags=; \
494
402
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
535
443
            || exit 1; \
536
444
          fi; \
537
445
        done
538
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
539
 
          if test "$$subdir" = .; then :; else \
540
 
            test -d "$(distdir)/$$subdir" \
541
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
542
 
            || exit 1; \
543
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
544
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
545
 
            (cd $$subdir && \
546
 
              $(MAKE) $(AM_MAKEFLAGS) \
547
 
                top_distdir="$$top_distdir" \
548
 
                distdir="$$distdir/$$subdir" \
549
 
                am__remove_distdir=: \
550
 
                am__skip_length_check=: \
551
 
                distdir) \
552
 
              || exit 1; \
553
 
          fi; \
554
 
        done
555
446
check-am: all-am
556
 
check: check-recursive
 
447
check: check-am
557
448
all-am: Makefile $(LTLIBRARIES)
558
 
installdirs: installdirs-recursive
559
 
installdirs-am:
560
 
install: install-recursive
561
 
install-exec: install-exec-recursive
562
 
install-data: install-data-recursive
563
 
uninstall: uninstall-recursive
 
449
installdirs:
 
450
install: install-am
 
451
install-exec: install-exec-am
 
452
install-data: install-data-am
 
453
uninstall: uninstall-am
564
454
 
565
455
install-am: all-am
566
456
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
567
457
 
568
 
installcheck: installcheck-recursive
 
458
installcheck: installcheck-am
569
459
install-strip:
570
460
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
571
461
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
581
471
maintainer-clean-generic:
582
472
        @echo "This command is intended for maintainers to use"
583
473
        @echo "it deletes files that may require special tools to rebuild."
584
 
clean: clean-recursive
 
474
clean: clean-am
585
475
 
586
476
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
587
477
        mostlyclean-am
588
478
 
589
 
distclean: distclean-recursive
 
479
distclean: distclean-am
590
480
        -rm -rf ./$(DEPDIR)
591
481
        -rm -f Makefile
592
482
distclean-am: clean-am distclean-compile distclean-generic \
593
483
        distclean-tags
594
484
 
595
 
dvi: dvi-recursive
 
485
dvi: dvi-am
596
486
 
597
487
dvi-am:
598
488
 
599
 
html: html-recursive
 
489
html: html-am
600
490
 
601
 
info: info-recursive
 
491
info: info-am
602
492
 
603
493
info-am:
604
494
 
605
495
install-data-am:
606
496
 
607
 
install-dvi: install-dvi-recursive
 
497
install-dvi: install-dvi-am
608
498
 
609
499
install-exec-am:
610
500
 
611
 
install-html: install-html-recursive
 
501
install-html: install-html-am
612
502
 
613
 
install-info: install-info-recursive
 
503
install-info: install-info-am
614
504
 
615
505
install-man:
616
506
 
617
 
install-pdf: install-pdf-recursive
 
507
install-pdf: install-pdf-am
618
508
 
619
 
install-ps: install-ps-recursive
 
509
install-ps: install-ps-am
620
510
 
621
511
installcheck-am:
622
512
 
623
 
maintainer-clean: maintainer-clean-recursive
 
513
maintainer-clean: maintainer-clean-am
624
514
        -rm -rf ./$(DEPDIR)
625
515
        -rm -f Makefile
626
516
maintainer-clean-am: distclean-am maintainer-clean-generic
627
517
 
628
 
mostlyclean: mostlyclean-recursive
 
518
mostlyclean: mostlyclean-am
629
519
 
630
520
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
631
521
        mostlyclean-libtool
632
522
 
633
 
pdf: pdf-recursive
 
523
pdf: pdf-am
634
524
 
635
525
pdf-am:
636
526
 
637
 
ps: ps-recursive
 
527
ps: ps-am
638
528
 
639
529
ps-am:
640
530
 
641
531
uninstall-am:
642
532
 
643
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
644
 
        install-strip
 
533
.MAKE: install-am install-strip
645
534
 
646
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
647
 
        all all-am check check-am clean clean-generic clean-libtool \
648
 
        clean-noinstLTLIBRARIES ctags ctags-recursive distclean \
 
535
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
536
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
649
537
        distclean-compile distclean-generic distclean-libtool \
650
538
        distclean-tags distdir dvi dvi-am html html-am info info-am \
651
539
        install install-am install-data install-data-am install-dvi \
653
541
        install-html-am install-info install-info-am install-man \
654
542
        install-pdf install-pdf-am install-ps install-ps-am \
655
543
        install-strip installcheck installcheck-am installdirs \
656
 
        installdirs-am maintainer-clean maintainer-clean-generic \
657
 
        mostlyclean mostlyclean-compile mostlyclean-generic \
658
 
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
659
 
        uninstall uninstall-am
 
544
        maintainer-clean maintainer-clean-generic mostlyclean \
 
545
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
546
        pdf pdf-am ps ps-am tags uninstall uninstall-am
660
547
 
661
548
# Tell versions [3.59,3.63) of GNU make to not export all variables.
662
549
# Otherwise a system limit (for SysV at least) may be exceeded.