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

« back to all changes in this revision

Viewing changes to java/javax/security/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,
192
192
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
193
193
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
194
194
am__include = @am__include@
 
195
am__leading_dot = @am__leading_dot@
195
196
am__quote = @am__quote@
196
197
bindir = @bindir@
197
198
build = @build@
230
231
 
231
232
SUBDIRS = auth
232
233
subdir = java/javax/security
 
234
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
233
235
mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
234
236
CONFIG_HEADER = $(top_builddir)/config.h
235
237
CONFIG_CLEAN_FILES =
240
242
        all-recursive install-data-recursive install-exec-recursive \
241
243
        installdirs-recursive install-recursive uninstall-recursive \
242
244
        check-recursive installcheck-recursive
243
 
DIST_COMMON = Makefile.am Makefile.in
 
245
DIST_COMMON = $(srcdir)/Makefile.in Makefile.am
244
246
DIST_SUBDIRS = $(SUBDIRS)
245
247
all: all-recursive
246
248
 
341
343
                $(TAGS_FILES) $(LISP)
342
344
        tags=; \
343
345
        here=`pwd`; \
 
346
        if (etags --etags-include --version) >/dev/null 2>&1; then \
 
347
          include_option=--etags-include; \
 
348
        else \
 
349
          include_option=--include; \
 
350
        fi; \
344
351
        list='$(SUBDIRS)'; for subdir in $$list; do \
345
352
          if test "$$subdir" = .; then :; else \
346
 
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
353
            test -f $$subdir/TAGS && \
 
354
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
347
355
          fi; \
348
356
        done; \
349
357
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
440
448
installcheck: installcheck-recursive
441
449
install-strip:
442
450
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443
 
          INSTALL_STRIP_FLAG=-s \
 
451
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444
452
          `test -z '$(STRIP)' || \
445
453
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
446
454
mostlyclean-generic:
448
456
clean-generic:
449
457
 
450
458
distclean-generic:
451
 
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
459
        -rm -f $(CONFIG_CLEAN_FILES)
452
460
 
453
461
maintainer-clean-generic:
454
462
        @echo "This command is intended for maintainers to use"
458
466
clean-am: clean-generic clean-libtool mostlyclean-am
459
467
 
460
468
distclean: distclean-recursive
461
 
 
 
469
        -rm -f Makefile
462
470
distclean-am: clean-am distclean-generic distclean-libtool \
463
471
        distclean-tags
464
472
 
481
489
installcheck-am:
482
490
 
483
491
maintainer-clean: maintainer-clean-recursive
484
 
 
 
492
        -rm -f Makefile
485
493
maintainer-clean-am: distclean-am maintainer-clean-generic
486
494
 
487
495
mostlyclean: mostlyclean-recursive