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

« back to all changes in this revision

Viewing changes to src/addins/VersionControl/MonoDevelop.VersionControl/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.
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)$(addindir)"
51
 
addinDATA_INSTALL = $(INSTALL_DATA)
52
69
DATA = $(addin_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@
182
201
        gtk-gui/MonoDevelop.VersionControl.Dialogs.EditRepositoryDialog.cs \
183
202
        gtk-gui/MonoDevelop.VersionControl.Dialogs.SelectRepositoryDialog.cs \
184
203
        gtk-gui/MonoDevelop.VersionControl.UrlBasedRepositoryEditor.cs \
 
204
        gtk-gui/MonoDevelop.VersionControl.Views.DiffWidget.cs \
 
205
        gtk-gui/MonoDevelop.VersionControl.Views.LogWidget.cs \
185
206
        MonoDevelop.VersionControl.Dialogs/CommitDialog.cs \
186
207
        MonoDevelop.VersionControl.Dialogs/CommitMessageStylePanelWidget.cs \
187
208
        MonoDevelop.VersionControl.Dialogs/EditRepositoryDialog.cs \
188
209
        MonoDevelop.VersionControl.Dialogs/SelectRepositoryDialog.cs \
189
210
        MonoDevelop.VersionControl.Dialogs/VersionControlPolicyPanel.cs \
190
211
        MonoDevelop.VersionControl.Views/AnnotateView.cs \
 
212
        MonoDevelop.VersionControl.Views/BlameView.cs \
 
213
        MonoDevelop.VersionControl.Views/BlameWidget.cs \
191
214
        MonoDevelop.VersionControl.Views/CellRendererDiff.cs \
 
215
        MonoDevelop.VersionControl.Views/ChangeSetView.cs \
 
216
        MonoDevelop.VersionControl.Views/ComparisonWidget.cs \
192
217
        MonoDevelop.VersionControl.Views/DiffParser.cs \
193
218
        MonoDevelop.VersionControl.Views/DiffView.cs \
 
219
        MonoDevelop.VersionControl.Views/DiffWidget.cs \
 
220
        MonoDevelop.VersionControl.Views/DropDownBox.cs \
 
221
        MonoDevelop.VersionControl.Views/EditorCompareWidgetBase.cs \
194
222
        MonoDevelop.VersionControl.Views/LogView.cs \
 
223
        MonoDevelop.VersionControl.Views/LogWidget.cs \
 
224
        MonoDevelop.VersionControl.Views/MergeView.cs \
 
225
        MonoDevelop.VersionControl.Views/MergeWidget.cs \
195
226
        MonoDevelop.VersionControl.Views/StatusView.cs \
 
227
        MonoDevelop.VersionControl.Views/SubviewAttachmentHandler.cs \
196
228
        MonoDevelop.VersionControl/AddRemoveMoveCommand.cs \
197
229
        MonoDevelop.VersionControl/AnnotateCommand.cs \
198
230
        MonoDevelop.VersionControl/BaseView.cs \
207
239
        MonoDevelop.VersionControl/CommitMessageStyle.cs \
208
240
        MonoDevelop.VersionControl/CreatePatchCommand.cs \
209
241
        MonoDevelop.VersionControl/FileUpdateEventHandler.cs \
 
242
        MonoDevelop.VersionControl/IRepositoryEditor.cs \
210
243
        MonoDevelop.VersionControl/LockCommand.cs \
211
244
        MonoDevelop.VersionControl/PublishCommand.cs \
212
245
        MonoDevelop.VersionControl/Repository.cs \
225
258
        MonoDevelop.VersionControl/VersionControlItem.cs \
226
259
        MonoDevelop.VersionControl/VersionControlItemList.cs \
227
260
        MonoDevelop.VersionControl/VersionControlNodeExtension.cs \
 
261
        MonoDevelop.VersionControl/VersionControlOperation.cs \
228
262
        MonoDevelop.VersionControl/VersionControlPolicy.cs \
229
263
        MonoDevelop.VersionControl/VersionControlService.cs \
230
264
        MonoDevelop.VersionControl/VersionControlSystem.cs \
244
278
        $(GLIB_SHARP_LIBS) \
245
279
        $(GTK_SHARP_LIBS) \
246
280
        $(MONO_ADDINS_LIBS) \
 
281
        -r:Mono.Cairo \
247
282
        -r:Mono.Posix \
248
283
        -r:System \
249
284
        -r:System.Core \
293
328
build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
294
329
MD_BIN_PATH = $(abs_top_builddir)/build/bin
295
330
MD_LAUNCH_SETUP = \
296
 
        MONODEVELOP_LOCALE_PATH=$(abs_top_builddir)/build/locale \
297
 
        MONO_ADDINS_REGISTRY=$(MD_BIN_PATH) MOZILLA_FIVE_HOME=$(MOZILLA_HOME) \
298
 
        LD_LIBRARY_PATH=`echo "$(LD_LIBRARY_PATH):$(MOZILLA_HOME)" | sed 's/^://g'`d
 
331
        PATH="$(PATH)" \
 
332
        PKG_CONFIG_PATH="$(PKG_CONFIG_PATH)" \
 
333
        LD_LIBRARY_PATH="$(LD_LIBRARY_PATH)" \
 
334
        DYLD_FALLBACK_LIBRARY_PATH="$(DYLD_FALLBACK_LIBRARY_PATH)" \
 
335
        MONO_GAC_PREFIX="$(MONO_GAC_PREFIX)" \
 
336
        MONODEVELOP_LOCALE_PATH="$(abs_top_builddir)/build/locale" \
 
337
        MONO_ADDINS_REGISTRY="$(MD_BIN_PATH)"
299
338
 
300
 
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug $(MD_BIN_PATH)/mdrun.exe
 
339
MDTOOL_RUN = $(MD_LAUNCH_SETUP) exec -a "mdtool" $(RUNTIME) --debug "$(MD_BIN_PATH)/mdtool.exe"
301
340
all: all-am
302
341
 
303
342
.SUFFIXES:
305
344
        @for dep in $?; do \
306
345
          case '$(am__configure_deps)' in \
307
346
            *$$dep*) \
