~ubuntu-branches/ubuntu/oneiric/monodevelop/oneiric

« back to all changes in this revision

Viewing changes to po/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-06-27 17:03:13 UTC
  • mto: (1.8.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 54.
  • Revision ID: james.westby@ubuntu.com-20110627170313-6cvz3s19x6e9hqe9
ImportĀ upstreamĀ versionĀ 2.5.92+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
15
16
@SET_MAKE@
16
17
VPATH = @srcdir@
17
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
18
20
pkglibdir = $(libdir)/@PACKAGE@
19
 
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
20
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
21
23
install_sh_DATA = $(install_sh) -c -m 644
22
24
install_sh_PROGRAM = $(install_sh) -c
38
40
        $(ACLOCAL_M4)
39
41
mkinstalldirs = $(install_sh) -d
40
42
CONFIG_CLEAN_FILES =
 
43
CONFIG_CLEAN_VPATH_FILES =
41
44
SOURCES =
42
45
DIST_SOURCES =
43
46
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54
57
CSC_FLAGS = @CSC_FLAGS@
55
58
CYGPATH_W = @CYGPATH_W@
56
59
DEFS = @DEFS@
 
60
DYLD_FALLBACK_LIBRARY_PATH = @DYLD_FALLBACK_LIBRARY_PATH@
57
61
ECHO_C = @ECHO_C@
58
62
ECHO_N = @ECHO_N@
59
63
ECHO_T = @ECHO_T@
97
101
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
98
102
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
99
103
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
100
 
MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
101
 
MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
 
104
MONO_GAC_PREFIX = @MONO_GAC_PREFIX@
102
105
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
103
106
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
104
 
MOZILLA_HOME = @MOZILLA_HOME@
105
107
MSGFMT = @MSGFMT@
106
108
MSGMERGE = @MSGMERGE@
107
109
PACKAGE = @PACKAGE@
109
111
PACKAGE_NAME = @PACKAGE_NAME@
110
112
PACKAGE_STRING = @PACKAGE_STRING@
111
113
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
114
PACKAGE_URL = @PACKAGE_URL@
112
115
PACKAGE_VERSION = @PACKAGE_VERSION@
113
116
PACKAGE_VERSION_LABEL = @PACKAGE_VERSION_LABEL@
114
117
PATH = @PATH@
115
118
PATH_SEPARATOR = @PATH_SEPARATOR@
116
119
PKG_CONFIG = @PKG_CONFIG@
 
120
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
121
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
117
122
RUNTIME = @RUNTIME@
118
123
SET_MAKE = @SET_MAKE@
119
124
SHELL = @SHELL@
178
183
build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
179
184
MD_BIN_PATH = $(abs_top_builddir)/build/bin
180
185
MD_LAUNCH_SETUP = \
181
 
        MONODEVELOP_LOCALE_PATH=$(abs_top_builddir)/build/locale \
182
 
        MONO_ADDINS_REGISTRY=$(MD_BIN_PATH) MOZILLA_FIVE_HOME=$(MOZILLA_HOME) \
183
 
        LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'`d
 
186
        PATH="$(PATH)" \
 
187
        PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
 
188
        LD_LIBRARY_PATH="$(LD_LIBRARY_PATH)" \
 
189
        DYLD_FALLBACK_LIBRARY_PATH="$(DYLD_FALLBACK_LIBRARY_PATH)" \
 
190
        MONO_GAC_PREFIX="$(MONO_GAC_PREFIX)" \
 
191
        MONODEVELOP_LOCALE_PATH="$(abs_top_builddir)/build/locale" \
 
192
        MONO_ADDINS_REGISTRY="$(MD_BIN_PATH)"
184
193
 
185
 
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug $(MD_BIN_PATH)/mdrun.exe
 
194
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug "$(MD_BIN_PATH)/mdtool.exe"
186
195
all: all-am
187
196
 
188
197
.SUFFIXES:
190
199
        @for dep in $?; do \
191
200
          case '$(am__configure_deps)' in \
192
201
            *$$dep*) \
193
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
194
 
                && exit 0; \
 
202
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
203
                && { if test -f $@; then exit 0; else break; fi; }; \
195
204
              exit 1;; \
196
205
          esac; \
197
206
        done; \
198
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/Makefile'; \
199
 
        cd $(top_srcdir) && \
200
 
          $(AUTOMAKE) --foreign  po/Makefile
 
207
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign po/Makefile'; \
 
208
        $(am__cd) $(top_srcdir) && \
 
209
          $(AUTOMAKE) --foreign po/Makefile
201
210
.PRECIOUS: Makefile
202
211
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
203
212
        @case '$?' in \
215
224
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
216
225
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
217
226
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
227
$(am__aclocal_m4_deps):
218
228
tags: TAGS
219
229
TAGS:
220
230
 
238
248
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
239
249
          if test -d $$d/$$file; then \
240
250
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
251
            if test -d "$(distdir)/$$file"; then \
 
252
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
253
            fi; \
241
254
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
242
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
255
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
256
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
243
257
            fi; \
244
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
258
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
245
259
          else \
246
 
            test -f $(distdir)/$$file \
247
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
260
            test -f "$(distdir)/$$file" \
 
261
            || cp -p $$d/$$file "$(distdir)/$$file" \
248
262
            || exit 1; \
249
263
          fi; \
250
264
        done
273
287
 
274
288
distclean-generic:
275
289
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
290
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
276
291
 
277
292
maintainer-clean-generic:
278
293
        @echo "This command is intended for maintainers to use"
291
306
 
292
307
html: html-am
293
308
 
 
309
html-am:
 
310
 
294
311
info: info-am
295
312
 
296
313
info-am:
299
316
 
300
317
install-dvi: install-dvi-am
301
318
 
 
319
install-dvi-am:
 
320
 
302
321
install-exec-am:
303
322
 
304
323
install-html: install-html-am
305
324
 
 
325
install-html-am:
 
326
 
306
327
install-info: install-info-am
307
328
 
 
329
install-info-am:
 
330
 
308
331
install-man:
309
332
 
310
333
install-pdf: install-pdf-am
311
334
 
 
335
install-pdf-am:
 
336
 
312
337
install-ps: install-ps-am
313
338
 
 
339
install-ps-am:
 
340
 
314
341
installcheck-am:
315
342
 
316
343
maintainer-clean: maintainer-clean-am
377
404
# workaroundfor lack of abs_top_builddir variable in automake < 1.10. Will break if mdtool isn't 
378
405
# launched from top_srcdir (i.e. where this script is located)
379
406
abs_top_builddir ?= $(top_builddir)
 
407
 
380
408
# Tell versions [3.59,3.63) of GNU make to not export all variables.
381
409
# Otherwise a system limit (for SysV at least) may be exceeded.
382
410
.NOEXPORT: