require db4-devel
[platform/upstream/libical.git] / scripts / 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 = scripts
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 = \
225 mkderivedcomponents.pl \
226 mkderivedparameters.pl \
227 mkderivedproperties.pl \
228 mkderivedvalues.pl \
229 mkparameterrestrictions.pl \
230 mkrestrictionrecords.pl \
231 mkrestrictiontable.pl \
232 readvaluesfile.pl 
233
234 all: all-am
235
236 .SUFFIXES:
237 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
238         @for dep in $?; do \
239           case '$(am__configure_deps)' in \
240             *$$dep*) \
241               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
242                 && { if test -f $@; then exit 0; else break; fi; }; \
243               exit 1;; \
244           esac; \
245         done; \
246         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
247         $(am__cd) $(top_srcdir) && \
248           $(AUTOMAKE) --gnu scripts/Makefile
249 .PRECIOUS: Makefile
250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251         @case '$?' in \
252           *config.status*) \
253             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
254           *) \
255             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
256             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
257         esac;
258
259 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
262 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
265         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266 $(am__aclocal_m4_deps):
267
268 mostlyclean-libtool:
269         -rm -f *.lo
270
271 clean-libtool:
272         -rm -rf .libs _libs
273 tags: TAGS
274 TAGS:
275
276 ctags: CTAGS
277 CTAGS:
278
279 cscope cscopelist:
280
281
282 distdir: $(DISTFILES)
283         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
284         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
285         list='$(DISTFILES)'; \
286           dist_files=`for file in $$list; do echo $$file; done | \
287           sed -e "s|^$$srcdirstrip/||;t" \
288               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
289         case $$dist_files in \
290           */*) $(MKDIR_P) `echo "$$dist_files" | \
291                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
292                            sort -u` ;; \
293         esac; \
294         for file in $$dist_files; do \
295           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
296           if test -d $$d/$$file; then \
297             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
298             if test -d "$(distdir)/$$file"; then \
299               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
300             fi; \
301             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
302               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
303               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
304             fi; \
305             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
306           else \
307             test -f "$(distdir)/$$file" \
308             || cp -p $$d/$$file "$(distdir)/$$file" \
309             || exit 1; \
310           fi; \
311         done
312 check-am: all-am
313 check: check-am
314 all-am: Makefile
315 installdirs:
316 install: install-am
317 install-exec: install-exec-am
318 install-data: install-data-am
319 uninstall: uninstall-am
320
321 install-am: all-am
322         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
323
324 installcheck: installcheck-am
325 install-strip:
326         if test -z '$(STRIP)'; then \
327           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
328             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
329               install; \
330         else \
331           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
332             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
333             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
334         fi
335 mostlyclean-generic:
336
337 clean-generic:
338
339 distclean-generic:
340         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
341         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
342
343 maintainer-clean-generic:
344         @echo "This command is intended for maintainers to use"
345         @echo "it deletes files that may require special tools to rebuild."
346 clean: clean-am
347
348 clean-am: clean-generic clean-libtool mostlyclean-am
349
350 distclean: distclean-am
351         -rm -f Makefile
352 distclean-am: clean-am distclean-generic
353
354 dvi: dvi-am
355
356 dvi-am:
357
358 html: html-am
359
360 html-am:
361
362 info: info-am
363
364 info-am:
365
366 install-data-am:
367
368 install-dvi: install-dvi-am
369
370 install-dvi-am:
371
372 install-exec-am:
373
374 install-html: install-html-am
375
376 install-html-am:
377
378 install-info: install-info-am
379
380 install-info-am:
381
382 install-man:
383
384 install-pdf: install-pdf-am
385
386 install-pdf-am:
387
388 install-ps: install-ps-am
389
390 install-ps-am:
391
392 installcheck-am:
393
394 maintainer-clean: maintainer-clean-am
395         -rm -f Makefile
396 maintainer-clean-am: distclean-am maintainer-clean-generic
397
398 mostlyclean: mostlyclean-am
399
400 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
401
402 pdf: pdf-am
403
404 pdf-am:
405
406 ps: ps-am
407
408 ps-am:
409
410 uninstall-am:
411
412 .MAKE: install-am install-strip
413
414 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
415         distclean distclean-generic distclean-libtool distdir dvi \
416         dvi-am html html-am info info-am install install-am \
417         install-data install-data-am install-dvi install-dvi-am \
418         install-exec install-exec-am install-html install-html-am \
419         install-info install-info-am install-man install-pdf \
420         install-pdf-am install-ps install-ps-am install-strip \
421         installcheck installcheck-am installdirs maintainer-clean \
422         maintainer-clean-generic mostlyclean mostlyclean-generic \
423         mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
424
425
426 # Tell versions [3.59,3.63) of GNU make to not export all variables.
427 # Otherwise a system limit (for SysV at least) may be exceeded.
428 .NOEXPORT: