~ubuntu-branches/ubuntu/oneiric/libfm/oneiric

« back to all changes in this revision

Viewing changes to docs/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-08-11 01:41:00 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20110811014100-4botukzcuaask6p9
Tags: 0.1.16-0ubuntu1
* New upstream release.
 - Fix cut & paste on devices without write permission (LP: #820865)
* debian/patches:
 - 03_disable_deprecated_gio_module.patch: Refresh.
 - 04_recreate_doc_Makefile.patch: Recreate missing Makefile.am, and adding gtk-doc.make.
 - 04_fix_docs_linker.patch: Refresh.
* debian/control:
 - Bump package name with soname bump.
 - Create new libfm-data and libgtk-data packages for non library files.
 - Add Conflics & Replaces between *-data and lib*0 packages.
 - Add necessary depends on libfm1 and libfm-gtk1.
* debian/*.install
 - Bump soname package name.
 - Move non library files to data binary.
 - Don't install documentation, not currently build.
* debian/*.symbols
 - Rename to follow soname bump.
 - Remove old missing symbols.
 - Update with new symbols.
* debian/rules:
 - Bump soname of the dbg package.
 - Install apport hook in libfm-data binary.
 - Don't build documentation, currently broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 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, 2009  Free Software Foundation,
6
 
# Inc.
7
 
# This Makefile.in is free software; the Free Software Foundation
8
 
# gives unlimited permission to copy and/or distribute it,
9
 
# with or without modifications, as long as this notice is preserved.
10
 
 
11
 
# This program is distributed in the hope that it will be useful,
12
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14
 
# PARTICULAR PURPOSE.
15
 
 
16
 
@SET_MAKE@
17
 
 
18
 
# GLIB - Library of useful C routines
19
 
VPATH = @srcdir@
20
 
pkgdatadir = $(datadir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
pkglibdir = $(libdir)/@PACKAGE@
23
 
pkglibexecdir = $(libexecdir)/@PACKAGE@
24
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
install_sh_DATA = $(install_sh) -c -m 644
26
 
install_sh_PROGRAM = $(install_sh) -c
27
 
install_sh_SCRIPT = $(install_sh) -c
28
 
INSTALL_HEADER = $(INSTALL_DATA)
29
 
transform = $(program_transform_name)
30
 
NORMAL_INSTALL = :
31
 
PRE_INSTALL = :
32
 
POST_INSTALL = :
33
 
NORMAL_UNINSTALL = :
34
 
PRE_UNINSTALL = :
35
 
POST_UNINSTALL = :
36
 
build_triplet = @build@
37
 
host_triplet = @host@
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39
 
        $(top_srcdir)/Makefile.decl
40
 
subdir = docs
41
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44
 
        $(ACLOCAL_M4)
45
 
mkinstalldirs = $(install_sh) -d
46
 
CONFIG_HEADER = $(top_builddir)/config.h
47
 
CONFIG_CLEAN_FILES =
48
 
CONFIG_CLEAN_VPATH_FILES =
49
 
SOURCES =
50
 
DIST_SOURCES =
51
 
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52
 
        html-recursive info-recursive install-data-recursive \
53
 
        install-dvi-recursive install-exec-recursive \
54
 
        install-html-recursive install-info-recursive \
55
 
        install-pdf-recursive install-ps-recursive install-recursive \
56
 
        installcheck-recursive installdirs-recursive pdf-recursive \
57
 
        ps-recursive uninstall-recursive
58
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
59
 
  distclean-recursive maintainer-clean-recursive
60
 
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
61
 
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
62
 
        distdir
63
 
ETAGS = etags
64
 
CTAGS = ctags
65
 
DIST_SUBDIRS = $(SUBDIRS)
66
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67
 
am__relativize = \
68
 
  dir0=`pwd`; \
69
 
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
70
 
  sed_rest='s,^[^/]*/*,,'; \
71
 
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
72
 
  sed_butlast='s,/*[^/]*$$,,'; \
73
 
  while test -n "$$dir1"; do \
74
 
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
75
 
    if test "$$first" != "."; then \
76
 
      if test "$$first" = ".."; then \
77
 
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
78
 
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
79
 
      else \
80
 
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
81
 
        if test "$$first2" = "$$first"; then \
82
 
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
83
 
        else \
84
 
          dir2="../$$dir2"; \
85
 
        fi; \
86
 
        dir0="$$dir0"/"$$first"; \
87
 
      fi; \
88
 
    fi; \
89
 
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
90
 
  done; \
91
 
  reldir="$$dir2"
92
 
ACLOCAL = @ACLOCAL@
93
 
ALL_LINGUAS = @ALL_LINGUAS@
94
 
AMTAR = @AMTAR@
95
 
AR = @AR@
96
 
AUTOCONF = @AUTOCONF@
97
 
AUTOHEADER = @AUTOHEADER@
98
 
AUTOMAKE = @AUTOMAKE@
99
 
AWK = @AWK@
100
 
CATALOGS = @CATALOGS@
101
 
CATOBJEXT = @CATOBJEXT@
102
 
CC = @CC@
103
 
CCDEPMODE = @CCDEPMODE@
104
 
CFLAGS = @CFLAGS@
105
 
CPP = @CPP@
106
 
CPPFLAGS = @CPPFLAGS@
107
 
CYGPATH_W = @CYGPATH_W@
108
 
DATADIRNAME = @DATADIRNAME@
109
 
DBUS_CFLAGS = @DBUS_CFLAGS@
110
 
DBUS_LIBS = @DBUS_LIBS@
111
 
DEFS = @DEFS@
112
 
DEPDIR = @DEPDIR@
113
 
DSYMUTIL = @DSYMUTIL@
114
 
DUMPBIN = @DUMPBIN@
115
 
ECHO_C = @ECHO_C@
116
 
ECHO_N = @ECHO_N@
117
 
ECHO_T = @ECHO_T@
118
 
EGREP = @EGREP@
119
 
EXEEXT = @EXEEXT@
120
 
FGREP = @FGREP@
121
 
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
122
 
GIO_CFLAGS = @GIO_CFLAGS@
123
 
GIO_LIBS = @GIO_LIBS@
124
 
GLIB2_27_CFLAGS = @GLIB2_27_CFLAGS@
125
 
GLIB2_27_LIBS = @GLIB2_27_LIBS@
126
 
GLIB_CFLAGS = @GLIB_CFLAGS@
127
 
GLIB_LIBS = @GLIB_LIBS@
128
 
GMODULE_CFLAGS = @GMODULE_CFLAGS@
129
 
GMODULE_LIBS = @GMODULE_LIBS@
130
 
GMOFILES = @GMOFILES@
131
 
GMSGFMT = @GMSGFMT@
132
 
GREP = @GREP@
133
 
GTKDOC_CHECK = @GTKDOC_CHECK@
134
 
GTKDOC_MKPDF = @GTKDOC_MKPDF@
135
 
GTKDOC_REBASE = @GTKDOC_REBASE@
136
 
GTK_CFLAGS = @GTK_CFLAGS@
137
 
GTK_LIBS = @GTK_LIBS@
138
 
HTML_DIR = @HTML_DIR@
139
 
INSTALL = @INSTALL@
140
 
INSTALL_DATA = @INSTALL_DATA@
141
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
142
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
143
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
144
 
INSTOBJEXT = @INSTOBJEXT@
145
 
INTLLIBS = @INTLLIBS@
146
 
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
147
 
INTLTOOL_MERGE = @INTLTOOL_MERGE@
148
 
INTLTOOL_PERL = @INTLTOOL_PERL@
149
 
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
150
 
LD = @LD@
151
 
LDFLAGS = @LDFLAGS@
152
 
LIBOBJS = @LIBOBJS@
153
 
LIBS = @LIBS@
154
 
LIBTOOL = @LIBTOOL@
155
 
LIPO = @LIPO@
156
 
LN_S = @LN_S@
157
 
LTLIBOBJS = @LTLIBOBJS@
158
 
MAKEINFO = @MAKEINFO@
159
 
MENU_CACHE_CFLAGS = @MENU_CACHE_CFLAGS@
160
 
MENU_CACHE_LIBS = @MENU_CACHE_LIBS@
161
 
MKDIR_P = @MKDIR_P@
162
 
MKINSTALLDIRS = @MKINSTALLDIRS@
163
 
MSGFMT = @MSGFMT@
164
 
MSGFMT_OPTS = @MSGFMT_OPTS@
165
 
MSGMERGE = @MSGMERGE@
166
 
NM = @NM@
167
 
NMEDIT = @NMEDIT@
168
 
OBJDUMP = @OBJDUMP@
169
 
OBJEXT = @OBJEXT@
170
 
OTOOL = @OTOOL@
171
 
OTOOL64 = @OTOOL64@
172
 
PACKAGE = @PACKAGE@
173
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
174
 
PACKAGE_NAME = @PACKAGE_NAME@
175
 
PACKAGE_STRING = @PACKAGE_STRING@
176
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
177
 
PACKAGE_URL = @PACKAGE_URL@
178
 
PACKAGE_VERSION = @PACKAGE_VERSION@
179
 
PATH_SEPARATOR = @PATH_SEPARATOR@
180
 
PKG_CONFIG = @PKG_CONFIG@
181
 
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
182
 
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
183
 
POFILES = @POFILES@
184
 
POSUB = @POSUB@
185
 
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
186
 
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
187
 
RANLIB = @RANLIB@
188
 
SED = @SED@
189
 
SET_MAKE = @SET_MAKE@
190
 
SHELL = @SHELL@
191
 
STRIP = @STRIP@
192
 
USE_NLS = @USE_NLS@
193
 
VERSION = @VERSION@
194
 
XGETTEXT = @XGETTEXT@
195
 
abs_builddir = @abs_builddir@
196
 
abs_srcdir = @abs_srcdir@
197
 
abs_top_builddir = @abs_top_builddir@
198
 
abs_top_srcdir = @abs_top_srcdir@
199
 
ac_ct_CC = @ac_ct_CC@
200
 
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
201
 
am__include = @am__include@
202
 
am__leading_dot = @am__leading_dot@
203
 
am__quote = @am__quote@
204
 
am__tar = @am__tar@
205
 
am__untar = @am__untar@
206
 
bindir = @bindir@
207
 
build = @build@
208
 
build_alias = @build_alias@
209
 
build_cpu = @build_cpu@
210
 
build_os = @build_os@
211
 
build_vendor = @build_vendor@
212
 
builddir = @builddir@
213
 
datadir = @datadir@
214
 
datarootdir = @datarootdir@
215
 
docdir = @docdir@
216
 
dvidir = @dvidir@
217
 
exec_prefix = @exec_prefix@
218
 
giomodulesdir = @giomodulesdir@
219
 
host = @host@
220
 
host_alias = @host_alias@
221
 
host_cpu = @host_cpu@
222
 
host_os = @host_os@
223
 
host_vendor = @host_vendor@
224
 
htmldir = @htmldir@
225
 
includedir = @includedir@
226
 
infodir = @infodir@
227
 
install_sh = @install_sh@
228
 
libdir = @libdir@
229
 
libexecdir = @libexecdir@
230
 
localedir = @localedir@
231
 
localstatedir = @localstatedir@
232
 
lt_ECHO = @lt_ECHO@
233
 
mandir = @mandir@
234
 
mkdir_p = @mkdir_p@
235
 
oldincludedir = @oldincludedir@
236
 
pdfdir = @pdfdir@
237
 
prefix = @prefix@
238
 
program_transform_name = @program_transform_name@
239
 
psdir = @psdir@
240
 
sbindir = @sbindir@
241
 
sharedstatedir = @sharedstatedir@
242
 
srcdir = @srcdir@
243
 
sysconfdir = @sysconfdir@
244
 
target_alias = @target_alias@
245
 
top_build_prefix = @top_build_prefix@
246
 
top_builddir = @top_builddir@
247
 
top_srcdir = @top_srcdir@
248
 
 
249
 
#GTESTER = gtester                      # for non-GLIB packages
250
 
GTESTER = gtester                       # for the GLIB package
251
 
GTESTER_REPORT = gtester-report # for the GLIB package
252
 
 
253
 
# initialize variables for unconditional += appending
254
 
EXTRA_DIST = 
255
 
TEST_PROGS = 
256
 
SUBDIRS = reference
257
 
all: all-recursive
258
 
 
259
 
.SUFFIXES:
260
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.decl $(am__configure_deps)
261
 
        @for dep in $?; do \
262
 
          case '$(am__configure_deps)' in \
263
 
            *$$dep*) \
264
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
265
 
                && { if test -f $@; then exit 0; else break; fi; }; \
266
 
              exit 1;; \
267
 
          esac; \
268
 
        done; \
269
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \
270
 
        $(am__cd) $(top_srcdir) && \
271
 
          $(AUTOMAKE) --foreign docs/Makefile
272
 
.PRECIOUS: Makefile
273
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
274
 
        @case '$?' in \
275
 
          *config.status*) \
276
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
277
 
          *) \
278
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
279
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
280
 
        esac;
281
 
 
282
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
283
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
284
 
 
285
 
$(top_srcdir)/configure:  $(am__configure_deps)
286
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
287
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
288
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
289
 
$(am__aclocal_m4_deps):
290
 
 
291
 
mostlyclean-libtool:
292
 
        -rm -f *.lo
293
 
 
294
 
clean-libtool:
295
 
        -rm -rf .libs _libs
296
 
 
297
 
# This directory's subdirectories are mostly independent; you can cd
298
 
# into them and run `make' without going through this Makefile.
299
 
# To change the values of `make' variables: instead of editing Makefiles,
300
 
# (1) if the variable is set in `config.status', edit `config.status'
301
 
#     (which will cause the Makefiles to be regenerated when you run `make');
302
 
# (2) otherwise, pass the desired values on the `make' command line.
303
 
$(RECURSIVE_TARGETS):
304
 
        @fail= failcom='exit 1'; \
305
 
        for f in x $$MAKEFLAGS; do \
306
 
          case $$f in \
307
 
            *=* | --[!k]*);; \
308
 
            *k*) failcom='fail=yes';; \
309
 
          esac; \
310
 
        done; \
311
 
        dot_seen=no; \
312
 
        target=`echo $@ | sed s/-recursive//`; \
313
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
314
 
          echo "Making $$target in $$subdir"; \
315
 
          if test "$$subdir" = "."; then \
316
 
            dot_seen=yes; \
317
 
            local_target="$$target-am"; \
318
 
          else \
319
 
            local_target="$$target"; \
320
 
          fi; \
321
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
322
 
          || eval $$failcom; \
323
 
        done; \
324
 
        if test "$$dot_seen" = "no"; then \
325
 
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
326
 
        fi; test -z "$$fail"
327
 
 
328
 
$(RECURSIVE_CLEAN_TARGETS):
329
 
        @fail= failcom='exit 1'; \
330
 
        for f in x $$MAKEFLAGS; do \
331
 
          case $$f in \
332
 
            *=* | --[!k]*);; \
333
 
            *k*) failcom='fail=yes';; \
334
 
          esac; \
335
 
        done; \
336
 
        dot_seen=no; \
337
 
        case "$@" in \
338
 
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
339
 
          *) list='$(SUBDIRS)' ;; \
340
 
        esac; \
341
 
        rev=''; for subdir in $$list; do \
342
 
          if test "$$subdir" = "."; then :; else \
343
 
            rev="$$subdir $$rev"; \
344
 
          fi; \
345
 
        done; \
346
 
        rev="$$rev ."; \
347
 
        target=`echo $@ | sed s/-recursive//`; \
348
 
        for subdir in $$rev; do \
349
 
          echo "Making $$target in $$subdir"; \
350
 
          if test "$$subdir" = "."; then \
351
 
            local_target="$$target-am"; \
352
 
          else \
353
 
            local_target="$$target"; \
354
 
          fi; \
355
 
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
356
 
          || eval $$failcom; \
357
 
        done && test -z "$$fail"
358
 
tags-recursive:
359
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
360
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
361
 
        done
362
 
ctags-recursive:
363
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
364
 
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
365
 
        done
366
 
 
367
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
368
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
369
 
        unique=`for i in $$list; do \
370
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371
 
          done | \
372
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
373
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
374
 
        mkid -fID $$unique
375
 
tags: TAGS
376
 
 
377
 
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
378
 
                $(TAGS_FILES) $(LISP)
379
 
        set x; \
380
 
        here=`pwd`; \
381
 
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
382
 
          include_option=--etags-include; \
383
 
          empty_fix=.; \
384
 
        else \
385
 
          include_option=--include; \
386
 
          empty_fix=; \
387
 
        fi; \
388
 
        list='$(SUBDIRS)'; for subdir in $$list; do \
389
 
          if test "$$subdir" = .; then :; else \
390
 
            test ! -f $$subdir/TAGS || \
391
 
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
392
 
          fi; \
393
 
        done; \
394
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
395
 
        unique=`for i in $$list; do \
396
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
397
 
          done | \
398
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
399
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
400
 
        shift; \
401
 
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
402
 
          test -n "$$unique" || unique=$$empty_fix; \
403
 
          if test $$# -gt 0; then \
404
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
405
 
              "$$@" $$unique; \
406
 
          else \
407
 
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408
 
              $$unique; \
409
 
          fi; \
410
 
        fi
411
 
ctags: CTAGS
412
 
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
413
 
                $(TAGS_FILES) $(LISP)
414
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
415
 
        unique=`for i in $$list; do \
416
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417
 
          done | \
418
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
420
 
        test -z "$(CTAGS_ARGS)$$unique" \
421
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
422
 
             $$unique
423
 
 
424
 
GTAGS:
425
 
        here=`$(am__cd) $(top_builddir) && pwd` \
426
 
          && $(am__cd) $(top_srcdir) \
427
 
          && gtags -i $(GTAGS_ARGS) "$$here"
428
 
 
429
 
distclean-tags:
430
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
431
 
 
432
 
distdir: $(DISTFILES)
433
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
434
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435
 
        list='$(DISTFILES)'; \
436
 
          dist_files=`for file in $$list; do echo $$file; done | \
437
 
          sed -e "s|^$$srcdirstrip/||;t" \
438
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
439
 
        case $$dist_files in \
440
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
441
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
442
 
                           sort -u` ;; \
443
 
        esac; \
444
 
        for file in $$dist_files; do \
445
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
446
 
          if test -d $$d/$$file; then \
447
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
448
 
            if test -d "$(distdir)/$$file"; then \
449
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
450
 
            fi; \
451
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
452
 
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
453
 
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
454
 
            fi; \
455
 
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
456
 
          else \
457
 
            test -f "$(distdir)/$$file" \
458
 
            || cp -p $$d/$$file "$(distdir)/$$file" \
459
 
            || exit 1; \
460
 
          fi; \
461
 
        done
462
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
463
 
          if test "$$subdir" = .; then :; else \
464
 
            test -d "$(distdir)/$$subdir" \
465
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
466
 
            || exit 1; \
467
 
          fi; \
468
 
        done
469
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
470
 
          if test "$$subdir" = .; then :; else \
471
 
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
472
 
            $(am__relativize); \
473
 
            new_distdir=$$reldir; \
474
 
            dir1=$$subdir; dir2="$(top_distdir)"; \
475
 
            $(am__relativize); \
476
 
            new_top_distdir=$$reldir; \
477
 
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
478
 
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
479
 
            ($(am__cd) $$subdir && \
480
 
              $(MAKE) $(AM_MAKEFLAGS) \
481
 
                top_distdir="$$new_top_distdir" \
482
 
                distdir="$$new_distdir" \
483
 
                am__remove_distdir=: \
484
 
                am__skip_length_check=: \
485
 
                am__skip_mode_fix=: \
486
 
                distdir) \
487
 
              || exit 1; \
488
 
          fi; \
489
 
        done
490
 
check-am: all-am
491
 
        $(MAKE) $(AM_MAKEFLAGS) check-local
492
 
check: check-recursive
493
 
all-am: Makefile
494
 
installdirs: installdirs-recursive
495
 
installdirs-am:
496
 
install: install-recursive
497
 
install-exec: install-exec-recursive
498
 
install-data: install-data-recursive
499
 
uninstall: uninstall-recursive
500
 
 
501
 
install-am: all-am
502
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
503
 
 
504
 
installcheck: installcheck-recursive
505
 
install-strip:
506
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
507
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
508
 
          `test -z '$(STRIP)' || \
509
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
510
 
mostlyclean-generic:
511
 
 
512
 
clean-generic:
513
 
 
514
 
distclean-generic:
515
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
516
 
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
517
 
 
518
 
maintainer-clean-generic:
519
 
        @echo "This command is intended for maintainers to use"
520
 
        @echo "it deletes files that may require special tools to rebuild."
521
 
clean: clean-recursive
522
 
 
523
 
clean-am: clean-generic clean-libtool mostlyclean-am
524
 
 
525
 
distclean: distclean-recursive
526
 
        -rm -f Makefile
527
 
distclean-am: clean-am distclean-generic distclean-tags
528
 
 
529
 
dvi: dvi-recursive
530
 
 
531
 
dvi-am:
532
 
 
533
 
html: html-recursive
534
 
 
535
 
html-am:
536
 
 
537
 
info: info-recursive
538
 
 
539
 
info-am:
540
 
 
541
 
install-data-am:
542
 
 
543
 
install-dvi: install-dvi-recursive
544
 
 
545
 
install-dvi-am:
546
 
 
547
 
install-exec-am:
548
 
 
549
 
install-html: install-html-recursive
550
 
 
551
 
install-html-am:
552
 
 
553
 
install-info: install-info-recursive
554
 
 
555
 
install-info-am:
556
 
 
557
 
install-man:
558
 
 
559
 
install-pdf: install-pdf-recursive
560
 
 
561
 
install-pdf-am:
562
 
 
563
 
install-ps: install-ps-recursive
564
 
 
565
 
install-ps-am:
566
 
 
567
 
installcheck-am:
568
 
 
569
 
maintainer-clean: maintainer-clean-recursive
570
 
        -rm -f Makefile
571
 
maintainer-clean-am: distclean-am maintainer-clean-generic
572
 
 
573
 
mostlyclean: mostlyclean-recursive
574
 
 
575
 
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
576
 
 
577
 
pdf: pdf-recursive
578
 
 
579
 
pdf-am:
580
 
 
581
 
ps: ps-recursive
582
 
 
583
 
ps-am:
584
 
 
585
 
uninstall-am:
586
 
 
587
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
588
 
        ctags-recursive install-am install-strip tags-recursive
589
 
 
590
 
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
591
 
        all all-am check check-am check-local clean clean-generic \
592
 
        clean-libtool ctags ctags-recursive distclean \
593
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
594
 
        dvi-am html html-am info info-am install install-am \
595
 
        install-data install-data-am install-dvi install-dvi-am \
596
 
        install-exec install-exec-am install-html install-html-am \
597
 
        install-info install-info-am install-man install-pdf \
598
 
        install-pdf-am install-ps install-ps-am install-strip \
599
 
        installcheck installcheck-am installdirs installdirs-am \
600
 
        maintainer-clean maintainer-clean-generic mostlyclean \
601
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
602
 
        tags tags-recursive uninstall uninstall-am
603
 
 
604
 
 
605
 
### testing rules
606
 
 
607
 
# test: run all tests in cwd and subdirs
608
 
test: test-nonrecursive
609
 
# if OS_UNIX
610
 
        @ for subdir in $(SUBDIRS) . ; do \
611
 
            test "$$subdir" = "." -o "$$subdir" = "po" || \
612
 
            ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
613
 
          done
614
 
# endif
615
 
 
616
 
# test-nonrecursive: run tests only in cwd
617
 
test-nonrecursive: ${TEST_PROGS}
618
 
# if OS_UNIX
619
 
        @test -z "${TEST_PROGS}" || MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS}
620
 
# endif
621
 
 
622
 
# test-report: run tests in subdirs and generate report
623
 
# perf-report: run tests in subdirs with -m perf and generate report
624
 
# full-report: like test-report: with -m perf and -m slow
625
 
test-report perf-report full-report:    ${TEST_PROGS}
626
 
        @test -z "${TEST_PROGS}" || { \
627
 
          case $@ in \
628
 
          test-report) test_options="-k";; \
629
 
          perf-report) test_options="-k -m=perf";; \
630
 
          full-report) test_options="-k -m=perf -m=slow";; \
631
 
          esac ; \
632
 
          if test -z "$$GTESTER_LOGDIR" ; then  \
633
 
            ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \
634
 
          elif test -n "${TEST_PROGS}" ; then \
635
 
            ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \
636
 
          fi ; \
637
 
        }
638
 
        @ ignore_logdir=true ; \
639
 
          if test -z "$$GTESTER_LOGDIR" ; then \
640
 
            GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \
641
 
            ignore_logdir=false ; \
642
 
          fi ; \
643
 
          for subdir in $(SUBDIRS) . ; do \
644
 
            test "$$subdir" = "." -o "$$subdir" = "po" || \
645
 
            ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
646
 
          done ; \
647
 
          $$ignore_logdir || { \
648
 
            echo '<?xml version="1.0"?>'            > $@.xml ; \
649
 
            echo '<report-collection>'             >> $@.xml ; \
650
 
            echo '<info>'                          >> $@.xml ; \
651
 
            echo '  <package>$(PACKAGE)</package>' >> $@.xml ; \
652
 
            echo '  <version>$(VERSION)</version>' >> $@.xml ; \
653
 
            echo '</info>'                         >> $@.xml ; \
654
 
            for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
655
 
              sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
656
 
            done ; \
657
 
            echo >> $@.xml ; \
658
 
            echo '</report-collection>' >> $@.xml ; \
659
 
            rm -rf "$$GTESTER_LOGDIR"/ ; \
660
 
            ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \
661
 
          }
662
 
.PHONY: test test-report perf-report full-report test-nonrecursive
663
 
 
664
 
.PHONY: lcov genlcov lcov-clean
665
 
# use recursive makes in order to ignore errors during check
666
 
lcov:
667
 
        -$(MAKE) $(AM_MAKEFLAGS) -k check
668
 
        $(MAKE) $(AM_MAKEFLAGS) genlcov
669
 
 
670
 
# we have to massage the lcov.info file slightly to hide the effect of libtool
671
 
# placing the objects files in the .libs/ directory separate from the *.c
672
 
# we also have to delete tests/.libs/libmoduletestplugin_*.gcda
673
 
genlcov:
674
 
        rm -f $(top_builddir)/tests/.libs/libmoduletestplugin_*.gcda
675
 
        $(LTP) --directory $(top_builddir) --capture --output-file glib-lcov.info --test-name GLIB_PERF --no-checksum --compat-libtool
676
 
        LANG=C $(LTP_GENHTML) --prefix $(top_builddir) --output-directory glib-lcov --title "GLib Code Coverage" --legend --show-details glib-lcov.info
677
 
 
678
 
lcov-clean:
679
 
        -$(LTP) --directory $(top_builddir) -z
680
 
        -rm -rf glib-lcov.info glib-lcov
681
 
        -find -name '*.gcda' -print | xargs rm
682
 
 
683
 
# run tests in cwd as part of make check
684
 
check-local: test-nonrecursive
685
 
 
686
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
687
 
# Otherwise a system limit (for SysV at least) may be exceeded.
688
 
.NOEXPORT: