~ken-vandine/+junk/liblauncher-gtk3

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2009-09-25 12:44:07 UTC
  • mfrom: (0.1.4 karmic) (62.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090925124407-zc40q066a5n5i9hw
* New upstream release.
  - Fixes software-store entry not showing up; LP: #433386.
* Wrap build-deps and deps to get cleaner diffs.
* Bump up Standards-Version to 3.8.3; no change needed.
* Enhance short descriptions slightly.
* Add shlibs:Depends and misc:Depends to liblauncher-dev.
* Build-dep on libglib2.0-dev.
* Let liblauncher-dev dep on libglib2.0-dev, libgtk2.0-dev, libwnck-dev,
  libgnome-menu-dev as their .pcs are referenced in launcher.pc.
* rules: add .PHONY and use $@ in clean:.
* debian/synbols: use 0.1.7~ in versions instead of 0.1.7-0ubuntu1.
* Use dh_prep instead of dh_clean -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = .
 
36
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
38
        $(srcdir)/launcher.pc.in $(top_srcdir)/configure AUTHORS \
 
39
        COPYING ChangeLog INSTALL NEWS TODO compile config.guess \
 
40
        config.sub depcomp install-sh ltmain.sh missing
 
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
42
am__aclocal_m4_deps = $(top_srcdir)/build/autotools/libtool.m4 \
 
43
        $(top_srcdir)/build/autotools/ltoptions.m4 \
 
44
        $(top_srcdir)/build/autotools/ltsugar.m4 \
 
45
        $(top_srcdir)/build/autotools/ltversion.m4 \
 
46
        $(top_srcdir)/build/autotools/lt~obsolete.m4 \
 
47
        $(top_srcdir)/build/autotools/shave.m4 \
 
48
        $(top_srcdir)/configure.ac
 
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
50
        $(ACLOCAL_M4)
 
51
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
52
 configure.lineno config.status.lineno
 
53
mkinstalldirs = $(install_sh) -d
 
54
CONFIG_HEADER = config.h
 
55
CONFIG_CLEAN_FILES = launcher.pc
 
56
SOURCES =
 
57
DIST_SOURCES =
 
58
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
59
        html-recursive info-recursive install-data-recursive \
 
60
        install-dvi-recursive install-exec-recursive \
 
61
        install-html-recursive install-info-recursive \
 
62
        install-pdf-recursive install-ps-recursive install-recursive \
 
63
        installcheck-recursive installdirs-recursive pdf-recursive \
 
64
        ps-recursive uninstall-recursive
 
65
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
66
am__vpath_adj = case $$p in \
 
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
68
    *) f=$$p;; \
 
69
  esac;
 
70
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
71
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
72
pkgconfigDATA_INSTALL = $(INSTALL_DATA)
 
73
DATA = $(pkgconfig_DATA)
 
74
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
75
  distclean-recursive maintainer-clean-recursive
 
76
ETAGS = etags
 
77
CTAGS = ctags
 
78
DIST_SUBDIRS = $(SUBDIRS)
 
79
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
80
distdir = $(PACKAGE)-$(VERSION)
 
81
top_distdir = $(distdir)
 
82
am__remove_distdir = \
 
83
  { test ! -d $(distdir) \
 
84
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
85
         && rm -fr $(distdir); }; }
 
86
DIST_ARCHIVES = $(distdir).tar.gz
 
87
GZIP_ENV = --best
 
88
distuninstallcheck_listfiles = find . -type f -print
 
89
distcleancheck_listfiles = find . -type f -print
 
90
ACLOCAL = @ACLOCAL@
 
91
AMTAR = @AMTAR@
 
92
AM_MAKEFLAGS = @AM_MAKEFLAGS@
 
93
AR = @AR@
 
94
AUTOCONF = @AUTOCONF@
 
95
AUTOHEADER = @AUTOHEADER@
 
96
AUTOMAKE = @AUTOMAKE@
 
97
AWK = @AWK@
 
98
CC = @CC@
 
99
CCDEPMODE = @CCDEPMODE@
 
100
CFLAGS = @CFLAGS@
 
101
CPP = @CPP@
 
102
CPPFLAGS = @CPPFLAGS@
 
103
CXX = @CXX@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
DEFS = @DEFS@
 
106
DEPDIR = @DEPDIR@
 
107
DSYMUTIL = @DSYMUTIL@
 
108
DUMPBIN = @DUMPBIN@
 
109
ECHO_C = @ECHO_C@
 
110
ECHO_N = @ECHO_N@
 
111
ECHO_T = @ECHO_T@
 
112
EGREP = @EGREP@
 
113
EXEEXT = @EXEEXT@
 
114
F77 = @F77@
 
115
FC = @FC@
 
116
FGREP = @FGREP@
 
117
GCC_FLAGS = @GCC_FLAGS@
 
118
GREP = @GREP@
 
119
INSTALL = @INSTALL@
 
120
INSTALL_DATA = @INSTALL_DATA@
 
121
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
122
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
123
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
124
LAUNCHER_CFLAGS = @LAUNCHER_CFLAGS@
 
125
LAUNCHER_LIBS = @LAUNCHER_LIBS@
 
126
LAUNCHER_LT_LDFLAGS = @LAUNCHER_LT_LDFLAGS@
 
127
LAUNCHER_LT_VERSION = @LAUNCHER_LT_VERSION@
 
128
LAUNCHER_MAJOR_VERSION = @LAUNCHER_MAJOR_VERSION@
 
129
LAUNCHER_MICRO_VERSION = @LAUNCHER_MICRO_VERSION@
 
130
LAUNCHER_MINOR_VERSION = @LAUNCHER_MINOR_VERSION@
 
131
LAUNCHER_VERSION = @LAUNCHER_VERSION@
 
132
LD = @LD@
 
133
LDFLAGS = @LDFLAGS@
 
134
LIBOBJS = @LIBOBJS@
 
135
LIBS = @LIBS@
 
136
LIBTOOL = @LIBTOOL@
 
137
LIPO = @LIPO@
 
138
LN_S = @LN_S@
 
139
LTLIBOBJS = @LTLIBOBJS@
 
140
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
 
141
MAKEFLAGS = @MAKEFLAGS@
 
142
MAKEINFO = @MAKEINFO@
 
143
MKDIR_P = @MKDIR_P@
 
144
NM = @NM@
 
145
NMEDIT = @NMEDIT@
 
146
OBJC = @OBJC@
 
147
OBJDUMP = @OBJDUMP@
 
148
OBJEXT = @OBJEXT@
 
149
OTOOL = @OTOOL@
 
150
OTOOL64 = @OTOOL64@
 
151
PACKAGE = @PACKAGE@
 
152
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
153
PACKAGE_NAME = @PACKAGE_NAME@
 
154
PACKAGE_STRING = @PACKAGE_STRING@
 
155
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
156
PACKAGE_URL = @PACKAGE_URL@
 
157
PACKAGE_VERSION = @PACKAGE_VERSION@
 
158
PATH_SEPARATOR = @PATH_SEPARATOR@
 
159
PKG_CONFIG = @PKG_CONFIG@
 
160
Q = $(V:1=)
 
161
RANLIB = @RANLIB@
 
162
SED = @SED@
 
163
SET_MAKE = @SET_MAKE@
 
164
SHELL = @SHELL@
 
165
STRIP = @STRIP@
 
166
V = @
 
167
VERSION = @VERSION@
 
168
abs_builddir = @abs_builddir@
 
169
abs_srcdir = @abs_srcdir@
 
170
abs_top_builddir = @abs_top_builddir@
 
171
abs_top_srcdir = @abs_top_srcdir@
 
172
ac_ct_CC = @ac_ct_CC@
 
173
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
174
am__include = @am__include@
 
175
am__leading_dot = @am__leading_dot@
 
176
am__quote = @am__quote@
 
177
am__tar = @am__tar@
 
178
am__untar = @am__untar@
 
179
bindir = @bindir@
 
180
build = @build@
 
181
build_alias = @build_alias@
 
182
build_cpu = @build_cpu@
 
183
build_os = @build_os@
 
184
build_vendor = @build_vendor@
 
185
builddir = @builddir@
 
186
datadir = @datadir@
 
187
datarootdir = @datarootdir@
 
188
docdir = @docdir@
 
189
dvidir = @dvidir@
 
190
exec_prefix = @exec_prefix@
 
191
host = @host@
 
192
host_alias = @host_alias@
 
193
host_cpu = @host_cpu@
 
194
host_os = @host_os@
 
195
host_vendor = @host_vendor@
 
196
htmldir = @htmldir@
 
197
includedir = @includedir@
 
198
infodir = @infodir@
 
199
install_sh = @install_sh@
 
200
libdir = @libdir@
 
201
libexecdir = @libexecdir@
 
202
localedir = @localedir@
 
203
localstatedir = @localstatedir@
 
204
lt_ECHO = @lt_ECHO@
 
205
mandir = @mandir@
 
206
mkdir_p = @mkdir_p@
 
207
oldincludedir = @oldincludedir@
 
208
pdfdir = @pdfdir@
 
209
prefix = @prefix@
 
210
program_transform_name = @program_transform_name@
 
211
psdir = @psdir@
 
212
sbindir = @sbindir@
 
213
sharedstatedir = @sharedstatedir@
 
214
shavedir = @shavedir@
 
215
srcdir = @srcdir@
 
216
sysconfdir = @sysconfdir@
 
217
target_alias = @target_alias@
 
218
top_build_prefix = @top_build_prefix@
 
219
top_builddir = @top_builddir@
 
220
top_srcdir = @top_srcdir@
 
221
ACLOCAL_AMFLAGS = -I build/autotools
 
222
QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
223
SUBDIRS = build launcher tests
 
224
pkgconfigdir = $(libdir)/pkgconfig
 
225
pkgconfig_DATA = launcher-0.1.pc
 
226
CLEANFILES = launcher-0.1.pc
 
227
DISTCLEANFILES = launcher.pc
 
228
EXTRA_DIST = launcher.pc.in     \
 
229
                COPYING.GPL
 
230
 
 
231
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
 
232
all: config.h
 
233
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
234
 
 
235
.SUFFIXES:
 
236
am--refresh:
 
237
        @:
 
238
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
239
        @for dep in $?; do \
 
240
          case '$(am__configure_deps)' in \
 
241
            *$$dep*) \
 
242
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
 
243
              cd $(srcdir) && $(AUTOMAKE) --gnu  \
 
244
                && exit 0; \
 
245
              exit 1;; \
 
246
          esac; \
 
247
        done; \
 
248
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
 
249
        cd $(top_srcdir) && \
 
250
          $(AUTOMAKE) --gnu  Makefile
 
251
.PRECIOUS: Makefile
 
252
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
253
        @case '$?' in \
 
254
          *config.status*) \
 
255
            echo ' $(SHELL) ./config.status'; \
 
256
            $(SHELL) ./config.status;; \
 
257
          *) \
 
258
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
259
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
260
        esac;
 
261
 
 
262
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
263
        $(SHELL) ./config.status --recheck
 
264
 
 
265
$(top_srcdir)/configure:  $(am__configure_deps)
 
266
        cd $(srcdir) && $(AUTOCONF)
 
267
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
268
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
269
 
 
270
config.h: stamp-h1
 
271
        @if test ! -f $@; then \
 
272
          rm -f stamp-h1; \
 
273
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
274
        else :; fi
 
275
 
 
276
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
277
        @rm -f stamp-h1
 
278
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
279
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
280
        cd $(top_srcdir) && $(AUTOHEADER)
 
281
        rm -f stamp-h1
 
282
        touch $@
 
283
 
 
284
distclean-hdr:
 
285
        -rm -f config.h stamp-h1
 
286
launcher.pc: $(top_builddir)/config.status $(srcdir)/launcher.pc.in
 
287
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
288
 
 
289
mostlyclean-libtool:
 
290
        -rm -f *.lo
 
291
 
 
292
clean-libtool:
 
293
        -rm -rf .libs _libs
 
294
 
 
295
distclean-libtool:
 
296
        -rm -f libtool config.lt
 
297
install-pkgconfigDATA: $(pkgconfig_DATA)
 
298
        @$(NORMAL_INSTALL)
 
299
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
300
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
301
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
302
          f=$(am__strip_dir) \
 
303
          echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
304
          $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
305
        done
 
306
 
 
307
uninstall-pkgconfigDATA:
 
308
        @$(NORMAL_UNINSTALL)
 
309
        @list='$(pkgconfig_DATA)'; for p in $$list; do \
 
310
          f=$(am__strip_dir) \
 
311
          echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \
 
312
          rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \
 
313
        done
 
314
 
 
315
# This directory's subdirectories are mostly independent; you can cd
 
316
# into them and run `make' without going through this Makefile.
 
317
# To change the values of `make' variables: instead of editing Makefiles,
 
318
# (1) if the variable is set in `config.status', edit `config.status'
 
319
#     (which will cause the Makefiles to be regenerated when you run `make');
 
320
# (2) otherwise, pass the desired values on the `make' command line.
 
321
$(RECURSIVE_TARGETS):
 
322
        @failcom='exit 1'; \
 
323
        for f in x $$MAKEFLAGS; do \
 
324
          case $$f in \
 
325
            *=* | --[!k]*);; \
 
326
            *k*) failcom='fail=yes';; \
 
327
          esac; \
 
328
        done; \
 
329
        dot_seen=no; \
 
330
        target=`echo $@ | sed s/-recursive//`; \
 
331
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
332
          echo "Making $$target in $$subdir"; \
 
333
          if test "$$subdir" = "."; then \
 
334
            dot_seen=yes; \
 
335
            local_target="$$target-am"; \
 
336
          else \
 
337
            local_target="$$target"; \
 
338
          fi; \
 
339
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
340
          || eval $$failcom; \
 
341
        done; \
 
342
        if test "$$dot_seen" = "no"; then \
 
343
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
344
        fi; test -z "$$fail"
 
345
 
 
346
$(RECURSIVE_CLEAN_TARGETS):
 
347
        @failcom='exit 1'; \
 
348
        for f in x $$MAKEFLAGS; do \
 
349
          case $$f in \
 
350
            *=* | --[!k]*);; \
 
351
            *k*) failcom='fail=yes';; \
 
352
          esac; \
 
353
        done; \
 
354
        dot_seen=no; \
 
355
        case "$@" in \
 
356
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
357
          *) list='$(SUBDIRS)' ;; \
 
358
        esac; \
 
359
        rev=''; for subdir in $$list; do \
 
360
          if test "$$subdir" = "."; then :; else \
 
361
            rev="$$subdir $$rev"; \
 
362
          fi; \
 
363
        done; \
 
364
        rev="$$rev ."; \
 
365
        target=`echo $@ | sed s/-recursive//`; \
 
366
        for subdir in $$rev; do \
 
367
          echo "Making $$target in $$subdir"; \
 
368
          if test "$$subdir" = "."; then \
 
369
            local_target="$$target-am"; \
 
370
          else \
 
371
            local_target="$$target"; \
 
372
          fi; \
 
373
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
374
          || eval $$failcom; \
 
375
        done && test -z "$$fail"
 
376
tags-recursive:
 
377
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
378
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
379
        done
 
380
ctags-recursive:
 
381
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
382
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
383
        done
 
384
 
 
385
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
386
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
387
        unique=`for i in $$list; do \
 
388
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
389
          done | \
 
390
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
391
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
392
        mkid -fID $$unique
 
393
tags: TAGS
 
394
 
 
395
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
396
                $(TAGS_FILES) $(LISP)
 
397
        tags=; \
 
398
        here=`pwd`; \
 
399
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
400
          include_option=--etags-include; \
 
401
          empty_fix=.; \
 
402
        else \
 
403
          include_option=--include; \
 
404
          empty_fix=; \
 
405
        fi; \
 
406
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
407
          if test "$$subdir" = .; then :; else \
 
408
            test ! -f $$subdir/TAGS || \
 
409
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
410
          fi; \
 
411
        done; \
 
412
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
413
        unique=`for i in $$list; do \
 
414
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
415
          done | \
 
416
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
417
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
418
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
419
          test -n "$$unique" || unique=$$empty_fix; \
 
420
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
421
            $$tags $$unique; \
 
422
        fi
 
423
ctags: CTAGS
 
424
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
425
                $(TAGS_FILES) $(LISP)
 
426
        tags=; \
 
427
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
428
        unique=`for i in $$list; do \
 
429
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
430
          done | \
 
431
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
432
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
433
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
434
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
435
             $$tags $$unique
 
436
 
 
437
GTAGS:
 
438
        here=`$(am__cd) $(top_builddir) && pwd` \
 
439
          && cd $(top_srcdir) \
 
440
          && gtags -i $(GTAGS_ARGS) $$here
 
441
 
 
442
distclean-tags:
 
443
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
444
 
 
445
distdir: $(DISTFILES)
 
446
        $(am__remove_distdir)
 
447
        test -d $(distdir) || mkdir $(distdir)
 
448
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
449
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
450
        list='$(DISTFILES)'; \
 
451
          dist_files=`for file in $$list; do echo $$file; done | \
 
452
          sed -e "s|^$$srcdirstrip/||;t" \
 
453
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
454
        case $$dist_files in \
 
455
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
456
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
457
                           sort -u` ;; \
 
458
        esac; \
 
459
        for file in $$dist_files; do \
 
460
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
461
          if test -d $$d/$$file; then \
 
462
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
463
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
464
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
465
            fi; \
 
466
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
467
          else \
 
468
            test -f $(distdir)/$$file \
 
469
            || cp -p $$d/$$file $(distdir)/$$file \
 
470
            || exit 1; \
 
471
          fi; \
 
472
        done
 
473
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
474
          if test "$$subdir" = .; then :; else \
 
475
            test -d "$(distdir)/$$subdir" \
 
476
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
477
            || exit 1; \
 
478
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
479
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
480
            (cd $$subdir && \
 
481
              $(MAKE) $(AM_MAKEFLAGS) \
 
482
                top_distdir="$$top_distdir" \
 
483
                distdir="$$distdir/$$subdir" \
 
484
                am__remove_distdir=: \
 
485
                am__skip_length_check=: \
 
486
                distdir) \
 
487
              || exit 1; \
 
488
          fi; \
 
489
        done
 
490
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
491
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
492
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
493
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
494
        || chmod -R a+r $(distdir)
 
495
dist-gzip: distdir
 
496
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
497
        $(am__remove_distdir)
 
498
 
 
499
dist-bzip2: distdir
 
500
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
501
        $(am__remove_distdir)
 
502
 
 
503
dist-lzma: distdir
 
504
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
505
        $(am__remove_distdir)
 
506
 
 
507
dist-tarZ: distdir
 
508
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
509
        $(am__remove_distdir)
 
510
 
 
511
dist-shar: distdir
 
512
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
513
        $(am__remove_distdir)
 
514
 
 
515
dist-zip: distdir
 
516
        -rm -f $(distdir).zip
 
517
        zip -rq $(distdir).zip $(distdir)
 
518
        $(am__remove_distdir)
 
519
 
 
520
dist dist-all: distdir
 
521
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
522
        $(am__remove_distdir)
 
523
 
 
524
# This target untars the dist file and tries a VPATH configuration.  Then
 
525
# it guarantees that the distribution is self-contained by making another
 
526
# tarfile.
 
527
distcheck: dist
 
528
        case '$(DIST_ARCHIVES)' in \
 
529
        *.tar.gz*) \
 
530
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
531
        *.tar.bz2*) \
 
532
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
533
        *.tar.lzma*) \
 
534
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
535
        *.tar.Z*) \
 
536
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
537
        *.shar.gz*) \
 
538
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
539
        *.zip*) \
 
540
          unzip $(distdir).zip ;;\
 
541
        esac
 
542
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
543
        mkdir $(distdir)/_build
 
544
        mkdir $(distdir)/_inst
 
545
        chmod a-w $(distdir)
 
546
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
547
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
548
          && cd $(distdir)/_build \
 
549
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
550
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
551
          && $(MAKE) $(AM_MAKEFLAGS) \
 
552
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
553
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
554
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
555
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
556
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
557
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
558
                distuninstallcheck \
 
559
          && chmod -R a-w "$$dc_install_base" \
 
560
          && ({ \
 
561
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
562
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
563
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
564
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
565
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
566
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
567
          && rm -rf "$$dc_destdir" \
 
568
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
569
          && rm -rf $(DIST_ARCHIVES) \
 
570
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
571
        $(am__remove_distdir)
 
572
        @(echo "$(distdir) archives ready for distribution: "; \
 
573
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
574
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
575
distuninstallcheck:
 
576
        @cd $(distuninstallcheck_dir) \
 
577
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
578
           || { echo "ERROR: files left after uninstall:" ; \
 
579
                if test -n "$(DESTDIR)"; then \
 
580
                  echo "  (check DESTDIR support)"; \
 
581
                fi ; \
 
582
                $(distuninstallcheck_listfiles) ; \
 
583
                exit 1; } >&2
 
584
distcleancheck: distclean
 
585
        @if test '$(srcdir)' = . ; then \
 
586
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
587
          exit 1 ; \
 
588
        fi
 
589
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
590
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
591
               $(distcleancheck_listfiles) ; \
 
592
               exit 1; } >&2
 
593
check-am: all-am
 
594
check: check-recursive
 
595
all-am: Makefile $(DATA) config.h
 
596
installdirs: installdirs-recursive
 
597
installdirs-am:
 
598
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
599
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
600
        done
 
601
install: install-recursive
 
602
install-exec: install-exec-recursive
 
603
install-data: install-data-recursive
 
604
uninstall: uninstall-recursive
 
605
 
 
606
install-am: all-am
 
607
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
608
 
 
609
installcheck: installcheck-recursive
 
610
install-strip:
 
611
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
612
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
613
          `test -z '$(STRIP)' || \
 
614
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
615
mostlyclean-generic:
 
616
 
 
617
clean-generic:
 
618
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
619
 
 
620
distclean-generic:
 
621
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
622
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
623
 
 
624
maintainer-clean-generic:
 
625
        @echo "This command is intended for maintainers to use"
 
626
        @echo "it deletes files that may require special tools to rebuild."
 
627
clean: clean-recursive
 
628
 
 
629
clean-am: clean-generic clean-libtool mostlyclean-am
 
630
 
 
631
distclean: distclean-recursive
 
632
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
633
        -rm -f Makefile
 
634
distclean-am: clean-am distclean-generic distclean-hdr \
 
635
        distclean-libtool distclean-tags
 
636
 
 
637
dvi: dvi-recursive
 
638
 
 
639
dvi-am:
 
640
 
 
641
html: html-recursive
 
642
 
 
643
info: info-recursive
 
644
 
 
645
info-am:
 
646
 
 
647
install-data-am: install-pkgconfigDATA
 
648
 
 
649
install-dvi: install-dvi-recursive
 
650
 
 
651
install-exec-am:
 
652
 
 
653
install-html: install-html-recursive
 
654
 
 
655
install-info: install-info-recursive
 
656
 
 
657
install-man:
 
658
 
 
659
install-pdf: install-pdf-recursive
 
660
 
 
661
install-ps: install-ps-recursive
 
662
 
 
663
installcheck-am:
 
664
 
 
665
maintainer-clean: maintainer-clean-recursive
 
666
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
667
        -rm -rf $(top_srcdir)/autom4te.cache
 
668
        -rm -f Makefile
 
669
maintainer-clean-am: distclean-am maintainer-clean-generic
 
670
 
 
671
mostlyclean: mostlyclean-recursive
 
672
 
 
673
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
674
 
 
675
pdf: pdf-recursive
 
676
 
 
677
pdf-am:
 
678
 
 
679
ps: ps-recursive
 
680
 
 
681
ps-am:
 
682
 
 
683
uninstall-am: uninstall-pkgconfigDATA
 
684
 
 
685
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
686
        install-strip
 
687
 
 
688
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
689
        all all-am am--refresh check check-am clean clean-generic \
 
690
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
691
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
692
        distclean distclean-generic distclean-hdr distclean-libtool \
 
693
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
694
        dvi-am html html-am info info-am install install-am \
 
695
        install-data install-data-am install-dvi install-dvi-am \
 
696
        install-exec install-exec-am install-html install-html-am \
 
697
        install-info install-info-am install-man install-pdf \
 
698
        install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
 
699
        install-strip installcheck installcheck-am installdirs \
 
700
        installdirs-am maintainer-clean maintainer-clean-generic \
 
701
        mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
 
702
        ps ps-am tags tags-recursive uninstall uninstall-am \
 
703
        uninstall-pkgconfigDATA
 
704
 
 
705
 
 
706
launcher-0.1.pc: launcher.pc
 
707
        $(QUIET_GEN) cp -f launcher.pc launcher-0.1.pc
 
708
 
 
709
# Test framework
 
710
.PHONY: test liblauncher
 
711
test liblauncher:
 
712
        $(MAKE) -C tests/ test
 
713
 
 
714
.PHONY: test-report full-report
 
715
test-report full-report:
 
716
        $(MAKE) -C tests/ $(@)
 
717
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
718
# Otherwise a system limit (for SysV at least) may be exceeded.
 
719
.NOEXPORT: