1
- # Makefile.in generated by automake 1.10 from Makefile.am.
1
+ # Makefile.in generated by automake 1.11.3 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 Free Software Foundation, Inc.
5
+ # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
+ # Foundation, 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@
18
- pkglibdir = $(libdir ) /@PACKAGE@
19
19
pkgincludedir = $(includedir ) /@PACKAGE@
20
+ pkglibdir = $(libdir ) /@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
@@ -38,6 +40,7 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
38
40
mkinstalldirs = $(install_sh ) -d
39
41
CONFIG_HEADER = $(top_builddir ) /config.h
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 )
@@ -78,6 +81,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
78
81
PACKAGE_NAME = @PACKAGE_NAME@
79
82
PACKAGE_STRING = @PACKAGE_STRING@
80
83
PACKAGE_TARNAME = @PACKAGE_TARNAME@
84
+ PACKAGE_URL = @PACKAGE_URL@
81
85
PACKAGE_VERSION = @PACKAGE_VERSION@
82
86
PATH_SEPARATOR = @PATH_SEPARATOR@
83
87
SET_MAKE = @SET_MAKE@
@@ -123,6 +127,7 @@ sharedstatedir = @sharedstatedir@
123
127
srcdir = @srcdir@
124
128
sysconfdir = @sysconfdir@
125
129
target_alias = @target_alias@
130
+ top_build_prefix = @top_build_prefix@
126
131
top_builddir = @top_builddir@
127
132
top_srcdir = @top_srcdir@
128
133
EXTRA_DIST = DB_CONFIG.example
@@ -133,14 +138,14 @@ $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
133
138
@for dep in $? ; do \
134
139
case ' $(am__configure_deps)' in \
135
140
* $$ dep* ) \
136
- cd $(top_builddir ) && $(MAKE ) $(AM_MAKEFLAGS ) am--refresh \
137
- && exit 0; \
141
+ ( cd $( top_builddir) && $( MAKE) $( AM_MAKEFLAGS) am--refresh ) \
142
+ && { if test -f $@ ; then exit 0; else break ; fi ; } ; \
138
143
exit 1;; \
139
144
esac ; \
140
145
done ; \
141
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile' ; \
142
- cd $(top_srcdir ) && \
143
- $(AUTOMAKE ) --foreign conf/Makefile
146
+ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign conf/Makefile' ; \
147
+ $( am__cd ) $(top_srcdir ) && \
148
+ $(AUTOMAKE ) --foreign conf/Makefile
144
149
.PRECIOUS : Makefile
145
150
Makefile : $(srcdir ) /Makefile.in $(top_builddir ) /config.status
146
151
@case ' $?' in \
@@ -158,6 +163,7 @@ $(top_srcdir)/configure: $(am__configure_deps)
158
163
cd $(top_builddir ) && $(MAKE ) $(AM_MAKEFLAGS ) am--refresh
159
164
$(ACLOCAL_M4 ) : $(am__aclocal_m4_deps )
160
165
cd $(top_builddir ) && $(MAKE ) $(AM_MAKEFLAGS ) am--refresh
166
+ $(am__aclocal_m4_deps ) :
161
167
tags : TAGS
162
168
TAGS :
163
169
@@ -181,13 +187,17 @@ distdir: $(DISTFILES)
181
187
if test -f $$ file || test -d $$ file; then d=.; else d=$( srcdir) ; fi ; \
182
188
if test -d $$ d/$$ file; then \
183
189
dir=` echo " /$$ file" | sed -e ' s,/[^/]*$$,,' ` ; \
190
+ if test -d " $( distdir) /$$ file" ; then \
191
+ find " $( distdir) /$$ file" -type d ! -perm -700 -exec chmod u+rwx {} \; ; \
192
+ fi ; \
184
193
if test -d $( srcdir) /$$ file && test $$ d ! = $( srcdir) ; then \
185
- cp -pR $(srcdir ) /$$ file $(distdir ) $$ dir || exit 1; \
194
+ cp -fpR $(srcdir ) /$$ file " $( distdir) $$ dir" || exit 1; \
195
+ find " $( distdir) /$$ file" -type d ! -perm -700 -exec chmod u+rwx {} \; ; \
186
196
fi ; \
187
- cp -pR $$ d/$$ file $(distdir ) $$ dir || exit 1; \
197
+ cp -fpR $$ d/$$ file " $( distdir) $$ dir" || exit 1; \
188
198
else \
189
- test -f $(distdir ) /$$ file \
190
- || cp -p $$ d/$$ file $(distdir ) /$$ file \
199
+ test -f " $( distdir) /$$ file" \
200
+ || cp -p $$ d/$$ file " $( distdir) /$$ file" \
191
201
|| exit 1; \
192
202
fi ; \
193
203
done
@@ -205,16 +215,22 @@ install-am: all-am
205
215
206
216
installcheck : installcheck-am
207
217
install-strip :
208
- $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
209
- install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
210
- ` test -z ' $(STRIP)' || \
211
- echo " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" ` install
218
+ if test -z ' $(STRIP)' ; then \
219
+ $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
220
+ install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
221
+ install; \
222
+ else \
223
+ $(MAKE ) $(AM_MAKEFLAGS ) INSTALL_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " \
224
+ install_sh_PROGRAM=" $( INSTALL_STRIP_PROGRAM) " INSTALL_STRIP_FLAG=-s \
225
+ " INSTALL_PROGRAM_ENV=STRIPPROG='$( STRIP) '" install; \
226
+ fi
212
227
mostlyclean-generic :
213
228
214
229
clean-generic :
215
230
216
231
distclean-generic :
217
232
-test -z " $( CONFIG_CLEAN_FILES) " || rm -f $(CONFIG_CLEAN_FILES )
233
+ -test . = " $( srcdir) " || test -z " $( CONFIG_CLEAN_VPATH_FILES) " || rm -f $(CONFIG_CLEAN_VPATH_FILES )
218
234
219
235
maintainer-clean-generic :
220
236
@echo " This command is intended for maintainers to use"
@@ -233,6 +249,8 @@ dvi-am:
233
249
234
250
html : html-am
235
251
252
+ html-am :
253
+
236
254
info : info-am
237
255
238
256
info-am :
@@ -241,18 +259,28 @@ install-data-am:
241
259
242
260
install-dvi : install-dvi-am
243
261
262
+ install-dvi-am :
263
+
244
264
install-exec-am :
245
265
246
266
install-html : install-html-am
247
267
268
+ install-html-am :
269
+
248
270
install-info : install-info-am
249
271
272
+ install-info-am :
273
+
250
274
install-man :
251
275
252
276
install-pdf : install-pdf-am
253
277
278
+ install-pdf-am :
279
+
254
280
install-ps : install-ps-am
255
281
282
+ install-ps-am :
283
+
256
284
installcheck-am :
257
285
258
286
maintainer-clean : maintainer-clean-am
@@ -285,6 +313,7 @@ uninstall-am:
285
313
maintainer-clean maintainer-clean-generic mostlyclean \
286
314
mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
287
315
316
+
288
317
# Tell versions [3.59,3.63) of GNU make to not export all variables.
289
318
# Otherwise a system limit (for SysV at least) may be exceeded.
290
319
.NOEXPORT :
0 commit comments