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

« back to all changes in this revision

Viewing changes to src/addins/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.
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
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
49
52
        ps-recursive uninstall-recursive
50
53
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
51
54
  distclean-recursive maintainer-clean-recursive
 
55
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
56
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
57
        distdir
52
58
ETAGS = etags
53
59
CTAGS = ctags
54
60
DIST_SUBDIRS = $(SUBDIRS)
55
61
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
62
am__relativize = \
 
63
  dir0=`pwd`; \
 
64
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
65
  sed_rest='s,^[^/]*/*,,'; \
 
66
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
67
  sed_butlast='s,/*[^/]*$$,,'; \
 
68
  while test -n "$$dir1"; do \
 
69
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
70
    if test "$$first" != "."; then \
 
71
      if test "$$first" = ".."; then \
 
72
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
73
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
74
      else \
 
75
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
76
        if test "$$first2" = "$$first"; then \
 
77
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
78
        else \
 
79
          dir2="../$$dir2"; \
 
80
        fi; \
 
81
        dir0="$$dir0"/"$$first"; \
 
82
      fi; \
 
83
    fi; \
 
84
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
85
  done; \
 
86
  reldir="$$dir2"
56
87
ACLOCAL = @ACLOCAL@
57
88
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
58
89
ALL_LINGUAS = @ALL_LINGUAS@
66
97
CSC_FLAGS = @CSC_FLAGS@
67
98
CYGPATH_W = @CYGPATH_W@
68
99
DEFS = @DEFS@
 
100
DYLD_FALLBACK_LIBRARY_PATH = @DYLD_FALLBACK_LIBRARY_PATH@
69
101
ECHO_C = @ECHO_C@
70
102
ECHO_N = @ECHO_N@
71
103
ECHO_T = @ECHO_T@
109
141
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
110
142
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
111
143
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
112
 
MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
113
 
MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
 
144
MONO_GAC_PREFIX = @MONO_GAC_PREFIX@
114
145
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
115
146
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
116
 
MOZILLA_HOME = @MOZILLA_HOME@
117
147
MSGFMT = @MSGFMT@
118
148
MSGMERGE = @MSGMERGE@
119
149
PACKAGE = @PACKAGE@
121
151
PACKAGE_NAME = @PACKAGE_NAME@
122
152
PACKAGE_STRING = @PACKAGE_STRING@
123
153
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
154
PACKAGE_URL = @PACKAGE_URL@
124
155
PACKAGE_VERSION = @PACKAGE_VERSION@
125
156
PACKAGE_VERSION_LABEL = @PACKAGE_VERSION_LABEL@
126
157
PATH = @PATH@
127
158
PATH_SEPARATOR = @PATH_SEPARATOR@
128
159
PKG_CONFIG = @PKG_CONFIG@
 
160
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
161
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
129
162
RUNTIME = @RUNTIME@
130
163
SET_MAKE = @SET_MAKE@
131
164
SHELL = @SHELL@
176
209
top_build_prefix = @top_build_prefix@
177
210
top_builddir = @top_builddir@
178
211
top_srcdir = @top_srcdir@
179
 
SUBDIRS = MonoDevelop.VersionControl MonoDevelop.VersionControl.Subversion
 
212
SUBDIRS = MonoDevelop.VersionControl MonoDevelop.VersionControl.Subversion MonoDevelop.VersionControl.Subversion.Unix MonoDevelop.VersionControl.Git
180
213
all: all-recursive
181
214
 
182
215
.SUFFIXES:
184
217
        @for dep in $?; do \
185
218
          case '$(am__configure_deps)' in \
186
219
            *$$dep*) \
187
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
188
 
                && exit 0; \
 
220
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
221
                && { if test -f $@; then exit 0; else break; fi; }; \
189
222
              exit 1;; \
190
223
          esac; \
191
224
        done; \
192
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/addins/VersionControl/Makefile'; \
193
 
        cd $(top_srcdir) && \
