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

« back to all changes in this revision

Viewing changes to src/hildon/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.
31
31
NORMAL_UNINSTALL = :
32
32
PRE_UNINSTALL = :
33
33
POST_UNINSTALL = :
34
 
build_triplet = @build@
35
 
host_triplet = @host@
36
34
bin_PROGRAMS = tasks$(EXEEXT)
37
35
subdir = src/hildon
38
36
DIST_COMMON = $(dist_ui_DATA) $(srcdir)/Makefile.am \
55
53
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
56
54
tasks_LINK = $(CCLD) $(tasks_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
57
55
        $(LDFLAGS) -o $@
58
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/libkoto@am__isrc@
 
56
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/libkoto
59
57
depcomp = $(SHELL) $(top_srcdir)/depcomp
60
58
am__depfiles_maybe = depfiles
61
59
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
147
145
MKINSTALLDIRS = @MKINSTALLDIRS@
148
146
MSGFMT = @MSGFMT@
149
147
MSGFMT_OPTS = @MSGFMT_OPTS@
 
148
MSGMERGE = @MSGMERGE@
150
149
OBJEXT = @OBJEXT@
151
150
OMOKO_CFLAGS = @OMOKO_CFLAGS@
152
151
OMOKO_LIBS = @OMOKO_LIBS@
 
152
OWL_CFLAGS = @OWL_CFLAGS@
 
153
OWL_LIBS = @OWL_LIBS@
153
154
PACKAGE = @PACKAGE@
154
155
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
155
156
PACKAGE_NAME = @PACKAGE_NAME@
168
169
SEXY_LIBS = @SEXY_LIBS@
169
170
SHELL = @SHELL@
170
171
STRIP = @STRIP@
 
172
UNIQUE_CFLAGS = @UNIQUE_CFLAGS@
 
173
UNIQUE_LIBS = @UNIQUE_LIBS@
171
174
USE_NLS = @USE_NLS@
172
175
VERSION = @VERSION@
173
176
WARN_CFLAGS = @WARN_CFLAGS@
183
186
am__tar = @am__tar@
184
187
am__untar = @am__untar@
185
188
bindir = @bindir@
186
 
build = @build@
187
189
build_alias = @build_alias@
188
 
build_cpu = @build_cpu@
189
 
build_os = @build_os@
190
 
build_vendor = @build_vendor@
191
190
builddir = @builddir@
192
191
datadir = @datadir@
193
192
datarootdir = @datarootdir@
194
193
docdir = @docdir@
195
194
dvidir = @dvidir@
196
195
exec_prefix = @exec_prefix@
197
 
host = @host@
198
196
host_alias = @host_alias@
199
 
host_cpu = @host_cpu@
200
 
host_os = @host_os@
201
 
host_vendor = @host_vendor@
202
197
htmldir = @htmldir@
203
198
includedir = @includedir@
204
199
infodir = @infodir@
348
343
        unique=`for i in $$list; do \
349
344
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
350
345
          done | \
351
 
          $(AWK) '    { files[$$0] = 1; } \
352
 
               END { for (i in files) print i; }'`; \
 
346
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
347
              END { if (nonempty) { for (i in files) print i; }; }'`; \
353
348
        mkid -fID $$unique
354
349
tags: TAGS
355
350
 
361
356
        unique=`for i in $$list; do \
362
357
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
363
358
          done | \
364
 
          $(AWK) '    { files[$$0] = 1; } \
365
 
               END { for (i in files) print i; }'`; \
 
359
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
360
              END { if (nonempty) { for (i in files) print i; }; }'`; \
366
361
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
367
362
          test -n "$$unique" || unique=$$empty_fix; \
368
363
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
372
367
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
373
368
                $(TAGS_FILES) $(LISP)
374
369
        tags=; \
375
 
        here=`pwd`; \
376
370
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
377
371
        unique=`for i in $$list; do \
378
372
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379
373
          done | \
380
 
          $(AWK) '    { files[$$0] = 1; } \
381
 
               END { for (i in files) print i; }'`; \
 
374
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
375
              END { if (nonempty) { for (i in files) print i; }; }'`; \
382
376
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
383
377
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
384
378
             $$tags $$unique