~vorlon/ubuntu/oneiric/cyrus-sasl2/multiarch

« back to all changes in this revision

Viewing changes to pwcheck/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2009-06-04 16:03:06 UTC
  • mfrom: (2.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090604160306-wioioa3amb1up5ws
Tags: 2.1.23.dfsg1-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add sysv-rc dependency
  - Since the libsasl2 package description so clearly
    states that the library is "completely useless" without one of the
    libsasl2-modules packages, upgrade the Recommends on a single package
    to an ORd Depends on the complete list of them.
  - Prepend XS-Original- to Vcs-{Browser,Svn}.
  - Remove stop links from rc0 and rc6
  - stop service only when switching to single user mode.
* Dropped changes, superseded in Debian:
  - build-depend on libdb4.6-dev; Debian has moved on to db4.7
  - Added debian/patches/021ubuntu-fix-threaded-sasl.dpatch
    - Fixes SEGV in threaded SASL applications.
* debian/rules: remove all the build-*stamp files on clean, not just
  build-stamp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.7.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.7.9 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
 
4
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
5
5
# 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,
175
175
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
176
176
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
177
177
am__include = @am__include@
 
178
am__leading_dot = @am__leading_dot@
178
179
am__quote = @am__quote@
179
180
bindir = @bindir@
180
181
build = @build@
220
221
pwcheck_DEPENDECIES = pwcheck_@PWCHECKMETH@.lo
221
222
pwcheck_LDADD = pwcheck_@PWCHECKMETH@.lo @LIB_CRYPT@ @LIB_SOCKET@
222
223
subdir = pwcheck
 
224
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
223
225
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
224
226
CONFIG_HEADER = $(top_builddir)/config.h
225
227
CONFIG_CLEAN_FILES =
245
247
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
246
248
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
247
249
DIST_SOURCES = $(pwcheck_SOURCES) $(EXTRA_pwcheck_SOURCES)
248
 
DIST_COMMON = README Makefile.am Makefile.in
 
250
DIST_COMMON = README $(srcdir)/Makefile.in Makefile.am
249
251
SOURCES = $(pwcheck_SOURCES) $(EXTRA_pwcheck_SOURCES)
250
252
 
251
253
all: all-am
300
302
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwcheck_getpwnam.Po@am__quote@
301
303
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pwcheck_getspnam.Po@am__quote@
302
304
 
303
 
distclean-depend:
304
 
        -rm -rf ./$(DEPDIR)
305
 
 
306
305
.c.o:
307
306
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
308
307
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
309
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
308
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
310
309
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
311
310
@am__fastdepCC_TRUE@    fi
312
311
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317
316
.c.obj:
318
317
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
319
318
@am__fastdepCC_TRUE@      -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
320
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
 
319
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
321
320
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
322
321
@am__fastdepCC_TRUE@    fi
323
322
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328
327
.c.lo:
329
328
@am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
330
329
@am__fastdepCC_TRUE@      -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
331
 
@am__fastdepCC_TRUE@    then mv "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
 
330
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; \
332
331
@am__fastdepCC_TRUE@    else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
333
332
@am__fastdepCC_TRUE@    fi
334
333
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
437
436
 
438
437
installdirs:
439
438
        $(mkinstalldirs) $(DESTDIR)$(sbindir)
440
 
 
441
439
install: install-am
442
440
install-exec: install-exec-am
443
441
install-data: install-data-am
449
447
installcheck: installcheck-am
450
448
install-strip:
451
449
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
452
 
          INSTALL_STRIP_FLAG=-s \
 
450
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
453
451
          `test -z '$(STRIP)' || \
454
452
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
455
453
mostlyclean-generic:
457
455
clean-generic:
458
456
 
459
457
distclean-generic:
460
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
458
        -rm -f $(CONFIG_CLEAN_FILES)
461
459
 
462
460
maintainer-clean-generic:
463
461
        @echo "This command is intended for maintainers to use"
467
465
clean-am: clean-generic clean-libtool clean-sbinPROGRAMS mostlyclean-am
468
466
 
469
467
distclean: distclean-am
470
 
 
471
 
distclean-am: clean-am distclean-compile distclean-depend \
472
 
        distclean-generic distclean-libtool distclean-tags
 
468
        -rm -rf ./$(DEPDIR)
 
469
        -rm -f Makefile
 
470
distclean-am: clean-am distclean-compile distclean-generic \
 
471
        distclean-libtool distclean-tags
473
472
 
474
473
dvi: dvi-am
475
474
 
490
489
installcheck-am:
491
490
 
492
491
maintainer-clean: maintainer-clean-am
493
 
 
 
492
        -rm -rf ./$(DEPDIR)
 
493
        -rm -f Makefile
494
494
maintainer-clean-am: distclean-am maintainer-clean-generic
495
495
 
496
496
mostlyclean: mostlyclean-am
510
510
 
511
511
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
512
512
        clean-libtool clean-sbinPROGRAMS ctags distclean \
513
 
        distclean-compile distclean-depend distclean-generic \
514
 
        distclean-libtool distclean-tags distdir dvi dvi-am info \
515
 
        info-am install install-am install-data install-data-am \
516
 
        install-exec install-exec-am install-info install-info-am \
517
 
        install-man install-sbinPROGRAMS install-strip installcheck \
518
 
        installcheck-am installdirs maintainer-clean \
519
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
520
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
521
 
        tags uninstall uninstall-am uninstall-info-am \
522
 
        uninstall-sbinPROGRAMS
 
513
        distclean-compile distclean-generic distclean-libtool \
 
514
        distclean-tags distdir dvi dvi-am info info-am install \
 
515
        install-am install-data install-data-am install-exec \
 
516
        install-exec-am install-info install-info-am install-man \
 
517
        install-sbinPROGRAMS install-strip installcheck installcheck-am \
 
518
        installdirs maintainer-clean maintainer-clean-generic \
 
519
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
520
        mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
 
521
        uninstall-am uninstall-info-am uninstall-sbinPROGRAMS
523
522
 
524
523
# Tell versions [3.59,3.63) of GNU make to not export all variables.
525
524
# Otherwise a system limit (for SysV at least) may be exceeded.