194
 
          $(AUTOMAKE) --foreign  src/addins/VersionControl/Makefile
 
225
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/addins/VersionControl/Makefile'; \
 
226
        $(am__cd) $(top_srcdir) && \
 
227
          $(AUTOMAKE) --foreign src/addins/VersionControl/Makefile
195
228
.PRECIOUS: Makefile
196
229
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
197
230
        @case '$?' in \
209
242
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210
243
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
211
244
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
245
$(am__aclocal_m4_deps):
212
246
 
213
247
# This directory's subdirectories are mostly independent; you can cd
214
248
# into them and run `make' without going through this Makefile.
217
251
#     (which will cause the Makefiles to be regenerated when you run `make');
218
252
# (2) otherwise, pass the desired values on the `make' command line.
219
253
$(RECURSIVE_TARGETS):
220
 
        @failcom='exit 1'; \
 
254
        @fail= failcom='exit 1'; \
221
255
        for f in x $$MAKEFLAGS; do \
222
256
          case $$f in \
223
257
            *=* | --[!k]*);; \
234
268
          else \
235
269
            local_target="$$target"; \
236
270
          fi; \
237
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
271
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
238
272
          || eval $$failcom; \
239
273
        done; \
240
274
        if test "$$dot_seen" = "no"; then \
242
276
        fi; test -z "$$fail"
243
277
 
244
278
$(RECURSIVE_CLEAN_TARGETS):
245
 
        @failcom='exit 1'; \
 
279
        @fail= failcom='exit 1'; \
246
280
        for f in x $$MAKEFLAGS; do \
247
281
          case $$f in \
248
282
            *=* | --[!k]*);; \
268
302
          else \
269
303
            local_target="$$target"; \
270
304
          fi; \
271
 
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
305
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
272
306
          || eval $$failcom; \
273
307
        done && test -z "$$fail"
274
308
tags-recursive:
275
309
        list='$(SUBDIRS)'; for subdir in $$list; do \
276
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
310
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
277
311
        done
278
312
ctags-recursive:
279
313
        list='$(SUBDIRS)'; for subdir in $$list; do \
280
 
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
314
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
281
315
        done
282
316
 
283
317
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
285
319
        unique=`for i in $$list; do \
286
320
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
287
321
          done | \
288
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
322
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
289
323
              END { if (nonempty) { for (i in files) print i; }; }'`; \
290
324
        mkid -fID $$unique
291
325
tags: TAGS
292
326
 
293
327
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
294
328
                $(TAGS_FILES) $(LISP)
295
 
        tags=; \
 
329
        set x; \
296
330
        here=`pwd`; \
297
331
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
298
332
          include_option=--etags-include; \
304
338
        list='$(SUBDIRS)'; for subdir in $$list; do \
305
339
          if test "$$subdir" = .; then :; else \
306
340
            test ! -f $$subdir/TAGS || \
307
 
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
341
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
308
342
          fi; \
309
343
        done; \
310
344
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
313
347
          done | \
314
348
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
315
349
              END { if (nonempty) { for (i in files) print i; }; }'`; \
316
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
350
        shift; \
 
351
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
317
352
          test -n "$$unique" || unique=$$empty_fix; \
318
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
319
 
            $$tags $$unique; \
 
353
          if test $$# -gt 0; then \
 
354
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
355
              "$$@" $$unique; \
 
356
          else \
 
357
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
358
              $$unique; \
 
359
          fi; \
320
360
        fi
321
361
ctags: CTAGS
322
362
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
323
363
                $(TAGS_FILES) $(LISP)
324
 
        tags=; \
325
364
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
326
365
        unique=`for i in $$list; do \
327
366
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328
367
          done | \
329
368
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
330
369
              END { if (nonempty) { for (i in files) print i; }; }'`; \
331
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
370
        test -z "$(CTAGS_ARGS)$$unique" \
332
371
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
333
 
             $$tags $$unique
 
372
             $$unique
334
373
 
335
374
GTAGS:
336
375
        here=`$(am__cd) $(top_builddir) && pwd` \
337
 
          && cd $(top_srcdir) \
338
 
          && gtags -i $(GTAGS_ARGS) $$here
 
376
          && $(am__cd) $(top_srcdir) \
 
377
          && gtags -i $(GTAGS_ARGS) "$$here"
339
378
 
340
379
distclean-tags:
341
380
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
356
395
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
357
396
          if test -d $$d/$$file; then \
358
397
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
398
            if test -d "$(distdir)/$$file"; then \
 
399
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
400
            fi; \
359
401
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
360
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
402
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
403
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
361
404
            fi; \
362
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
405
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
363
406
          else \
364
 
            test -f $(distdir)/$$file \
365
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
407
            test -f "$(distdir)/$$file" \
 
408
            || cp -p $$d/$$file "$(distdir)/$$file" \
366
409
            || exit 1; \
367
410
          fi; \
368
411
        done
369
 
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
412
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
370
413
          if test "$$subdir" = .; then :; else \
371
414
            test -d "$(distdir)/$$subdir" \
372
415
            || $(MKDIR_P) "$(distdir)/$$subdir" \
373
416
            || exit 1; \
374
 
            distdir=`$(am__cd) $(distdir) && pwd`; \
375
 
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
376
 
            (cd $$subdir && \
 
417
          fi; \
 
418
        done
 
419
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
420
          if test "$$subdir" = .; then :; else \
 
421
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
422
            $(am__relativize); \
 
423
            new_distdir=$$reldir; \
 
424
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
425
            $(am__relativize); \
 
426
            new_top_distdir=$$reldir; \
 
427
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
428
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
429
            ($(am__cd) $$subdir && \
377
430
              $(MAKE) $(AM_MAKEFLAGS) \
378
 
                top_distdir="$$top_distdir" \
379
 
                distdir="$$distdir/$$subdir" \
 
431
                top_distdir="$$new_top_distdir" \
 
432
                distdir="$$new_distdir" \
380
433
                am__remove_distdir=: \
381
434
                am__skip_length_check=: \
 
435
                am__skip_mode_fix=: \
382
436
                distdir) \
383
437
              || exit 1; \
384
438
          fi; \
408
462
 
409
463
distclean-generic:
410
464
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
465
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
411
466
 
412
467
maintainer-clean-generic:
413
468
        @echo "This command is intended for maintainers to use"
426
481
 
427
482
html: html-recursive
428
483
 
 
484
html-am:
 
485
 
429
486
info: info-recursive
430
487
 
431
488
info-am:
434
491
 
435
492
install-dvi: install-dvi-recursive
436
493
 
 
494
install-dvi-am:
 
495
 
437
496
install-exec-am:
438
497
 
439
498
install-html: install-html-recursive
440
499
 
 
500
install-html-am:
 
501
 
441
502
install-info: install-info-recursive
442
503
 
 
504
install-info-am:
 
505
 
443
506
install-man:
444
507
 
445
508
install-pdf: install-pdf-recursive
446
509
 
 
510
install-pdf-am:
 
511
 
447
512
install-ps: install-ps-recursive
448
513
 
 
514
install-ps-am:
 
515
 
449
516
installcheck-am:
450
517
 
451
518
maintainer-clean: maintainer-clean-recursive
466
533
 
467
534
uninstall-am:
468
535
 
469
 
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
470
 
        install-strip
 
536
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
 
537
        install-am install-strip tags-recursive
471
538
 
472
539
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
473
540
        all all-am check check-am clean clean-generic ctags \
482
549
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
483
550
        tags-recursive uninstall uninstall-am
484
551
 
 
552
 
485
553
# Tell versions [3.59,3.63) of GNU make to not export all variables.
486
554
# Otherwise a system limit (for SysV at least) may be exceeded.
487
555
.NOEXPORT: