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

« back to all changes in this revision

Viewing changes to contrib/NGit/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.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
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.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
23
install_sh_DATA = $(install_sh) -c -m 644
 
24
install_sh_PROGRAM = $(install_sh) -c
 
25
install_sh_SCRIPT = $(install_sh) -c
 
26
INSTALL_HEADER = $(INSTALL_DATA)
 
27
transform = $(program_transform_name)
 
28
NORMAL_INSTALL = :
 
29
PRE_INSTALL = :
 
30
POST_INSTALL = :
 
31
NORMAL_UNINSTALL = :
 
32
PRE_UNINSTALL = :
 
33
POST_UNINSTALL = :
 
34
subdir = contrib/NGit
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
39
        $(ACLOCAL_M4)
 
40
mkinstalldirs = $(install_sh) -d
 
41
CONFIG_CLEAN_FILES =
 
42
CONFIG_CLEAN_VPATH_FILES =
 
43
SOURCES =
 
44
DIST_SOURCES =
 
45
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
46
ACLOCAL = @ACLOCAL@
 
47
ACLOCAL_FLAGS = @ACLOCAL_FLAGS@
 
48
ALL_LINGUAS = @ALL_LINGUAS@
 
49
AMTAR = @AMTAR@
 
50
ASSEMBLY_VERSION = @ASSEMBLY_VERSION@
 
51
AUTOCONF = @AUTOCONF@
 
52
AUTOHEADER = @AUTOHEADER@
 
53
AUTOMAKE = @AUTOMAKE@
 
54
AWK = @AWK@
 
55
CSC = @CSC@
 
56
CSC_FLAGS = @CSC_FLAGS@
 
57
CYGPATH_W = @CYGPATH_W@
 
58
DEFS = @DEFS@
 
59
DYLD_FALLBACK_LIBRARY_PATH = @DYLD_FALLBACK_LIBRARY_PATH@
 
60
ECHO_C = @ECHO_C@
 
61
ECHO_N = @ECHO_N@
 
62
ECHO_T = @ECHO_T@
 
63
GCONF_SHARP_CFLAGS = @GCONF_SHARP_CFLAGS@
 
64
GCONF_SHARP_LIBS = @GCONF_SHARP_LIBS@
 
65
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
66
GLADE_SHARP_CFLAGS = @GLADE_SHARP_CFLAGS@
 
67
GLADE_SHARP_LIBS = @GLADE_SHARP_LIBS@
 
68
GLIB_SHARP_CFLAGS = @GLIB_SHARP_CFLAGS@
 
69
GLIB_SHARP_LIBS = @GLIB_SHARP_LIBS@
 
70
GNOME_SHARP_CFLAGS = @GNOME_SHARP_CFLAGS@
 
71
GNOME_SHARP_LIBS = @GNOME_SHARP_LIBS@
 
72
GNOME_VFS_SHARP_CFLAGS = @GNOME_VFS_SHARP_CFLAGS@
 
73
GNOME_VFS_SHARP_LIBS = @GNOME_VFS_SHARP_LIBS@
 
74
GTK_SHARP_CFLAGS = @GTK_SHARP_CFLAGS@
 
75
GTK_SHARP_LIBS = @GTK_SHARP_LIBS@
 
76
INSTALL = @INSTALL@
 
77
INSTALL_DATA = @INSTALL_DATA@
 
78
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
79
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
80
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
81
LD_LIBRARY_PATH = @LD_LIBRARY_PATH@
 
82
LIBOBJS = @LIBOBJS@
 
83
LIBS = @LIBS@
 
84
LIB_PREFIX = @LIB_PREFIX@
 
85
LIB_SUFFIX = @LIB_SUFFIX@
 
86
LTLIBOBJS = @LTLIBOBJS@
 
87
MAINT = @MAINT@
 
88
MAKEINFO = @MAKEINFO@
 
89
MCS = @MCS@
 
90
MD_ADDIN_DIR = @MD_ADDIN_DIR@
 
91
MD_ASSEMBLY_DIR = @MD_ASSEMBLY_DIR@
 
92
MD_DIR = @MD_DIR@
 
93
MKDIR_P = @MKDIR_P@
 
94
MONO = @MONO@
 
95
MONODOC_CFLAGS = @MONODOC_CFLAGS@
 
96
MONODOC_LIBS = @MONODOC_LIBS@
 
97
MONO_ADDINS_CFLAGS = @MONO_ADDINS_CFLAGS@
 
98
MONO_ADDINS_GUI_CFLAGS = @MONO_ADDINS_GUI_CFLAGS@
 
99
MONO_ADDINS_GUI_LIBS = @MONO_ADDINS_GUI_LIBS@
 
100
MONO_ADDINS_LIBS = @MONO_ADDINS_LIBS@
 
101
MONO_ADDINS_SETUP_CFLAGS = @MONO_ADDINS_SETUP_CFLAGS@
 
102
MONO_ADDINS_SETUP_LIBS = @MONO_ADDINS_SETUP_LIBS@
 
103
MONO_GAC_PREFIX = @MONO_GAC_PREFIX@
 
104
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
 
105
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
 
106
MSGFMT = @MSGFMT@
 
107
MSGMERGE = @MSGMERGE@
 
108
PACKAGE = @PACKAGE@
 
109
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
110
PACKAGE_NAME = @PACKAGE_NAME@
 
111
PACKAGE_STRING = @PACKAGE_STRING@
 
112
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
113
PACKAGE_URL = @PACKAGE_URL@
 
114
PACKAGE_VERSION = @PACKAGE_VERSION@
 
115
PACKAGE_VERSION_LABEL = @PACKAGE_VERSION_LABEL@
 
116
PATH = @PATH@
 
117
PATH_SEPARATOR = @PATH_SEPARATOR@
 
118
PKG_CONFIG = @PKG_CONFIG@
 
119
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
120
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
121
RUNTIME = @RUNTIME@
 
122
SET_MAKE = @SET_MAKE@
 
123
SHELL = @SHELL@
 
124
SQLITE_XML = @SQLITE_XML@
 
125
STRIP = @STRIP@
 
126
UNMANAGED_DEPENDENCIES_MONO_CFLAGS = @UNMANAGED_DEPENDENCIES_MONO_CFLAGS@
 
127
UNMANAGED_DEPENDENCIES_MONO_LIBS = @UNMANAGED_DEPENDENCIES_MONO_LIBS@
 
128
UPDATE_DESKTOP_DB = @UPDATE_DESKTOP_DB@
 
129
UPDATE_MIME_DB = @UPDATE_MIME_DB@
 
130
VERSION = @VERSION@
 
131
abs_builddir = @abs_builddir@
 
132
abs_srcdir = @abs_srcdir@
 
133
abs_top_builddir = @abs_top_builddir@
 
134
abs_top_srcdir = @abs_top_srcdir@
 
135
am__leading_dot = @am__leading_dot@
 
136
am__tar = @am__tar@
 
137
am__untar = @am__untar@
 
138
bindir = @bindir@
 
139
build_alias = @build_alias@
 
140
builddir = @builddir@
 
141
datadir = @datadir@
 
142
datarootdir = @datarootdir@
 
143
docdir = @docdir@
 
144
dvidir = @dvidir@
 
145
exec_prefix = @exec_prefix@
 
146
gtksharp_prefix = @gtksharp_prefix@
 
147
host_alias = @host_alias@
 
148
htmldir = @htmldir@
 
149
includedir = @includedir@
 
150
infodir = @infodir@
 
151
install_sh = @install_sh@
 
152
libdir = @libdir@
 
153
libexecdir = @libexecdir@
 
154
localedir = @localedir@
 
155
localstatedir = @localstatedir@
 
156
mandir = @mandir@
 
157
mkdir_p = @mkdir_p@
 
158
oldincludedir = @oldincludedir@
 
159
pdfdir = @pdfdir@
 
160
prefix = @prefix@
 
161
program_transform_name = @program_transform_name@
 
162
psdir = @psdir@
 
163
sbindir = @sbindir@
 
164
sharedstatedir = @sharedstatedir@
 
165
srcdir = @srcdir@
 
166
sysconfdir = @sysconfdir@
 
167
target_alias = @target_alias@
 
168
top_build_prefix = @top_build_prefix@
 
169
top_builddir = @top_builddir@
 
170
top_srcdir = @top_srcdir@
 
171
BINDIR = $(top_builddir)/build/bin
 
172
NGIT_DLL = NGit.dll
 
173
NGIT = $(BINDIR)/$(NGIT_DLL)
 
174
NGIT_DEBUG = $(BINDIR)/$(NGIT_DLL).mdb
 
175
NGIT_DIR = $(srcdir)
 
176
CLEANFILES = $(NGIT) $(NGIT_MDB)
 
177
EXTRA_DIST = \
 
178
             $(wildcard NGit*/*.cs) \
 
179
             $(wildcard resources/*) \
 
180
             AssemblyInfo.cs \
 
181
             NGit.csproj
 
182
 
 
183
all: all-am
 
184
 
 
185
.SUFFIXES:
 
186
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
187
        @for dep in $?; do \
 
188
          case '$(am__configure_deps)' in \
 
189
            *$$dep*) \
 
190
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
191
                && { if test -f $@; then exit 0; else break; fi; }; \
 
192
              exit 1;; \
 
193
          esac; \
 
194
        done; \
 
195
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign contrib/NGit/Makefile'; \
 
196
        $(am__cd) $(top_srcdir) && \
 
197
          $(AUTOMAKE) --foreign contrib/NGit/Makefile
 
198
.PRECIOUS: Makefile
 
199
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
200
        @case '$?' in \
 
201
          *config.status*) \
 
202
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
203
          *) \
 
204
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
205
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
206
        esac;
 
207
 
 
208
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
209
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
210
 
 
211
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
212
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
213
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
214
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
215
$(am__aclocal_m4_deps):
 
216
tags: TAGS
 
217
TAGS:
 
218
 
 
219
ctags: CTAGS
 
220
CTAGS:
 
221
 
 
222
 
 
223
distdir: $(DISTFILES)
 
224
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
225
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
226
        list='$(DISTFILES)'; \
 
227
          dist_files=`for file in $$list; do echo $$file; done | \
 
228
          sed -e "s|^$$srcdirstrip/||;t" \
 
229
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
230
        case $$dist_files in \
 
231
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
232
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
233
                           sort -u` ;; \
 
234
        esac; \
 
235
        for file in $$dist_files; do \
 
236
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
237
          if test -d $$d/$$file; then \
 
238
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
239
            if test -d "$(distdir)/$$file"; then \
 
240
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
241
            fi; \
 
242
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
243
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
244
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
245
            fi; \
 
246
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
247
          else \
 
248
            test -f "$(distdir)/$$file" \
 
249
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
250
            || exit 1; \
 
251
          fi; \
 
252
        done
 
253
check-am: all-am
 
254
check: check-am
 
255
all-am: Makefile
 
256
installdirs:
 
257
install: install-am
 
258
install-exec: install-exec-am
 
259
install-data: install-data-am
 
260
uninstall: uninstall-am
 
261
 
 
262
install-am: all-am
 
263
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
264
 
 
265
installcheck: installcheck-am
 
266
install-strip:
 
267
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
268
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
269
          `test -z '$(STRIP)' || \
 
270
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
271
mostlyclean-generic:
 
272
 
 
273
clean-generic:
 
274
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
275
 
 
276
distclean-generic:
 
277
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
278
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
279
 
 
280
maintainer-clean-generic:
 
281
        @echo "This command is intended for maintainers to use"
 
282
        @echo "it deletes files that may require special tools to rebuild."
 
283
clean: clean-am
 
284
 
 
285
clean-am: clean-generic clean-local mostlyclean-am
 
286
 
 
287
distclean: distclean-am
 
288
        -rm -f Makefile
 
289
distclean-am: clean-am distclean-generic
 
290
 
 
291
dvi: dvi-am
 
292
 
 
293
dvi-am:
 
294
 
 
295
html: html-am
 
296
 
 
297
html-am:
 
298
 
 
299
info: info-am
 
300
 
 
301
info-am:
 
302
 
 
303
install-data-am:
 
304
 
 
305
install-dvi: install-dvi-am
 
306
 
 
307
install-dvi-am:
 
308
 
 
309
install-exec-am:
 
310
 
 
311
install-html: install-html-am
 
312
 
 
313
install-html-am:
 
314
 
 
315
install-info: install-info-am
 
316
 
 
317
install-info-am:
 
318
 
 
319
install-man:
 
320
 
 
321
install-pdf: install-pdf-am
 
322
 
 
323
install-pdf-am:
 
324
 
 
325
install-ps: install-ps-am
 
326
 
 
327
install-ps-am:
 
328
 
 
329
installcheck-am:
 
330
 
 
331
maintainer-clean: maintainer-clean-am
 
332
        -rm -f Makefile
 
333
maintainer-clean-am: distclean-am maintainer-clean-generic
 
334
 
 
335
mostlyclean: mostlyclean-am
 
336
 
 
337
mostlyclean-am: mostlyclean-generic
 
338
 
 
339
pdf: pdf-am
 
340
 
 
341
pdf-am:
 
342
 
 
343
ps: ps-am
 
344
 
 
345
ps-am:
 
346
 
 
347
uninstall-am:
 
348
 
 
349
.MAKE: install-am install-strip
 
350
 
 
351
.PHONY: all all-am check check-am clean clean-generic clean-local \
 
352
        distclean distclean-generic distdir dvi dvi-am html html-am \
 
353
        info info-am install install-am install-data install-data-am \
 
354
        install-dvi install-dvi-am install-exec install-exec-am \
 
355
        install-html install-html-am install-info install-info-am \
 
356
        install-man install-pdf install-pdf-am install-ps \
 
357
        install-ps-am install-strip installcheck installcheck-am \
 
358
        installdirs maintainer-clean maintainer-clean-generic \
 
359
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
 
360
        uninstall-am
 
361
 
 
362
 
 
363
all: $(NGIT)
 
364
 
 
365
$(NGIT): $(NGIT_CSFILES)
 
366
        mkdir -p $(BINDIR)
 
367
        xbuild $(NGIT_DIR)/NGit.csproj
 
368
 
 
369
clean-local:
 
370
        xbuild /t:Clean $(NGIT_DIR)/NGit.csproj
 
371
 
 
372
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
373
# Otherwise a system limit (for SysV at least) may be exceeded.
 
374
.NOEXPORT: