~ubuntu-branches/ubuntu/karmic/mono-addins/karmic

« back to all changes in this revision

Viewing changes to Samples/WriterServiceHost/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mirco Bauer
  • Date: 2007-07-14 12:07:48 UTC
  • Revision ID: james.westby@ubuntu.com-20070714120748-2elczfsjlrdsrpms
Tags: upstream-0.2
ImportĀ upstreamĀ versionĀ 0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkglibdir = $(libdir)/@PACKAGE@
 
21
pkgincludedir = $(includedir)/@PACKAGE@
 
22
top_builddir = ../..
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
INSTALL = @INSTALL@
 
25
install_sh_DATA = $(install_sh) -c -m 644
 
26
install_sh_PROGRAM = $(install_sh) -c
 
27
install_sh_SCRIPT = $(install_sh) -c
 
28
INSTALL_HEADER = $(INSTALL_DATA)
 
29
transform = $(program_transform_name)
 
30
NORMAL_INSTALL = :
 
31
PRE_INSTALL = :
 
32
POST_INSTALL = :
 
33
NORMAL_UNINSTALL = :
 
34
PRE_UNINSTALL = :
 
35
POST_UNINSTALL = :
 
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
37
        $(top_srcdir)/makefile-sample.include
 
38
subdir = ./Samples/WriterServiceHost
 
39
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
40
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
42
        $(ACLOCAL_M4)
 
43
mkinstalldirs = $(install_sh) -d
 
44
CONFIG_CLEAN_FILES =
 
45
SOURCES =
 
46
DIST_SOURCES =
 
47
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
48
ACLOCAL = @ACLOCAL@
 
49
AMTAR = @AMTAR@
 
50
AUTOCONF = @AUTOCONF@
 
51
AUTOHEADER = @AUTOHEADER@
 
52
AUTOMAKE = @AUTOMAKE@
 
53
AWK = @AWK@
 
54
CYGPATH_W = @CYGPATH_W@
 
55
DEFS = @DEFS@
 
56
ECHO_C = @ECHO_C@
 
57
ECHO_N = @ECHO_N@
 
58
ECHO_T = @ECHO_T@
 
59
ENABLE_GUI_FALSE = @ENABLE_GUI_FALSE@
 
60
ENABLE_GUI_TRUE = @ENABLE_GUI_TRUE@
 
61
ENABLE_TESTS_FALSE = @ENABLE_TESTS_FALSE@
 
62
ENABLE_TESTS_TRUE = @ENABLE_TESTS_TRUE@
 
63
GACUTIL = @GACUTIL@
 
64
GACUTIL_FLAGS = @GACUTIL_FLAGS@
 
65
GTK_SHARP_20_CFLAGS = @GTK_SHARP_20_CFLAGS@
 
66
GTK_SHARP_20_LIBS = @GTK_SHARP_20_LIBS@
 
67
INSTALL_DATA = @INSTALL_DATA@
 
68
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
69
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
70
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
71
LIBOBJS = @LIBOBJS@
 
72
LIBS = @LIBS@
 
73
LTLIBOBJS = @LTLIBOBJS@
 
74
MAKEINFO = @MAKEINFO@
 
75
MCS = @MCS@
 
76
MONO_ADDINS_DEFAULT_LIB = @MONO_ADDINS_DEFAULT_LIB@
 
77
MONO_ADDINS_GUI_DEFAULT_LIB = @MONO_ADDINS_GUI_DEFAULT_LIB@
 
78
MONO_NUNIT_CFLAGS = @MONO_NUNIT_CFLAGS@
 
79
MONO_NUNIT_LIBS = @MONO_NUNIT_LIBS@
 
80
PACKAGE = @PACKAGE@
 
81
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
82
PACKAGE_NAME = @PACKAGE_NAME@
 
83
PACKAGE_STRING = @PACKAGE_STRING@
 
84
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
85
PACKAGE_VERSION = @PACKAGE_VERSION@
 
86
PATH_SEPARATOR = @PATH_SEPARATOR@
 
87
PKG_CONFIG = @PKG_CONFIG@
 
88
SET_MAKE = @SET_MAKE@
 
89
SHELL = @SHELL@
 
90
STRIP = @STRIP@
 
91
VERSION = @VERSION@
 
92
ac_ct_STRIP = @ac_ct_STRIP@
 
93
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
 
94
am__leading_dot = @am__leading_dot@
 
95
am__tar = @am__tar@
 
96
am__untar = @am__untar@
 
97
bindir = @bindir@
 
98
build_alias = @build_alias@
 
99
datadir = @datadir@
 
100
exec_prefix = @exec_prefix@
 
101
host_alias = @host_alias@
 
102
includedir = @includedir@
 
103
infodir = @infodir@
 
104
install_sh = @install_sh@
 
105
libdir = @libdir@
 
106
libexecdir = @libexecdir@
 
107
localstatedir = @localstatedir@
 
108
mandir = @mandir@
 
109
mkdir_p = @mkdir_p@
 
110
oldincludedir = @oldincludedir@
 
111
prefix = @prefix@
 
112
program_transform_name = @program_transform_name@
 
113
sbindir = @sbindir@
 
114
sharedstatedir = @sharedstatedir@
 
115
sysconfdir = @sysconfdir@
 
116
target_alias = @target_alias@
 
117
ASSEMBLY_COMPILER_COMMAND = mcs
 
118
ASSEMBLY_COMPILER_FLAGS = -noconfig -codepage:utf8 -warn:4 -debug -d:DEBUG
 
119
ASSEMBLY = ../bin/SampleAddinHost.exe
 
120
COMPILE_TARGET = exe
 
121
PROJECT_REFERENCES = \
 
122
        ../../bin/Mono.Addins.dll \
 
123
        ../bin/WriterService.dll
 
124
 
 
125
BUILD_DIR = ../bin
 
126
FILES = \
 
127
        AssemblyInfo.cs \
 
128
        Main.cs 
 
129
 
 
130
DATA_FILES = 
 
131
RESOURCES = 
 
132
EXTRAS = 
 
133
REFERENCES = -r:System
 
134
DLL_REFERENCES = 
 
135
build_sources = $(addprefix $(srcdir)/, $(FILES) $(GENERATED_FILES))
 
136
build_resources = $(addprefix $(srcdir)/, $(RESOURCES))
 
137
build_resources_embed = $(foreach res,$(build_resources), $(addprefix -resource:,$(res)),$(RESOURCES_PREFIX)$(notdir $(res)))
 
138
build_references_ref = $(REFERENCES) $(foreach ref, $(DLL_REFERENCES), \
 
139
        -r:$(ref)) $(foreach ref, $(PROJECT_REFERENCES), -r:$(ref))
 
140
pc_files = $(PC_FILES_IN:.pc.in=.pc)
 
141
build_datafiles = $(addprefix $(BUILD_DIR)/, $(DATA_FILES))
 
142
EXTRA_DIST = $(FILES) $(GENERATED_FILES) $(RESOURCES) $(ASSEMBLY_WRAPPER_IN) $(EXTRAS) $(DATA_FILES) $(PC_FILES_IN)
 
143
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(DLL_REFERENCES)
 
144
DISTCLEANFILES = $(GENERATED_FILES) $(build_datafiles) $(pc_files)
 
145
all: all-am
 
146
 
 
147
.SUFFIXES:
 
148
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/makefile-sample.include $(am__configure_deps)
 
149
        @for dep in $?; do \
 
150
          case '$(am__configure_deps)' in \
 
151
            *$$dep*) \
 
152
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
153
                && exit 0; \
 
154
              exit 1;; \
 
155
          esac; \
 
156
        done; \
 
157
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  ./Samples/WriterServiceHost/Makefile'; \
 
158
        cd $(top_srcdir) && \
 
159
          $(AUTOMAKE) --foreign  ./Samples/WriterServiceHost/Makefile
 
160
.PRECIOUS: Makefile
 
161
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
162
        @case '$?' in \
 
163
          *config.status*) \
 
164
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
165
          *) \
 
166
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
167
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
168
        esac;
 
169
 
 
170
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
171
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
172
 
 
173
$(top_srcdir)/configure:  $(am__configure_deps)
 
174
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
175
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
176
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
177
uninstall-info-am:
 
178
tags: TAGS
 
179
TAGS:
 
180
 
 
181
ctags: CTAGS
 
182
CTAGS:
 
183
 
 
184
 
 
185
distdir: $(DISTFILES)
 
186
        $(mkdir_p) $(distdir)/../..
 
187
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
 
188
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
 
189
        list='$(DISTFILES)'; for file in $$list; do \
 
190
          case $$file in \
 
191
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
 
192
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
 
193
          esac; \
 
194
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
195
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
196
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
197
            dir="/$$dir"; \
 
198
            $(mkdir_p) "$(distdir)$$dir"; \
 
199
          else \
 
200
            dir=''; \
 
201
          fi; \
 
202
          if test -d $$d/$$file; then \
 
203
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
204
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
205
            fi; \
 
206
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
207
          else \
 
208
            test -f $(distdir)/$$file \
 
209
            || cp -p $$d/$$file $(distdir)/$$file \
 
210
            || exit 1; \
 
211
          fi; \
 
212
        done
 
213
check-am: all-am
 
214
check: check-am
 
215
all-am: Makefile
 
216
installdirs:
 
217
install: install-am
 
218
install-exec: install-exec-am
 
219
install-data: install-data-am
 
220
uninstall: uninstall-am
 
221
 
 
222
install-am: all-am
 
223
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
224
 
 
225
installcheck: installcheck-am
 
226
install-strip:
 
227
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
228
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
229
          `test -z '$(STRIP)' || \
 
230
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
231
mostlyclean-generic:
 
232
 
 
233
clean-generic:
 
234
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
235
 
 
236
distclean-generic:
 
237
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
238
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
239
 
 
240
maintainer-clean-generic:
 
241
        @echo "This command is intended for maintainers to use"
 
242
        @echo "it deletes files that may require special tools to rebuild."
 
243
clean: clean-am
 
244
 
 
245
clean-am: clean-generic mostlyclean-am
 
246
 
 
247
distclean: distclean-am
 
248
        -rm -f Makefile
 
249
distclean-am: clean-am distclean-generic
 
250
 
 
251
dvi: dvi-am
 
252
 
 
253
dvi-am:
 
254
 
 
255
html: html-am
 
256
 
 
257
info: info-am
 
258
 
 
259
info-am:
 
260
 
 
261
install-data-am:
 
262
 
 
263
install-exec-am:
 
264
 
 
265
install-info: install-info-am
 
266
 
 
267
install-man:
 
268
 
 
269
installcheck-am:
 
270
 
 
271
maintainer-clean: maintainer-clean-am
 
272
        -rm -f Makefile
 
273
maintainer-clean-am: distclean-am maintainer-clean-generic
 
274
 
 
275
mostlyclean: mostlyclean-am
 
276
 
 
277
mostlyclean-am: mostlyclean-generic
 
278
 
 
279
pdf: pdf-am
 
280
 
 
281
pdf-am:
 
282
 
 
283
ps: ps-am
 
284
 
 
285
ps-am:
 
286
 
 
287
uninstall-am: uninstall-info-am
 
288
 
 
289
.PHONY: all all-am check check-am clean clean-generic distclean \
 
290
        distclean-generic distdir dvi dvi-am html html-am info info-am \
 
291
        install install-am install-data install-data-am install-exec \
 
292
        install-exec-am install-info install-info-am install-man \
 
293
        install-strip installcheck installcheck-am installdirs \
 
294
        maintainer-clean maintainer-clean-generic mostlyclean \
 
295
        mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
 
296
        uninstall-info-am
 
297
 
 
298
 
 
299
all: $(ASSEMBLY)
 
300
 
 
301
$(ASSEMBLY) $(ASSEMBLY).mdb: $(build_sources) $(build_resources) $(build_datafiles) 
 
302
        mkdir -p $(dir $(ASSEMBLY))             
 
303
 
 
304
        $(ASSEMBLY_COMPILER_COMMAND) $(ASSEMBLY_COMPILER_FLAGS) -out:$@ -target:$(COMPILE_TARGET) $(build_sources) $(build_resources_embed) $(build_references_ref)
 
305
 
 
306
$(build_datafiles): $(BUILD_DIR)/% : $(addprefix $(srcdir)/, %)
 
307
        mkdir -p $(dir $@)              
 
308
        cp $< $@
 
309
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
310
# Otherwise a system limit (for SysV at least) may be exceeded.
 
311
.NOEXPORT: