~ubuntu-branches/ubuntu/precise/typespeed/precise

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Lauri Niskanen
  • Date: 2009-01-23 17:51:57 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090123175157-gqk9qzud3oou1met
Tags: 0.6.5-0ubuntu1
New upstream release

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.
181
181
srcdir = @srcdir@
182
182
sysconfdir = @sysconfdir@
183
183
target_alias = @target_alias@
 
184
top_build_prefix = @top_build_prefix@
184
185
top_builddir = @top_builddir@
185
186
top_srcdir = @top_srcdir@
186
187
SUBDIRS = doc etc man po rules src testsuite words
316
317
        unique=`for i in $$list; do \
317
318
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318
319
          done | \
319
 
          $(AWK) '    { files[$$0] = 1; } \
320
 
               END { for (i in files) print i; }'`; \
 
320
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
321
              END { if (nonempty) { for (i in files) print i; }; }'`; \
321
322
        mkid -fID $$unique
322
323
tags: TAGS
323
324
 
342
343
        unique=`for i in $$list; do \
343
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
344
345
          done | \
345
 
          $(AWK) '    { files[$$0] = 1; } \
346
 
               END { for (i in files) print i; }'`; \
 
346
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
347
348
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
348
349
          test -n "$$unique" || unique=$$empty_fix; \
349
350
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
353
354
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
354
355
                $(TAGS_FILES) $(LISP)
355
356
        tags=; \
356
 
        here=`pwd`; \
357
357
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
358
358
        unique=`for i in $$list; do \
359
359
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
360
360
          done | \
361
 
          $(AWK) '    { files[$$0] = 1; } \
362
 
               END { for (i in files) print i; }'`; \
 
361
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
362
              END { if (nonempty) { for (i in files) print i; }; }'`; \
363
363
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
364
364
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
365
365
             $$tags $$unique
430
430
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
431
431
        $(am__remove_distdir)
432
432
 
 
433
dist-lzma: distdir
 
434
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
435
        $(am__remove_distdir)
 
436
 
433
437
dist-tarZ: distdir
434
438
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
435
439
        $(am__remove_distdir)
456
460
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
457
461
        *.tar.bz2*) \
458
462
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
463
        *.tar.lzma*) \
 
464
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
459
465
        *.tar.Z*) \
460
466
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
461
467
        *.shar.gz*) \
606
612
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
607
613
        all all-am am--refresh check check-am clean clean-generic \
608
614
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
609
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
615
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
610
616
        distclean-generic distclean-hdr distclean-tags distcleancheck \
611
617
        distdir distuninstallcheck dvi dvi-am html html-am info \
612
618
        info-am install install-am install-data install-data-am \