OpenVPN: update to 2.3.7
[tomato.git] / release / src / router / openvpn / tests / Makefile.in
blob1a75ad1cde212629d1df1adfa6f3219ea6f3bb7a
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
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.
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.
15 @SET_MAKE@
18 # OpenVPN -- An application to securely tunnel IP networks
19 # over a single UDP port, with support for SSL/TLS-based
20 # session authentication and key exchange,
21 # packet encryption, packet authentication, and
22 # packet compression.
24 # Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
25 # Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
28 VPATH = @srcdir@
29 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = tests
93 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
94 $(srcdir)/t_client.sh.in $(dist_noinst_SCRIPTS)
95 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
96 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
97 $(top_srcdir)/m4/ax_socklen_t.m4 \
98 $(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
99 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
100 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
101 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
102 $(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
103 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
104 $(ACLOCAL_M4)
105 mkinstalldirs = $(install_sh) -d
106 CONFIG_HEADER = $(top_builddir)/config.h
107 CONFIG_CLEAN_FILES = t_client.sh
108 CONFIG_CLEAN_VPATH_FILES =
109 SCRIPTS = $(dist_noinst_SCRIPTS)
110 AM_V_P = $(am__v_P_@AM_V@)
111 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
112 am__v_P_0 = false
113 am__v_P_1 = :
114 AM_V_GEN = $(am__v_GEN_@AM_V@)
115 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
116 am__v_GEN_0 = @echo " GEN " $@;
117 am__v_GEN_1 =
118 AM_V_at = $(am__v_at_@AM_V@)
119 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
120 am__v_at_0 = @
121 am__v_at_1 =
122 SOURCES =
123 DIST_SOURCES =
124 am__can_run_installinfo = \
125 case $$AM_UPDATE_INFO_DIR in \
126 n|no|NO) false;; \
127 *) (install-info --version) >/dev/null 2>&1;; \
128 esac
129 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
130 am__tty_colors_dummy = \
131 mgn= red= grn= lgn= blu= brg= std=; \
132 am__color_tests=no
133 am__tty_colors = { \
134 $(am__tty_colors_dummy); \
135 if test "X$(AM_COLOR_TESTS)" = Xno; then \
136 am__color_tests=no; \
137 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
138 am__color_tests=yes; \
139 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
140 am__color_tests=yes; \
141 fi; \
142 if test $$am__color_tests = yes; then \
143 red='\e[0;31m'; \
144 grn='\e[0;32m'; \
145 lgn='\e[1;32m'; \
146 blu='\e[1;34m'; \
147 mgn='\e[0;35m'; \
148 brg='\e[1m'; \
149 std='\e[m'; \
150 fi; \
152 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
153 ACLOCAL = @ACLOCAL@
154 AMTAR = @AMTAR@
155 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
156 AR = @AR@
157 AS = @AS@
158 AUTOCONF = @AUTOCONF@
159 AUTOHEADER = @AUTOHEADER@
160 AUTOMAKE = @AUTOMAKE@
161 AWK = @AWK@
162 CC = @CC@
163 CCDEPMODE = @CCDEPMODE@
164 CFLAGS = @CFLAGS@
165 CPP = @CPP@
166 CPPFLAGS = @CPPFLAGS@
167 CYGPATH_W = @CYGPATH_W@
168 DEFS = @DEFS@
169 DEPDIR = @DEPDIR@
170 DLLTOOL = @DLLTOOL@
171 DL_LIBS = @DL_LIBS@
172 DSYMUTIL = @DSYMUTIL@
173 DUMPBIN = @DUMPBIN@
174 ECHO_C = @ECHO_C@
175 ECHO_N = @ECHO_N@
176 ECHO_T = @ECHO_T@
177 EGREP = @EGREP@
178 EXEEXT = @EXEEXT@
179 FGREP = @FGREP@
180 GIT = @GIT@
181 GREP = @GREP@
182 IFCONFIG = @IFCONFIG@
183 INSTALL = @INSTALL@
184 INSTALL_DATA = @INSTALL_DATA@
185 INSTALL_PROGRAM = @INSTALL_PROGRAM@
186 INSTALL_SCRIPT = @INSTALL_SCRIPT@
187 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
188 IPROUTE = @IPROUTE@
189 LD = @LD@
190 LDFLAGS = @LDFLAGS@
191 LIBOBJS = @LIBOBJS@
192 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
193 LIBPAM_LIBS = @LIBPAM_LIBS@
194 LIBS = @LIBS@
195 LIBTOOL = @LIBTOOL@
196 LIPO = @LIPO@
197 LN_S = @LN_S@
198 LTLIBOBJS = @LTLIBOBJS@
199 LZO_CFLAGS = @LZO_CFLAGS@
200 LZO_LIBS = @LZO_LIBS@
201 MAKEINFO = @MAKEINFO@
202 MAN2HTML = @MAN2HTML@
203 MANIFEST_TOOL = @MANIFEST_TOOL@
204 MKDIR_P = @MKDIR_P@
205 NETSTAT = @NETSTAT@
206 NM = @NM@
207 NMEDIT = @NMEDIT@
208 OBJDUMP = @OBJDUMP@
209 OBJEXT = @OBJEXT@
210 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
211 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
212 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
213 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
214 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
215 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
216 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
217 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
218 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
219 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
220 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
221 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
222 OPTIONAL_SYSTEMD_LIBS = @OPTIONAL_SYSTEMD_LIBS@
223 OTOOL = @OTOOL@
224 OTOOL64 = @OTOOL64@
225 P11KIT_CFLAGS = @P11KIT_CFLAGS@
226 P11KIT_LIBS = @P11KIT_LIBS@
227 PACKAGE = @PACKAGE@
228 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
229 PACKAGE_NAME = @PACKAGE_NAME@
230 PACKAGE_STRING = @PACKAGE_STRING@
231 PACKAGE_TARNAME = @PACKAGE_TARNAME@
232 PACKAGE_URL = @PACKAGE_URL@
233 PACKAGE_VERSION = @PACKAGE_VERSION@
234 PATH_SEPARATOR = @PATH_SEPARATOR@
235 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
236 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
237 PKG_CONFIG = @PKG_CONFIG@
238 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
239 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
240 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
241 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
242 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
243 POLARSSL_LIBS = @POLARSSL_LIBS@
244 RANLIB = @RANLIB@
245 RC = @RC@
246 ROUTE = @ROUTE@
247 SED = @SED@
248 SELINUX_LIBS = @SELINUX_LIBS@
249 SET_MAKE = @SET_MAKE@
250 SHELL = @SHELL@
251 SOCKETS_LIBS = @SOCKETS_LIBS@
252 STRIP = @STRIP@
253 SYSTEMD_ASK_PASSWORD = @SYSTEMD_ASK_PASSWORD@
254 TAP_CFLAGS = @TAP_CFLAGS@
255 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
256 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
257 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
258 VERSION = @VERSION@
259 abs_builddir = @abs_builddir@
260 abs_srcdir = @abs_srcdir@
261 abs_top_builddir = @abs_top_builddir@
262 abs_top_srcdir = @abs_top_srcdir@
263 ac_ct_AR = @ac_ct_AR@
264 ac_ct_CC = @ac_ct_CC@
265 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
266 am__include = @am__include@
267 am__leading_dot = @am__leading_dot@
268 am__quote = @am__quote@
269 am__tar = @am__tar@
270 am__untar = @am__untar@
271 bindir = @bindir@
272 build = @build@
273 build_alias = @build_alias@
274 build_cpu = @build_cpu@
275 build_os = @build_os@
276 build_vendor = @build_vendor@
277 builddir = @builddir@
278 datadir = @datadir@
279 datarootdir = @datarootdir@
280 docdir = @docdir@
281 dvidir = @dvidir@
282 exec_prefix = @exec_prefix@
283 host = @host@
284 host_alias = @host_alias@
285 host_cpu = @host_cpu@
286 host_os = @host_os@
287 host_vendor = @host_vendor@
288 htmldir = @htmldir@
289 includedir = @includedir@
290 infodir = @infodir@
291 install_sh = @install_sh@
292 libdir = @libdir@
293 libexecdir = @libexecdir@
294 libsystemd_CFLAGS = @libsystemd_CFLAGS@
295 libsystemd_LIBS = @libsystemd_LIBS@
296 localedir = @localedir@
297 localstatedir = @localstatedir@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 plugindir = @plugindir@
303 prefix = @prefix@
304 program_transform_name = @program_transform_name@
305 psdir = @psdir@
306 sampledir = @sampledir@
307 sbindir = @sbindir@
308 sharedstatedir = @sharedstatedir@
309 srcdir = @srcdir@
310 sysconfdir = @sysconfdir@
311 target_alias = @target_alias@
312 top_build_prefix = @top_build_prefix@
313 top_builddir = @top_builddir@
314 top_srcdir = @top_srcdir@
315 MAINTAINERCLEANFILES = \
316 $(srcdir)/Makefile.in
318 test_scripts = t_client.sh t_lpback.sh t_cltsrv.sh
319 TESTS_ENVIRONMENT = top_srcdir="$(top_srcdir)"
320 TESTS = $(test_scripts)
321 dist_noinst_SCRIPTS = \
322 $(test_scripts) \
323 t_cltsrv-down.sh
325 all: all-am
327 .SUFFIXES:
328 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
329 @for dep in $?; do \
330 case '$(am__configure_deps)' in \
331 *$$dep*) \
332 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
333 && { if test -f $@; then exit 0; else break; fi; }; \
334 exit 1;; \
335 esac; \
336 done; \
337 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \
338 $(am__cd) $(top_srcdir) && \
339 $(AUTOMAKE) --foreign tests/Makefile
340 .PRECIOUS: Makefile
341 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342 @case '$?' in \
343 *config.status*) \
344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
345 *) \
346 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
347 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
348 esac;
350 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353 $(top_srcdir)/configure: $(am__configure_deps)
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(am__aclocal_m4_deps):
358 t_client.sh: $(top_builddir)/config.status $(srcdir)/t_client.sh.in
359 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
361 mostlyclean-libtool:
362 -rm -f *.lo
364 clean-libtool:
365 -rm -rf .libs _libs
366 tags TAGS:
368 ctags CTAGS:
370 cscope cscopelist:
373 check-TESTS: $(TESTS)
374 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
375 srcdir=$(srcdir); export srcdir; \
376 list=' $(TESTS) '; \
377 $(am__tty_colors); \
378 if test -n "$$list"; then \
379 for tst in $$list; do \
380 if test -f ./$$tst; then dir=./; \
381 elif test -f $$tst; then dir=; \
382 else dir="$(srcdir)/"; fi; \
383 if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
384 all=`expr $$all + 1`; \
385 case " $(XFAIL_TESTS) " in \
386 *[\ \ ]$$tst[\ \ ]*) \
387 xpass=`expr $$xpass + 1`; \
388 failed=`expr $$failed + 1`; \
389 col=$$red; res=XPASS; \
390 ;; \
391 *) \
392 col=$$grn; res=PASS; \
393 ;; \
394 esac; \
395 elif test $$? -ne 77; then \
396 all=`expr $$all + 1`; \
397 case " $(XFAIL_TESTS) " in \
398 *[\ \ ]$$tst[\ \ ]*) \
399 xfail=`expr $$xfail + 1`; \
400 col=$$lgn; res=XFAIL; \
401 ;; \
402 *) \
403 failed=`expr $$failed + 1`; \
404 col=$$red; res=FAIL; \
405 ;; \
406 esac; \
407 else \
408 skip=`expr $$skip + 1`; \
409 col=$$blu; res=SKIP; \
410 fi; \
411 echo "$${col}$$res$${std}: $$tst"; \
412 done; \
413 if test "$$all" -eq 1; then \
414 tests="test"; \
415 All=""; \
416 else \
417 tests="tests"; \
418 All="All "; \
419 fi; \
420 if test "$$failed" -eq 0; then \
421 if test "$$xfail" -eq 0; then \
422 banner="$$All$$all $$tests passed"; \
423 else \
424 if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
425 banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
426 fi; \
427 else \
428 if test "$$xpass" -eq 0; then \
429 banner="$$failed of $$all $$tests failed"; \
430 else \
431 if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
432 banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
433 fi; \
434 fi; \
435 dashes="$$banner"; \
436 skipped=""; \
437 if test "$$skip" -ne 0; then \
438 if test "$$skip" -eq 1; then \
439 skipped="($$skip test was not run)"; \
440 else \
441 skipped="($$skip tests were not run)"; \
442 fi; \
443 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
444 dashes="$$skipped"; \
445 fi; \
446 report=""; \
447 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
448 report="Please report to $(PACKAGE_BUGREPORT)"; \
449 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
450 dashes="$$report"; \
451 fi; \
452 dashes=`echo "$$dashes" | sed s/./=/g`; \
453 if test "$$failed" -eq 0; then \
454 col="$$grn"; \
455 else \
456 col="$$red"; \
457 fi; \
458 echo "$${col}$$dashes$${std}"; \
459 echo "$${col}$$banner$${std}"; \
460 test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
461 test -z "$$report" || echo "$${col}$$report$${std}"; \
462 echo "$${col}$$dashes$${std}"; \
463 test "$$failed" -eq 0; \
464 else :; fi
466 distdir: $(DISTFILES)
467 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
469 list='$(DISTFILES)'; \
470 dist_files=`for file in $$list; do echo $$file; done | \
471 sed -e "s|^$$srcdirstrip/||;t" \
472 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
473 case $$dist_files in \
474 */*) $(MKDIR_P) `echo "$$dist_files" | \
475 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
476 sort -u` ;; \
477 esac; \
478 for file in $$dist_files; do \
479 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
480 if test -d $$d/$$file; then \
481 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
482 if test -d "$(distdir)/$$file"; then \
483 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
484 fi; \
485 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
487 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
488 fi; \
489 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
490 else \
491 test -f "$(distdir)/$$file" \
492 || cp -p $$d/$$file "$(distdir)/$$file" \
493 || exit 1; \
494 fi; \
495 done
496 check-am: all-am
497 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
498 check: check-am
499 all-am: Makefile $(SCRIPTS)
500 installdirs:
501 install: install-am
502 install-exec: install-exec-am
503 install-data: install-data-am
504 uninstall: uninstall-am
506 install-am: all-am
507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
509 installcheck: installcheck-am
510 install-strip:
511 if test -z '$(STRIP)'; then \
512 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
513 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
514 install; \
515 else \
516 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
517 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
518 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
520 mostlyclean-generic:
522 clean-generic:
524 distclean-generic:
525 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
526 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
528 maintainer-clean-generic:
529 @echo "This command is intended for maintainers to use"
530 @echo "it deletes files that may require special tools to rebuild."
531 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
532 clean: clean-am
534 clean-am: clean-generic clean-libtool mostlyclean-am
536 distclean: distclean-am
537 -rm -f Makefile
538 distclean-am: clean-am distclean-generic
540 dvi: dvi-am
542 dvi-am:
544 html: html-am
546 html-am:
548 info: info-am
550 info-am:
552 install-data-am:
554 install-dvi: install-dvi-am
556 install-dvi-am:
558 install-exec-am:
560 install-html: install-html-am
562 install-html-am:
564 install-info: install-info-am
566 install-info-am:
568 install-man:
570 install-pdf: install-pdf-am
572 install-pdf-am:
574 install-ps: install-ps-am
576 install-ps-am:
578 installcheck-am:
580 maintainer-clean: maintainer-clean-am
581 -rm -f Makefile
582 maintainer-clean-am: distclean-am maintainer-clean-generic
584 mostlyclean: mostlyclean-am
586 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
588 pdf: pdf-am
590 pdf-am:
592 ps: ps-am
594 ps-am:
596 uninstall-am:
598 .MAKE: check-am install-am install-strip
600 .PHONY: all all-am check check-TESTS check-am clean clean-generic \
601 clean-libtool cscopelist-am ctags-am distclean \
602 distclean-generic distclean-libtool distdir dvi dvi-am html \
603 html-am info info-am install install-am install-data \
604 install-data-am install-dvi install-dvi-am install-exec \
605 install-exec-am install-html install-html-am install-info \
606 install-info-am install-man install-pdf install-pdf-am \
607 install-ps install-ps-am install-strip installcheck \
608 installcheck-am installdirs maintainer-clean \
609 maintainer-clean-generic mostlyclean mostlyclean-generic \
610 mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
611 uninstall-am
614 # Tell versions [3.59,3.63) of GNU make to not export all variables.
615 # Otherwise a system limit (for SysV at least) may be exceeded.
616 .NOEXPORT: