~ubuntu-branches/ubuntu/karmic/libxfont/karmic

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2008-03-07 13:32:43 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080307133243-oe2mgbme0mqtwihp
Tags: 1:1.3.2-1
* New upstream release
* Drop CVE-2008-0006.diff, included upstream.

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.
131
131
CYGPATH_W = @CYGPATH_W@
132
132
DEFS = @DEFS@
133
133
DEPDIR = @DEPDIR@
 
134
DSYMUTIL = @DSYMUTIL@
134
135
ECHO = @ECHO@
135
136
ECHO_C = @ECHO_C@
136
137
ECHO_N = @ECHO_N@
160
161
MAKEINFO = @MAKEINFO@
161
162
MATH_LIBS = @MATH_LIBS@
162
163
MKDIR_P = @MKDIR_P@
 
164
NMEDIT = @NMEDIT@
163
165
OBJEXT = @OBJEXT@
164
166
PACKAGE = @PACKAGE@
165
167
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
459
461
        unique=`for i in $$list; do \
460
462
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
461
463
          done | \
462
 
          $(AWK) '    { files[$$0] = 1; } \
463
 
               END { for (i in files) print i; }'`; \
 
464
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
465
              END { if (nonempty) { for (i in files) print i; }; }'`; \
464
466
        mkid -fID $$unique
465
467
tags: TAGS
466
468
 
485
487
        unique=`for i in $$list; do \
486
488
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
487
489
          done | \
488
 
          $(AWK) '    { files[$$0] = 1; } \
489
 
               END { for (i in files) print i; }'`; \
 
490
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
491
              END { if (nonempty) { for (i in files) print i; }; }'`; \
490
492
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
491
493
          test -n "$$unique" || unique=$$empty_fix; \
492
494
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
496
498
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
497
499
                $(TAGS_FILES) $(LISP)
498
500
        tags=; \
499
 
        here=`pwd`; \
500
501
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
501
502
        unique=`for i in $$list; do \
502
503
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
503
504
          done | \
504
 
          $(AWK) '    { files[$$0] = 1; } \
505
 
               END { for (i in files) print i; }'`; \
 
505
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
506
              END { if (nonempty) { for (i in files) print i; }; }'`; \
506
507
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
507
508
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
508
509
             $$tags $$unique
575
576
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
576
577
        $(am__remove_distdir)
577
578
 
 
579
dist-lzma: distdir
 
580
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
581
        $(am__remove_distdir)
 
582
 
578
583
dist-tarZ: distdir
579
584
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
580
585
        $(am__remove_distdir)
602
607
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
603
608
        *.tar.bz2*) \
604
609
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
610
        *.tar.lzma*) \
 
611
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
605
612
        *.tar.Z*) \
606
613
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
607
614
        *.shar.gz*) \
760
767
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
761
768
        all all-am am--refresh check check-am clean clean-generic \
762
769
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
763
 
        dist-gzip dist-hook dist-shar dist-tarZ dist-zip distcheck \
764
 
        distclean distclean-generic distclean-hdr distclean-libtool \
765
 
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
766
 
        dvi-am html html-am info info-am install install-am \
767
 
        install-data install-data-am install-dvi install-dvi-am \
768
 
        install-exec install-exec-am install-html install-html-am \
769
 
        install-info install-info-am install-libXfontincludeHEADERS \
770
 
        install-man install-nodist_libXfontincludeHEADERS install-pdf \
 
770
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
 
771
        distcheck distclean distclean-generic distclean-hdr \
 
772
        distclean-libtool distclean-tags distcleancheck distdir \
 
773
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
774
        install install-am install-data install-data-am install-dvi \
 
775
        install-dvi-am install-exec install-exec-am install-html \
 
776
        install-html-am install-info install-info-am \
 
777
        install-libXfontincludeHEADERS install-man \
 
778
        install-nodist_libXfontincludeHEADERS install-pdf \
771
779
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
772
780
        install-strip installcheck installcheck-am installdirs \
773
781
        installdirs-am maintainer-clean maintainer-clean-generic \