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

« back to all changes in this revision

Viewing changes to Test/FileContentExtension/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/FileContentExtension
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/FileContentExtension.dll
132
140
COMPILE_TARGET = library
159
167
all: all-am
160
168
 
161
169
.SUFFIXES:
162
 
$(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)
163
171
        @for dep in $?; do \
164
172
          case '$(am__configure_deps)' in \
165
173
            *$$dep*) \
166
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
167
 
                && exit 0; \
 
174
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
175
                && { if test -f $@; then exit 0; else break; fi; }; \
168
176
              exit 1;; \
169
177
          esac; \
170
178
        done; \
171
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Test/FileContentExtension/Makefile'; \
172
 
        cd $(top_srcdir) && \
173
 
          $(AUTOMAKE) --foreign  ./Test/FileContentExtension/Makefile
 
179
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ./Test/FileContentExtension/Makefile'; \
 
180
        $(am__cd) $(top_srcdir) && \
 
181
          $(AUTOMAKE) --foreign ./Test/FileContentExtension/Makefile
174
182
.PRECIOUS: Makefile
175
183
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
176
184
        @case '$?' in \
184
192
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
185
193
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
186
194
 
187
 
$(top_srcdir)/configure:  $(am__configure_deps)
188
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
189
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
190
 
        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):
191
200
tags: TAGS
192
201
TAGS:
193
202
 
211
220
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
212
221
          if test -d $$d/$$file; then \
213
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; \
214
226
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
215
 
              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 {} \;; \
216
229
            fi; \
217
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
230
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
218
231
          else \
219
 
            test -f $(distdir)/$$file \
220
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
232
            test -f "$(distdir)/$$file" \
 
233
            || cp -p $$d/$$file "$(distdir)/$$file" \
221
234
            || exit 1; \
222
235
          fi; \
223
236
        done
246
259
 
247
260
distclean-generic:
248
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)
249
263
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
250
264
 
251
265
maintainer-clean-generic:
265
279
 
266
280
html: html-am
267
281
 
 
282
html-am:
 
283
 
268
284
info: info-am
269
285
 
270
286
info-am:
273
289
 
274
290
install-dvi: install-dvi-am
275
291
 
 
292
install-dvi-am:
 
293
 
276
294
install-exec-am:
277
295
 
278
296
install-html: install-html-am
279
297
 
 
298
install-html-am:
 
299
 
280
300
install-info: install-info-am
281
301
 
 
302
install-info-am:
 
303
 
282
304
install-man:
283
305
 
284
306
install-pdf: install-pdf-am
285
307
 
 
308
install-pdf-am:
 
309
 
286
310
install-ps: install-ps-am
287
311
 
 
312
install-ps-am:
 
313
 
288
314
installcheck-am:
289
315
 
290
316
maintainer-clean: maintainer-clean-am
320
346
 
321
347
@ENABLE_TESTS_TRUE@all: $(ASSEMBLY)
322
348
 
323
 
$(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafiles) 
 
349
$(ASSEMBLY).mdb: $(ASSEMBLY)
 
350
 
 
351
$(ASSEMBLY): $(build_sources) $(build_resources) $(build_datafiles) 
324
352
        mkdir -p $(dir $(ASSEMBLY))             
325
353
 
326
354
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref)
328
356
@ENABLE_TESTS_TRUE@$(build_datafiles): $(BUILD_DIR)/% : $(addprefix $(srcdir)/, %)
329
357
@ENABLE_TESTS_TRUE@     mkdir -p $(dir $@)              
330
358
@ENABLE_TESTS_TRUE@     cp $< $@
 
359
 
331
360
# Tell versions [3.59,3.63) of GNU make to not export all variables.
332
361
# Otherwise a system limit (for SysV at least) may be exceeded.
333
362
.NOEXPORT: