~ubuntu-branches/ubuntu/quantal/monodevelop/quantal

« back to all changes in this revision

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