~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.6 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, 2009  Free Software Foundation,
6
 
# Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
 
6
# Foundation, Inc.
7
7
# This Makefile.in is free software; the Free Software Foundation
8
8
# gives unlimited permission to copy and/or distribute it,
9
9
# with or without modifications, as long as this notice is preserved.
17
17
 
18
18
 
19
19
VPATH = @srcdir@
 
20
am__make_dryrun = \
 
21
  { \
 
22
    am__dry=no; \
 
23
    case $$MAKEFLAGS in \
 
24
      *\\[\ \   ]*) \
 
25
        echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
 
26
          | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
 
27
      *) \
 
28
        for am__flg in $$MAKEFLAGS; do \
 
29
          case $$am__flg in \
 
30
            *=*|--*) ;; \
 
31
            *n*) am__dry=yes; break;; \
 
32
          esac; \
 
33
        done;; \
 
34
    esac; \
 
35
    test $$am__dry = yes; \
 
36
  }
20
37
pkgdatadir = $(datadir)/@PACKAGE@
21
38
pkgincludedir = $(includedir)/@PACKAGE@
22
39
pkglibdir = $(libdir)/@PACKAGE@
39
56
        $(srcdir)/monodevelop-core-mac-addins.pc.in \
40
57
        $(srcdir)/monodevelop.in $(srcdir)/monodevelop.pc.in \
41
58
        $(srcdir)/monodevelop.spec.in $(top_srcdir)/Makefile.include \
42
 
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog NEWS \
43
 
        install-sh missing
 
59
        $(top_srcdir)/configure $(top_srcdir)/xbuild.include AUTHORS \
 
60
        COPYING ChangeLog NEWS install-sh missing
44
61
subdir = .
45
62
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46
63
am__aclocal_m4_deps = $(top_srcdir)/configure.in
74
91
am__base_list = \
75
92
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
76
93
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
94
am__uninstall_files_from_dir = { \
 
95
  test -z "$$files" \
 
96
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
97
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
98
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
99
  }
77
100
am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(buildinfodir)" \
78
101
        "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pkgconfigdir)" \
79
102
        "$(DESTDIR)$(xdgmimedir)"
87
110
        install-pdf-recursive install-ps-recursive install-recursive \
88
111
        installcheck-recursive installdirs-recursive pdf-recursive \
89
112
        ps-recursive uninstall-recursive
 
113
am__can_run_installinfo = \
 
114
  case $$AM_UPDATE_INFO_DIR in \
 
115
    n|no|NO) false;; \
 
116
    *) (install-info --version) >/dev/null 2>&1;; \
 
117
  esac
90
118
DATA = $(buildinfo_DATA) $(desktop_DATA) $(pkgconfig_DATA) \
91
119
        $(xdgmime_DATA)
92
120
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
101
129
distdir = $(PACKAGE)-$(VERSION)
102
130
top_distdir = $(distdir)
103
131
am__remove_distdir = \
104
 
  { test ! -d "$(distdir)" \
105
 
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
106
 
         && rm -fr "$(distdir)"; }; }
 
132
  if test -d "$(distdir)"; then \
 
133
    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
134
      && rm -rf "$(distdir)" \
 
135
      || { sleep 5 && rm -rf "$(distdir)"; }; \
 
136
  else :; fi
107
137
am__relativize = \
108
138
  dir0=`pwd`; \
109
139
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
131
161
  reldir="$$dir2"
132
162
DIST_ARCHIVES = $(distdir).tar.gz
133
163
GZIP_ENV = --best
 
164
am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
 
165
  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
134
166
ACLOCAL = @ACLOCAL@
135
167
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
136
168
ALL_LINGUAS = @ALL_LINGUAS@
182
214
MONO = @MONO@
183
215
MONODOC_CFLAGS = @MONODOC_CFLAGS@
184
216
MONODOC_LIBS = @MONODOC_LIBS@
185
 
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
186
 
MONO_ADDINS_GUI_CFLAGS = @MONO_ADDINS_GUI_CFLAGS@
187
 
MONO_ADDINS_GUI_LIBS = @MONO_ADDINS_GUI_LIBS@
188
 
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
189
 
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
190
 
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
191
217
MONO_GAC_PREFIX = @MONO_GAC_PREFIX@
192
218
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
193
219
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
256
282
top_build_prefix = @top_build_prefix@
257
283
top_builddir = @top_builddir@
258
284
top_srcdir = @top_srcdir@
259
 
SUBDIRS = external contrib src po man theme-icons build tests
 
285
ALL_CSPROJ = $(wildcard *.csproj)
 
286
MAIN_SLN = $(top_builddir)/Main.sln
 
287
@ENABLE_GNOMEPLATFORM_TRUE@PROFILE_NAME = Debug
 
288
@ENABLE_MACPLATFORM_TRUE@PROFILE_NAME = DebugMac
 
289
@ENABLE_WINDOWSPLATFORM_TRUE@PROFILE_NAME = DebugWin32
 
290
XBUILD = xbuild
 
291
XBUILD_VERBOSITY = quiet
 
292
XBUILD_ARGS = /verbosity:$(XBUILD_VERBOSITY) /nologo /property:CodePage=65001
 
293
XBUILD_PROFILE = /property:Configuration=$(PROFILE_NAME)
 
294
 
 
295
# Figure out how far we are from top_builddir
 
296
DEPTH = $(shell echo "$(top_builddir)" | tr '/' '\n' | grep -c '..')
 
297
EXTS := *.bmp *.cs *.csproj *.html *.png *.snk *.config *.stetic *.glade *.xml *.xsd *.exe.addins *.template *.tt *.txt
 
298
ALL_FILES := $(EXTS) \
 
299
                $(addprefix */,$(EXTS))         \
 
300
                $(addprefix */*/,$(EXTS))       \
 
301
                $(addprefix */*/*/,$(EXTS))     \
 
302
                $(addprefix */*/*/*/,$(EXTS))   \
 
303
                $(addprefix */*/*/*/*/,$(EXTS)) \
 
304
                $(wildcard icons/*)             \
 
305
                $(wildcard templates/*)
 
306
 
 
307
WILDCARDED_FILES := $(wildcard $(ALL_FILES))
 
308
#mkdir -p $(MAC_APP_DIR)/Contents/{MacOS,Resources}
 
309
#mkdir -p $(MAC_APP_LIB_DIR)
 
310
#cp -a build/AddIns $(MAC_APP_LIB_DIR)
 
311
#cp -a build/data $(MAC_APP_LIB_DIR)
 
312
#cp -a build/bin $(MAC_APP_LIB_DIR)
 
313
 
 
314
# we can't use the variables that are conditionally defined
 
315
EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(pixmap_DATA) \
 
316
        monodevelop.xml $(pkgconfig_in_files) vcrevision external/Makefile.in \
 
317
        Main.sln \
 
318
        md.targets
 
319
 
 
320
SUBDIRS = external . contrib src po man theme-icons build tests
260
321
 
261
322
#capture aclocal flags for autoreconf
262
323
ACLOCAL_AMFLAGS = $(ACLOCAL_FLAGS)
305
366
        build/bin/MonoDevelop.Projects.Gui.dll
306
367
 
307
368
#       cd docs/apiguide && mdassembler --out monodevelop-api-guide --xhtml toc.xhtml && mv monodevelop-api-guide.zip ../web/sources
308
 
MD_LAUNCH = $(MD_LAUNCH_SETUP) UBUNTU_MENUPROXY=0 exec -a "monodevelop" $(RUNTIME)
309
 
#mkdir -p $(MAC_APP_DIR)/Contents/{MacOS,Resources}
310
 
#mkdir -p $(MAC_APP_LIB_DIR)
311
 
#cp -a build/AddIns $(MAC_APP_LIB_DIR)
312
 
#cp -a build/data $(MAC_APP_LIB_DIR)
313
 
#cp -a build/bin $(MAC_APP_LIB_DIR)
314
 
 
315
 
# we can't use the variables that are conditionally defined
316
 
EXTRA_DIST = $(bin_SCRIPTS) $(desktop_DATA) $(pixmap_DATA) \
317
 
        monodevelop.xml $(pkgconfig_in_files) vcrevision external/Makefile.in
318
 
 
 
369
MD_LAUNCH = $(MD_LAUNCH_SETUP) UBUNTU_MENUPROXY=0 LIBOVERLAY_SCROLLBAR=0 exec -a "monodevelop" $(RUNTIME)
319
370
DISTCLEANFILES = monodevelop intltool-extract intltool-merge intltool-update \
320
371
        $(pkgconfig_DATA) 
321
372
 
351
402
all: all-recursive
352
403
 
353
404
.SUFFIXES:
354
 
am--refresh:
 
405
am--refresh: Makefile
355
406
        @:
356
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.include $(am__configure_deps)
 
407
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/xbuild.include $(top_srcdir)/Makefile.include $(am__configure_deps)
357
408
        @for dep in $?; do \
358
409
          case '$(am__configure_deps)' in \
359
410
            *$$dep*) \
376
427
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
377
428
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
378
429
        esac;
 
430
$(top_srcdir)/xbuild.include $(top_srcdir)/Makefile.include:
379
431
 
380
432
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
381
433
        $(SHELL) ./config.status --recheck
399
451
        cd $(top_builddir) && $(SHELL) ./config.status $@
400
452
install-binSCRIPTS: $(bin_SCRIPTS)
401
453
        @$(NORMAL_INSTALL)
402
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
403
454
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
 
455
        if test -n "$$list"; then \
 
456
          echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
 
457
          $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
 
458
        fi; \
404
459
        for p in $$list; do \
405
460
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
406
461
          if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
428
483
        @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
429
484
        files=`for p in $$list; do echo "$$p"; done | \
430
485
               sed -e 's,.*/,,;$(transform)'`; \
431
 
        test -n "$$list" || exit 0; \
432
 
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
433
 
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
486
        dir='$(DESTDIR)$(bindir)'; $(am__uninstall_files_from_dir)
434
487
install-buildinfoDATA: $(buildinfo_DATA)
435
488
        @$(NORMAL_INSTALL)
436
 
        test -z "$(buildinfodir)" || $(MKDIR_P) "$(DESTDIR)$(buildinfodir)"
437
489
        @list='$(buildinfo_DATA)'; test -n "$(buildinfodir)" || list=; \
 
490
        if test -n "$$list"; then \
 
491
          echo " $(MKDIR_P) '$(DESTDIR)$(buildinfodir)'"; \
 
492
          $(MKDIR_P) "$(DESTDIR)$(buildinfodir)" || exit 1; \
 
493
        fi; \
438
494
        for p in $$list; do \
439
495
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
440
496
          echo "$$d$$p"; \
448
504
        @$(NORMAL_UNINSTALL)
449
505
        @list='$(buildinfo_DATA)'; test -n "$(buildinfodir)" || list=; \
450
506
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
451
 
        test -n "$$files" || exit 0; \
452
 
        echo " ( cd '$(DESTDIR)$(buildinfodir)' && rm -f" $$files ")"; \
453
 
        cd "$(DESTDIR)$(buildinfodir)" && rm -f $$files
 
507
        dir='$(DESTDIR)$(buildinfodir)'; $(am__uninstall_files_from_dir)
454
508
install-desktopDATA: $(desktop_DATA)
455
509
        @$(NORMAL_INSTALL)
456
 
        test -z "$(desktopdir)" || $(MKDIR_P) "$(DESTDIR)$(desktopdir)"
457
510
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
 
511
        if test -n "$$list"; then \
 
512
          echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \
 
513
          $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \
 
514
        fi; \
458
515
        for p in $$list; do \
459
516
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
460
517
          echo "$$d$$p"; \
468
525
        @$(NORMAL_UNINSTALL)
469
526
        @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \
470
527
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
471
 
        test -n "$$files" || exit 0; \
472
 
        echo " ( cd '$(DESTDIR)$(desktopdir)' && rm -f" $$files ")"; \
473
 
        cd "$(DESTDIR)$(desktopdir)" && rm -f $$files
 
528
        dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir)
474
529
install-pkgconfigDATA: $(pkgconfig_DATA)
475
530
        @$(NORMAL_INSTALL)
476
 
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
477
531
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
532
        if test -n "$$list"; then \
 
533
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
534
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
535
        fi; \
478
536
        for p in $$list; do \
479
537
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
480
538
          echo "$$d$$p"; \
488
546
        @$(NORMAL_UNINSTALL)
489
547
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
490
548
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
491
 
        test -n "$$files" || exit 0; \
492
 
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
493
 
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
549
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
494
550
install-xdgmimeDATA: $(xdgmime_DATA)
495
551
        @$(NORMAL_INSTALL)
496
 
        test -z "$(xdgmimedir)" || $(MKDIR_P) "$(DESTDIR)$(xdgmimedir)"
497
552
        @list='$(xdgmime_DATA)'; test -n "$(xdgmimedir)" || list=; \
 
553
        if test -n "$$list"; then \
 
554
          echo " $(MKDIR_P) '$(DESTDIR)$(xdgmimedir)'"; \
 
555
          $(MKDIR_P) "$(DESTDIR)$(xdgmimedir)" || exit 1; \
 
556
        fi; \
498
557
        for p in $$list; do \
499
558
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
500
559
          echo "$$d$$p"; \
508
567
        @$(NORMAL_UNINSTALL)
509
568
        @list='$(xdgmime_DATA)'; test -n "$(xdgmimedir)" || list=; \
510
569
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
511
 
        test -n "$$files" || exit 0; \
512
 
        echo " ( cd '$(DESTDIR)$(xdgmimedir)' && rm -f" $$files ")"; \
513
 
        cd "$(DESTDIR)$(xdgmimedir)" && rm -f $$files
 
570
        dir='$(DESTDIR)$(xdgmimedir)'; $(am__uninstall_files_from_dir)
514
571
 
515
572
# This directory's subdirectories are mostly independent; you can cd
516
573
# into them and run `make' without going through this Makefile.
681
738
        done
682
739
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
683
740
          if test "$$subdir" = .; then :; else \
684
 
            test -d "$(distdir)/$$subdir" \
685
 
            || $(MKDIR_P) "$(distdir)/$$subdir" \
686
 
            || exit 1; \
687
 
          fi; \
688
 
        done
689
 
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
690
 
          if test "$$subdir" = .; then :; else \
 
741
            $(am__make_dryrun) \
 
742
              || test -d "$(distdir)/$$subdir" \
 
743
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
744
              || exit 1; \
691
745
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
692
746
            $(am__relativize); \
693
747
            new_distdir=$$reldir; \
719
773
        $(am__remove_distdir)
720
774
 
721
775
dist-bzip2: distdir
722
 
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
776
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
 
777
        $(am__remove_distdir)
 
778
 
 
779
dist-lzip: distdir
 
780
        tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
723
781
        $(am__remove_distdir)
724
782
 
725
783
dist-lzma: distdir
727
785
        $(am__remove_distdir)
728
786
 
729
787
dist-xz: distdir
730
 
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
788
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
731
789
        $(am__remove_distdir)
732
790
 
733
791
dist-tarZ: distdir
758
816
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
759
817
        *.tar.lzma*) \
760
818
          lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
 
819
        *.tar.lz*) \
 
820
          lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
761
821
        *.tar.xz*) \
762
822
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
763
823
        *.tar.Z*) \
767
827
        *.zip*) \
768
828
          unzip $(distdir).zip ;;\
769
829
        esac
770
 
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
830
        chmod -R a-w $(distdir); chmod u+w $(distdir)
771
831
        mkdir $(distdir)/_build
772
832
        mkdir $(distdir)/_inst
773
833
        chmod a-w $(distdir)
777
837
          && am__cwd=`pwd` \
778
838
          && $(am__cd) $(distdir)/_build \
779
839
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
840
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
780
841
            $(DISTCHECK_CONFIGURE_FLAGS) \
781
842
          && $(MAKE) $(AM_MAKEFLAGS) \
782
843
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
805
866
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
806
867
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
807
868
distuninstallcheck:
808
 
        @$(am__cd) '$(distuninstallcheck_dir)' \
809
 
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
869
        @test -n '$(distuninstallcheck_dir)' || { \
 
870
          echo 'ERROR: trying to run $@ with an empty' \
 
871
               '$$(distuninstallcheck_dir)' >&2; \
 
872
          exit 1; \
 
873
        }; \
 
874
        $(am__cd) '$(distuninstallcheck_dir)' || { \
 
875
          echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
 
876
          exit 1; \
 
877
        }; \
 
878
        test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
810
879
           || { echo "ERROR: files left after uninstall:" ; \
811
880
                if test -n "$(DESTDIR)"; then \
812
881
                  echo "  (check DESTDIR support)"; \
824
893
               exit 1; } >&2
825
894
check-am: all-am
826
895
check: check-recursive
827
 
all-am: Makefile $(SCRIPTS) $(DATA)
 
896
all-am: Makefile $(SCRIPTS) $(DATA) all-local
828
897
installdirs: installdirs-recursive
829
898
installdirs-am:
830
899
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(buildinfodir)" "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(xdgmimedir)"; do \
840
909
 
841
910
installcheck: installcheck-recursive
842
911
install-strip:
843
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
844
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
845
 
          `test -z '$(STRIP)' || \
846
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
912
        if test -z '$(STRIP)'; then \
 
913
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
914
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
915
              install; \
 
916
        else \
 
917
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
918
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
919
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
920
        fi
847
921
mostlyclean-generic:
848
922
 
849
923
clean-generic:
858
932
        @echo "it deletes files that may require special tools to rebuild."
859
933
@ENABLE_UPDATE_MIMEDB_FALSE@install-data-hook:
860
934
@ENABLE_UPDATE_MIMEDB_FALSE@uninstall-hook:
861
 
clean: clean-recursive
862
 
 
863
 
clean-am: clean-generic mostlyclean-am
 
935
clean-am: clean-generic clean-local mostlyclean-am
864
936
 
865
937
distclean: distclean-recursive
866
938
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
937
1009
        uninstall-am
938
1010
 
939
1011
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
940
 
        all all-am am--refresh check check-am clean clean-generic \
941
 
        ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
942
 
        dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
943
 
        distclean distclean-generic distclean-tags distcleancheck \
944
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
945
 
        info-am install install-am install-binSCRIPTS \
946
 
        install-buildinfoDATA install-data install-data-am \
947
 
        install-data-hook install-desktopDATA install-dvi \
948
 
        install-dvi-am install-exec install-exec-am install-html \
949
 
        install-html-am install-info install-info-am install-man \
950
 
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
951
 
        install-ps-am install-strip install-xdgmimeDATA installcheck \
952
 
        installcheck-am installdirs installdirs-am maintainer-clean \
953
 
        maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
954
 
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
955
 
        uninstall-binSCRIPTS uninstall-buildinfoDATA \
956
 
        uninstall-desktopDATA uninstall-hook uninstall-pkgconfigDATA \
957
 
        uninstall-xdgmimeDATA
958
 
 
 
1012
        all all-am all-local am--refresh check check-am clean \
 
1013
        clean-generic clean-local ctags ctags-recursive dist dist-all \
 
1014
        dist-bzip2 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ \
 
1015
        dist-xz dist-zip distcheck distclean distclean-generic \
 
1016
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
1017
        dvi-am html html-am info info-am install install-am \
 
1018
        install-binSCRIPTS install-buildinfoDATA install-data \
 
1019
        install-data-am install-data-hook install-desktopDATA \
 
1020
        install-dvi install-dvi-am install-exec install-exec-am \
 
1021
        install-html install-html-am install-info install-info-am \
 
1022
        install-man install-pdf install-pdf-am install-pkgconfigDATA \
 
1023
        install-ps install-ps-am install-strip install-xdgmimeDATA \
 
1024
        installcheck installcheck-am installdirs installdirs-am \
 
1025
        maintainer-clean maintainer-clean-generic mostlyclean \
 
1026
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
1027
        uninstall uninstall-am uninstall-binSCRIPTS \
 
1028
        uninstall-buildinfoDATA uninstall-desktopDATA uninstall-hook \
 
1029
        uninstall-pkgconfigDATA uninstall-xdgmimeDATA
 
1030
 
 
1031
 
 
1032
all: csproj_build
 
1033
 
 
1034
clean: csproj_clean
 
1035
 
 
1036
csproj_build:
 
1037
        @if test x$(SKIP) != xy -a $(DEPTH) -gt $(MAKELEVEL); then \
 
1038
        echo Building $(ALL_CSPROJ); \
 
1039
        for p in $(ALL_CSPROJ); do $(XBUILD) $(XBUILD_ARGS) $$p; done \
 
1040
        fi
 
1041
 
 
1042
csproj_clean:
 
1043
        @if test x$(SKIP) != xy -a $(DEPTH) -gt $(MAKELEVEL); then \
 
1044
        echo Cleaning $(ALL_CSPROJ); \
 
1045
        for p in $(ALL_CSPROJ); do $(XBUILD) $(XBUILD_ARGS) $$p /t:Clean; done \
 
1046
        fi
 
1047
 
 
1048
sln_build:
 
1049
        @echo Building $(MAIN_SLN)
 
1050
        $(XBUILD) $(XBUILD_ARGS) $(MAIN_SLN) $(XBUILD_PROFILE)
 
1051
 
 
1052
sln_clean:
 
1053
        @echo Cleaning $(MAIN_SLN)
 
1054
        $(XBUILD) $(XBUILD_ARGS) $(MAIN_SLN) $(XBUILD_PROFILE) /t:Clean
 
1055
 
 
1056
print_extradist:
 
1057
        @echo $(WILDCARDED_FILES)
 
1058
 
 
1059
.PHONY: all clean csproj_build csproj_clean sln_build sln_clean
959
1060
 
960
1061
all: vcrevision
961
1062
 
 
1063
all-local: sln_build
 
1064
 
 
1065
clean: clean-local
 
1066
 
 
1067
clean-local: sln_clean
 
1068
 
962
1069
vcrevision:
963
1070
        @if test -d ../.git; then \
964
1071
                version=$$(cd ..; \
965
1072
                        LANG=C; export LANG; \
966
 
                        git describe --dirty --always --abbrev=0 --match nothing; \
 
1073
                        git rev-parse HEAD; \
967
1074
                ); \
968
1075
                echo "$$version" > "vcrevision"; \
969
1076
        else \
1000
1107
        mautil -reg build/bin -p build/bin info --all --xml > docs/extension-model.xml
1001
1108
        mdassembler --out docs/sources/monodevelop-extension-guide --addins docs/extension-model.xml
1002
1109
 
1003
 
run: runmd
 
1110
run: runmd-sgen
 
1111
 
 
1112
run-sgen: runmd-sgen
1004
1113
 
1005
1114
runmd: $(PROGRAM)
1006
1115
        $(MD_LAUNCH) --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
1007
1116
 
 
1117
runmd-sgen: $(PROGRAM)
 
1118
        $(MD_LAUNCH)-sgen --debug $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
 
1119
 
1008
1120
run-debug: $(PROGRAM)
1009
1121
        MONODEVELOP_CONSOLE_LOG_LEVEL=All $(MD_LAUNCH) --debug=casts $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
1010
1122
 
1013
1125
        $(MD_LAUNCH_SETUP) gdb $(RUNTIME) -x gdb.commands
1014
1126
        rm -f gdb.commands
1015
1127
 
 
1128
run-gdb-sgen: $(PROGRAM)
 
1129
        echo "run --debug $(MD_BIN_PATH)/MonoDevelop.exe" > gdb.commands
 
1130
        $(MD_LAUNCH_SETUP) gdb $(RUNTIME)-sgen -x gdb.commands
 
1131
        rm -f gdb.commands
 
1132
 
1016
1133
run-profile: $(PROGRAM)
1017
1134
        $(MD_LAUNCH) --profile=log:calls $(MD_BIN_PATH)/MonoDevelop.exe --no-redirect
1018
1135
 
1033
1150
        $(MDTOOL_RUN) setup reg-build -v
1034
1151
 
1035
1152
test:
1036
 
        cd tests/UnitTests && make test fixture=$(fixture)
 
1153
        cd tests && $(MAKE) test assembly=$(assembly)
1037
1154
 
1038
1155
app-dir: all
1039
1156
        cd build && make app-dir