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

« back to all changes in this revision

Viewing changes to src/omoko/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.
30
30
NORMAL_UNINSTALL = :
31
31
PRE_UNINSTALL = :
32
32
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
33
bin_PROGRAMS = tasks$(EXEEXT)
36
34
subdir = src/omoko
37
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
53
51
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
54
52
tasks_LINK = $(CCLD) $(tasks_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
55
53
        $(LDFLAGS) -o $@
56
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/libkoto@am__isrc@
 
54
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libkoto
57
55
depcomp = $(SHELL) $(top_srcdir)/depcomp
58
56
am__depfiles_maybe = depfiles
59
57
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
137
135
MKINSTALLDIRS = @MKINSTALLDIRS@
138
136
MSGFMT = @MSGFMT@
139
137
MSGFMT_OPTS = @MSGFMT_OPTS@
 
138
MSGMERGE = @MSGMERGE@
140
139
OBJEXT = @OBJEXT@
141
140
OMOKO_CFLAGS = @OMOKO_CFLAGS@
142
141
OMOKO_LIBS = @OMOKO_LIBS@
 
142
OWL_CFLAGS = @OWL_CFLAGS@
 
143
OWL_LIBS = @OWL_LIBS@
143
144
PACKAGE = @PACKAGE@
144
145
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
145
146
PACKAGE_NAME = @PACKAGE_NAME@
158
159
SEXY_LIBS = @SEXY_LIBS@
159
160
SHELL = @SHELL@
160
161
STRIP = @STRIP@
 
162
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
 
163
UNIQUE_LIBS = @UNIQUE_LIBS@
161
164
USE_NLS = @USE_NLS@
162
165
VERSION = @VERSION@
163
166
WARN_CFLAGS = @WARN_CFLAGS@
173
176
am__tar = @am__tar@
174
177
am__untar = @am__untar@
175
178
bindir = @bindir@
176
 
build = @build@
177
179
build_alias = @build_alias@
178
 
build_cpu = @build_cpu@
179
 
build_os = @build_os@
180
 
build_vendor = @build_vendor@
181
180
builddir = @builddir@
182
181
datadir = @datadir@
183
182
datarootdir = @datarootdir@
184
183
docdir = @docdir@
185
184
dvidir = @dvidir@
186
185
exec_prefix = @exec_prefix@
187
 
host = @host@
188
186
host_alias = @host_alias@
189
 
host_cpu = @host_cpu@
190
 
host_os = @host_os@
191
 
host_vendor = @host_vendor@
192
187
htmldir = @htmldir@
193
188
includedir = @includedir@
194
189
infodir = @infodir@
319
314
        unique=`for i in $$list; do \
320
315
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
321
316
          done | \
322
 
          $(AWK) '    { files[$$0] = 1; } \
323
 
               END { for (i in files) print i; }'`; \
 
317
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
318
              END { if (nonempty) { for (i in files) print i; }; }'`; \
324
319
        mkid -fID $$unique
325
320
tags: TAGS
326
321
 
332
327
        unique=`for i in $$list; do \
333
328
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334
329
          done | \
335
 
          $(AWK) '    { files[$$0] = 1; } \
336
 
               END { for (i in files) print i; }'`; \
 
330
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
331
              END { if (nonempty) { for (i in files) print i; }; }'`; \
337
332
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
338
333
          test -n "$$unique" || unique=$$empty_fix; \
339
334
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343
338
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
344
339
                $(TAGS_FILES) $(LISP)
345
340
        tags=; \
346
 
        here=`pwd`; \
347
341
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
348
342
        unique=`for i in $$list; do \
349
343
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
344
          done | \
351
 
          $(AWK) '    { files[$$0] = 1; } \
352
 
               END { for (i in files) print i; }'`; \
 
345
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
346
              END { if (nonempty) { for (i in files) print i; }; }'`; \
353
347
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
354
348
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
355
349
             $$tags $$unique