1 | # Makefile.in generated by automake 1.15 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994-2014 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__is_gnu_make = { \ |
---|
18 | if test -z '$(MAKELEVEL)'; then \ |
---|
19 | false; \ |
---|
20 | elif test -n '$(MAKE_HOST)'; then \ |
---|
21 | true; \ |
---|
22 | elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
---|
23 | true; \ |
---|
24 | else \ |
---|
25 | false; \ |
---|
26 | fi; \ |
---|
27 | } |
---|
28 | am__make_running_with_option = \ |
---|
29 | case $${target_option-} in \ |
---|
30 | ?) ;; \ |
---|
31 | *) echo "am__make_running_with_option: internal error: invalid" \ |
---|
32 | "target option '$${target_option-}' specified" >&2; \ |
---|
33 | exit 1;; \ |
---|
34 | esac; \ |
---|
35 | has_opt=no; \ |
---|
36 | sane_makeflags=$$MAKEFLAGS; \ |
---|
37 | if $(am__is_gnu_make); then \ |
---|
38 | sane_makeflags=$$MFLAGS; \ |
---|
39 | else \ |
---|
40 | case $$MAKEFLAGS in \ |
---|
41 | *\\[\ \ ]*) \ |
---|
42 | bs=\\; \ |
---|
43 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
---|
44 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
---|
45 | esac; \ |
---|
46 | fi; \ |
---|
47 | skip_next=no; \ |
---|
48 | strip_trailopt () \ |
---|
49 | { \ |
---|
50 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
---|
51 | }; \ |
---|
52 | for flg in $$sane_makeflags; do \ |
---|
53 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
---|
54 | case $$flg in \ |
---|
55 | *=*|--*) continue;; \ |
---|
56 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
---|
57 | -*I?*) strip_trailopt 'I';; \ |
---|
58 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
---|
59 | -*O?*) strip_trailopt 'O';; \ |
---|
60 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
---|
61 | -*l?*) strip_trailopt 'l';; \ |
---|
62 | -[dEDm]) skip_next=yes;; \ |
---|
63 | -[JT]) skip_next=yes;; \ |
---|
64 | esac; \ |
---|
65 | case $$flg in \ |
---|
66 | *$$target_option*) has_opt=yes; break;; \ |
---|
67 | esac; \ |
---|
68 | done; \ |
---|
69 | test $$has_opt = yes |
---|
70 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
---|
71 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
---|
72 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
73 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
74 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
75 | pkglibexecdir = $(libexecdir)/@PACKAGE@ |
---|
76 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
77 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
78 | install_sh_PROGRAM = $(install_sh) -c |
---|
79 | install_sh_SCRIPT = $(install_sh) -c |
---|
80 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
81 | transform = $(program_transform_name) |
---|
82 | NORMAL_INSTALL = : |
---|
83 | PRE_INSTALL = : |
---|
84 | POST_INSTALL = : |
---|
85 | NORMAL_UNINSTALL = : |
---|
86 | PRE_UNINSTALL = : |
---|
87 | POST_UNINSTALL = : |
---|
88 | build_triplet = @build@ |
---|
89 | host_triplet = @host@ |
---|
90 | target_triplet = @target@ |
---|
91 | subdir = test/tests |
---|
92 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
93 | am__aclocal_m4_deps = $(top_srcdir)/m4/apache.m4 \ |
---|
94 | $(top_srcdir)/m4/apache_test.m4 \ |
---|
95 | $(top_srcdir)/m4/apr_memcache.m4 $(top_srcdir)/m4/libtool.m4 \ |
---|
96 | $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ |
---|
97 | $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ |
---|
98 | $(top_srcdir)/m4/outoforder.m4 $(top_srcdir)/configure.ac |
---|
99 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
100 | $(ACLOCAL_M4) |
---|
101 | DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
---|
102 | mkinstalldirs = $(install_sh) -d |
---|
103 | CONFIG_HEADER = $(top_builddir)/include/mod_gnutls_config.h |
---|
104 | CONFIG_CLEAN_FILES = |
---|
105 | CONFIG_CLEAN_VPATH_FILES = |
---|
106 | AM_V_P = $(am__v_P_@AM_V@) |
---|
107 | am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) |
---|
108 | am__v_P_0 = false |
---|
109 | am__v_P_1 = : |
---|
110 | AM_V_GEN = $(am__v_GEN_@AM_V@) |
---|
111 | am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) |
---|
112 | am__v_GEN_0 = @echo " GEN " $@; |
---|
113 | am__v_GEN_1 = |
---|
114 | AM_V_at = $(am__v_at_@AM_V@) |
---|
115 | am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) |
---|
116 | am__v_at_0 = @ |
---|
117 | am__v_at_1 = |
---|
118 | SOURCES = |
---|
119 | DIST_SOURCES = |
---|
120 | am__can_run_installinfo = \ |
---|
121 | case $$AM_UPDATE_INFO_DIR in \ |
---|
122 | n|no|NO) false;; \ |
---|
123 | *) (install-info --version) >/dev/null 2>&1;; \ |
---|
124 | esac |
---|
125 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
---|
126 | am__DIST_COMMON = $(srcdir)/Makefile.in |
---|
127 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
128 | ACLOCAL = @ACLOCAL@ |
---|
129 | AMTAR = @AMTAR@ |
---|
130 | AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ |
---|
131 | APACHE2 = @APACHE2@ |
---|
132 | APR_CFLAGS = @APR_CFLAGS@ |
---|
133 | APR_CPPFLAGS = @APR_CPPFLAGS@ |
---|
134 | APR_INCLUDES = @APR_INCLUDES@ |
---|
135 | APR_LDFLAGS = @APR_LDFLAGS@ |
---|
136 | APR_LIBS = @APR_LIBS@ |
---|
137 | APR_LIBTOOL = @APR_LIBTOOL@ |
---|
138 | APR_MEMCACHE_CFLAGS = @APR_MEMCACHE_CFLAGS@ |
---|
139 | APR_MEMCACHE_LIBS = @APR_MEMCACHE_LIBS@ |
---|
140 | APR_UTIL_CONF = @APR_UTIL_CONF@ |
---|
141 | APU_INCLUDES = @APU_INCLUDES@ |
---|
142 | APU_LDFLAGS = @APU_LDFLAGS@ |
---|
143 | APU_LIBS = @APU_LIBS@ |
---|
144 | APU_LIBTOOL = @APU_LIBTOOL@ |
---|
145 | APXS_BIN = @APXS_BIN@ |
---|
146 | APXS_CFLAGS = @APXS_CFLAGS@ |
---|
147 | APXS_EXTENSION = @APXS_EXTENSION@ |
---|
148 | AP_BINDIR = @AP_BINDIR@ |
---|
149 | AP_CFLAGS = @AP_CFLAGS@ |
---|
150 | AP_CPPFLAGS = @AP_CPPFLAGS@ |
---|
151 | AP_DEFS = @AP_DEFS@ |
---|
152 | AP_INCLUDEDIR = @AP_INCLUDEDIR@ |
---|
153 | AP_INCLUDES = @AP_INCLUDES@ |
---|
154 | AP_LIBEXECDIR = @AP_LIBEXECDIR@ |
---|
155 | AP_PREFIX = @AP_PREFIX@ |
---|
156 | AP_SBINDIR = @AP_SBINDIR@ |
---|
157 | AP_SYSCONFDIR = @AP_SYSCONFDIR@ |
---|
158 | AP_VERSION = @AP_VERSION@ |
---|
159 | AR = @AR@ |
---|
160 | AUTOCONF = @AUTOCONF@ |
---|
161 | AUTOHEADER = @AUTOHEADER@ |
---|
162 | AUTOMAKE = @AUTOMAKE@ |
---|
163 | AWK = @AWK@ |
---|
164 | CC = @CC@ |
---|
165 | CCDEPMODE = @CCDEPMODE@ |
---|
166 | CFLAGS = @CFLAGS@ |
---|
167 | CPP = @CPP@ |
---|
168 | CPPFLAGS = @CPPFLAGS@ |
---|
169 | CYGPATH_W = @CYGPATH_W@ |
---|
170 | DEFS = @DEFS@ |
---|
171 | DEPDIR = @DEPDIR@ |
---|
172 | DLLTOOL = @DLLTOOL@ |
---|
173 | DSYMUTIL = @DSYMUTIL@ |
---|
174 | DUMPBIN = @DUMPBIN@ |
---|
175 | ECHO_C = @ECHO_C@ |
---|
176 | ECHO_N = @ECHO_N@ |
---|
177 | ECHO_T = @ECHO_T@ |
---|
178 | EGREP = @EGREP@ |
---|
179 | EXEEXT = @EXEEXT@ |
---|
180 | FGREP = @FGREP@ |
---|
181 | GREP = @GREP@ |
---|
182 | INSTALL = @INSTALL@ |
---|
183 | INSTALL_DATA = @INSTALL_DATA@ |
---|
184 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
185 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
186 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
187 | LD = @LD@ |
---|
188 | LDFLAGS = @LDFLAGS@ |
---|
189 | LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@ |
---|
190 | LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@ |
---|
191 | LIBOBJS = @LIBOBJS@ |
---|
192 | LIBS = @LIBS@ |
---|
193 | LIBTOOL = @LIBTOOL@ |
---|
194 | LIPO = @LIPO@ |
---|
195 | LN_S = @LN_S@ |
---|
196 | LTLIBOBJS = @LTLIBOBJS@ |
---|
197 | MAINT = @MAINT@ |
---|
198 | MAKEINFO = @MAKEINFO@ |
---|
199 | MANIFEST_TOOL = @MANIFEST_TOOL@ |
---|
200 | MKDIR_P = @MKDIR_P@ |
---|
201 | MODULE_CFLAGS = @MODULE_CFLAGS@ |
---|
202 | MODULE_LIBS = @MODULE_LIBS@ |
---|
203 | MOD_GNUTLS_VERSION = @MOD_GNUTLS_VERSION@ |
---|
204 | NM = @NM@ |
---|
205 | NMEDIT = @NMEDIT@ |
---|
206 | OBJDUMP = @OBJDUMP@ |
---|
207 | OBJEXT = @OBJEXT@ |
---|
208 | OOO_MAINTAIN = @OOO_MAINTAIN@ |
---|
209 | OTOOL = @OTOOL@ |
---|
210 | OTOOL64 = @OTOOL64@ |
---|
211 | PACKAGE = @PACKAGE@ |
---|
212 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
213 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
214 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
215 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
216 | PACKAGE_URL = @PACKAGE_URL@ |
---|
217 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
218 | PANDOC = @PANDOC@ |
---|
219 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
220 | PDFLATEX = @PDFLATEX@ |
---|
221 | PKG_CONFIG = @PKG_CONFIG@ |
---|
222 | PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ |
---|
223 | PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ |
---|
224 | RANLIB = @RANLIB@ |
---|
225 | SED = @SED@ |
---|
226 | SET_MAKE = @SET_MAKE@ |
---|
227 | SHELL = @SHELL@ |
---|
228 | STRIP = @STRIP@ |
---|
229 | TEST_HOST = @TEST_HOST@ |
---|
230 | TEST_IP = @TEST_IP@ |
---|
231 | VERSION = @VERSION@ |
---|
232 | abs_builddir = @abs_builddir@ |
---|
233 | abs_srcdir = @abs_srcdir@ |
---|
234 | abs_top_builddir = @abs_top_builddir@ |
---|
235 | abs_top_srcdir = @abs_top_srcdir@ |
---|
236 | ac_ct_AR = @ac_ct_AR@ |
---|
237 | ac_ct_CC = @ac_ct_CC@ |
---|
238 | ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ |
---|
239 | am__include = @am__include@ |
---|
240 | am__leading_dot = @am__leading_dot@ |
---|
241 | am__quote = @am__quote@ |
---|
242 | am__tar = @am__tar@ |
---|
243 | am__untar = @am__untar@ |
---|
244 | bindir = @bindir@ |
---|
245 | build = @build@ |
---|
246 | build_alias = @build_alias@ |
---|
247 | build_cpu = @build_cpu@ |
---|
248 | build_os = @build_os@ |
---|
249 | build_vendor = @build_vendor@ |
---|
250 | builddir = @builddir@ |
---|
251 | datadir = @datadir@ |
---|
252 | datarootdir = @datarootdir@ |
---|
253 | docdir = @docdir@ |
---|
254 | dvidir = @dvidir@ |
---|
255 | exec_prefix = @exec_prefix@ |
---|
256 | have_apr_memcache = @have_apr_memcache@ |
---|
257 | host = @host@ |
---|
258 | host_alias = @host_alias@ |
---|
259 | host_cpu = @host_cpu@ |
---|
260 | host_os = @host_os@ |
---|
261 | host_vendor = @host_vendor@ |
---|
262 | htmldir = @htmldir@ |
---|
263 | includedir = @includedir@ |
---|
264 | infodir = @infodir@ |
---|
265 | install_sh = @install_sh@ |
---|
266 | libdir = @libdir@ |
---|
267 | libexecdir = @libexecdir@ |
---|
268 | localedir = @localedir@ |
---|
269 | localstatedir = @localstatedir@ |
---|
270 | mandir = @mandir@ |
---|
271 | mkdir_p = @mkdir_p@ |
---|
272 | oldincludedir = @oldincludedir@ |
---|
273 | pdfdir = @pdfdir@ |
---|
274 | prefix = @prefix@ |
---|
275 | program_transform_name = @program_transform_name@ |
---|
276 | psdir = @psdir@ |
---|
277 | sbindir = @sbindir@ |
---|
278 | sharedstatedir = @sharedstatedir@ |
---|
279 | srcdir = @srcdir@ |
---|
280 | sysconfdir = @sysconfdir@ |
---|
281 | target = @target@ |
---|
282 | target_alias = @target_alias@ |
---|
283 | target_cpu = @target_cpu@ |
---|
284 | target_os = @target_os@ |
---|
285 | target_vendor = @target_vendor@ |
---|
286 | top_build_prefix = @top_build_prefix@ |
---|
287 | top_builddir = @top_builddir@ |
---|
288 | top_srcdir = @top_srcdir@ |
---|
289 | EXTRA_DIST = \ |
---|
290 | 00_basic/apache.conf 00_basic/gnutls-cli.args 00_basic/input 00_basic/output \ |
---|
291 | 01_serverwide_priorities/apache.conf 01_serverwide_priorities/gnutls-cli.args 01_serverwide_priorities/input 01_serverwide_priorities/output \ |
---|
292 | 02_cache_in_vhost/apache.conf 02_cache_in_vhost/fail.server 02_cache_in_vhost/gnutls-cli.args 02_cache_in_vhost/input \ |
---|
293 | 03_cachetimeout_in_vhost/apache.conf 03_cachetimeout_in_vhost/fail.server 03_cachetimeout_in_vhost/gnutls-cli.args 03_cachetimeout_in_vhost/input \ |
---|
294 | 04_basic_nosni/apache.conf 04_basic_nosni/gnutls-cli.args 04_basic_nosni/input 04_basic_nosni/output \ |
---|
295 | 05_mismatched-priorities/apache.conf 05_mismatched-priorities/fail.client 05_mismatched-priorities/gnutls-cli.args 05_mismatched-priorities/input \ |
---|
296 | 06_verify_sni_a/apache.conf 06_verify_sni_a/gnutls-cli.args 06_verify_sni_a/input 06_verify_sni_a/output \ |
---|
297 | 07_verify_sni_b/apache.conf 07_verify_sni_b/gnutls-cli.args 07_verify_sni_b/input 07_verify_sni_b/output \ |
---|
298 | 08_verify_no_sni_fallback_to_first_vhost/apache.conf 08_verify_no_sni_fallback_to_first_vhost/gnutls-cli.args 08_verify_no_sni_fallback_to_first_vhost/input 08_verify_no_sni_fallback_to_first_vhost/output \ |
---|
299 | 09_verify_no_sni_fails_with_wrong_order/apache.conf 09_verify_no_sni_fails_with_wrong_order/fail.client 09_verify_no_sni_fails_with_wrong_order/gnutls-cli.args 09_verify_no_sni_fails_with_wrong_order/input \ |
---|
300 | 10_basic_client_verification/apache.conf 10_basic_client_verification/gnutls-cli.args 10_basic_client_verification/input 10_basic_client_verification/output \ |
---|
301 | 11_basic_client_verification_fail/apache.conf 11_basic_client_verification_fail/fail.client 11_basic_client_verification_fail/gnutls-cli.args 11_basic_client_verification_fail/input \ |
---|
302 | 12_cgi_variables/apache.conf 12_cgi_variables/gnutls-cli.args 12_cgi_variables/input 12_cgi_variables/output \ |
---|
303 | 13_cgi_variables_no_client_cert/apache.conf 13_cgi_variables_no_client_cert/gnutls-cli.args 13_cgi_variables_no_client_cert/input 13_cgi_variables_no_client_cert/output \ |
---|
304 | 14_basic_openpgp/apache.conf 14_basic_openpgp/gnutls-cli.args 14_basic_openpgp/input 14_basic_openpgp/output \ |
---|
305 | 15_basic_msva/apache.conf 15_basic_msva/gnutls-cli.args 15_basic_msva/input 15_basic_msva/output \ |
---|
306 | 16_view-status/apache.conf 16_view-status/gnutls-cli.args 16_view-status/input 16_view-status/output \ |
---|
307 | 17_cgi_vars_large_cert/apache.conf 17_cgi_vars_large_cert/gnutls-cli.args 17_cgi_vars_large_cert/input 17_cgi_vars_large_cert/output \ |
---|
308 | 18_client_verification_wrong_cert/apache.conf 18_client_verification_wrong_cert/gnutls-cli.args 18_client_verification_wrong_cert/input 18_client_verification_wrong_cert/output \ |
---|
309 | 19_TLS_reverse_proxy/apache.conf 19_TLS_reverse_proxy/backend.conf 19_TLS_reverse_proxy/gnutls-cli.args 19_TLS_reverse_proxy/input 19_TLS_reverse_proxy/output \ |
---|
310 | 20_TLS_reverse_proxy_client_auth/apache.conf 20_TLS_reverse_proxy_client_auth/backend.conf 20_TLS_reverse_proxy_client_auth/gnutls-cli.args 20_TLS_reverse_proxy_client_auth/input 20_TLS_reverse_proxy_client_auth/output \ |
---|
311 | 21_TLS_reverse_proxy_wrong_cert/apache.conf 21_TLS_reverse_proxy_wrong_cert/backend.conf 21_TLS_reverse_proxy_wrong_cert/gnutls-cli.args 21_TLS_reverse_proxy_wrong_cert/input 21_TLS_reverse_proxy_wrong_cert/output \ |
---|
312 | 22_TLS_reverse_proxy_crl_revoke/apache.conf 22_TLS_reverse_proxy_crl_revoke/backend.conf 22_TLS_reverse_proxy_crl_revoke/gnutls-cli.args 22_TLS_reverse_proxy_crl_revoke/input 22_TLS_reverse_proxy_crl_revoke/output \ |
---|
313 | 23_TLS_reverse_proxy_mismatched_priorities/apache.conf 23_TLS_reverse_proxy_mismatched_priorities/backend.conf 23_TLS_reverse_proxy_mismatched_priorities/gnutls-cli.args 23_TLS_reverse_proxy_mismatched_priorities/input 23_TLS_reverse_proxy_mismatched_priorities/output \ |
---|
314 | 24_pkcs11_cert/apache.conf 24_pkcs11_cert/gnutls-cli.args 24_pkcs11_cert/input 24_pkcs11_cert/output 24_pkcs11_cert/softhsm.conf.in |
---|
315 | |
---|
316 | all: all-am |
---|
317 | |
---|
318 | .SUFFIXES: |
---|
319 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
320 | @for dep in $?; do \ |
---|
321 | case '$(am__configure_deps)' in \ |
---|
322 | *$$dep*) \ |
---|
323 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
---|
324 | && { if test -f $@; then exit 0; else break; fi; }; \ |
---|
325 | exit 1;; \ |
---|
326 | esac; \ |
---|
327 | done; \ |
---|
328 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu test/tests/Makefile'; \ |
---|
329 | $(am__cd) $(top_srcdir) && \ |
---|
330 | $(AUTOMAKE) --gnu test/tests/Makefile |
---|
331 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
332 | @case '$?' in \ |
---|
333 | *config.status*) \ |
---|
334 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
335 | *) \ |
---|
336 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
337 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
338 | esac; |
---|
339 | |
---|
340 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
341 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
342 | |
---|
343 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
344 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
345 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
346 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
347 | $(am__aclocal_m4_deps): |
---|
348 | |
---|
349 | mostlyclean-libtool: |
---|
350 | -rm -f *.lo |
---|
351 | |
---|
352 | clean-libtool: |
---|
353 | -rm -rf .libs _libs |
---|
354 | tags TAGS: |
---|
355 | |
---|
356 | ctags CTAGS: |
---|
357 | |
---|
358 | cscope cscopelist: |
---|
359 | |
---|
360 | |
---|
361 | distdir: $(DISTFILES) |
---|
362 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
363 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
364 | list='$(DISTFILES)'; \ |
---|
365 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
366 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
367 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
368 | case $$dist_files in \ |
---|
369 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
370 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
371 | sort -u` ;; \ |
---|
372 | esac; \ |
---|
373 | for file in $$dist_files; do \ |
---|
374 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
375 | if test -d $$d/$$file; then \ |
---|
376 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
377 | if test -d "$(distdir)/$$file"; then \ |
---|
378 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
379 | fi; \ |
---|
380 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
381 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
382 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
383 | fi; \ |
---|
384 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
385 | else \ |
---|
386 | test -f "$(distdir)/$$file" \ |
---|
387 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
388 | || exit 1; \ |
---|
389 | fi; \ |
---|
390 | done |
---|
391 | check-am: all-am |
---|
392 | check: check-am |
---|
393 | all-am: Makefile |
---|
394 | installdirs: |
---|
395 | install: install-am |
---|
396 | install-exec: install-exec-am |
---|
397 | install-data: install-data-am |
---|
398 | uninstall: uninstall-am |
---|
399 | |
---|
400 | install-am: all-am |
---|
401 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
402 | |
---|
403 | installcheck: installcheck-am |
---|
404 | install-strip: |
---|
405 | if test -z '$(STRIP)'; then \ |
---|
406 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
407 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
408 | install; \ |
---|
409 | else \ |
---|
410 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
411 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
412 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
413 | fi |
---|
414 | mostlyclean-generic: |
---|
415 | |
---|
416 | clean-generic: |
---|
417 | |
---|
418 | distclean-generic: |
---|
419 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
420 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
421 | |
---|
422 | maintainer-clean-generic: |
---|
423 | @echo "This command is intended for maintainers to use" |
---|
424 | @echo "it deletes files that may require special tools to rebuild." |
---|
425 | clean: clean-am |
---|
426 | |
---|
427 | clean-am: clean-generic clean-libtool mostlyclean-am |
---|
428 | |
---|
429 | distclean: distclean-am |
---|
430 | -rm -f Makefile |
---|
431 | distclean-am: clean-am distclean-generic |
---|
432 | |
---|
433 | dvi: dvi-am |
---|
434 | |
---|
435 | dvi-am: |
---|
436 | |
---|
437 | html: html-am |
---|
438 | |
---|
439 | html-am: |
---|
440 | |
---|
441 | info: info-am |
---|
442 | |
---|
443 | info-am: |
---|
444 | |
---|
445 | install-data-am: |
---|
446 | |
---|
447 | install-dvi: install-dvi-am |
---|
448 | |
---|
449 | install-dvi-am: |
---|
450 | |
---|
451 | install-exec-am: |
---|
452 | |
---|
453 | install-html: install-html-am |
---|
454 | |
---|
455 | install-html-am: |
---|
456 | |
---|
457 | install-info: install-info-am |
---|
458 | |
---|
459 | install-info-am: |
---|
460 | |
---|
461 | install-man: |
---|
462 | |
---|
463 | install-pdf: install-pdf-am |
---|
464 | |
---|
465 | install-pdf-am: |
---|
466 | |
---|
467 | install-ps: install-ps-am |
---|
468 | |
---|
469 | install-ps-am: |
---|
470 | |
---|
471 | installcheck-am: |
---|
472 | |
---|
473 | maintainer-clean: maintainer-clean-am |
---|
474 | -rm -f Makefile |
---|
475 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
476 | |
---|
477 | mostlyclean: mostlyclean-am |
---|
478 | |
---|
479 | mostlyclean-am: mostlyclean-generic mostlyclean-libtool |
---|
480 | |
---|
481 | pdf: pdf-am |
---|
482 | |
---|
483 | pdf-am: |
---|
484 | |
---|
485 | ps: ps-am |
---|
486 | |
---|
487 | ps-am: |
---|
488 | |
---|
489 | uninstall-am: |
---|
490 | |
---|
491 | .MAKE: install-am install-strip |
---|
492 | |
---|
493 | .PHONY: all all-am check check-am clean clean-generic clean-libtool \ |
---|
494 | cscopelist-am ctags-am distclean distclean-generic \ |
---|
495 | distclean-libtool distdir dvi dvi-am html html-am info info-am \ |
---|
496 | install install-am install-data install-data-am install-dvi \ |
---|
497 | install-dvi-am install-exec install-exec-am install-html \ |
---|
498 | install-html-am install-info install-info-am install-man \ |
---|
499 | install-pdf install-pdf-am install-ps install-ps-am \ |
---|
500 | install-strip installcheck installcheck-am installdirs \ |
---|
501 | maintainer-clean maintainer-clean-generic mostlyclean \ |
---|
502 | mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ |
---|
503 | tags-am uninstall uninstall-am |
---|
504 | |
---|
505 | .PRECIOUS: Makefile |
---|
506 | |
---|
507 | |
---|
508 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
509 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
510 | .NOEXPORT: |
---|