~ubuntu-branches/ubuntu/raring/monodevelop/raring

« back to all changes in this revision

Viewing changes to src/addins/MonoDevelop.SourceEditor2/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Mitchell
  • Date: 2011-06-29 06:56:25 UTC
  • mfrom: (1.8.1 upstream) (1.3.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110629065625-7xx19c4vb95j65pl
Tags: 2.5.92+dfsg-1ubuntu1
* Merge from Debian experimental:
 - Dropped patches & changes to debian/control for Moonlight
   + debian/patches/remove_support_for_moonlight.patch,
   + debian/patches/dont_add_moonlight_to_core_addins.patch,
 - Remaining patches:
   + debian/patches/no_appmenu:

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.
16
17
 
17
18
VPATH = @srcdir@
18
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
19
21
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
21
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
24
install_sh_DATA = $(install_sh) -c -m 644
23
25
install_sh_PROGRAM = $(install_sh) -c
39
41
        $(ACLOCAL_M4)
40
42
mkinstalldirs = $(install_sh) -d
41
43
CONFIG_CLEAN_FILES =
 
44
CONFIG_CLEAN_VPATH_FILES =
42
45
SOURCES =
43
46
DIST_SOURCES =
44
47
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
46
49
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
47
50
    *) f=$$p;; \
48
51
  esac;
49
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
53
am__install_max = 40
 
54
am__nobase_strip_setup = \
 
55
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
56
am__nobase_strip = \
 
57
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
58
am__nobase_list = $(am__nobase_strip_setup); \
 
59
  for p in $$list; do echo "$$p $$p"; done | \
 
60
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
61
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
62
    if (++n[$$2] == $(am__install_max)) \
 
63
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
64
    END { for (dir in files) print dir, files[dir] }'
 
65
am__base_list = \
 
66
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
67
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
50
68
am__installdirs = "$(DESTDIR)$(assemblydir)"
51
 
assemblyDATA_INSTALL = $(INSTALL_DATA)
52
69
DATA = $(assembly_DATA)
53
70
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
54
71
ACLOCAL = @ACLOCAL@
64
81
CSC_FLAGS = @CSC_FLAGS@
65
82
CYGPATH_W = @CYGPATH_W@
66
83
DEFS = @DEFS@
 
84
DYLD_FALLBACK_LIBRARY_PATH = @DYLD_FALLBACK_LIBRARY_PATH@
67
85
ECHO_C = @ECHO_C@
68
86
ECHO_N = @ECHO_N@
69
87
ECHO_T = @ECHO_T@
107
125
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
108
126
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
109
127
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
110
 
MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
111
 
MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
 
128
MONO_GAC_PREFIX = @MONO_GAC_PREFIX@
112
129
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
113
130
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
114
 
MOZILLA_HOME = @MOZILLA_HOME@
115
131
MSGFMT = @MSGFMT@
116
132
MSGMERGE = @MSGMERGE@
117
133
PACKAGE = @PACKAGE@
119
135
PACKAGE_NAME = @PACKAGE_NAME@
120
136
PACKAGE_STRING = @PACKAGE_STRING@
121
137
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
138
PACKAGE_URL = @PACKAGE_URL@
122
139
PACKAGE_VERSION = @PACKAGE_VERSION@
123
140
PACKAGE_VERSION_LABEL = @PACKAGE_VERSION_LABEL@
124
141
PATH = @PATH@
125
142
PATH_SEPARATOR = @PATH_SEPARATOR@
126
143
PKG_CONFIG = @PKG_CONFIG@
 
144
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
145
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
127
146
RUNTIME = @RUNTIME@
128
147
SET_MAKE = @SET_MAKE@
129
148
SHELL = @SHELL@
197
216
        MonoDevelop.SourceEditor/Counters.cs \
198
217
        MonoDevelop.SourceEditor/DebugValueTooltipProvider.cs \
199
218
        MonoDevelop.SourceEditor/DebugValueWindow.cs \
200
 
        MonoDevelop.SourceEditor/DefaultFormatter.cs \
201
 
        MonoDevelop.SourceEditor/DropDownBox.cs \
202
 
        MonoDevelop.SourceEditor/DropDownBoxListWindow.cs \
203
219
        MonoDevelop.SourceEditor/DynamicAbbrevHandler.cs \
204
220
        MonoDevelop.SourceEditor/EditActions.cs \
205
221
        MonoDevelop.SourceEditor/ExtensibleTextEditor.cs \
209
225
        MonoDevelop.SourceEditor/LanguageItemTooltipProvider.cs \
210
226
        MonoDevelop.SourceEditor/LanguageItemWindow.cs \
211
227
        MonoDevelop.SourceEditor/MarkerOperationsHandler.cs \
 
228
        MonoDevelop.SourceEditor/MessageBubbleCache.cs \
212
229
        MonoDevelop.SourceEditor/MessageBubbleCommands.cs \
213
230
        MonoDevelop.SourceEditor/MessageBubbleHighlightPopupWindow.cs \
214
231
        MonoDevelop.SourceEditor/MessageBubbleTextMarker.cs \
215
 
        MonoDevelop.SourceEditor/NavigationBar.cs \
216
 
        MonoDevelop.SourceEditor/NavigationBarCommands.cs \
217
232
        MonoDevelop.SourceEditor/PinnedWatchWidget.cs \
218
233
        MonoDevelop.SourceEditor/PrintSettingsWidget.cs \
219
234
        MonoDevelop.SourceEditor/SearchAndReplaceWidget.cs \
230
245
 
231
246
RES = \
232
247
        gtk-gui/gui.stetic \
233
 
        gtk-gui/objects.xml \
234
248
        MonoDevelop.SourceEditor.addin.xml \
235
249
        MonoDevelop.SourceEditor/searchoptions.png
236
250
 
265
279
build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
266
280
MD_BIN_PATH = $(abs_top_builddir)/build/bin
267
281
MD_LAUNCH_SETUP = \
268
 
        MONODEVELOP_LOCALE_PATH=$(abs_top_builddir)/build/locale \
269
 
        MONO_ADDINS_REGISTRY=$(MD_BIN_PATH) MOZILLA_FIVE_HOME=$(MOZILLA_HOME) \
270
 
        LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'`d
 
282
        PATH="$(PATH)" \
 
283
        PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
 
284
        LD_LIBRARY_PATH="$(LD_LIBRARY_PATH)" \
 
285
        DYLD_FALLBACK_LIBRARY_PATH="$(DYLD_FALLBACK_LIBRARY_PATH)" \
 
286
        MONO_GAC_PREFIX="$(MONO_GAC_PREFIX)" \
 
287
        MONODEVELOP_LOCALE_PATH="$(abs_top_builddir)/build/locale" \
 
288
        MONO_ADDINS_REGISTRY="$(MD_BIN_PATH)"
271
289
 
272
 
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug $(MD_BIN_PATH)/mdrun.exe
 
290
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug "$(MD_BIN_PATH)/mdtool.exe"
273
291
all: all-am
274
292
 
275
293
.SUFFIXES:
277
295
        @for dep in $?; do \
278
296
          case '$(am__configure_deps)' in \
279
297
            *$$dep*) \
280
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
281
 
                && exit 0; \
 
298
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
299
                && { if test -f $@; then exit 0; else break; fi; }; \
282
300
              exit 1;; \
283
301
          esac; \
284
302
        done; \
285
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/addins/MonoDevelop.SourceEditor2/Makefile'; \
286
 
        cd $(top_srcdir) && \
287
 
          $(AUTOMAKE) --foreign  src/addins/MonoDevelop.SourceEditor2/Makefile
 
303
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/addins/MonoDevelop.SourceEditor2/Makefile'; \
 
304
        $(am__cd) $(top_srcdir) && \
 
305
          $(AUTOMAKE) --foreign src/addins/MonoDevelop.SourceEditor2/Makefile
288
306
.PRECIOUS: Makefile
289
307
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290
308
        @case '$?' in \
302
320
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303
321
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304
322
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
323
$(am__aclocal_m4_deps):
305
324
install-assemblyDATA: $(assembly_DATA)
306
325
        @$(NORMAL_INSTALL)
307
326
        test -z "$(assemblydir)" || $(MKDIR_P) "$(DESTDIR)$(assemblydir)"
308
 
        @list='$(assembly_DATA)'; for p in $$list; do \
 
327
        @list='$(assembly_DATA)'; test -n "$(assemblydir)" || list=; \
 
328
        for p in $$list; do \
309
329
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
310
 
          f=$(am__strip_dir) \
311
 
          echo " $(assemblyDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(assemblydir)/$$f'"; \
312
 
          $(assemblyDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(assemblydir)/$$f"; \
 
330
          echo "$$d$$p"; \
 
331
        done | $(am__base_list) | \
 
332
        while read files; do \
 
333
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(assemblydir)'"; \
 
334
          $(INSTALL_DATA) $$files "$(DESTDIR)$(assemblydir)" || exit $$?; \
313
335
        done
314
336
 
315
337
uninstall-assemblyDATA:
316
338
        @$(NORMAL_UNINSTALL)
317
 
        @list='$(assembly_DATA)'; for p in $$list; do \
318
 
          f=$(am__strip_dir) \
319
 
          echo " rm -f '$(DESTDIR)$(assemblydir)/$$f'"; \
320
 
          rm -f "$(DESTDIR)$(assemblydir)/$$f"; \
321
 
        done
 
339
        @list='$(assembly_DATA)'; test -n "$(assemblydir)" || list=; \
 
340
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
341
        test -n "$$files" || exit 0; \
 
342
        echo " ( cd '$(DESTDIR)$(assemblydir)' && rm -f" $$files ")"; \
 
343
        cd "$(DESTDIR)$(assemblydir)" && rm -f $$files
322
344
tags: TAGS
323
345
TAGS:
324
346
 
342
364
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
343
365
          if test -d $$d/$$file; then \
344
366
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
367
            if test -d "$(distdir)/$$file"; then \
 
368
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
369
            fi; \
345
370
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
346
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
371
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
372
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
347
373
            fi; \
348
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
374
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
349
375
          else \
350
 
            test -f $(distdir)/$$file \
351
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
376
            test -f "$(distdir)/$$file" \
 
377
            || cp -p $$d/$$file "$(distdir)/$$file" \
352
378
            || exit 1; \
353
379
          fi; \
354
380
        done
380
406
 
381
407
distclean-generic:
382
408
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
409
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
383
410
 
384
411
maintainer-clean-generic:
385
412
        @echo "This command is intended for maintainers to use"
398
425
 
399
426
html: html-am
400
427
 
 
428
html-am:
 
429
 
401
430
info: info-am
402
431
 
403
432
info-am:
406
435
 
407
436
install-dvi: install-dvi-am
408
437
 
 
438
install-dvi-am:
 
439
 
409
440
install-exec-am:
410
441
 
411
442
install-html: install-html-am
412
443
 
 
444
install-html-am:
 
445
 
413
446
install-info: install-info-am
414
447
 
 
448
install-info-am:
 
449
 
415
450
install-man:
416
451
 
417
452
install-pdf: install-pdf-am
418
453
 
 
454
install-pdf-am:
 
455
 
419
456
install-ps: install-ps-am
420
457
 
 
458
install-ps-am:
 
459
 
421
460
installcheck-am:
422
461
 
423
462
maintainer-clean: maintainer-clean-am
463
502
# workaroundfor lack of abs_top_builddir variable in automake < 1.10. Will break if mdtool isn't 
464
503
# launched from top_srcdir (i.e. where this script is located)
465
504
abs_top_builddir ?= $(top_builddir)
 
505
 
466
506
# Tell versions [3.59,3.63) of GNU make to not export all variables.
467
507
# Otherwise a system limit (for SysV at least) may be exceeded.
468
508
.NOEXPORT: