~ubuntu-branches/ubuntu/utopic/ibus-cangjie/utopic-updates

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Didier Roche
  • Date: 2015-05-26 09:19:14 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150526091914-bterkby7t7a62eux
Tags: 2.4-1~utopic1
Backporting wily release sync to utopic to fix multiple UX issues
as per upstream request (LP: #1452376)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.13.4 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,
16
16
 
17
17
 
18
18
VPATH = @srcdir@
19
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
19
am__is_gnu_make = { \
 
20
  if test -z '$(MAKELEVEL)'; then \
 
21
    false; \
 
22
  elif test -n '$(MAKE_HOST)'; then \
 
23
    true; \
 
24
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
25
    true; \
 
26
  else \
 
27
    false; \
 
28
  fi; \
 
29
}
20
30
am__make_running_with_option = \
21
31
  case $${target_option-} in \
22
32
      ?) ;; \
80
90
build_triplet = @build@
81
91
host_triplet = @host@
82
92
subdir = .
83
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
 
        $(top_srcdir)/configure $(am__configure_deps) \
85
 
        $(srcdir)/config.h.in $(ibus_cangjie_PYTHON) py-compile \
86
 
        test-driver ABOUT-NLS AUTHORS COPYING ChangeLog config.guess \
87
 
        config.rpath config.sub install-sh missing
88
93
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
89
94
am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
90
95
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
94
99
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
95
100
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96
101
        $(ACLOCAL_M4)
 
102
DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
 
103
        $(am__configure_deps) $(ibus_cangjie_PYTHON) \
 
104
        $(am__DIST_COMMON)
97
105
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
98
106
 configure.lineno config.status.lineno
99
107
mkinstalldirs = $(install_sh) -d
372
380
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
373
381
        $(TEST_LOG_FLAGS)
374
382
DIST_SUBDIRS = $(SUBDIRS)
 
383
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
384
        ABOUT-NLS AUTHORS COPYING ChangeLog compile config.guess \
 
385
        config.rpath config.sub install-sh missing py-compile \
 
386
        test-driver
375
387
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
376
388
distdir = $(PACKAGE)-$(VERSION)
377
389
top_distdir = $(distdir)
428
440
COMPONENT_DIR = @COMPONENT_DIR@
429
441
CPPFLAGS = @CPPFLAGS@
430
442
CYGPATH_W = @CYGPATH_W@
431
 
DATADIRNAME = @DATADIRNAME@
432
443
DEFS = @DEFS@
433
444
DEPDIR = @DEPDIR@
434
445
ECHO_C = @ECHO_C@
655
666
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
656
667
        $(am__cd) $(top_srcdir) && \
657
668
          $(AUTOMAKE) --foreign Makefile
658
 
.PRECIOUS: Makefile
659
669
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
660
670
        @case '$?' in \
661
671
          *config.status*) \
676
686
$(am__aclocal_m4_deps):
677
687
 
678
688
config.h: stamp-h1
679
 
        @if test ! -f $@; then rm -f stamp-h1; else :; fi
680
 
        @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
 
689
        @test -f $@ || rm -f stamp-h1
 
690
        @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
681
691
 
682
692
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
683
693
        @rm -f stamp-h1
1070
1080
        if test -n "$$am__remaking_logs"; then \
1071
1081
          echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1072
1082
               "recursion detected" >&2; \
1073
 
        else \
 
1083
        elif test -n "$$redo_logs"; then \
1074
1084
          am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1075
1085
        fi; \
1076
1086
        if $(am__make_dryrun); then :; else \
1283
1293
        $(am__post_remove_distdir)
1284
1294
 
1285
1295
dist-tarZ: distdir
 
1296
        @echo WARNING: "Support for distribution archives compressed with" \
 
1297
                       "legacy program 'compress' is deprecated." >&2
 
1298
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1286
1299
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1287
1300
        $(am__post_remove_distdir)
1288
1301
 
1289
1302
dist-shar: distdir
 
1303
        @echo WARNING: "Support for shar distribution archives is" \
 
1304
                       "deprecated." >&2
 
1305
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1290
1306
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1291
1307
        $(am__post_remove_distdir)
1292
1308
 
1321
1337
        esac
1322
1338
        chmod -R a-w $(distdir)
1323
1339
        chmod u+w $(distdir)
1324
 
        mkdir $(distdir)/_build $(distdir)/_inst
 
1340
        mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1325
1341
        chmod a-w $(distdir)
1326
1342
        test -d $(distdir)/_build || exit 0; \
1327
1343
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1328
1344
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1329
1345
          && am__cwd=`pwd` \
1330
 
          && $(am__cd) $(distdir)/_build \
1331
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
1346
          && $(am__cd) $(distdir)/_build/sub \
 
1347
          && ../../configure \
1332
1348
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1333
1349
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
1350
            --srcdir=../.. --prefix="$$dc_install_base" \
1334
1351
          && $(MAKE) $(AM_MAKEFLAGS) \
1335
1352
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
1336
1353
          && $(MAKE) $(AM_MAKEFLAGS) check \
1532
1549
        uninstall-ibus_cangjie_dataDATA uninstall-icon16DATA \
1533
1550
        uninstall-iconscalableDATA uninstall-pkglibexecSCRIPTS
1534
1551
 
 
1552
.PRECIOUS: Makefile
 
1553
 
1535
1554
 
1536
1555
scripts/ibus-%-cangjie: scripts/ibus-%-cangjie.in Makefile
1537
1556
        $(AM_V_GEN) \