~ubuntu-branches/ubuntu/trusty/mono-addins/trusty-proposed

« back to all changes in this revision

Viewing changes to Test/CommandExtension/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields
  • Date: 2011-04-25 11:11:33 UTC
  • mfrom: (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110425111133-t05u5p7o5fxx70fu
Tags: 0.6-2
Upload to Unstable

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
30
32
PRE_UNINSTALL = :
31
33
POST_UNINSTALL = :
32
34
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
33
 
        $(top_srcdir)/makefile-sample.include
 
35
        $(top_srcdir)/makefile-sample.include ChangeLog
34
36
subdir = ./Test/CommandExtension
35
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
36
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
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
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
67
70
LIBOBJS = @LIBOBJS@
68
71
LIBS = @LIBS@
69
72
LTLIBOBJS = @LTLIBOBJS@
 
73
MAINT = @MAINT@
70
74
MAKEINFO = @MAKEINFO@
71
75
MCS = @MCS@
72
76
MKDIR_P = @MKDIR_P@
 
77
MONODOC_CFLAGS = @MONODOC_CFLAGS@
 
78
MONODOC_LIBS = @MONODOC_LIBS@
73
79
MONO_ADDINS_DEFAULT_LIB = @MONO_ADDINS_DEFAULT_LIB@
74
80
MONO_ADDINS_GUI_DEFAULT_LIB = @MONO_ADDINS_GUI_DEFAULT_LIB@
75
81
MONO_ADDINS_SETUP_DEFAULT_LIB = @MONO_ADDINS_SETUP_DEFAULT_LIB@
80
86
PACKAGE_NAME = @PACKAGE_NAME@
81
87
PACKAGE_STRING = @PACKAGE_STRING@
82
88
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
89
PACKAGE_URL = @PACKAGE_URL@
83
90
PACKAGE_VERSION = @PACKAGE_VERSION@
84
91
PATH_SEPARATOR = @PATH_SEPARATOR@
85
92
PKG_CONFIG = @PKG_CONFIG@
124
131
srcdir = @srcdir@
125
132
sysconfdir = @sysconfdir@
126
133
target_alias = @target_alias@
 
134
top_build_prefix = @top_build_prefix@
127
135
top_builddir = @top_builddir@
128
136
top_srcdir = @top_srcdir@
129
 
ASSEMBLY_COMPILER_COMMAND = mcs
 
137
ASSEMBLY_COMPILER_COMMAND = @MCS@
130
138
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG
131
139
ASSEMBLY = ../lib/CommandExtension.dll
132
140
COMPILE_TARGET = library
155
163
all: all-am
156
164
 
157
165
.SUFFIXES:
158
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/makefile-sample.include $(am__configure_deps)
 
166
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/makefile-sample.include $(am__configure_deps)
159
167
        @for dep in $?; do \
160
168
          case '$(am__configure_deps)' in \
161
169
            *$$dep*) \
162
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
163
 
                && exit 0; \
 
170
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
171
                && { if test -f $@; then exit 0; else break; fi; }; \
164
172
              exit 1;; \
165
173
          esac; \
166
174
        done; \
167
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/CommandExtension/Makefile'; \
168
 
        cd $(top_srcdir) && \
169
 
          $(AUTOMAKE) --foreign  ./Test/CommandExtension/Makefile
 
175
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Test/CommandExtension/Makefile'; \
 
176
        $(am__cd) $(top_srcdir) && \
 
177
          $(AUTOMAKE) --foreign ./Test/CommandExtension/Makefile
170
178
.PRECIOUS: Makefile
171
179
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
172
180
        @case '$?' in \
180
188
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
181
189
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
182
190
 
183
 
$(top_srcdir)/configure:  $(am__configure_deps)
184
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
185
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
186
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
191
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
192
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
193
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
194
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
195
$(am__aclocal_m4_deps):
187
196
tags: TAGS
188
197
TAGS:
189
198
 
207
216
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
208
217
          if test -d $$d/$$file; then \
209
218
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
219
            if test -d "$(distdir)/$$file"; then \
 
220
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
221
            fi; \
210
222
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
211
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
223
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
224
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
212
225
            fi; \
213
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
226
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
214
227
          else \
215
 
            test -f $(distdir)/$$file \
216
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
228
            test -f "$(distdir)/$$file" \
 
229
            || cp -p $$d/$$file "$(distdir)/$$file" \
217
230
            || exit 1; \
218
231
          fi; \
219
232
        done
242
255
 
243
256
distclean-generic:
244
257
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
258
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
245
259
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
246
260
 
247
261
maintainer-clean-generic:
261
275
 
262
276
html: html-am
263
277
 
 
278
html-am:
 
279
 
264
280
info: info-am
265
281
 
266
282
info-am:
269
285
 
270
286
install-dvi: install-dvi-am
271
287
 
 
288
install-dvi-am:
 
289
 
272
290
install-exec-am:
273
291
 
274
292
install-html: install-html-am
275
293
 
 
294
install-html-am:
 
295
 
276
296
install-info: install-info-am
277
297
 
 
298
install-info-am:
 
299
 
278
300
install-man:
279
301
 
280
302
install-pdf: install-pdf-am
281
303
 
 
304
install-pdf-am:
 
305
 
282
306
install-ps: install-ps-am
283
307
 
 
308
install-ps-am:
 
309
 
284
310
installcheck-am:
285
311
 
286
312
maintainer-clean: maintainer-clean-am
316
342
 
317
343
@ENABLE_TESTS_TRUE@all: $(ASSEMBLY)
318
344
 
319
 
$(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafiles) 
 
345
$(ASSEMBLY).mdb: $(ASSEMBLY)
 
346
 
 
347
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) 
320
348
        mkdir -p $(dir $(ASSEMBLY))             
321
349
 
322
350
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref)
324
352
@ENABLE_TESTS_TRUE@$(build_datafiles): $(BUILD_DIR)/% : $(addprefix $(srcdir)/, %)
325
353
@ENABLE_TESTS_TRUE@     mkdir -p $(dir $@)              
326
354
@ENABLE_TESTS_TRUE@     cp $< $@
 
355
 
327
356
# Tell versions [3.59,3.63) of GNU make to not export all variables.
328
357
# Otherwise a system limit (for SysV at least) may be exceeded.
329
358
.NOEXPORT: