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

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2015-06-12 01:14:42 UTC
  • mfrom: (7.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20150612011442-ey2h787uixugso9x
Tags: 3.16.2-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
19
29
am__make_running_with_option = \
20
30
  case $${target_option-} in \
21
31
      ?) ;; \
79
89
build_triplet = @build@
80
90
host_triplet = @host@
81
91
subdir = data
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
 
        $(srcdir)/bijiben.desktop.in.in
84
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85
93
am__aclocal_m4_deps = $(top_srcdir)/libgd/libgd.m4 \
86
94
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
89
97
        $(top_srcdir)/configure.ac
90
98
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
91
99
        $(ACLOCAL_M4)
 
100
DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
92
101
mkinstalldirs = $(install_sh) -d
93
102
CONFIG_HEADER = $(top_builddir)/config.h
94
103
CONFIG_CLEAN_FILES = bijiben.desktop.in
180
189
ETAGS = etags
181
190
CTAGS = ctags
182
191
DIST_SUBDIRS = $(SUBDIRS)
 
192
am__DIST_COMMON = $(srcdir)/Makefile.in \
 
193
        $(srcdir)/bijiben.desktop.in.in
183
194
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
184
195
am__relativize = \
185
196
  dir0=`pwd`; \
210
221
ALL_LINGUAS = @ALL_LINGUAS@
211
222
AMTAR = @AMTAR@
212
223
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
224
APPSTREAM_UTIL = @APPSTREAM_UTIL@
213
225
AR = @AR@
214
226
AUTOCONF = @AUTOCONF@
215
227
AUTOHEADER = @AUTOHEADER@
332
344
am__quote = @am__quote@
333
345
am__tar = @am__tar@
334
346
am__untar = @am__untar@
 
347
appstreamxmldir = @appstreamxmldir@
335
348
bindir = @bindir@
336
349
build = @build@
337
350
build_alias = @build_alias@
380
393
xml_files = $(xml_in_files:.xml.in=.xml)
381
394
app_data_in_files = bijiben.appdata.xml.in
382
395
app_data_files = $(app_data_in_files:.xml.in=.xml)
 
396
appstream_XML = $(app_data_files)
383
397
desktop_in_files = bijiben.desktop.in
384
398
desktop_files = $(desktop_in_files:.desktop.in=.desktop)
385
399
desktopdir = $(datadir)/applications
402
416
EXTRA_DIST = \
403
417
        $(desktop_in_files)             \
404
418
        $(css_files)                    \
405
 
        org.gnome.bijiben.gschema.xml.in \
 
419
        $(gsettings_SCHEMAS) \
406
420
        shell-search-provider-dbus-interfaces.xml \
407
421
        $(service_in_files)             \
408
422
        $(searchprovider_DATA) \
411
425
 
412
426
DISTCLEANFILES = \
413
427
        $(desktop_files)                \
414
 
        $(gsettings_SCHEMAS)            \
415
428
        $(service_DATA)   \
416
429
        $(xml_files) \
417
430
        $(app_data_files)
431
444
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
432
445
        $(am__cd) $(top_srcdir) && \
433
446
          $(AUTOMAKE) --gnu data/Makefile
434
 
.PRECIOUS: Makefile
435
447
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
436
448
        @case '$?' in \
437
449
          *config.status*) \
739
751
          fi; \
740
752
        done
741
753
check-am: all-am
742
 
        $(MAKE) $(AM_MAKEFLAGS) check-local
743
754
check: check-recursive
744
755
all-am: Makefile $(DATA)
745
756
installdirs: installdirs-recursive
850
861
        uninstall-searchproviderDATA uninstall-serviceDATA
851
862
        @$(NORMAL_INSTALL)
852
863
        $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
853
 
.MAKE: $(am__recursive_targets) check-am install-am install-data-am \
 
864
.MAKE: $(am__recursive_targets) install-am install-data-am \
854
865
        install-strip uninstall-am
855
866
 
856
867
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
857
 
        check-am check-local clean clean-generic clean-libtool \
858
 
        cscopelist-am ctags ctags-am distclean distclean-generic \
859
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
860
 
        html-am info info-am install install-am install-appdataDATA \
861
 
        install-cssDATA install-data install-data-am install-data-hook \
 
868
        check-am clean clean-generic clean-libtool cscopelist-am ctags \
 
869
        ctags-am distclean distclean-generic distclean-libtool \
 
870
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
871
        install install-am install-appdataDATA install-cssDATA \
 
872
        install-data install-data-am install-data-hook \
862
873
        install-desktopDATA install-dvi install-dvi-am install-exec \
863
874
        install-exec-am install-html install-html-am install-info \
864
875
        install-info-am install-man install-mimeDATA install-pdf \
872
883
        uninstall-mimeDATA uninstall-searchproviderDATA \
873
884
        uninstall-serviceDATA
874
885
 
875
 
 
876
 
check-local: bijiben.desktop
877
 
        $(DESKTOP_FILE_VALIDATE) bijiben.desktop
 
886
.PRECIOUS: Makefile
 
887
 
 
888
 
 
889
@APPSTREAM_XML_RULES@
878
890
 
879
891
@INTLTOOL_XML_RULE@
880
892
 
882
894
 
883
895
org.gnome.Bijiben.SearchProvider.service: org.gnome.Bijiben.SearchProvider.service.in Makefile
884
896
        $(AM_V_GEN) sed -e "s|\@libexecdir\@|$(libexecdir)|" $< > $@
885
 
@INTLTOOL_XML_NOMERGE_RULE@
886
897
@GSETTINGS_RULES@
887
898
 
888
899
install-data-hook: