Initialize the gmime for upstream
[platform/upstream/gmime.git] / mono / Makefile.in
1 # Makefile.in generated by automake 1.11.3 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, 2010, 2011 Free Software
6 # Foundation, 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
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = mono
39 DIST_COMMON = $(srcdir)/AssemblyInfo.cs.in $(srcdir)/Makefile.am \
40         $(srcdir)/Makefile.in $(srcdir)/gmime-sharp.dll.config.in \
41         $(srcdir)/gmime-sharp.pc.in
42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
44         $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_HEADER = $(top_builddir)/config.h
49 CONFIG_CLEAN_FILES = AssemblyInfo.cs gmime-sharp.dll.config \
50         gmime-sharp.pc
51 CONFIG_CLEAN_VPATH_FILES =
52 SOURCES =
53 DIST_SOURCES =
54 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
55 am__vpath_adj = case $$p in \
56     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
57     *) f=$$p;; \
58   esac;
59 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
60 am__install_max = 40
61 am__nobase_strip_setup = \
62   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
63 am__nobase_strip = \
64   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
65 am__nobase_list = $(am__nobase_strip_setup); \
66   for p in $$list; do echo "$$p $$p"; done | \
67   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
68   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
69     if (++n[$$2] == $(am__install_max)) \
70       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
71     END { for (dir in files) print dir, files[dir] }'
72 am__base_list = \
73   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
74   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
75 am__uninstall_files_from_dir = { \
76   test -z "$$files" \
77     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
78     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
79          $(am__cd) "$$dir" && rm -f $$files; }; \
80   }
81 am__installdirs = "$(DESTDIR)$(gapidir)" "$(DESTDIR)$(pkgconfigdir)"
82 DATA = $(gapi_DATA) $(noinst_DATA) $(pkgconfig_DATA)
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 ACLOCAL = @ACLOCAL@
85 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
86 AMTAR = @AMTAR@
87 API_VERSION = @API_VERSION@
88 AR = @AR@
89 AUTOCONF = @AUTOCONF@
90 AUTOHEADER = @AUTOHEADER@
91 AUTOMAKE = @AUTOMAKE@
92 AWK = @AWK@
93 CC = @CC@
94 CCDEPMODE = @CCDEPMODE@
95 CFLAGS = @CFLAGS@
96 CPP = @CPP@
97 CPPFLAGS = @CPPFLAGS@
98 CSC = @CSC@
99 CYGPATH_W = @CYGPATH_W@
100 DB2HTML = @DB2HTML@
101 DEFS = @DEFS@
102 DEPDIR = @DEPDIR@
103 DLLTOOL = @DLLTOOL@
104 DOLT_BASH = @DOLT_BASH@
105 DSYMUTIL = @DSYMUTIL@
106 DUMPBIN = @DUMPBIN@
107 ECHO_C = @ECHO_C@
108 ECHO_N = @ECHO_N@
109 ECHO_T = @ECHO_T@
110 EGREP = @EGREP@
111 EXEEXT = @EXEEXT@
112 FGREP = @FGREP@
113 GACUTIL = @GACUTIL@
114 GAPI_CODEGEN = @GAPI_CODEGEN@
115 GAPI_FIXUP = @GAPI_FIXUP@
116 GAPI_PARSER = @GAPI_PARSER@
117 GAPI_TOOLS_CFLAGS = @GAPI_TOOLS_CFLAGS@
118 GAPI_TOOLS_LIBS = @GAPI_TOOLS_LIBS@
119 GLIB_CFLAGS = @GLIB_CFLAGS@
120 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
121 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
122 GLIB_LIBS = @GLIB_LIBS@
123 GLIB_MKENUMS = @GLIB_MKENUMS@
124 GLIB_SHARP_CFLAGS = @GLIB_SHARP_CFLAGS@
125 GLIB_SHARP_LIBS = @GLIB_SHARP_LIBS@
126 GMIME_API_VERSION = @GMIME_API_VERSION@
127 GMIME_BINARY_AGE = @GMIME_BINARY_AGE@
128 GMIME_CFLAGS = @GMIME_CFLAGS@
129 GMIME_INCLUDEDIR = @GMIME_INCLUDEDIR@
130 GMIME_INTERFACE_AGE = @GMIME_INTERFACE_AGE@
131 GMIME_LIBDIR = @GMIME_LIBDIR@
132 GMIME_LIBS = @GMIME_LIBS@
133 GMIME_LIBS_PRIVATE = @GMIME_LIBS_PRIVATE@
134 GMIME_MAJOR_VERSION = @GMIME_MAJOR_VERSION@
135 GMIME_MICRO_VERSION = @GMIME_MICRO_VERSION@
136 GMIME_MINOR_VERSION = @GMIME_MINOR_VERSION@
137 GMIME_VERSION = @GMIME_VERSION@
138 GOBJECT_QUERY = @GOBJECT_QUERY@
139 GPGME_CONFIG = @GPGME_CONFIG@
140 GPGME_PTHREAD_CFLAGS = @GPGME_PTHREAD_CFLAGS@
141 GPGME_PTHREAD_LIBS = @GPGME_PTHREAD_LIBS@
142 GREP = @GREP@
143 GTKDOC_CHECK = @GTKDOC_CHECK@
144 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
145 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
146 GTKDOC_MKPDF = @GTKDOC_MKPDF@
147 GTKDOC_REBASE = @GTKDOC_REBASE@
148 HTML_DIR = @HTML_DIR@
149 INSTALL = @INSTALL@
150 INSTALL_DATA = @INSTALL_DATA@
151 INSTALL_PROGRAM = @INSTALL_PROGRAM@
152 INSTALL_SCRIPT = @INSTALL_SCRIPT@
153 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
154 LD = @LD@
155 LDFLAGS = @LDFLAGS@
156 LIBICONV = @LIBICONV@
157 LIBOBJS = @LIBOBJS@
158 LIBS = @LIBS@
159 LIBTOOL = @LIBTOOL@
160 LIB_EXE_MACHINE_FLAG = @LIB_EXE_MACHINE_FLAG@
161 LIPO = @LIPO@
162 LN_S = @LN_S@
163 LTCOMPILE = @LTCOMPILE@
164 LTCXXCOMPILE = @LTCXXCOMPILE@
165 LTLIBICONV = @LTLIBICONV@
166 LTLIBOBJS = @LTLIBOBJS@
167 LT_AGE = @LT_AGE@
168 LT_CURRENT = @LT_CURRENT@
169 LT_CURRENT_MINUS_AGE = @LT_CURRENT_MINUS_AGE@
170 LT_RELEASE = @LT_RELEASE@
171 LT_REVISION = @LT_REVISION@
172 MAINT = @MAINT@
173 MAKEINFO = @MAKEINFO@
174 MANIFEST_TOOL = @MANIFEST_TOOL@
175 MKDIR_P = @MKDIR_P@
176 MV = @MV@
177 NM = @NM@
178 NMEDIT = @NMEDIT@
179 OBJDUMP = @OBJDUMP@
180 OBJEXT = @OBJEXT@
181 OTOOL = @OTOOL@
182 OTOOL64 = @OTOOL64@
183 PACKAGE = @PACKAGE@
184 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
185 PACKAGE_NAME = @PACKAGE_NAME@
186 PACKAGE_STRING = @PACKAGE_STRING@
187 PACKAGE_TARNAME = @PACKAGE_TARNAME@
188 PACKAGE_URL = @PACKAGE_URL@
189 PACKAGE_VERSION = @PACKAGE_VERSION@
190 PATH_SEPARATOR = @PATH_SEPARATOR@
191 PKG_CONFIG = @PKG_CONFIG@
192 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
193 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
194 RANLIB = @RANLIB@
195 RM = @RM@
196 SED = @SED@
197 SET_MAKE = @SET_MAKE@
198 SHELL = @SHELL@
199 STRIP = @STRIP@
200 TAR = @TAR@
201 VERSION = @VERSION@
202 WINDRES = @WINDRES@
203 abs_builddir = @abs_builddir@
204 abs_srcdir = @abs_srcdir@
205 abs_top_builddir = @abs_top_builddir@
206 abs_top_srcdir = @abs_top_srcdir@
207 ac_ct_AR = @ac_ct_AR@
208 ac_ct_CC = @ac_ct_CC@
209 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
210 am__include = @am__include@
211 am__leading_dot = @am__leading_dot@
212 am__quote = @am__quote@
213 am__tar = @am__tar@
214 am__untar = @am__untar@
215 bindir = @bindir@
216 build = @build@
217 build_alias = @build_alias@
218 build_cpu = @build_cpu@
219 build_os = @build_os@
220 build_vendor = @build_vendor@
221 builddir = @builddir@
222 datadir = @datadir@
223 datarootdir = @datarootdir@
224 docdir = @docdir@
225 dvidir = @dvidir@
226 exec_prefix = @exec_prefix@
227 gacdir = @gacdir@
228 host = @host@
229 host_alias = @host_alias@
230 host_cpu = @host_cpu@
231 host_os = @host_os@
232 host_vendor = @host_vendor@
233 htmldir = @htmldir@
234 includedir = @includedir@
235 infodir = @infodir@
236 install_sh = @install_sh@
237 libdir = @libdir@
238 libexecdir = @libexecdir@
239 localedir = @localedir@
240 localstatedir = @localstatedir@
241 mandir = @mandir@
242 mkdir_p = @mkdir_p@
243 ms_librarian = @ms_librarian@
244 oldincludedir = @oldincludedir@
245 pdfdir = @pdfdir@
246 prefix = @prefix@
247 program_transform_name = @program_transform_name@
248 psdir = @psdir@
249 sbindir = @sbindir@
250 sharedstatedir = @sharedstatedir@
251 srcdir = @srcdir@
252 sysconfdir = @sysconfdir@
253 target = @target@
254 target_alias = @target_alias@
255 target_cpu = @target_cpu@
256 target_os = @target_os@
257 target_vendor = @target_vendor@
258 top_build_prefix = @top_build_prefix@
259 top_builddir = @top_builddir@
260 top_srcdir = @top_srcdir@
261 API = gmime-api.xml
262 SNK = gmime-sharp.snk
263 RAW_API = gmime-api.raw
264 METADATA = GMime.metadata
265 ASSEMBLY_NAME = gmime-sharp
266 references = $(GLIB_SHARP_LIBS)
267 SOURCES_XML = sources.xml
268 PACKAGE_SHARP = $(PACKAGE)-sharp-$(GMIME_API_VERSION)
269 ASSEMBLY = $(ASSEMBLY_NAME).dll
270 TARGET = $(ASSEMBLY) $(ASSEMBLY).config
271 TARGET_API = $(API)
272 noinst_DATA = $(API) $(ASSEMBLY) $(ASSEMBLY).config
273 CLEANFILES = $(ASSEMBLY) generated-stamp generated/*.cs $(API)
274 DISTCLEANFILES = $(ASSEMBLY).config AssemblyInfo.cs gmime-sharp-$(GMIME_API_VERSION).pc
275 GACUTIL_DESTDIR_FLAGS = -package $(PACKAGE_SHARP) -root $(DESTDIR)$(gacdir)
276 GACUTIL_FLAGS = -package $(PACKAGE_SHARP) -gacdir $(gacdir)
277 pkgconfigdir = $(libdir)/pkgconfig
278 pkgconfig_DATA = $(PACKAGE_SHARP).pc
279 gapidir = $(datadir)/gapi-2.0
280 gapi_DATA = $(TARGET_API)
281 sources = \
282         StreamWrapper.cs                        \
283         HeaderEnumerator.cs                     \
284         Header.cs
285
286 build_sources = \
287         $(srcdir)/StreamWrapper.cs              \
288         $(srcdir)/HeaderEnumerator.cs           \
289         $(srcdir)/Header.cs                     \
290         AssemblyInfo.cs
291
292 customs = \
293         CertificateCollection.custom            \
294         DataWrapper.custom                      \
295         Global.custom                           \
296         HeaderList.custom                       \
297         InternetAddress.custom                  \
298         InternetAddressList.custom              \
299         Message.custom                          \
300         Multipart.custom                        \
301         Object.custom                           \
302         SignatureCollection.custom              \
303         Stream.custom
304
305 build_customs = \
306         $(srcdir)/CertificateCollection.custom  \
307         $(srcdir)/DataWrapper.custom            \
308         $(srcdir)/Global.custom                 \
309         $(srcdir)/HeaderList.custom             \
310         $(srcdir)/InternetAddress.custom        \
311         $(srcdir)/InternetAddressList.custom    \
312         $(srcdir)/Message.custom                \
313         $(srcdir)/Multipart.custom              \
314         $(srcdir)/Object.custom                 \
315         $(srcdir)/SignatureCollection.custom    \
316         $(srcdir)/Stream.custom
317
318 EXTRA_DIST = \
319         $(ASSEMBLY).config.in                   \
320         AssemblyInfo.cs.in                      \
321         $(SNK)                                  \
322         $(METADATA)                             \
323         $(RAW_API)                              \
324         $(customs)                              \
325         $(sources)                              \
326         $(SOURCES_XML)                          \
327         gmime-sharp.pc.in
328
329 @PLATFORM_WIN32_FALSE@GAPI_CDECL_INSERT = 
330 @PLATFORM_WIN32_TRUE@GAPI_CDECL_INSERT = $(top_srcdir)/gapi-cdecl-insert --keyfile=$(SNK) $(ASSEMBLY)
331 all: all-am
332
333 .SUFFIXES:
334 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
335         @for dep in $?; do \
336           case '$(am__configure_deps)' in \
337             *$$dep*) \
338               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
339                 && { if test -f $@; then exit 0; else break; fi; }; \
340               exit 1;; \
341           esac; \
342         done; \
343         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign mono/Makefile'; \
344         $(am__cd) $(top_srcdir) && \
345           $(AUTOMAKE) --foreign mono/Makefile
346 .PRECIOUS: Makefile
347 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
348         @case '$?' in \
349           *config.status*) \
350             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
351           *) \
352             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
353             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
354         esac;
355
356 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
357         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358
359 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
360         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
361 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(am__aclocal_m4_deps):
364 AssemblyInfo.cs: $(top_builddir)/config.status $(srcdir)/AssemblyInfo.cs.in
365         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
366 gmime-sharp.dll.config: $(top_builddir)/config.status $(srcdir)/gmime-sharp.dll.config.in
367         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
368 gmime-sharp.pc: $(top_builddir)/config.status $(srcdir)/gmime-sharp.pc.in
369         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
370
371 mostlyclean-libtool:
372         -rm -f *.lo
373
374 clean-libtool:
375         -rm -rf .libs _libs
376 install-gapiDATA: $(gapi_DATA)
377         @$(NORMAL_INSTALL)
378         test -z "$(gapidir)" || $(MKDIR_P) "$(DESTDIR)$(gapidir)"
379         @list='$(gapi_DATA)'; test -n "$(gapidir)" || list=; \
380         for p in $$list; do \
381           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
382           echo "$$d$$p"; \
383         done | $(am__base_list) | \
384         while read files; do \
385           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gapidir)'"; \
386           $(INSTALL_DATA) $$files "$(DESTDIR)$(gapidir)" || exit $$?; \
387         done
388
389 uninstall-gapiDATA:
390         @$(NORMAL_UNINSTALL)
391         @list='$(gapi_DATA)'; test -n "$(gapidir)" || list=; \
392         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
393         dir='$(DESTDIR)$(gapidir)'; $(am__uninstall_files_from_dir)
394 install-pkgconfigDATA: $(pkgconfig_DATA)
395         @$(NORMAL_INSTALL)
396         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
397         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
398         for p in $$list; do \
399           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
400           echo "$$d$$p"; \
401         done | $(am__base_list) | \
402         while read files; do \
403           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
404           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
405         done
406
407 uninstall-pkgconfigDATA:
408         @$(NORMAL_UNINSTALL)
409         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
410         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
411         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
412 tags: TAGS
413 TAGS:
414
415 ctags: CTAGS
416 CTAGS:
417
418
419 distdir: $(DISTFILES)
420         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422         list='$(DISTFILES)'; \
423           dist_files=`for file in $$list; do echo $$file; done | \
424           sed -e "s|^$$srcdirstrip/||;t" \
425               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426         case $$dist_files in \
427           */*) $(MKDIR_P) `echo "$$dist_files" | \
428                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429                            sort -u` ;; \
430         esac; \
431         for file in $$dist_files; do \
432           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433           if test -d $$d/$$file; then \
434             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435             if test -d "$(distdir)/$$file"; then \
436               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437             fi; \
438             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441             fi; \
442             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443           else \
444             test -f "$(distdir)/$$file" \
445             || cp -p $$d/$$file "$(distdir)/$$file" \
446             || exit 1; \
447           fi; \
448         done
449 check-am: all-am
450 check: check-am
451 all-am: Makefile $(DATA)
452 installdirs:
453         for dir in "$(DESTDIR)$(gapidir)" "$(DESTDIR)$(pkgconfigdir)"; do \
454           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
455         done
456 install: install-am
457 install-exec: install-exec-am
458 install-data: install-data-am
459 uninstall: uninstall-am
460
461 install-am: all-am
462         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
463
464 installcheck: installcheck-am
465 install-strip:
466         if test -z '$(STRIP)'; then \
467           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
468             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
469               install; \
470         else \
471           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
472             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
473             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
474         fi
475 mostlyclean-generic:
476
477 clean-generic:
478         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
479
480 distclean-generic:
481         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
482         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
483         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
484
485 maintainer-clean-generic:
486         @echo "This command is intended for maintainers to use"
487         @echo "it deletes files that may require special tools to rebuild."
488 clean: clean-am
489
490 clean-am: clean-generic clean-libtool mostlyclean-am
491
492 distclean: distclean-am
493         -rm -f Makefile
494 distclean-am: clean-am distclean-generic
495
496 dvi: dvi-am
497
498 dvi-am:
499
500 html: html-am
501
502 html-am:
503
504 info: info-am
505
506 info-am:
507
508 install-data-am: install-data-local install-gapiDATA \
509         install-pkgconfigDATA
510
511 install-dvi: install-dvi-am
512
513 install-dvi-am:
514
515 install-exec-am:
516
517 install-html: install-html-am
518
519 install-html-am:
520
521 install-info: install-info-am
522
523 install-info-am:
524
525 install-man:
526
527 install-pdf: install-pdf-am
528
529 install-pdf-am:
530
531 install-ps: install-ps-am
532
533 install-ps-am:
534
535 installcheck-am:
536
537 maintainer-clean: maintainer-clean-am
538         -rm -f Makefile
539 maintainer-clean-am: distclean-am maintainer-clean-generic
540
541 mostlyclean: mostlyclean-am
542
543 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
544
545 pdf: pdf-am
546
547 pdf-am:
548
549 ps: ps-am
550
551 ps-am:
552
553 uninstall-am: uninstall-gapiDATA uninstall-local \
554         uninstall-pkgconfigDATA
555
556 .MAKE: install-am install-strip
557
558 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
559         distclean distclean-generic distclean-libtool distdir dvi \
560         dvi-am html html-am info info-am install install-am \
561         install-data install-data-am install-data-local install-dvi \
562         install-dvi-am install-exec install-exec-am install-gapiDATA \
563         install-html install-html-am install-info install-info-am \
564         install-man install-pdf install-pdf-am install-pkgconfigDATA \
565         install-ps install-ps-am install-strip installcheck \
566         installcheck-am installdirs maintainer-clean \
567         maintainer-clean-generic mostlyclean mostlyclean-generic \
568         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
569         uninstall-gapiDATA uninstall-local uninstall-pkgconfigDATA
570
571
572 $(PACKAGE_SHARP).pc: gmime-sharp.pc
573         -cp gmime-sharp.pc $(PACKAGE_SHARP).pc
574
575 $(API): $(srcdir)/$(RAW_API) $(srcdir)/$(METADATA)
576         cp $(srcdir)/$(RAW_API) $(API)
577         chmod u+w $(API)
578         $(GAPI_FIXUP) --api=$(API) --metadata=$(srcdir)/$(METADATA)
579
580 generated-stamp: $(API) $(build_customs)
581         rm -f generated/* &&    \
582         $(GAPI_CODEGEN) --generate $(API) --outdir=generated --customdir=$(srcdir) --assembly-name=$(ASSEMBLY_NAME) \
583         && touch generated-stamp
584
585 $(ASSEMBLY): $(build_sources) generated-stamp $(srcdir)/$(ASSEMBLY_NAME).snk
586         $(CSC) -unsafe /out:$(ASSEMBLY) /target:library $(references) \
587         -keyfile:$(srcdir)/$(ASSEMBLY_NAME).snk $(build_sources) generated/*.cs
588         $(GAPI_CDECL_INSERT)
589         sn -q -R $(ASSEMBLY) $(srcdir)/$(SNK)
590
591 install-data-local:
592         @if test -n '$(TARGET)'; then                                           \
593           if test -n '$(DESTDIR)'; then                                         \
594             echo "$(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_DESTDIR_FLAGS)";       \
595             $(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_DESTDIR_FLAGS) || exit 1;    \
596           else                                                                  \
597             echo "$(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_FLAGS)";               \
598             $(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_FLAGS) || exit 1;            \
599           fi;                                                                   \
600         fi
601
602 uninstall-local:
603         @if test -n '$(TARGET)'; then                                           \
604           if test -n '$(DESTDIR)'; then                                         \
605             echo "$(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_DESTDIR_FLAGS)";     \
606             $(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_DESTDIR_FLAGS) || exit 1;  \
607           else                                                                  \
608             echo "$(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS)";             \
609             $(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;          \
610           fi;                                                                   \
611         fi
612
613 parse:
614         $(GAPI_PARSER) $(SOURCES_XML)
615
616 # Tell versions [3.59,3.63) of GNU make to not export all variables.
617 # Otherwise a system limit (for SysV at least) may be exceeded.
618 .NOEXPORT: