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

« back to all changes in this revision

Viewing changes to Test/FileExtender/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/FileExtender
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/extras/FileExtender.dll
132
140
COMPILE_TARGET = library
133
141
PROJECT_REFERENCES = \
134
142
        ../../bin/Mono.Addins.dll \
135
 
        ../lib/FileContentExtension.dll
 
143
        ../lib/FileContentExtension.dll \
 
144
        ../UnitTests/bin/Debug/UnitTests.dll
136
145
 
137
146
BUILD_DIR = ../lib/extras
138
147
FILES = FileExtender.cs 
139
148
DATA_FILES = ExtraExtender.addin.xml 
140
 
RESOURCES = FileExtender.addin.xml 
 
149
RESOURCES = \
 
150
        FileExtender.addin.xml \
 
151
        FileExtender.Bis.addin.xml 
 
152
 
141
153
EXTRAS = 
142
154
REFERENCES = -r:System
143
155
DLL_REFERENCES = 
155
167
all: all-am
156
168
 
157
169
.SUFFIXES:
158
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/makefile-sample.include $(am__configure_deps)
 
170
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/makefile-sample.include $(am__configure_deps)
159
171
        @for dep in $?; do \
160
172
          case '$(am__configure_deps)' in \
161
173
            *$$dep*) \
162
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
163
 
                && exit 0; \
 
174
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
175
                && { if test -f $@; then exit 0; else break; fi; }; \
164
176
              exit 1;; \
165
177
          esac; \
166
178
        done; \
167
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/FileExtender/Makefile'; \
168
 
        cd $(top_srcdir) && \
169
 
          $(AUTOMAKE) --foreign  ./Test/FileExtender/Makefile
 
179
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Test/FileExtender/Makefile'; \
 
180
        $(am__cd) $(top_srcdir) && \
 
181
          $(AUTOMAKE) --foreign ./Test/FileExtender/Makefile
170
182
.PRECIOUS: Makefile
171
183
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
172
184
        @case '$?' in \
180
192
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
181
193
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
182
194
 
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
 
195
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
196
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
197
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
198
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
199
$(am__aclocal_m4_deps):
187
200
tags: TAGS
188
201
TAGS:
189
202
 
207
220
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
208
221
          if test -d $$d/$$file; then \
209
222
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
223
            if test -d "$(distdir)/$$file"; then \
 
224
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
225
            fi; \
210
226
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
211
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
227
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
228
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
212
229
            fi; \
213
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
230
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
214
231
          else \
215
 
            test -f $(distdir)/$$file \
216
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
232
            test -f "$(distdir)/$$file" \
 
233
            || cp -p $$d/$$file "$(distdir)/$$file" \
217
234
            || exit 1; \
218
235
          fi; \
219
236
        done
242
259
 
243
260
distclean-generic:
244
261
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
262
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
245
263
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
246
264
 
247
265
maintainer-clean-generic:
261
279
 
262
280
html: html-am
263
281
 
 
282
html-am:
 
283
 
264
284
info: info-am
265
285
 
266
286
info-am:
269
289
 
270
290
install-dvi: install-dvi-am
271
291
 
 
292
install-dvi-am:
 
293
 
272
294
install-exec-am:
273
295
 
274
296
install-html: install-html-am
275
297
 
 
298
install-html-am:
 
299
 
276
300
install-info: install-info-am
277
301
 
 
302
install-info-am:
 
303
 
278
304
install-man:
279
305
 
280
306
install-pdf: install-pdf-am
281
307
 
 
308
install-pdf-am:
 
309
 
282
310
install-ps: install-ps-am
283
311
 
 
312
install-ps-am:
 
313
 
284
314
installcheck-am:
285
315
 
286
316
maintainer-clean: maintainer-clean-am
316
346
 
317
347
@ENABLE_TESTS_TRUE@all: $(ASSEMBLY)
318
348
 
319
 
$(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafiles) 
 
349
$(ASSEMBLY).mdb: $(ASSEMBLY)
 
350
 
 
351
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) 
320
352
        mkdir -p $(dir $(ASSEMBLY))             
321
353
 
322
354
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref)
324
356
@ENABLE_TESTS_TRUE@$(build_datafiles): $(BUILD_DIR)/% : $(addprefix $(srcdir)/, %)
325
357
@ENABLE_TESTS_TRUE@     mkdir -p $(dir $@)              
326
358
@ENABLE_TESTS_TRUE@     cp $< $@
 
359
 
327
360
# Tell versions [3.59,3.63) of GNU make to not export all variables.
328
361
# Otherwise a system limit (for SysV at least) may be exceeded.
329
362
.NOEXPORT: