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

« back to all changes in this revision

Viewing changes to src/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
 
 
17
VPATH = @srcdir@
 
18
am__make_dryrun = \
 
19
  { \
 
20
    am__dry=no; \
 
21
    case $$MAKEFLAGS in \
 
22
      *\\[\ \   ]*) \
 
23
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
24
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
25
      *) \
 
26
        for am__flg in $$MAKEFLAGS; do \
 
27
          case $$am__flg in \
 
28
            *=*|--*) ;; \
 
29
            *n*) am__dry=yes; break;; \
 
30
          esac; \
 
31
        done;; \
 
32
    esac; \
 
33
    test $$am__dry = yes; \
 
34
  }
 
35
pkgdatadir = $(datadir)/@PACKAGE@
 
36
pkgincludedir = $(includedir)/@PACKAGE@
 
37
pkglibdir = $(libdir)/@PACKAGE@
 
38
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
39
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
40
install_sh_DATA = $(install_sh) -c -m 644
 
41
install_sh_PROGRAM = $(install_sh) -c
 
42
install_sh_SCRIPT = $(install_sh) -c
 
43
INSTALL_HEADER = $(INSTALL_DATA)
 
44
transform = $(program_transform_name)
 
45
NORMAL_INSTALL = :
 
46
PRE_INSTALL = :
 
47
POST_INSTALL = :
 
48
NORMAL_UNINSTALL = :
 
49
PRE_UNINSTALL = :
 
50
POST_UNINSTALL = :
 
51
build_triplet = @build@
 
52
host_triplet = @host@
 
53
bin_PROGRAMS = bijiben$(EXEEXT)
 
54
libexec_PROGRAMS = bijiben-shell-search-provider$(EXEEXT)
 
55
subdir = src
 
56
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
57
        $(top_srcdir)/depcomp
 
58
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
59
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
 
60
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
61
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
62
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
63
        $(top_srcdir)/configure.ac
 
64
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
65
        $(ACLOCAL_M4)
 
66
mkinstalldirs = $(install_sh) -d
 
67
CONFIG_HEADER = $(top_builddir)/config.h
 
68
CONFIG_CLEAN_FILES =
 
69
CONFIG_CLEAN_VPATH_FILES =
 
70
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"
 
71
PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS)
 
72
am__objects_1 = bjb-resources.$(OBJEXT)
 
73
am_bijiben_OBJECTS = $(am__objects_1) bjb-app-menu.$(OBJEXT) \
 
74
        bjb-bijiben.$(OBJEXT) bjb-color-button.$(OBJEXT) \
 
75
        bjb-controller.$(OBJEXT) bjb-debug.$(OBJEXT) \
 
76
        bjb-editor-toolbar.$(OBJEXT) bjb-main.$(OBJEXT) \
 
77
        bjb-main-toolbar.$(OBJEXT) bjb-main-view.$(OBJEXT) \
 
78
        bjb-note-tag-dialog.$(OBJEXT) bjb-note-view.$(OBJEXT) \
 
79
        bjb-rename-note.$(OBJEXT) bjb-search-toolbar.$(OBJEXT) \
 
80
        bjb-selection-toolbar.$(OBJEXT) bjb-settings.$(OBJEXT) \
 
81
        bjb-share.$(OBJEXT) bjb-window-base.$(OBJEXT) \
 
82
        bjb-icons-colors.$(OBJEXT)
 
83
bijiben_OBJECTS = $(am_bijiben_OBJECTS)
 
84
bijiben_LDADD = $(LDADD)
 
85
am__DEPENDENCIES_1 =
 
86
bijiben_DEPENDENCIES = libbiji/libbiji.la \
 
87
        $(top_builddir)/libgd/libgd.la $(am__DEPENDENCIES_1)
 
88
AM_V_lt = $(am__v_lt_@AM_V@)
 
89
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
90
am__v_lt_0 = --silent
 
91
am__v_lt_1 = 
 
92
bijiben_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
93
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
94
        $(bijiben_LDFLAGS) $(LDFLAGS) -o $@
 
95
am_bijiben_shell_search_provider_OBJECTS =  \
 
96
        bijiben-shell-search-provider.$(OBJEXT)
 
97
am__objects_2 = bijiben-shell-search-provider-generated.$(OBJEXT)
 
98
nodist_bijiben_shell_search_provider_OBJECTS = $(am__objects_2)
 
99
bijiben_shell_search_provider_OBJECTS =  \
 
100
        $(am_bijiben_shell_search_provider_OBJECTS) \
 
101
        $(nodist_bijiben_shell_search_provider_OBJECTS)
 
102
bijiben_shell_search_provider_LDADD = $(LDADD)
 
103
bijiben_shell_search_provider_DEPENDENCIES = libbiji/libbiji.la \
 
104
        $(top_builddir)/libgd/libgd.la $(am__DEPENDENCIES_1)
 
105
AM_V_P = $(am__v_P_@AM_V@)
 
106
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
107
am__v_P_0 = false
 
108
am__v_P_1 = :
 
109
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
110
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
111
am__v_GEN_0 = @echo "  GEN     " $@;
 
112
am__v_GEN_1 = 
 
113
AM_V_at = $(am__v_at_@AM_V@)
 
114
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
115
am__v_at_0 = @
 
116
am__v_at_1 = 
 
117
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
118
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
119
am__depfiles_maybe = depfiles
 
120
am__mv = mv -f
 
121
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
122
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
123
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
124
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
125
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
126
        $(AM_CFLAGS) $(CFLAGS)
 
127
AM_V_CC = $(am__v_CC_@AM_V@)
 
128
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
129
am__v_CC_0 = @echo "  CC      " $@;
 
130
am__v_CC_1 = 
 
131
CCLD = $(CC)
 
132
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
133
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
134
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
135
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
136
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
137
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
138
am__v_CCLD_1 = 
 
139
SOURCES = $(bijiben_SOURCES) $(bijiben_shell_search_provider_SOURCES) \
 
140
        $(nodist_bijiben_shell_search_provider_SOURCES)
 
141
DIST_SOURCES = $(bijiben_SOURCES) \
 
142
        $(bijiben_shell_search_provider_SOURCES)
 
143
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
144
        html-recursive info-recursive install-data-recursive \
 
145
        install-dvi-recursive install-exec-recursive \
 
146
        install-html-recursive install-info-recursive \
 
147
        install-pdf-recursive install-ps-recursive install-recursive \
 
148
        installcheck-recursive installdirs-recursive pdf-recursive \
 
149
        ps-recursive uninstall-recursive
 
150
am__can_run_installinfo = \
 
151
  case $$AM_UPDATE_INFO_DIR in \
 
152
    n|no|NO) false;; \
 
153
    *) (install-info --version) >/dev/null 2>&1;; \
 
154
  esac
 
155
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
156
  distclean-recursive maintainer-clean-recursive
 
157
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
158
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
159
        distdir
 
160
ETAGS = etags
 
161
CTAGS = ctags
 
162
DIST_SUBDIRS = $(SUBDIRS)
 
163
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
164
am__relativize = \
 
165
  dir0=`pwd`; \
 
166
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
167
  sed_rest='s,^[^/]*/*,,'; \
 
168
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
169
  sed_butlast='s,/*[^/]*$$,,'; \
 
170
  while test -n "$$dir1"; do \
 
171
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
172
    if test "$$first" != "."; then \
 
173
      if test "$$first" = ".."; then \
 
174
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
175
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
176
      else \
 
177
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
178
        if test "$$first2" = "$$first"; then \
 
179
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
180
        else \
 
181
          dir2="../$$dir2"; \
 
182
        fi; \
 
183
        dir0="$$dir0"/"$$first"; \
 
184
      fi; \
 
185
    fi; \
 
186
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
187
  done; \
 
188
  reldir="$$dir2"
 
189
ACLOCAL = @ACLOCAL@
 
190
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
 
191
ALL_LINGUAS = @ALL_LINGUAS@
 
192
AMTAR = @AMTAR@
 
193
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
194
AR = @AR@
 
195
AUTOCONF = @AUTOCONF@
 
196
AUTOHEADER = @AUTOHEADER@
 
197
AUTOMAKE = @AUTOMAKE@
 
198
AWK = @AWK@
 
199
BIJIBEN_CFLAGS = @BIJIBEN_CFLAGS@
 
200
BIJIBEN_LIBS = @BIJIBEN_LIBS@
 
201
CATALOGS = @CATALOGS@
 
202
CATOBJEXT = @CATOBJEXT@
 
203
CC = @CC@
 
204
CCDEPMODE = @CCDEPMODE@
 
205
CFLAGS = @CFLAGS@
 
206
CPP = @CPP@
 
207
CPPFLAGS = @CPPFLAGS@
 
208
CYGPATH_W = @CYGPATH_W@
 
209
DATADIRNAME = @DATADIRNAME@
 
210
DEFS = @DEFS@
 
211
DEPDIR = @DEPDIR@
 
212
DLLTOOL = @DLLTOOL@
 
213
DSYMUTIL = @DSYMUTIL@
 
214
DUMPBIN = @DUMPBIN@
 
215
ECHO_C = @ECHO_C@
 
216
ECHO_N = @ECHO_N@
 
217
ECHO_T = @ECHO_T@
 
218
EGREP = @EGREP@
 
219
EXEEXT = @EXEEXT@
 
220
FGREP = @FGREP@
 
221
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
222
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
 
223
GMOFILES = @GMOFILES@
 
224
GMSGFMT = @GMSGFMT@
 
225
GREP = @GREP@
 
226
GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
 
227
HELP_DIR = @HELP_DIR@
 
228
INSTALL = @INSTALL@
 
229
INSTALL_DATA = @INSTALL_DATA@
 
230
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
231
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
232
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
233
INSTOBJEXT = @INSTOBJEXT@
 
234
INTLLIBS = @INTLLIBS@
 
235
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
236
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
237
INTLTOOL_PERL = @INTLTOOL_PERL@
 
238
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
239
INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
 
240
INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
 
241
INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
 
242
INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
 
243
ITSTOOL = @ITSTOOL@
 
244
LD = @LD@
 
245
LDFLAGS = @LDFLAGS@
 
246
LIBGD_CFLAGS = @LIBGD_CFLAGS@
 
247
LIBGD_GIR_INCLUDES = @LIBGD_GIR_INCLUDES@
 
248
LIBGD_LIBS = @LIBGD_LIBS@
 
249
LIBGD_MODULE_DIR = @LIBGD_MODULE_DIR@
 
250
LIBGD_SOURCES = @LIBGD_SOURCES@
 
251
LIBM = @LIBM@
 
252
LIBOBJS = @LIBOBJS@
 
253
LIBS = @LIBS@
 
254
LIBTOOL = @LIBTOOL@
 
255
LIPO = @LIPO@
 
256
LN_S = @LN_S@
 
257
LTLIBOBJS = @LTLIBOBJS@
 
258
MAINT = @MAINT@
 
259
MAKEINFO = @MAKEINFO@
 
260
MANIFEST_TOOL = @MANIFEST_TOOL@
 
261
MKDIR_P = @MKDIR_P@
 
262
MKINSTALLDIRS = @MKINSTALLDIRS@
 
263
MSGFMT = @MSGFMT@
 
264
MSGFMT_OPTS = @MSGFMT_OPTS@
 
265
MSGMERGE = @MSGMERGE@
 
266
NM = @NM@
 
267
NMEDIT = @NMEDIT@
 
268
OBJDUMP = @OBJDUMP@
 
269
OBJEXT = @OBJEXT@
 
270
OTOOL = @OTOOL@
 
271
OTOOL64 = @OTOOL64@
 
272
PACKAGE = @PACKAGE@
 
273
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
274
PACKAGE_NAME = @PACKAGE_NAME@
 
275
PACKAGE_STRING = @PACKAGE_STRING@
 
276
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
277
PACKAGE_URL = @PACKAGE_URL@
 
278
PACKAGE_VERSION = @PACKAGE_VERSION@
 
279
PATH_SEPARATOR = @PATH_SEPARATOR@
 
280
PKG_CONFIG = @PKG_CONFIG@
 
281
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
282
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
283
POFILES = @POFILES@
 
284
POSUB = @POSUB@
 
285
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
286
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
287
RANLIB = @RANLIB@
 
288
SED = @SED@
 
289
SET_MAKE = @SET_MAKE@
 
290
SHELL = @SHELL@
 
291
STRIP = @STRIP@
 
292
USE_NLS = @USE_NLS@
 
293
VERSION = @VERSION@
 
294
XGETTEXT = @XGETTEXT@
 
295
XMLLINT = @XMLLINT@
 
296
abs_builddir = @abs_builddir@
 
297
abs_srcdir = @abs_srcdir@
 
298
abs_top_builddir = @abs_top_builddir@
 
299
abs_top_srcdir = @abs_top_srcdir@
 
300
ac_ct_AR = @ac_ct_AR@
 
301
ac_ct_CC = @ac_ct_CC@
 
302
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
303
am__include = @am__include@
 
304
am__leading_dot = @am__leading_dot@
 
305
am__quote = @am__quote@
 
306
am__tar = @am__tar@
 
307
am__untar = @am__untar@
 
308
bindir = @bindir@
 
309
build = @build@
 
310
build_alias = @build_alias@
 
311
build_cpu = @build_cpu@
 
312
build_os = @build_os@
 
313
build_vendor = @build_vendor@
 
314
builddir = @builddir@
 
315
datadir = @datadir@
 
316
datarootdir = @datarootdir@
 
317
docdir = @docdir@
 
318
dvidir = @dvidir@
 
319
exec_prefix = @exec_prefix@
 
320
gsettingsschemadir = @gsettingsschemadir@
 
321
host = @host@
 
322
host_alias = @host_alias@
 
323
host_cpu = @host_cpu@
 
324
host_os = @host_os@
 
325
host_vendor = @host_vendor@
 
326
htmldir = @htmldir@
 
327
includedir = @includedir@
 
328
infodir = @infodir@
 
329
install_sh = @install_sh@
 
330
intltool__v_merge_options_ = @intltool__v_merge_options_@
 
331
intltool__v_merge_options_0 = @intltool__v_merge_options_0@
 
332
libdir = @libdir@
 
333
libexecdir = @libexecdir@
 
334
localedir = @localedir@
 
335
localstatedir = @localstatedir@
 
336
mandir = @mandir@
 
337
mkdir_p = @mkdir_p@
 
338
oldincludedir = @oldincludedir@
 
339
pdfdir = @pdfdir@
 
340
prefix = @prefix@
 
341
program_transform_name = @program_transform_name@
 
342
psdir = @psdir@
 
343
sbindir = @sbindir@
 
344
sharedstatedir = @sharedstatedir@
 
345
srcdir = @srcdir@
 
346
sysconfdir = @sysconfdir@
 
347
target_alias = @target_alias@
 
348
top_build_prefix = @top_build_prefix@
 
349
top_builddir = @top_builddir@
 
350
top_srcdir = @top_srcdir@
 
351
SUBDIRS = \
 
352
        libbiji
 
353
 
 
354
AM_CPPFLAGS = \
 
355
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 
356
        -DPACKAGE_SRC_DIR=\""$(srcdir)"\" \
 
357
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
 
358
        -I$(top_srcdir)/libgd \
 
359
        $(BIJIBEN_CFLAGS)
 
360
 
 
361
AM_CFLAGS = \
 
362
         -Wall\
 
363
         -g
 
364
 
 
365
INCLUDES = -DDATADIR=\""$(datadir)"\"
 
366
LDADD = libbiji/libbiji.la \
 
367
        -lm \
 
368
        $(top_builddir)/libgd/libgd.la \
 
369
        $(BIJIBEN_LIBS)
 
370
 
 
371
bijiben_LDFLAGS = \
 
372
        -Wl,--export-dynamic
 
373
 
 
374
resource_files = \
 
375
        resources/app-menu.ui \
 
376
        resources/thumbnail-frame.png
 
377
 
 
378
bijiben_built_sources = \
 
379
        bjb-resources.c \
 
380
        bjb-resources.h
 
381
 
 
382
bijiben_SOURCES = \
 
383
        $(bijiben_built_sources) \
 
384
        bjb-app-menu.c \
 
385
        bjb-app-menu.h \
 
386
        bjb-bijiben.c \
 
387
        bjb-bijiben.h \
 
388
        bjb-color-button.c \
 
389
        bjb-color-button.h \
 
390
        bjb-controller.c \
 
391
        bjb-controller.h \
 
392
        bjb-debug.c \
 
393
        bjb-debug.h \
 
394
        bjb-editor-toolbar.c \
 
395
        bjb-editor-toolbar.h \
 
396
        bjb-main.c \
 
397
        bjb-main-toolbar.c \
 
398
        bjb-main-toolbar.h \
 
399
        bjb-main-view.c \
 
400
        bjb-main-view.h \
 
401
        bjb-note-tag-dialog.c \
 
402
        bjb-note-tag-dialog.h \
 
403
        bjb-note-view.c \
 
404
        bjb-note-view.h \
 
405
        bjb-rename-note.c \
 
406
        bjb-rename-note.h \
 
407
        bjb-search-toolbar.c \
 
408
        bjb-search-toolbar.h \
 
409
        bjb-selection-toolbar.c \
 
410
        bjb-selection-toolbar.h \
 
411
        bjb-settings.c \
 
412
        bjb-settings.h \
 
413
        bjb-share.c \
 
414
        bjb-share.h \
 
415
        bjb-window-base.c \
 
416
        bjb-window-base.h \
 
417
        utils/bjb-icons-colors.c \
 
418
        utils/bjb-icons-colors.h
 
419
 
 
420
dbus_shell_search_provider_built_sources = \
 
421
        bijiben-shell-search-provider-generated.c       \
 
422
        bijiben-shell-search-provider-generated.h
 
423
 
 
424
bijiben_shell_search_provider_SOURCES = \
 
425
        bijiben-shell-search-provider.c         \
 
426
        $(NULL)
 
427
 
 
428
nodist_bijiben_shell_search_provider_SOURCES = \
 
429
        $(dbus_shell_search_provider_built_sources)     \
 
430
        $(NULL)
 
431
 
 
432
BUILT_SOURCES = \
 
433
        $(bijiben_built_sources) \
 
434
        $(dbus_shell_search_provider_built_sources)     \
 
435
        $(NULL)
 
436
 
 
437
EXTRA_DIST = \
 
438
        bjb.gresource.xml \
 
439
        resources/app-menu.ui \
 
440
        resources/thumbnail-frame.png \
 
441
        $(NULL)
 
442
 
 
443
CLEANFILES = \
 
444
        $(BUILT_SOURCES)        \
 
445
        $(NULL)
 
446
 
 
447
all: $(BUILT_SOURCES)
 
448
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
449
 
 
450
.SUFFIXES:
 
451
.SUFFIXES: .c .lo .o .obj
 
452
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
453
        @for dep in $?; do \
 
454
          case '$(am__configure_deps)' in \
 
455
            *$$dep*) \
 
456
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
457
                && { if test -f $@; then exit 0; else break; fi; }; \
 
458
              exit 1;; \
 
459
          esac; \
 
460
        done; \
 
461
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
462
        $(am__cd) $(top_srcdir) && \
 
463
          $(AUTOMAKE) --gnu src/Makefile
 
464
.PRECIOUS: Makefile
 
465
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
466
        @case '$?' in \
 
467
          *config.status*) \
 
468
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
469
          *) \
 
470
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
471
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
472
        esac;
 
473
 
 
474
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
475
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
476
 
 
477
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
478
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
479
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
480
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
481
$(am__aclocal_m4_deps):
 
482
install-binPROGRAMS: $(bin_PROGRAMS)
 
483
        @$(NORMAL_INSTALL)
 
484
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
485
        if test -n "$$list"; then \
 
486
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
487
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
488
        fi; \
 
489
        for p in $$list; do echo "$$p $$p"; done | \
 
490
        sed 's/$(EXEEXT)$$//' | \
 
491
        while read p p1; do if test -f $$p || test -f $$p1; \
 
492
          then echo "$$p"; echo "$$p"; else :; fi; \
 
493
        done | \
 
494
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
495
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
496
        sed 'N;N;N;s,\n, ,g' | \
 
497
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
498
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
499
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
500
            else { print "f", $$3 "/" $$4, $$1; } } \
 
501
          END { for (d in files) print "f", d, files[d] }' | \
 
502
        while read type dir files; do \
 
503
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
504
            test -z "$$files" || { \
 
505
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
506
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
507
            } \
 
508
        ; done
 
509
 
 
510
uninstall-binPROGRAMS:
 
511
        @$(NORMAL_UNINSTALL)
 
512
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
513
        files=`for p in $$list; do echo "$$p"; done | \
 
514
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
515
              -e 's/$$/$(EXEEXT)/' `; \
 
516
        test -n "$$list" || exit 0; \
 
517
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
518
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
519
 
 
520
clean-binPROGRAMS:
 
521
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
522
        echo " rm -f" $$list; \
 
523
        rm -f $$list || exit $$?; \
 
524
        test -n "$(EXEEXT)" || exit 0; \
 
525
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
526
        echo " rm -f" $$list; \
 
527
        rm -f $$list
 
528
install-libexecPROGRAMS: $(libexec_PROGRAMS)
 
529
        @$(NORMAL_INSTALL)
 
530
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
531
        if test -n "$$list"; then \
 
532
          echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
 
533
          $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
 
534
        fi; \
 
535
        for p in $$list; do echo "$$p $$p"; done | \
 
536
        sed 's/$(EXEEXT)$$//' | \
 
537
        while read p p1; do if test -f $$p || test -f $$p1; \
 
538
          then echo "$$p"; echo "$$p"; else :; fi; \
 
539
        done | \
 
540
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
541
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
542
        sed 'N;N;N;s,\n, ,g' | \
 
543
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
544
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
545
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
546
            else { print "f", $$3 "/" $$4, $$1; } } \
 
547
          END { for (d in files) print "f", d, files[d] }' | \
 
548
        while read type dir files; do \
 
549
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
550
            test -z "$$files" || { \
 
551
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
 
552
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
 
553
            } \
 
554
        ; done
 
555
 
 
556
uninstall-libexecPROGRAMS:
 
557
        @$(NORMAL_UNINSTALL)
 
558
        @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
 
559
        files=`for p in $$list; do echo "$$p"; done | \
 
560
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
561
              -e 's/$$/$(EXEEXT)/' `; \
 
562
        test -n "$$list" || exit 0; \
 
563
        echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
 
564
        cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
 
565
 
 
566
clean-libexecPROGRAMS:
 
567
        @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
 
568
        echo " rm -f" $$list; \
 
569
        rm -f $$list || exit $$?; \
 
570
        test -n "$(EXEEXT)" || exit 0; \
 
571
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
572
        echo " rm -f" $$list; \
 
573
        rm -f $$list
 
574
bijiben$(EXEEXT): $(bijiben_OBJECTS) $(bijiben_DEPENDENCIES) $(EXTRA_bijiben_DEPENDENCIES) 
 
575
        @rm -f bijiben$(EXEEXT)
 
576
        $(AM_V_CCLD)$(bijiben_LINK) $(bijiben_OBJECTS) $(bijiben_LDADD) $(LIBS)
 
577
bijiben-shell-search-provider$(EXEEXT): $(bijiben_shell_search_provider_OBJECTS) $(bijiben_shell_search_provider_DEPENDENCIES) $(EXTRA_bijiben_shell_search_provider_DEPENDENCIES) 
 
578
        @rm -f bijiben-shell-search-provider$(EXEEXT)
 
579
        $(AM_V_CCLD)$(LINK) $(bijiben_shell_search_provider_OBJECTS) $(bijiben_shell_search_provider_LDADD) $(LIBS)
 
580
 
 
581
mostlyclean-compile:
 
582
        -rm -f *.$(OBJEXT)
 
583
 
 
584
distclean-compile:
 
585
        -rm -f *.tab.c
 
586
 
 
587
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bijiben-shell-search-provider-generated.Po@am__quote@
 
588
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bijiben-shell-search-provider.Po@am__quote@
 
589
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-app-menu.Po@am__quote@
 
590
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-bijiben.Po@am__quote@
 
591
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-color-button.Po@am__quote@
 
592
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-controller.Po@am__quote@
 
593
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-debug.Po@am__quote@
 
594
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-editor-toolbar.Po@am__quote@
 
595
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-icons-colors.Po@am__quote@
 
596
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-main-toolbar.Po@am__quote@
 
597
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-main-view.Po@am__quote@
 
598
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-main.Po@am__quote@
 
599
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-note-tag-dialog.Po@am__quote@
 
600
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-note-view.Po@am__quote@
 
601
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-rename-note.Po@am__quote@
 
602
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-resources.Po@am__quote@
 
603
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-search-toolbar.Po@am__quote@
 
604
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-selection-toolbar.Po@am__quote@
 
605
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-settings.Po@am__quote@
 
606
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-share.Po@am__quote@
 
607
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bjb-window-base.Po@am__quote@
 
608
 
 
609
.c.o:
 
610
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
611
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
612
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
613
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
614
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
 
615
 
 
616
.c.obj:
 
617
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
618
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
619
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
620
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
621
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
 
622
 
 
623
.c.lo:
 
624
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
625
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
626
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
627
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
628
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
629
 
 
630
bjb-icons-colors.o: utils/bjb-icons-colors.c
 
631
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bjb-icons-colors.o -MD -MP -MF $(DEPDIR)/bjb-icons-colors.Tpo -c -o bjb-icons-colors.o `test -f 'utils/bjb-icons-colors.c' || echo '$(srcdir)/'`utils/bjb-icons-colors.c
 
632
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bjb-icons-colors.Tpo $(DEPDIR)/bjb-icons-colors.Po
 
633
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils/bjb-icons-colors.c' object='bjb-icons-colors.o' libtool=no @AMDEPBACKSLASH@
 
634
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
635
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bjb-icons-colors.o `test -f 'utils/bjb-icons-colors.c' || echo '$(srcdir)/'`utils/bjb-icons-colors.c
 
636
 
 
637
bjb-icons-colors.obj: utils/bjb-icons-colors.c
 
638
@am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT bjb-icons-colors.obj -MD -MP -MF $(DEPDIR)/bjb-icons-colors.Tpo -c -o bjb-icons-colors.obj `if test -f 'utils/bjb-icons-colors.c'; then $(CYGPATH_W) 'utils/bjb-icons-colors.c'; else $(CYGPATH_W) '$(srcdir)/utils/bjb-icons-colors.c'; fi`
 
639
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/bjb-icons-colors.Tpo $(DEPDIR)/bjb-icons-colors.Po
 
640
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='utils/bjb-icons-colors.c' object='bjb-icons-colors.obj' libtool=no @AMDEPBACKSLASH@
 
641
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
642
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o bjb-icons-colors.obj `if test -f 'utils/bjb-icons-colors.c'; then $(CYGPATH_W) 'utils/bjb-icons-colors.c'; else $(CYGPATH_W) '$(srcdir)/utils/bjb-icons-colors.c'; fi`
 
643
 
 
644
mostlyclean-libtool:
 
645
        -rm -f *.lo
 
646
 
 
647
clean-libtool:
 
648
        -rm -rf .libs _libs
 
649
 
 
650
# This directory's subdirectories are mostly independent; you can cd
 
651
# into them and run 'make' without going through this Makefile.
 
652
# To change the values of 'make' variables: instead of editing Makefiles,
 
653
# (1) if the variable is set in 'config.status', edit 'config.status'
 
654
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
655
# (2) otherwise, pass the desired values on the 'make' command line.
 
656
$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS):
 
657
        @fail= failcom='exit 1'; \
 
658
        for f in x $$MAKEFLAGS; do \
 
659
          case $$f in \
 
660
            *=* | --[!k]*);; \
 
661
            *k*) failcom='fail=yes';; \
 
662
          esac; \
 
663
        done; \
 
664
        dot_seen=no; \
 
665
        target=`echo $@ | sed s/-recursive//`; \
 
666
        case "$@" in \
 
667
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
668
          *) list='$(SUBDIRS)' ;; \
 
669
        esac; \
 
670
        for subdir in $$list; do \
 
671
          echo "Making $$target in $$subdir"; \
 
672
          if test "$$subdir" = "."; then \
 
673
            dot_seen=yes; \
 
674
            local_target="$$target-am"; \
 
675
          else \
 
676
            local_target="$$target"; \
 
677
          fi; \
 
678
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
679
          || eval $$failcom; \
 
680
        done; \
 
681
        if test "$$dot_seen" = "no"; then \
 
682
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
683
        fi; test -z "$$fail"
 
684
tags-recursive:
 
685
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
686
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
687
        done
 
688
ctags-recursive:
 
689
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
690
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
691
        done
 
692
cscopelist-recursive:
 
693
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
694
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \
 
695
        done
 
696
 
 
697
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
698
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
699
        unique=`for i in $$list; do \
 
700
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
701
          done | \
 
702
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
703
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
704
        mkid -fID $$unique
 
705
tags: TAGS
 
706
 
 
707
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
708
                $(TAGS_FILES) $(LISP)
 
709
        set x; \
 
710
        here=`pwd`; \
 
711
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
712
          include_option=--etags-include; \
 
713
          empty_fix=.; \
 
714
        else \
 
715
          include_option=--include; \
 
716
          empty_fix=; \
 
717
        fi; \
 
718
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
719
          if test "$$subdir" = .; then :; else \
 
720
            test ! -f $$subdir/TAGS || \
 
721
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
722
          fi; \
 
723
        done; \
 
724
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
725
        unique=`for i in $$list; do \
 
726
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
727
          done | \
 
728
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
729
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
730
        shift; \
 
731
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
732
          test -n "$$unique" || unique=$$empty_fix; \
 
733
          if test $$# -gt 0; then \
 
734
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
735
              "$$@" $$unique; \
 
736
          else \
 
737
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
738
              $$unique; \
 
739
          fi; \
 
740
        fi
 
741
ctags: CTAGS
 
742
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
743
                $(TAGS_FILES) $(LISP)
 
744
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
745
        unique=`for i in $$list; do \
 
746
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
747
          done | \
 
748
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
749
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
750
        test -z "$(CTAGS_ARGS)$$unique" \
 
751
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
752
             $$unique
 
753
 
 
754
GTAGS:
 
755
        here=`$(am__cd) $(top_builddir) && pwd` \
 
756
          && $(am__cd) $(top_srcdir) \
 
757
          && gtags -i $(GTAGS_ARGS) "$$here"
 
758
 
 
759
cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP)
 
760
        list='$(SOURCES) $(HEADERS) $(LISP)'; \
 
761
        case "$(srcdir)" in \
 
762
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
763
          *) sdir=$(subdir)/$(srcdir) ;; \
 
764
        esac; \
 
765
        for i in $$list; do \
 
766
          if test -f "$$i"; then \
 
767
            echo "$(subdir)/$$i"; \
 
768
          else \
 
769
            echo "$$sdir/$$i"; \
 
770
          fi; \
 
771
        done >> $(top_builddir)/cscope.files
 
772
 
 
773
distclean-tags:
 
774
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
775
 
 
776
distdir: $(DISTFILES)
 
777
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
778
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
779
        list='$(DISTFILES)'; \
 
780
          dist_files=`for file in $$list; do echo $$file; done | \
 
781
          sed -e "s|^$$srcdirstrip/||;t" \
 
782
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
783
        case $$dist_files in \
 
784
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
785
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
786
                           sort -u` ;; \
 
787
        esac; \
 
788
        for file in $$dist_files; do \
 
789
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
790
          if test -d $$d/$$file; then \
 
791
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
792
            if test -d "$(distdir)/$$file"; then \
 
793
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
794
            fi; \
 
795
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
796
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
797
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
798
            fi; \
 
799
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
800
          else \
 
801
            test -f "$(distdir)/$$file" \
 
802
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
803
            || exit 1; \
 
804
          fi; \
 
805
        done
 
806
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
807
          if test "$$subdir" = .; then :; else \
 
808
            $(am__make_dryrun) \
 
809
              || test -d "$(distdir)/$$subdir" \
 
810
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
811
              || exit 1; \
 
812
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
813
            $(am__relativize); \
 
814
            new_distdir=$$reldir; \
 
815
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
816
            $(am__relativize); \
 
817
            new_top_distdir=$$reldir; \
 
818
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
819
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
820
            ($(am__cd) $$subdir && \
 
821
              $(MAKE) $(AM_MAKEFLAGS) \
 
822
                top_distdir="$$new_top_distdir" \
 
823
                distdir="$$new_distdir" \
 
824
                am__remove_distdir=: \
 
825
                am__skip_length_check=: \
 
826
                am__skip_mode_fix=: \
 
827
                distdir) \
 
828
              || exit 1; \
 
829
          fi; \
 
830
        done
 
831
        $(MAKE) $(AM_MAKEFLAGS) \
 
832
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
833
          dist-hook
 
834
check-am: all-am
 
835
check: $(BUILT_SOURCES)
 
836
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
837
all-am: Makefile $(PROGRAMS)
 
838
installdirs: installdirs-recursive
 
839
installdirs-am:
 
840
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)"; do \
 
841
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
842
        done
 
843
install: $(BUILT_SOURCES)
 
844
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
 
845
install-exec: install-exec-recursive
 
846
install-data: install-data-recursive
 
847
uninstall: uninstall-recursive
 
848
 
 
849
install-am: all-am
 
850
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
851
 
 
852
installcheck: installcheck-recursive
 
853
install-strip:
 
854
        if test -z '$(STRIP)'; then \
 
855
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
856
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
857
              install; \
 
858
        else \
 
859
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
860
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
861
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
862
        fi
 
863
mostlyclean-generic:
 
864
 
 
865
clean-generic:
 
866
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
867
 
 
868
distclean-generic:
 
869
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
870
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
871
 
 
872
maintainer-clean-generic:
 
873
        @echo "This command is intended for maintainers to use"
 
874
        @echo "it deletes files that may require special tools to rebuild."
 
875
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
876
clean: clean-recursive
 
877
 
 
878
clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
 
879
        clean-libtool mostlyclean-am
 
880
 
 
881
distclean: distclean-recursive
 
882
        -rm -rf ./$(DEPDIR)
 
883
        -rm -f Makefile
 
884
distclean-am: clean-am distclean-compile distclean-generic \
 
885
        distclean-tags
 
886
 
 
887
dvi: dvi-recursive
 
888
 
 
889
dvi-am:
 
890
 
 
891
html: html-recursive
 
892
 
 
893
html-am:
 
894
 
 
895
info: info-recursive
 
896
 
 
897
info-am:
 
898
 
 
899
install-data-am:
 
900
 
 
901
install-dvi: install-dvi-recursive
 
902
 
 
903
install-dvi-am:
 
904
 
 
905
install-exec-am: install-binPROGRAMS install-libexecPROGRAMS
 
906
 
 
907
install-html: install-html-recursive
 
908
 
 
909
install-html-am:
 
910
 
 
911
install-info: install-info-recursive
 
912
 
 
913
install-info-am:
 
914
 
 
915
install-man:
 
916
 
 
917
install-pdf: install-pdf-recursive
 
918
 
 
919
install-pdf-am:
 
920
 
 
921
install-ps: install-ps-recursive
 
922
 
 
923
install-ps-am:
 
924
 
 
925
installcheck-am:
 
926
 
 
927
maintainer-clean: maintainer-clean-recursive
 
928
        -rm -rf ./$(DEPDIR)
 
929
        -rm -f Makefile
 
930
maintainer-clean-am: distclean-am maintainer-clean-generic
 
931
 
 
932
mostlyclean: mostlyclean-recursive
 
933
 
 
934
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
935
        mostlyclean-libtool
 
936
 
 
937
pdf: pdf-recursive
 
938
 
 
939
pdf-am:
 
940
 
 
941
ps: ps-recursive
 
942
 
 
943
ps-am:
 
944
 
 
945
uninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS
 
946
 
 
947
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
 
948
        cscopelist-recursive ctags-recursive install install-am \
 
949
        install-strip tags-recursive
 
950
 
 
951
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
952
        all all-am check check-am clean clean-binPROGRAMS \
 
953
        clean-generic clean-libexecPROGRAMS clean-libtool cscopelist \
 
954
        cscopelist-recursive ctags ctags-recursive dist-hook distclean \
 
955
        distclean-compile distclean-generic distclean-libtool \
 
956
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
957
        install install-am install-binPROGRAMS install-data \
 
958
        install-data-am install-dvi install-dvi-am install-exec \
 
959
        install-exec-am install-html install-html-am install-info \
 
960
        install-info-am install-libexecPROGRAMS install-man \
 
961
        install-pdf install-pdf-am install-ps install-ps-am \
 
962
        install-strip installcheck installcheck-am installdirs \
 
963
        installdirs-am maintainer-clean maintainer-clean-generic \
 
964
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
965
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
966
        uninstall uninstall-am uninstall-binPROGRAMS \
 
967
        uninstall-libexecPROGRAMS
 
968
 
 
969
 
 
970
bjb-resources.c: bjb.gresource.xml $(resource_files)
 
971
        glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-source --c-name bjb $(srcdir)/bjb.gresource.xml
 
972
 
 
973
bjb-resources.h: bjb.gresource.xml
 
974
        glib-compile-resources --target=$@ --sourcedir=$(srcdir) --generate-header --c-name bjb $(srcdir)/bjb.gresource.xml
 
975
 
 
976
$(dbus_shell_search_provider_built_sources) : Makefile.am $(top_srcdir)/data/shell-search-provider-dbus-interfaces.xml
 
977
        gdbus-codegen                                                                   \
 
978
                --interface-prefix org.gnome.                                           \
 
979
                --c-namespace Bijiben                                                   \
 
980
                --generate-c-code bijiben-shell-search-provider-generated               \
 
981
                $(top_srcdir)/data/shell-search-provider-dbus-interfaces.xml            \
 
982
                $(NULL)
 
983
 
 
984
dist-hook:
 
985
        cd $(distdir); rm -f $(CLEANFILES)
 
986
 
 
987
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
988
# Otherwise a system limit (for SysV at least) may be exceeded.
 
989
.NOEXPORT: