~ubuntu-branches/debian/squeeze/tasks/squeeze

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-09-29 10:24:11 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20080929102411-vv4quqpp2m0ppl3q
Tags: 0.14-1
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.
29
29
NORMAL_UNINSTALL = :
30
30
PRE_UNINSTALL = :
31
31
POST_UNINSTALL = :
32
 
build_triplet = @build@
33
 
host_triplet = @host@
34
32
subdir = .
35
33
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
36
34
        $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \
142
140
MKINSTALLDIRS = @MKINSTALLDIRS@
143
141
MSGFMT = @MSGFMT@
144
142
MSGFMT_OPTS = @MSGFMT_OPTS@
 
143
MSGMERGE = @MSGMERGE@
145
144
OBJEXT = @OBJEXT@
146
145
OMOKO_CFLAGS = @OMOKO_CFLAGS@
147
146
OMOKO_LIBS = @OMOKO_LIBS@
 
147
OWL_CFLAGS = @OWL_CFLAGS@
 
148
OWL_LIBS = @OWL_LIBS@
148
149
PACKAGE = @PACKAGE@
149
150
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
150
151
PACKAGE_NAME = @PACKAGE_NAME@
163
164
SEXY_LIBS = @SEXY_LIBS@
164
165
SHELL = @SHELL@
165
166
STRIP = @STRIP@
 
167
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
 
168
UNIQUE_LIBS = @UNIQUE_LIBS@
166
169
USE_NLS = @USE_NLS@
167
170
VERSION = @VERSION@
168
171
WARN_CFLAGS = @WARN_CFLAGS@
178
181
am__tar = @am__tar@
179
182
am__untar = @am__untar@
180
183
bindir = @bindir@
181
 
build = @build@
182
184
build_alias = @build_alias@
183
 
build_cpu = @build_cpu@
184
 
build_os = @build_os@
185
 
build_vendor = @build_vendor@
186
185
builddir = @builddir@
187
186
datadir = @datadir@
188
187
datarootdir = @datarootdir@
189
188
docdir = @docdir@
190
189
dvidir = @dvidir@
191
190
exec_prefix = @exec_prefix@
192
 
host = @host@
193
191
host_alias = @host_alias@
194
 
host_cpu = @host_cpu@
195
 
host_os = @host_os@
196
 
host_vendor = @host_vendor@
197
192
htmldir = @htmldir@
198
193
includedir = @includedir@
199
194
infodir = @infodir@
339
334
        unique=`for i in $$list; do \
340
335
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341
336
          done | \
342
 
          $(AWK) '    { files[$$0] = 1; } \
343
 
               END { for (i in files) print i; }'`; \
 
337
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
338
              END { if (nonempty) { for (i in files) print i; }; }'`; \
344
339
        mkid -fID $$unique
345
340
tags: TAGS
346
341
 
365
360
        unique=`for i in $$list; do \
366
361
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367
362
          done | \
368
 
          $(AWK) '    { files[$$0] = 1; } \
369
 
               END { for (i in files) print i; }'`; \
 
363
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
364
              END { if (nonempty) { for (i in files) print i; }; }'`; \
370
365
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
371
366
          test -n "$$unique" || unique=$$empty_fix; \
372
367
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376
371
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
377
372
                $(TAGS_FILES) $(LISP)
378
373
        tags=; \
379
 
        here=`pwd`; \
380
374
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
381
375
        unique=`for i in $$list; do \
382
376
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383
377
          done | \
384
 
          $(AWK) '    { files[$$0] = 1; } \
385
 
               END { for (i in files) print i; }'`; \
 
378
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
379
              END { if (nonempty) { for (i in files) print i; }; }'`; \
386
380
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
387
381
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388
382
             $$tags $$unique
453
447
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
454
448
        $(am__remove_distdir)
455
449
 
 
450
dist-lzma: distdir
 
451
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
452
        $(am__remove_distdir)
 
453
 
456
454
dist-tarZ: distdir
457
455
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
458
456
        $(am__remove_distdir)
479
477
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
480
478
        *.tar.bz2*) \
481
479
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
480
        *.tar.lzma*) \
 
481
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
482
482
        *.tar.Z*) \
483
483
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
484
484
        *.shar.gz*) \
630
630
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
631
631
        all all-am am--refresh check check-am clean clean-generic \
632
632
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
633
 
        dist-shar dist-tarZ dist-zip distcheck distclean \
 
633
        dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
634
634
        distclean-generic distclean-tags distcleancheck distdir \
635
635
        distuninstallcheck dvi dvi-am html html-am info info-am \
636
636
        install install-am install-data install-data-am install-dvi \