1 # Makefile.in generated by automake 1.13.2 from Makefile.am.
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
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
24 # Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
25 # Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
28 am__is_gnu_make
= test -n
'$(MAKEFILE_LIST)' && test -n
'$(MAKELEVEL)'
29 am__make_running_with_option
= \
30 case
$${target_option-
} in \
32 *) echo
"am__make_running_with_option: internal error: invalid" \
33 "target option '$${target_option-}' specified" >&2; \
37 sane_makeflags
=$$MAKEFLAGS; \
38 if
$(am__is_gnu_make
); then \
39 sane_makeflags
=$$MFLAGS; \
44 sane_makeflags
=`printf '%s\n' "$$MAKEFLAGS" \
45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
51 flg
=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 for flg in
$$sane_makeflags; do \
54 test $$skip_next = yes
&& { skip_next
=no
; continue
; }; \
57 -*I
) strip_trailopt
'I'; skip_next
=yes
;; \
58 -*I?
*) strip_trailopt
'I';; \
59 -*O
) strip_trailopt
'O'; skip_next
=yes
;; \
60 -*O?
*) strip_trailopt
'O';; \
61 -*l
) strip_trailopt
'l'; skip_next
=yes
;; \
62 -*l?
*) strip_trailopt
'l';; \
63 -[dEDm
]) skip_next
=yes
;; \
64 -[JT
]) skip_next
=yes
;; \
67 *$$target_option*) has_opt
=yes
; break
;; \
71 am__make_dryrun
= (target_option
=n
; $(am__make_running_with_option
))
72 am__make_keepgoing
= (target_option
=k
; $(am__make_running_with_option
))
73 pkgdatadir
= $(datadir)/@PACKAGE@
74 pkgincludedir
= $(includedir)/@PACKAGE@
75 pkglibdir
= $(libdir)/@PACKAGE@
76 pkglibexecdir
= $(libexecdir
)/@PACKAGE@
77 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA
= $(install_sh
) -c
-m
644
79 install_sh_PROGRAM
= $(install_sh
) -c
80 install_sh_SCRIPT
= $(install_sh
) -c
81 INSTALL_HEADER
= $(INSTALL_DATA
)
82 transform
= $(program_transform_name
)
89 build_triplet
= @build@
92 DIST_COMMON
= $(srcdir)/Makefile.in
$(srcdir)/Makefile.am
93 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
94 am__aclocal_m4_deps
= $(top_srcdir
)/m4
/ax_emptyarray.m4 \
95 $(top_srcdir
)/m4
/ax_socklen_t.m4 \
96 $(top_srcdir
)/m4
/ax_varargs.m4
$(top_srcdir
)/m4
/libtool.m4 \
97 $(top_srcdir
)/m4
/ltoptions.m4
$(top_srcdir
)/m4
/ltsugar.m4 \
98 $(top_srcdir
)/m4
/ltversion.m4
$(top_srcdir
)/m4
/lt~obsolete.m4 \
99 $(top_srcdir
)/m4
/pkg.m4
$(top_srcdir
)/version.m4 \
100 $(top_srcdir
)/compat.m4
$(top_srcdir
)/configure.ac
101 am__configure_deps
= $(am__aclocal_m4_deps
) $(CONFIGURE_DEPENDENCIES
) \
103 mkinstalldirs
= $(install_sh
) -d
104 CONFIG_HEADER
= $(top_builddir
)/config.h
106 CONFIG_CLEAN_VPATH_FILES
=
107 AM_V_P
= $(am__v_P_@AM_V@
)
108 am__v_P_
= $(am__v_P_@AM_DEFAULT_V@
)
111 AM_V_GEN
= $(am__v_GEN_@AM_V@
)
112 am__v_GEN_
= $(am__v_GEN_@AM_DEFAULT_V@
)
113 am__v_GEN_0
= @echo
" GEN " $@
;
115 AM_V_at
= $(am__v_at_@AM_V@
)
116 am__v_at_
= $(am__v_at_@AM_DEFAULT_V@
)
121 RECURSIVE_TARGETS
= all-recursive check-recursive cscopelist-recursive \
122 ctags-recursive dvi-recursive html-recursive info-recursive \
123 install-data-recursive install-dvi-recursive \
124 install-exec-recursive install-html-recursive \
125 install-info-recursive install-pdf-recursive \
126 install-ps-recursive install-recursive installcheck-recursive \
127 installdirs-recursive pdf-recursive ps-recursive \
128 tags-recursive uninstall-recursive
129 am__can_run_installinfo
= \
130 case
$$AM_UPDATE_INFO_DIR in \
132 *) (install-info
--version
) >/dev
/null
2>&1;; \
134 RECURSIVE_CLEAN_TARGETS
= mostlyclean-recursive clean-recursive \
135 distclean-recursive maintainer-clean-recursive
136 am__recursive_targets
= \
137 $(RECURSIVE_TARGETS
) \
138 $(RECURSIVE_CLEAN_TARGETS
) \
139 $(am__extra_recursive_targets
)
140 AM_RECURSIVE_TARGETS
= $(am__recursive_targets
:-recursive
=) TAGS CTAGS \
142 am__tagged_files
= $(HEADERS
) $(SOURCES
) $(TAGS_FILES
) $(LISP
)
143 # Read a list of newline-separated strings from the standard input,
144 # and print each of them once, without duplicates. Input order is
146 am__uniquify_input
= $(AWK
) '\
147 BEGIN { nonempty = 0; } \
148 { items[$$0] = 1; nonempty = 1; } \
149 END { if (nonempty) { for (i in items) print i; }; } \
151 # Make sure the list of sources is unique. This is necessary because,
152 # e.g., the same source file might be shared among _SOURCES variables
153 # for different programs/libraries.
154 am__define_uniq_tagged_files
= \
155 list
='$(am__tagged_files)'; \
156 unique
=`for i in $$list; do \
157 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158 done | $(am__uniquify_input)`
161 DIST_SUBDIRS
= $(SUBDIRS
)
162 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
165 sed_first
='s,^\([^/]*\)/.*$$,\1,'; \
166 sed_rest
='s,^[^/]*/*,,'; \
167 sed_last
='s,^.*/\([^/]*\)$$,\1,'; \
168 sed_butlast
='s,/*[^/]*$$,,'; \
169 while
test -n
"$$dir1"; do \
170 first
=`echo "$$dir1" | sed -e "$$sed_first"`; \
171 if
test "$$first" != "."; then \
172 if
test "$$first" = ".."; then \
173 dir2
=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
174 dir0
=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
176 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
177 if
test "$$first2" = "$$first"; then \
178 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
182 dir0
="$$dir0"/"$$first"; \
185 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
190 AM_DEFAULT_VERBOSITY
= @AM_DEFAULT_VERBOSITY@
193 AUTOCONF
= @AUTOCONF@
194 AUTOHEADER
= @AUTOHEADER@
195 AUTOMAKE
= @AUTOMAKE@
198 CCDEPMODE
= @CCDEPMODE@
201 CPPFLAGS
= @CPPFLAGS@
202 CYGPATH_W
= @CYGPATH_W@
207 DSYMUTIL
= @DSYMUTIL@
217 IFCONFIG
= @IFCONFIG@
219 INSTALL_DATA
= @INSTALL_DATA@
220 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
221 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
222 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
227 LIBPAM_CFLAGS
= @LIBPAM_CFLAGS@
228 LIBPAM_LIBS
= @LIBPAM_LIBS@
233 LTLIBOBJS
= @LTLIBOBJS@
234 LZO_CFLAGS
= @LZO_CFLAGS@
235 LZO_LIBS
= @LZO_LIBS@
236 MAKEINFO
= @MAKEINFO@
237 MAN2HTML
= @MAN2HTML@
238 MANIFEST_TOOL
= @MANIFEST_TOOL@
245 OPENSSL_CRYPTO_CFLAGS
= @OPENSSL_CRYPTO_CFLAGS@
246 OPENSSL_CRYPTO_LIBS
= @OPENSSL_CRYPTO_LIBS@
247 OPENSSL_SSL_CFLAGS
= @OPENSSL_SSL_CFLAGS@
248 OPENSSL_SSL_LIBS
= @OPENSSL_SSL_LIBS@
249 OPTIONAL_CRYPTO_CFLAGS
= @OPTIONAL_CRYPTO_CFLAGS@
250 OPTIONAL_CRYPTO_LIBS
= @OPTIONAL_CRYPTO_LIBS@
251 OPTIONAL_DL_LIBS
= @OPTIONAL_DL_LIBS@
252 OPTIONAL_LZO_CFLAGS
= @OPTIONAL_LZO_CFLAGS@
253 OPTIONAL_LZO_LIBS
= @OPTIONAL_LZO_LIBS@
254 OPTIONAL_PKCS11_HELPER_CFLAGS
= @OPTIONAL_PKCS11_HELPER_CFLAGS@
255 OPTIONAL_PKCS11_HELPER_LIBS
= @OPTIONAL_PKCS11_HELPER_LIBS@
256 OPTIONAL_SELINUX_LIBS
= @OPTIONAL_SELINUX_LIBS@
260 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
261 PACKAGE_NAME
= @PACKAGE_NAME@
262 PACKAGE_STRING
= @PACKAGE_STRING@
263 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
264 PACKAGE_URL
= @PACKAGE_URL@
265 PACKAGE_VERSION
= @PACKAGE_VERSION@
266 PATH_SEPARATOR
= @PATH_SEPARATOR@
267 PKCS11_HELPER_CFLAGS
= @PKCS11_HELPER_CFLAGS@
268 PKCS11_HELPER_LIBS
= @PKCS11_HELPER_LIBS@
269 PKG_CONFIG
= @PKG_CONFIG@
270 PKG_CONFIG_LIBDIR
= @PKG_CONFIG_LIBDIR@
271 PKG_CONFIG_PATH
= @PKG_CONFIG_PATH@
272 PLUGIN_AUTH_PAM_CFLAGS
= @PLUGIN_AUTH_PAM_CFLAGS@
273 PLUGIN_AUTH_PAM_LIBS
= @PLUGIN_AUTH_PAM_LIBS@
274 POLARSSL_CFLAGS
= @POLARSSL_CFLAGS@
275 POLARSSL_LIBS
= @POLARSSL_LIBS@
280 SELINUX_LIBS
= @SELINUX_LIBS@
281 SET_MAKE
= @SET_MAKE@
283 SOCKETS_LIBS
= @SOCKETS_LIBS@
285 TAP_CFLAGS
= @TAP_CFLAGS@
286 TAP_WIN_COMPONENT_ID
= @TAP_WIN_COMPONENT_ID@
287 TAP_WIN_MIN_MAJOR
= @TAP_WIN_MIN_MAJOR@
288 TAP_WIN_MIN_MINOR
= @TAP_WIN_MIN_MINOR@
290 abs_builddir
= @abs_builddir@
291 abs_srcdir
= @abs_srcdir@
292 abs_top_builddir
= @abs_top_builddir@
293 abs_top_srcdir
= @abs_top_srcdir@
294 ac_ct_AR
= @ac_ct_AR@
295 ac_ct_CC
= @ac_ct_CC@
296 ac_ct_DUMPBIN
= @ac_ct_DUMPBIN@
297 am__include
= @am__include@
298 am__leading_dot
= @am__leading_dot@
299 am__quote
= @am__quote@
301 am__untar
= @am__untar@
304 build_alias
= @build_alias@
305 build_cpu
= @build_cpu@
306 build_os
= @build_os@
307 build_vendor
= @build_vendor@
308 builddir
= @builddir@
310 datarootdir
= @datarootdir@
313 exec_prefix = @
exec_prefix@
315 host_alias
= @host_alias@
316 host_cpu
= @host_cpu@
318 host_vendor
= @host_vendor@
320 includedir = @
includedir@
322 install_sh
= @install_sh@
324 libexecdir
= @libexecdir@
325 localedir
= @localedir@
326 localstatedir
= @localstatedir@
329 oldincludedir = @
oldincludedir@
331 plugindir
= @plugindir@
333 program_transform_name
= @program_transform_name@
335 sampledir
= @sampledir@
337 sharedstatedir
= @sharedstatedir@
339 sysconfdir
= @sysconfdir@
340 target_alias
= @target_alias@
341 top_build_prefix
= @top_build_prefix@
342 top_builddir
= @top_builddir@
343 top_srcdir
= @top_srcdir@
344 MAINTAINERCLEANFILES
= \
345 $(srcdir)/Makefile.in
351 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
353 case
'$(am__configure_deps)' in \
355 ( cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
) \
356 && { if
test -f
$@
; then exit
0; else break
; fi
; }; \
360 echo
' cd $(top_srcdir) && $(AUTOMAKE) --gnu distro/Makefile'; \
361 $(am__cd
) $(top_srcdir
) && \
362 $(AUTOMAKE
) --gnu distro
/Makefile
364 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
367 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
;; \
369 echo
' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
370 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
);; \
373 $(top_builddir
)/config.status
: $(top_srcdir
)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
374 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
376 $(top_srcdir
)/configure
: $(am__configure_deps
)
377 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
378 $(ACLOCAL_M4
): $(am__aclocal_m4_deps
)
379 cd
$(top_builddir
) && $(MAKE
) $(AM_MAKEFLAGS
) am--refresh
380 $(am__aclocal_m4_deps
):
388 # This directory's subdirectories are mostly independent; you can cd
389 # into them and run 'make' without going through this Makefile.
390 # To change the values of 'make' variables: instead of editing Makefiles,
391 # (1) if the variable is set in 'config.status', edit 'config.status'
392 # (which will cause the Makefiles to be regenerated when you run 'make');
393 # (2) otherwise, pass the desired values on the 'make' command line.
394 $(am__recursive_targets
):
396 if
$(am__make_keepgoing
); then \
397 failcom
='fail=yes'; \
402 target
=`echo $@ | sed s/-recursive//`; \
404 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
405 *) list
='$(SUBDIRS)' ;; \
407 for subdir in
$$list; do \
408 echo
"Making $$target in $$subdir"; \
409 if
test "$$subdir" = "."; then \
411 local_target
="$$target-am"; \
413 local_target
="$$target"; \
415 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
418 if
test "$$dot_seen" = "no"; then \
419 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
422 ID
: $(am__tagged_files
)
423 $(am__define_uniq_tagged_files
); mkid
-fID
$$unique
427 tags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
430 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
431 include_option
=--etags-include
; \
434 include_option
=--include; \
437 list
='$(SUBDIRS)'; for subdir in
$$list; do \
438 if
test "$$subdir" = .
; then
:; else \
439 test ! -f
$$subdir/TAGS || \
440 set
"$$@" "$$include_option=$$here/$$subdir/TAGS"; \
443 $(am__define_uniq_tagged_files
); \
445 if
test -z
"$(ETAGS_ARGS)$$*$$unique"; then
:; else \
446 test -n
"$$unique" || unique
=$$empty_fix; \
447 if
test $$# -gt 0; then \
448 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
451 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
455 ctags
: ctags-recursive
458 ctags-am
: $(TAGS_DEPENDENCIES
) $(am__tagged_files
)
459 $(am__define_uniq_tagged_files
); \
460 test -z
"$(CTAGS_ARGS)$$unique" \
461 ||
$(CTAGS
) $(CTAGSFLAGS
) $(AM_CTAGSFLAGS
) $(CTAGS_ARGS
) \
465 here
=`$(am__cd) $(top_builddir) && pwd` \
466 && $(am__cd
) $(top_srcdir
) \
467 && gtags
-i
$(GTAGS_ARGS
) "$$here"
468 cscopelist
: cscopelist-recursive
470 cscopelist-am
: $(am__tagged_files
)
471 list
='$(am__tagged_files)'; \
472 case
"$(srcdir)" in \
473 [\\/]* | ?
:[\\/]*) sdir
="$(srcdir)" ;; \
474 *) sdir
=$(subdir
)/$(srcdir) ;; \
476 for i in
$$list; do \
477 if
test -f
"$$i"; then \
478 echo
"$(subdir)/$$i"; \
482 done
>> $(top_builddir
)/cscope.files
485 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
tags
487 distdir
: $(DISTFILES
)
488 @srcdirstrip
=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
489 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
490 list
='$(DISTFILES)'; \
491 dist_files
=`for file in $$list; do echo $$file; done | \
492 sed -e "s|^$$srcdirstrip/||;t" \
493 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
494 case
$$dist_files in \
495 */*) $(MKDIR_P
) `echo "$$dist_files" | \
496 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
499 for file in
$$dist_files; do \
500 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
501 if
test -d
$$d/$$file; then \
502 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
503 if
test -d
"$(distdir)/$$file"; then \
504 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
506 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
507 cp
-fpR
$(srcdir)/$$file "$(distdir)$$dir" || exit
1; \
508 find
"$(distdir)/$$file" -type d
! -perm
-700 -exec chmod u
+rwx
{} \
;; \
510 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
512 test -f
"$(distdir)/$$file" \
513 || cp
-p
$$d/$$file "$(distdir)/$$file" \
517 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
518 if
test "$$subdir" = .
; then
:; else \
520 ||
test -d
"$(distdir)/$$subdir" \
521 ||
$(MKDIR_P
) "$(distdir)/$$subdir" \
523 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
525 new_distdir
=$$reldir; \
526 dir1
=$$subdir; dir2
="$(top_distdir)"; \
528 new_top_distdir
=$$reldir; \
529 echo
" (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
530 echo
" am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
531 ($(am__cd
) $$subdir && \
532 $(MAKE
) $(AM_MAKEFLAGS
) \
533 top_distdir
="$$new_top_distdir" \
534 distdir
="$$new_distdir" \
535 am__remove_distdir
=: \
536 am__skip_length_check
=: \
537 am__skip_mode_fix
=: \
543 check: check-recursive
545 installdirs: installdirs-recursive
547 install: install-recursive
548 install-exec
: install-exec-recursive
549 install-data
: install-data-recursive
550 uninstall: uninstall-recursive
553 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
555 installcheck: installcheck-recursive
557 if
test -z
'$(STRIP)'; then \
558 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
559 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
562 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
563 install_sh_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG
=-s \
564 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
571 -test -z
"$(CONFIG_CLEAN_FILES)" ||
rm -f
$(CONFIG_CLEAN_FILES
)
572 -test .
= "$(srcdir)" ||
test -z
"$(CONFIG_CLEAN_VPATH_FILES)" ||
rm -f
$(CONFIG_CLEAN_VPATH_FILES
)
574 maintainer-clean-generic
:
575 @echo
"This command is intended for maintainers to use"
576 @echo
"it deletes files that may require special tools to rebuild."
577 -test -z
"$(MAINTAINERCLEANFILES)" ||
rm -f
$(MAINTAINERCLEANFILES
)
578 clean: clean-recursive
580 clean-am
: clean-generic clean-libtool mostlyclean-am
582 distclean: distclean-recursive
584 distclean-am
: clean-am distclean-generic distclean-tags
600 install-dvi
: install-dvi-recursive
606 install-html
: install-html-recursive
610 install-info
: install-info-recursive
616 install-pdf
: install-pdf-recursive
620 install-ps
: install-ps-recursive
626 maintainer-clean
: maintainer-clean-recursive
628 maintainer-clean-am
: distclean-am maintainer-clean-generic
630 mostlyclean: mostlyclean-recursive
632 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
644 .MAKE
: $(am__recursive_targets
) install-am install-strip
646 .PHONY
: $(am__recursive_targets
) CTAGS GTAGS TAGS
all all-am
check \
647 check-am
clean clean-generic clean-libtool cscopelist-am ctags \
648 ctags-am
distclean distclean-generic distclean-libtool \
649 distclean-tags distdir
dvi dvi-am html html-am
info info-am \
650 install install-am install-data install-data-am install-dvi \
651 install-dvi-am install-exec install-exec-am install-html \
652 install-html-am install-info install-info-am install-man \
653 install-pdf install-pdf-am install-ps install-ps-am \
654 install-strip
installcheck installcheck-am
installdirs \
655 installdirs-am maintainer-clean maintainer-clean-generic \
656 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
657 ps ps-am
tags tags-am
uninstall uninstall-am
660 # Tell versions [3.59,3.63) of GNU make to not export all variables.
661 # Otherwise a system limit (for SysV at least) may be exceeded.