308
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
309
 
                && exit 0; \
 
347
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
348
                && { if test -f $@; then exit 0; else break; fi; }; \
310
349
              exit 1;; \
311
350
          esac; \
312
351
        done; \
313
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/addins/VersionControl/MonoDevelop.VersionControl/Makefile'; \
314
 
        cd $(top_srcdir) && \
315
 
          $(AUTOMAKE) --foreign  src/addins/VersionControl/MonoDevelop.VersionControl/Makefile
 
352
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/addins/VersionControl/MonoDevelop.VersionControl/Makefile'; \
 
353
        $(am__cd) $(top_srcdir) && \
 
354
          $(AUTOMAKE) --foreign src/addins/VersionControl/MonoDevelop.VersionControl/Makefile
316
355
.PRECIOUS: Makefile
317
356
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
318
357
        @case '$?' in \
330
369
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
370
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
332
371
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
372
$(am__aclocal_m4_deps):
333
373
install-addinDATA: $(addin_DATA)
334
374
        @$(NORMAL_INSTALL)
335
375
        test -z "$(addindir)" || $(MKDIR_P) "$(DESTDIR)$(addindir)"
336
 
        @list='$(addin_DATA)'; for p in $$list; do \
 
376
        @list='$(addin_DATA)'; test -n "$(addindir)" || list=; \
 
377
        for p in $$list; do \
337
378
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
338
 
          f=$(am__strip_dir) \
339
 
          echo " $(addinDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(addindir)/$$f'"; \
340
 
          $(addinDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(addindir)/$$f"; \
 
379
          echo "$$d$$p"; \
 
380
        done | $(am__base_list) | \
 
381
        while read files; do \
 
382
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(addindir)'"; \
 
383
          $(INSTALL_DATA) $$files "$(DESTDIR)$(addindir)" || exit $$?; \
341
384
        done
342
385
 
343
386
uninstall-addinDATA:
344
387
        @$(NORMAL_UNINSTALL)
345
 
        @list='$(addin_DATA)'; for p in $$list; do \
346
 
          f=$(am__strip_dir) \
347
 
          echo " rm -f '$(DESTDIR)$(addindir)/$$f'"; \
348
 
          rm -f "$(DESTDIR)$(addindir)/$$f"; \
349
 
        done
 
388
        @list='$(addin_DATA)'; test -n "$(addindir)" || list=; \
 
389
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
390
        test -n "$$files" || exit 0; \
 
391
        echo " ( cd '$(DESTDIR)$(addindir)' && rm -f" $$files ")"; \
 
392
        cd "$(DESTDIR)$(addindir)" && rm -f $$files
350
393
tags: TAGS
351
394
TAGS:
352
395
 
370
413
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
371
414
          if test -d $$d/$$file; then \
372
415
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
416
            if test -d "$(distdir)/$$file"; then \
 
417
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
418
            fi; \
373
419
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
374
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
420
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
421
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
375
422
            fi; \
376
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
423
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
377
424
          else \
378
 
            test -f $(distdir)/$$file \
379
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
425
            test -f "$(distdir)/$$file" \
 
426
            || cp -p $$d/$$file "$(distdir)/$$file" \
380
427
            || exit 1; \
381
428
          fi; \
382
429
        done
408
455
 
409
456
distclean-generic:
410
457
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
458
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
411
459
 
412
460
maintainer-clean-generic:
413
461
        @echo "This command is intended for maintainers to use"
426
474
 
427
475
html: html-am
428
476
 
 
477
html-am:
 
478
 
429
479
info: info-am
430
480
 
431
481
info-am:
434
484
 
435
485
install-dvi: install-dvi-am
436
486
 
 
487
install-dvi-am:
 
488
 
437
489
install-exec-am:
438
490
 
439
491
install-html: install-html-am
440
492
 
 
493
install-html-am:
 
494
 
441
495
install-info: install-info-am
442
496
 
 
497
install-info-am:
 
498
 
443
499
install-man:
444
500
 
445
501
install-pdf: install-pdf-am
446
502
 
 
503
install-pdf-am:
 
504
 
447
505
install-ps: install-ps-am
448
506
 
 
507
install-ps-am:
 
508
 
449
509
installcheck-am:
450
510
 
451
511
maintainer-clean: maintainer-clean-am
495
555
# workaroundfor lack of abs_top_builddir variable in automake < 1.10. Will break if mdtool isn't 
496
556
# launched from top_srcdir (i.e. where this script is located)
497
557
abs_top_builddir ?= $(top_builddir)
 
558
 
498
559
# Tell versions [3.59,3.63) of GNU make to not export all variables.
499
560
# Otherwise a system limit (for SysV at least) may be exceeded.
500
561
.NOEXPORT: