fixed packaging
[platform/upstream/libical.git] / doc / Makefile.in
1 # Makefile.in generated by automake 1.12.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
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 VPATH = @srcdir@
17 am__make_dryrun = \
18   { \
19     am__dry=no; \
20     case $$MAKEFLAGS in \
21       *\\[\ \   ]*) \
22         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
23           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
24       *) \
25         for am__flg in $$MAKEFLAGS; do \
26           case $$am__flg in \
27             *=*|--*) ;; \
28             *n*) am__dry=yes; break;; \
29           esac; \
30         done;; \
31     esac; \
32     test $$am__dry = yes; \
33   }
34 pkgdatadir = $(datadir)/@PACKAGE@
35 pkgincludedir = $(includedir)/@PACKAGE@
36 pkglibdir = $(libdir)/@PACKAGE@
37 pkglibexecdir = $(libexecdir)/@PACKAGE@
38 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
39 install_sh_DATA = $(install_sh) -c -m 644
40 install_sh_PROGRAM = $(install_sh) -c
41 install_sh_SCRIPT = $(install_sh) -c
42 INSTALL_HEADER = $(INSTALL_DATA)
43 transform = $(program_transform_name)
44 NORMAL_INSTALL = :
45 PRE_INSTALL = :
46 POST_INSTALL = :
47 NORMAL_UNINSTALL = :
48 PRE_UNINSTALL = :
49 POST_UNINSTALL = :
50 build_triplet = @build@
51 host_triplet = @host@
52 target_triplet = @target@
53 subdir = doc
54 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
55         $(top_srcdir)/mkinstalldirs
56 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
57 am__aclocal_m4_deps = $(top_srcdir)/configure.in
58 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
59         $(ACLOCAL_M4)
60 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
61 CONFIG_HEADER = $(top_builddir)/config.h
62 CONFIG_CLEAN_FILES =
63 CONFIG_CLEAN_VPATH_FILES =
64 SOURCES =
65 DIST_SOURCES =
66 am__can_run_installinfo = \
67   case $$AM_UPDATE_INFO_DIR in \
68     n|no|NO) false;; \
69     *) (install-info --version) >/dev/null 2>&1;; \
70   esac
71 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72 ACLOCAL = @ACLOCAL@
73 AMTAR = @AMTAR@
74 AR = @AR@
75 AUTOCONF = @AUTOCONF@
76 AUTOHEADER = @AUTOHEADER@
77 AUTOMAKE = @AUTOMAKE@
78 AWK = @AWK@
79 BDB_DIR = @BDB_DIR@
80 BDB_DIR_INCLUDE = @BDB_DIR_INCLUDE@
81 BDB_DIR_LIB = @BDB_DIR_LIB@
82 BDB_LIB = @BDB_LIB@
83 BDB_VERSION = @BDB_VERSION@
84 CC = @CC@
85 CCDEPMODE = @CCDEPMODE@
86 CFLAGS = @CFLAGS@
87 CPP = @CPP@
88 CPPFLAGS = @CPPFLAGS@
89 CXX = @CXX@
90 CXXCPP = @CXXCPP@
91 CXXDEPMODE = @CXXDEPMODE@
92 CXXFLAGS = @CXXFLAGS@
93 CYGPATH_W = @CYGPATH_W@
94 DEFS = @DEFS@
95 DEPDIR = @DEPDIR@
96 DLLTOOL = @DLLTOOL@
97 DSYMUTIL = @DSYMUTIL@
98 DUMPBIN = @DUMPBIN@
99 ECHO_C = @ECHO_C@
100 ECHO_N = @ECHO_N@
101 ECHO_T = @ECHO_T@
102 EGREP = @EGREP@
103 EXEEXT = @EXEEXT@
104 FGREP = @FGREP@
105 GREP = @GREP@
106 INSTALL = @INSTALL@
107 INSTALL_DATA = @INSTALL_DATA@
108 INSTALL_PROGRAM = @INSTALL_PROGRAM@
109 INSTALL_SCRIPT = @INSTALL_SCRIPT@
110 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111 JAR = @JAR@
112 JAVA = @JAVA@
113 JAVAC = @JAVAC@
114 JAVAH = @JAVAH@
115 JAVA_PLATFORM = @JAVA_PLATFORM@
116 LD = @LD@
117 LDFLAGS = @LDFLAGS@
118 LEX = @LEX@
119 LEXLIB = @LEXLIB@
120 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
121 LIBOBJS = @LIBOBJS@
122 LIBS = @LIBS@
123 LIBTOOL = @LIBTOOL@
124 LIPO = @LIPO@
125 LN_S = @LN_S@
126 LTLIBOBJS = @LTLIBOBJS@
127 MAINT = @MAINT@
128 MAKEINFO = @MAKEINFO@
129 MANIFEST_TOOL = @MANIFEST_TOOL@
130 MKDIR_P = @MKDIR_P@
131 NM = @NM@
132 NMEDIT = @NMEDIT@
133 OBJDUMP = @OBJDUMP@
134 OBJEXT = @OBJEXT@
135 OTOOL = @OTOOL@
136 OTOOL64 = @OTOOL64@
137 PACKAGE = @PACKAGE@
138 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
139 PACKAGE_NAME = @PACKAGE_NAME@
140 PACKAGE_STRING = @PACKAGE_STRING@
141 PACKAGE_TARNAME = @PACKAGE_TARNAME@
142 PACKAGE_URL = @PACKAGE_URL@
143 PACKAGE_VERSION = @PACKAGE_VERSION@
144 PATH_SEPARATOR = @PATH_SEPARATOR@
145 PERL = @PERL@
146 PTHREAD_LIBS = @PTHREAD_LIBS@
147 PYTHON = @PYTHON@
148 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
149 PYTHON_PLATFORM = @PYTHON_PLATFORM@
150 PYTHON_PREFIX = @PYTHON_PREFIX@
151 PYTHON_VERSION = @PYTHON_VERSION@
152 PY_CFLAGS = @PY_CFLAGS@
153 RANLIB = @RANLIB@
154 SED = @SED@
155 SET_MAKE = @SET_MAKE@
156 SHELL = @SHELL@
157 STRIP = @STRIP@
158 VERSION = @VERSION@
159 YACC = @YACC@
160 YFLAGS = @YFLAGS@
161 ZONE_INFO = @ZONE_INFO@
162 abs_builddir = @abs_builddir@
163 abs_srcdir = @abs_srcdir@
164 abs_top_builddir = @abs_top_builddir@
165 abs_top_srcdir = @abs_top_srcdir@
166 ac_ct_AR = @ac_ct_AR@
167 ac_ct_CC = @ac_ct_CC@
168 ac_ct_CXX = @ac_ct_CXX@
169 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
170 am__include = @am__include@
171 am__leading_dot = @am__leading_dot@
172 am__quote = @am__quote@
173 am__tar = @am__tar@
174 am__untar = @am__untar@
175 bindir = @bindir@
176 build = @build@
177 build_alias = @build_alias@
178 build_cpu = @build_cpu@
179 build_os = @build_os@
180 build_vendor = @build_vendor@
181 builddir = @builddir@
182 datadir = @datadir@
183 datarootdir = @datarootdir@
184 docdir = @docdir@
185 dvidir = @dvidir@
186 exec_prefix = @exec_prefix@
187 host = @host@
188 host_alias = @host_alias@
189 host_cpu = @host_cpu@
190 host_os = @host_os@
191 host_vendor = @host_vendor@
192 htmldir = @htmldir@
193 includedir = @includedir@
194 infodir = @infodir@
195 install_sh = @install_sh@
196 libdir = @libdir@
197 libexecdir = @libexecdir@
198 localedir = @localedir@
199 localstatedir = @localstatedir@
200 mandir = @mandir@
201 mkdir_p = @mkdir_p@
202 oldincludedir = @oldincludedir@
203 pdfdir = @pdfdir@
204 pkgpyexecdir = @pkgpyexecdir@
205 pkgpythondir = @pkgpythondir@
206 prefix = @prefix@
207 program_transform_name = @program_transform_name@
208 psdir = @psdir@
209 pyexecdir = @pyexecdir@
210 pythondir = @pythondir@
211 sbindir = @sbindir@
212 sharedstatedir = @sharedstatedir@
213 srcdir = @srcdir@
214 swig_val = @swig_val@
215 sysconfdir = @sysconfdir@
216 target = @target@
217 target_alias = @target_alias@
218 target_cpu = @target_cpu@
219 target_os = @target_os@
220 target_vendor = @target_vendor@
221 top_build_prefix = @top_build_prefix@
222 top_builddir = @top_builddir@
223 top_srcdir = @top_srcdir@
224 EXTRA_DIST = UsingLibical.txt
225 all: all-am
226
227 .SUFFIXES:
228 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
229         @for dep in $?; do \
230           case '$(am__configure_deps)' in \
231             *$$dep*) \
232               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
233                 && { if test -f $@; then exit 0; else break; fi; }; \
234               exit 1;; \
235           esac; \
236         done; \
237         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
238         $(am__cd) $(top_srcdir) && \
239           $(AUTOMAKE) --gnu doc/Makefile
240 .PRECIOUS: Makefile
241 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
242         @case '$?' in \
243           *config.status*) \
244             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
245           *) \
246             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
247             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
248         esac;
249
250 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
251         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
252
253 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
254         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
256         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
257 $(am__aclocal_m4_deps):
258
259 mostlyclean-libtool:
260         -rm -f *.lo
261
262 clean-libtool:
263         -rm -rf .libs _libs
264 tags: TAGS
265 TAGS:
266
267 ctags: CTAGS
268 CTAGS:
269
270 cscope cscopelist:
271
272
273 distdir: $(DISTFILES)
274         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
275         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
276         list='$(DISTFILES)'; \
277           dist_files=`for file in $$list; do echo $$file; done | \
278           sed -e "s|^$$srcdirstrip/||;t" \
279               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
280         case $$dist_files in \
281           */*) $(MKDIR_P) `echo "$$dist_files" | \
282                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
283                            sort -u` ;; \
284         esac; \
285         for file in $$dist_files; do \
286           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
287           if test -d $$d/$$file; then \
288             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
289             if test -d "$(distdir)/$$file"; then \
290               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
291             fi; \
292             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
293               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
294               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
295             fi; \
296             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
297           else \
298             test -f "$(distdir)/$$file" \
299             || cp -p $$d/$$file "$(distdir)/$$file" \
300             || exit 1; \
301           fi; \
302         done
303 check-am: all-am
304 check: check-am
305 all-am: Makefile
306 installdirs:
307 install: install-am
308 install-exec: install-exec-am
309 install-data: install-data-am
310 uninstall: uninstall-am
311
312 install-am: all-am
313         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
314
315 installcheck: installcheck-am
316 install-strip:
317         if test -z '$(STRIP)'; then \
318           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
319             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
320               install; \
321         else \
322           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
323             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
324             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
325         fi
326 mostlyclean-generic:
327
328 clean-generic:
329
330 distclean-generic:
331         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
332         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
333
334 maintainer-clean-generic:
335         @echo "This command is intended for maintainers to use"
336         @echo "it deletes files that may require special tools to rebuild."
337 clean: clean-am
338
339 clean-am: clean-generic clean-libtool mostlyclean-am
340
341 distclean: distclean-am
342         -rm -f Makefile
343 distclean-am: clean-am distclean-generic
344
345 dvi: dvi-am
346
347 dvi-am:
348
349 html: html-am
350
351 html-am:
352
353 info: info-am
354
355 info-am:
356
357 install-data-am:
358
359 install-dvi: install-dvi-am
360
361 install-dvi-am:
362
363 install-exec-am:
364
365 install-html: install-html-am
366
367 install-html-am:
368
369 install-info: install-info-am
370
371 install-info-am:
372
373 install-man:
374
375 install-pdf: install-pdf-am
376
377 install-pdf-am:
378
379 install-ps: install-ps-am
380
381 install-ps-am:
382
383 installcheck-am:
384
385 maintainer-clean: maintainer-clean-am
386         -rm -f Makefile
387 maintainer-clean-am: distclean-am maintainer-clean-generic
388
389 mostlyclean: mostlyclean-am
390
391 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
392
393 pdf: pdf-am
394
395 pdf-am:
396
397 ps: ps-am
398
399 ps-am:
400
401 uninstall-am:
402
403 .MAKE: install-am install-strip
404
405 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
406         distclean distclean-generic distclean-libtool distdir dvi \
407         dvi-am html html-am info info-am install install-am \
408         install-data install-data-am install-dvi install-dvi-am \
409         install-exec install-exec-am install-html install-html-am \
410         install-info install-info-am install-man install-pdf \
411         install-pdf-am install-ps install-ps-am install-strip \
412         installcheck installcheck-am installdirs maintainer-clean \
413         maintainer-clean-generic mostlyclean mostlyclean-generic \
414         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
415
416
417 # Tell versions [3.59,3.63) of GNU make to not export all variables.
418 # Otherwise a system limit (for SysV at least) may be exceeded.
419 .NOEXPORT: