~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2013-03-26 21:19:36 UTC
  • Revision ID: package-import@ubuntu.com-20130326211936-tu8mpy82juohw8m2
Tags: upstream-3.8.0
ImportĀ upstreamĀ versionĀ 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.12.2 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2012 Free Software Foundation, Inc.
 
5
 
 
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
VPATH = @srcdir@
 
17
am__make_dryrun = \
 
18
  { \
 
19
    am__dry=no; \
 
20
    case $$MAKEFLAGS in \
 
21
      *\\[\ \   ]*) \
 
22
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
23
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
24
      *) \
 
25
        for am__flg in $$MAKEFLAGS; do \
 
26
          case $$am__flg in \
 
27
            *=*|--*) ;; \
 
28
            *n*) am__dry=yes; break;; \
 
29
          esac; \
 
30
        done;; \
 
31
    esac; \
 
32
    test $$am__dry = yes; \
 
33
  }
 
34
pkgdatadir = $(datadir)/@PACKAGE@
 
35
pkgincludedir = $(includedir)/@PACKAGE@
 
36
pkglibdir = $(libdir)/@PACKAGE@
 
37
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
38
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
39
install_sh_DATA = $(install_sh) -c -m 644
 
40
install_sh_PROGRAM = $(install_sh) -c
 
41
install_sh_SCRIPT = $(install_sh) -c
 
42
INSTALL_HEADER = $(INSTALL_DATA)
 
43
transform = $(program_transform_name)
 
44
NORMAL_INSTALL = :
 
45
PRE_INSTALL = :
 
46
POST_INSTALL = :
 
47
NORMAL_UNINSTALL = :
 
48
PRE_UNINSTALL = :
 
49
POST_UNINSTALL = :
 
50
build_triplet = @build@
 
51
host_triplet = @host@
 
52
subdir = help
 
53
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
54
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
55
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
56
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
57
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
58
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
59
        $(top_srcdir)/configure.ac
 
60
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
61
        $(ACLOCAL_M4)
 
62
mkinstalldirs = $(install_sh) -d
 
63
CONFIG_HEADER = $(top_builddir)/config.h
 
64
CONFIG_CLEAN_FILES =
 
65
CONFIG_CLEAN_VPATH_FILES =
 
66
AM_V_P = $(am__v_P_@AM_V@)
 
67
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
68
am__v_P_0 = false
 
69
am__v_P_1 = :
 
70
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
71
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
72
am__v_GEN_0 = @echo "  GEN     " $@;
 
73
am__v_GEN_1 = 
 
74
AM_V_at = $(am__v_at_@AM_V@)
 
75
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
76
am__v_at_0 = @
 
77
am__v_at_1 = 
 
78
SOURCES =
 
79
DIST_SOURCES =
 
80
am__can_run_installinfo = \
 
81
  case $$AM_UPDATE_INFO_DIR in \
 
82
    n|no|NO) false;; \
 
83
    *) (install-info --version) >/dev/null 2>&1;; \
 
84
  esac
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
ACLOCAL = @ACLOCAL@
 
87
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
88
ALL_LINGUAS = @ALL_LINGUAS@
 
89
AMTAR = @AMTAR@
 
90
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
91
AR = @AR@
 
92
AUTOCONF = @AUTOCONF@
 
93
AUTOHEADER = @AUTOHEADER@
 
94
AUTOMAKE = @AUTOMAKE@
 
95
AWK = @AWK@
 
96
BIJIBEN_CFLAGS = @BIJIBEN_CFLAGS@
 
97
BIJIBEN_LIBS = @BIJIBEN_LIBS@
 
98
CATALOGS = @CATALOGS@
 
99
CATOBJEXT = @CATOBJEXT@
 
100
CC = @CC@
 
101
CCDEPMODE = @CCDEPMODE@
 
102
CFLAGS = @CFLAGS@
 
103
CPP = @CPP@
 
104
CPPFLAGS = @CPPFLAGS@
 
105
CYGPATH_W = @CYGPATH_W@
 
106
DATADIRNAME = @DATADIRNAME@
 
107
DEFS = @DEFS@
 
108
DEPDIR = @DEPDIR@
 
109
DLLTOOL = @DLLTOOL@
 
110
DSYMUTIL = @DSYMUTIL@
 
111
DUMPBIN = @DUMPBIN@
 
112
ECHO_C = @ECHO_C@
 
113
ECHO_N = @ECHO_N@
 
114
ECHO_T = @ECHO_T@
 
115
EGREP = @EGREP@
 
116
EXEEXT = @EXEEXT@
 
117
FGREP = @FGREP@
 
118
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
119
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
120
GMOFILES = @GMOFILES@
 
121
GMSGFMT = @GMSGFMT@
 
122
GREP = @GREP@
 
123
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
124
HELP_DIR = @HELP_DIR@
 
125
INSTALL = @INSTALL@
 
126
INSTALL_DATA = @INSTALL_DATA@
 
127
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
128
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
129
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
130
INSTOBJEXT = @INSTOBJEXT@
 
131
INTLLIBS = @INTLLIBS@
 
132
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
133
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
134
INTLTOOL_PERL = @INTLTOOL_PERL@
 
135
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
136
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
137
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
138
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
139
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
140
ITSTOOL = @ITSTOOL@
 
141
LD = @LD@
 
142
LDFLAGS = @LDFLAGS@
 
143
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
144
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
145
LIBGD_LIBS = @LIBGD_LIBS@
 
146
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
147
LIBGD_SOURCES = @LIBGD_SOURCES@
 
148
LIBM = @LIBM@
 
149
LIBOBJS = @LIBOBJS@
 
150
LIBS = @LIBS@
 
151
LIBTOOL = @LIBTOOL@
 
152
LIPO = @LIPO@
 
153
LN_S = @LN_S@
 
154
LTLIBOBJS = @LTLIBOBJS@
 
155
MAINT = @MAINT@
 
156
MAKEINFO = @MAKEINFO@
 
157
MANIFEST_TOOL = @MANIFEST_TOOL@
 
158
MKDIR_P = @MKDIR_P@
 
159
MKINSTALLDIRS = @MKINSTALLDIRS@
 
160
MSGFMT = @MSGFMT@
 
161
MSGFMT_OPTS = @MSGFMT_OPTS@
 
162
MSGMERGE = @MSGMERGE@
 
163
NM = @NM@
 
164
NMEDIT = @NMEDIT@
 
165
OBJDUMP = @OBJDUMP@
 
166
OBJEXT = @OBJEXT@
 
167
OTOOL = @OTOOL@
 
168
OTOOL64 = @OTOOL64@
 
169
PACKAGE = @PACKAGE@
 
170
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
171
PACKAGE_NAME = @PACKAGE_NAME@
 
172
PACKAGE_STRING = @PACKAGE_STRING@
 
173
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
174
PACKAGE_URL = @PACKAGE_URL@
 
175
PACKAGE_VERSION = @PACKAGE_VERSION@
 
176
PATH_SEPARATOR = @PATH_SEPARATOR@
 
177
PKG_CONFIG = @PKG_CONFIG@
 
178
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
179
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
180
POFILES = @POFILES@
 
181
POSUB = @POSUB@
 
182
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
183
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
184
RANLIB = @RANLIB@
 
185
SED = @SED@
 
186
SET_MAKE = @SET_MAKE@
 
187
SHELL = @SHELL@
 
188
STRIP = @STRIP@
 
189
USE_NLS = @USE_NLS@
 
190
VERSION = @VERSION@
 
191
XGETTEXT = @XGETTEXT@
 
192
XMLLINT = @XMLLINT@
 
193
abs_builddir = @abs_builddir@
 
194
abs_srcdir = @abs_srcdir@
 
195
abs_top_builddir = @abs_top_builddir@
 
196
abs_top_srcdir = @abs_top_srcdir@
 
197
ac_ct_AR = @ac_ct_AR@
 
198
ac_ct_CC = @ac_ct_CC@
 
199
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
200
am__include = @am__include@
 
201
am__leading_dot = @am__leading_dot@
 
202
am__quote = @am__quote@
 
203
am__tar = @am__tar@
 
204
am__untar = @am__untar@
 
205
bindir = @bindir@
 
206
build = @build@
 
207
build_alias = @build_alias@
 
208
build_cpu = @build_cpu@
 
209
build_os = @build_os@
 
210
build_vendor = @build_vendor@
 
211
builddir = @builddir@
 
212
datadir = @datadir@
 
213
datarootdir = @datarootdir@
 
214
docdir = @docdir@
 
215
dvidir = @dvidir@
 
216
exec_prefix = @exec_prefix@
 
217
gsettingsschemadir = @gsettingsschemadir@
 
218
host = @host@
 
219
host_alias = @host_alias@
 
220
host_cpu = @host_cpu@
 
221
host_os = @host_os@
 
222
host_vendor = @host_vendor@
 
223
htmldir = @htmldir@
 
224
includedir = @includedir@
 
225
infodir = @infodir@
 
226
install_sh = @install_sh@
 
227
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
228
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
229
libdir = @libdir@
 
230
libexecdir = @libexecdir@
 
231
localedir = @localedir@
 
232
localstatedir = @localstatedir@
 
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
HELP_ID = bijiben
 
249
HELP_LINGUAS = 
 
250
HELP_FILES = \
 
251
        bjb-colours.page \
 
252
        bjb-create.page \
 
253
        bjb-delete.page \
 
254
        bjb-editor.page \
 
255
        bjb-find.page \
 
256
        bjb-share.page \
 
257
        bjb-tags.page \
 
258
        index.page
 
259
 
 
260
HELP_MEDIA = \
 
261
        figures/bijiben-note.png
 
262
 
 
263
all: all-am
 
264
 
 
265
.SUFFIXES:
 
266
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
267
        @for dep in $?; do \
 
268
          case '$(am__configure_deps)' in \
 
269
            *$$dep*) \
 
270
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
271
                && { if test -f $@; then exit 0; else break; fi; }; \
 
272
              exit 1;; \
 
273
          esac; \
 
274
        done; \
 
275
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu help/Makefile'; \
 
276
        $(am__cd) $(top_srcdir) && \
 
277
          $(AUTOMAKE) --gnu help/Makefile
 
278
.PRECIOUS: Makefile
 
279
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
280
        @case '$?' in \
 
281
          *config.status*) \
 
282
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
283
          *) \
 
284
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
285
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
286
        esac;
 
287
 
 
288
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
289
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
290
 
 
291
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
292
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
293
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
294
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
295
$(am__aclocal_m4_deps):
 
296
 
 
297
mostlyclean-libtool:
 
298
        -rm -f *.lo
 
299
 
 
300
clean-libtool:
 
301
        -rm -rf .libs _libs
 
302
tags: TAGS
 
303
TAGS:
 
304
 
 
305
ctags: CTAGS
 
306
CTAGS:
 
307
 
 
308
cscope cscopelist:
 
309
 
 
310
 
 
311
distdir: $(DISTFILES)
 
312
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
313
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
314
        list='$(DISTFILES)'; \
 
315
          dist_files=`for file in $$list; do echo $$file; done | \
 
316
          sed -e "s|^$$srcdirstrip/||;t" \
 
317
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
318
        case $$dist_files in \
 
319
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
320
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
321
                           sort -u` ;; \
 
322
        esac; \
 
323
        for file in $$dist_files; do \
 
324
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
325
          if test -d $$d/$$file; then \
 
326
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
327
            if test -d "$(distdir)/$$file"; then \
 
328
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
329
            fi; \
 
330
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
331
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
332
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
333
            fi; \
 
334
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
335
          else \
 
336
            test -f "$(distdir)/$$file" \
 
337
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
338
            || exit 1; \
 
339
          fi; \
 
340
        done
 
341
check-am: all-am
 
342
check: check-am
 
343
all-am: Makefile
 
344
installdirs:
 
345
install: install-am
 
346
install-exec: install-exec-am
 
347
install-data: install-data-am
 
348
uninstall: uninstall-am
 
349
 
 
350
install-am: all-am
 
351
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
352
 
 
353
installcheck: installcheck-am
 
354
install-strip:
 
355
        if test -z '$(STRIP)'; then \
 
356
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
357
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
358
              install; \
 
359
        else \
 
360
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
361
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
362
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
363
        fi
 
364
mostlyclean-generic:
 
365
 
 
366
clean-generic:
 
367
 
 
368
distclean-generic:
 
369
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
370
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
371
 
 
372
maintainer-clean-generic:
 
373
        @echo "This command is intended for maintainers to use"
 
374
        @echo "it deletes files that may require special tools to rebuild."
 
375
clean: clean-am
 
376
 
 
377
clean-am: clean-generic clean-libtool mostlyclean-am
 
378
 
 
379
distclean: distclean-am
 
380
        -rm -f Makefile
 
381
distclean-am: clean-am distclean-generic
 
382
 
 
383
dvi: dvi-am
 
384
 
 
385
dvi-am:
 
386
 
 
387
html: html-am
 
388
 
 
389
html-am:
 
390
 
 
391
info: info-am
 
392
 
 
393
info-am:
 
394
 
 
395
install-data-am:
 
396
 
 
397
install-dvi: install-dvi-am
 
398
 
 
399
install-dvi-am:
 
400
 
 
401
install-exec-am:
 
402
 
 
403
install-html: install-html-am
 
404
 
 
405
install-html-am:
 
406
 
 
407
install-info: install-info-am
 
408
 
 
409
install-info-am:
 
410
 
 
411
install-man:
 
412
 
 
413
install-pdf: install-pdf-am
 
414
 
 
415
install-pdf-am:
 
416
 
 
417
install-ps: install-ps-am
 
418
 
 
419
install-ps-am:
 
420
 
 
421
installcheck-am:
 
422
 
 
423
maintainer-clean: maintainer-clean-am
 
424
        -rm -f Makefile
 
425
maintainer-clean-am: distclean-am maintainer-clean-generic
 
426
 
 
427
mostlyclean: mostlyclean-am
 
428
 
 
429
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
430
 
 
431
pdf: pdf-am
 
432
 
 
433
pdf-am:
 
434
 
 
435
ps: ps-am
 
436
 
 
437
ps-am:
 
438
 
 
439
uninstall-am:
 
440
 
 
441
.MAKE: install-am install-strip
 
442
 
 
443
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
444
        distclean distclean-generic distclean-libtool distdir dvi \
 
445
        dvi-am html html-am info info-am install install-am \
 
446
        install-data install-data-am install-dvi install-dvi-am \
 
447
        install-exec install-exec-am install-html install-html-am \
 
448
        install-info install-info-am install-man install-pdf \
 
449
        install-pdf-am install-ps install-ps-am install-strip \
 
450
        installcheck installcheck-am installdirs maintainer-clean \
 
451
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
452
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
453
 
 
454
 
 
455
@YELP_HELP_RULES@
 
456
 
 
457
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
458
# Otherwise a system limit (for SysV at least) may be exceeded.
 
459
.NOEXPORT: