OpenVPN: update to 2.3.7
[tomato.git] / release / src / router / openvpn / Makefile.in
bloba86498fea326d5607f412b664570ffee91e56ee5
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) 2010 David Sommerseth <dazo@users.sourceforge.net>
26 # Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
28 # This program is free software; you can redistribute it and/or modify
29 # it under the terms of the GNU General Public License version 2
30 # as published by the Free Software Foundation.
32 # This program is distributed in the hope that it will be useful,
33 # but WITHOUT ANY WARRANTY; without even the implied warranty of
34 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 # GNU General Public License for more details.
37 # You should have received a copy of the GNU General Public License
38 # along with this program (see the file COPYING included with this
39 # distribution); if not, write to the Free Software Foundation, Inc.,
40 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
44 VPATH = @srcdir@
45 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
46 am__make_running_with_option = \
47 case $${target_option-} in \
48 ?) ;; \
49 *) echo "am__make_running_with_option: internal error: invalid" \
50 "target option '$${target_option-}' specified" >&2; \
51 exit 1;; \
52 esac; \
53 has_opt=no; \
54 sane_makeflags=$$MAKEFLAGS; \
55 if $(am__is_gnu_make); then \
56 sane_makeflags=$$MFLAGS; \
57 else \
58 case $$MAKEFLAGS in \
59 *\\[\ \ ]*) \
60 bs=\\; \
61 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
62 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
63 esac; \
64 fi; \
65 skip_next=no; \
66 strip_trailopt () \
67 { \
68 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
69 }; \
70 for flg in $$sane_makeflags; do \
71 test $$skip_next = yes && { skip_next=no; continue; }; \
72 case $$flg in \
73 *=*|--*) continue;; \
74 -*I) strip_trailopt 'I'; skip_next=yes;; \
75 -*I?*) strip_trailopt 'I';; \
76 -*O) strip_trailopt 'O'; skip_next=yes;; \
77 -*O?*) strip_trailopt 'O';; \
78 -*l) strip_trailopt 'l'; skip_next=yes;; \
79 -*l?*) strip_trailopt 'l';; \
80 -[dEDm]) skip_next=yes;; \
81 -[JT]) skip_next=yes;; \
82 esac; \
83 case $$flg in \
84 *$$target_option*) has_opt=yes; break;; \
85 esac; \
86 done; \
87 test $$has_opt = yes
88 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
89 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
90 pkgdatadir = $(datadir)/@PACKAGE@
91 pkgincludedir = $(includedir)/@PACKAGE@
92 pkglibdir = $(libdir)/@PACKAGE@
93 pkglibexecdir = $(libexecdir)/@PACKAGE@
94 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
95 install_sh_DATA = $(install_sh) -c -m 644
96 install_sh_PROGRAM = $(install_sh) -c
97 install_sh_SCRIPT = $(install_sh) -c
98 INSTALL_HEADER = $(INSTALL_DATA)
99 transform = $(program_transform_name)
100 NORMAL_INSTALL = :
101 PRE_INSTALL = :
102 POST_INSTALL = :
103 NORMAL_UNINSTALL = :
104 PRE_UNINSTALL = :
105 POST_UNINSTALL = :
106 build_triplet = @build@
107 host_triplet = @host@
108 @WIN32_TRUE@am__append_1 = INSTALL-win32.txt
109 @WIN32_FALSE@am__append_2 = INSTALL-win32.txt
110 subdir = .
111 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
112 $(top_srcdir)/configure $(am__configure_deps) \
113 $(srcdir)/config.h.in $(srcdir)/version.sh.in \
114 $(am__dist_doc_DATA_DIST) $(am__dist_noinst_DATA_DIST) \
115 $(dist_noinst_HEADERS) AUTHORS COPYING ChangeLog INSTALL NEWS \
116 README compile config.guess config.sub depcomp install-sh \
117 missing ltmain.sh
118 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
119 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
120 $(top_srcdir)/m4/ax_socklen_t.m4 \
121 $(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
122 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
123 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
124 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
125 $(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
126 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
127 $(ACLOCAL_M4)
128 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
129 configure.lineno config.status.lineno
130 mkinstalldirs = $(install_sh) -d
131 CONFIG_HEADER = config.h
132 CONFIG_CLEAN_FILES = version.sh
133 CONFIG_CLEAN_VPATH_FILES =
134 AM_V_P = $(am__v_P_@AM_V@)
135 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136 am__v_P_0 = false
137 am__v_P_1 = :
138 AM_V_GEN = $(am__v_GEN_@AM_V@)
139 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
140 am__v_GEN_0 = @echo " GEN " $@;
141 am__v_GEN_1 =
142 AM_V_at = $(am__v_at_@AM_V@)
143 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
144 am__v_at_0 = @
145 am__v_at_1 =
146 SOURCES =
147 DIST_SOURCES =
148 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
149 ctags-recursive dvi-recursive html-recursive info-recursive \
150 install-data-recursive install-dvi-recursive \
151 install-exec-recursive install-html-recursive \
152 install-info-recursive install-pdf-recursive \
153 install-ps-recursive install-recursive installcheck-recursive \
154 installdirs-recursive pdf-recursive ps-recursive \
155 tags-recursive uninstall-recursive
156 am__can_run_installinfo = \
157 case $$AM_UPDATE_INFO_DIR in \
158 n|no|NO) false;; \
159 *) (install-info --version) >/dev/null 2>&1;; \
160 esac
161 am__dist_doc_DATA_DIST = README README.IPv6 README.polarssl \
162 COPYRIGHT.GPL COPYING INSTALL-win32.txt
163 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
164 am__vpath_adj = case $$p in \
165 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
166 *) f=$$p;; \
167 esac;
168 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
169 am__install_max = 40
170 am__nobase_strip_setup = \
171 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
172 am__nobase_strip = \
173 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
174 am__nobase_list = $(am__nobase_strip_setup); \
175 for p in $$list; do echo "$$p $$p"; done | \
176 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
177 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
178 if (++n[$$2] == $(am__install_max)) \
179 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
180 END { for (dir in files) print dir, files[dir] }'
181 am__base_list = \
182 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
183 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
184 am__uninstall_files_from_dir = { \
185 test -z "$$files" \
186 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
187 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
188 $(am__cd) "$$dir" && rm -f $$files; }; \
190 am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(rootdir)"
191 am__dist_noinst_DATA_DIST = .gitignore .gitattributes \
192 config-version.h.in PORTS README.IPv6 TODO.IPv6 \
193 README.polarssl openvpn.sln msvc-env.bat msvc-dev.bat \
194 msvc-build.bat INSTALL-win32.txt
195 DATA = $(dist_doc_DATA) $(dist_noinst_DATA) $(root_DATA)
196 HEADERS = $(dist_noinst_HEADERS)
197 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
198 distclean-recursive maintainer-clean-recursive
199 am__recursive_targets = \
200 $(RECURSIVE_TARGETS) \
201 $(RECURSIVE_CLEAN_TARGETS) \
202 $(am__extra_recursive_targets)
203 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
204 cscope distdir dist dist-all distcheck
205 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
206 $(LISP)config.h.in
207 # Read a list of newline-separated strings from the standard input,
208 # and print each of them once, without duplicates. Input order is
209 # *not* preserved.
210 am__uniquify_input = $(AWK) '\
211 BEGIN { nonempty = 0; } \
212 { items[$$0] = 1; nonempty = 1; } \
213 END { if (nonempty) { for (i in items) print i; }; } \
215 # Make sure the list of sources is unique. This is necessary because,
216 # e.g., the same source file might be shared among _SOURCES variables
217 # for different programs/libraries.
218 am__define_uniq_tagged_files = \
219 list='$(am__tagged_files)'; \
220 unique=`for i in $$list; do \
221 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222 done | $(am__uniquify_input)`
223 ETAGS = etags
224 CTAGS = ctags
225 CSCOPE = cscope
226 DIST_SUBDIRS = $(SUBDIRS)
227 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228 distdir = $(PACKAGE)-$(VERSION)
229 top_distdir = $(distdir)
230 am__remove_distdir = \
231 if test -d "$(distdir)"; then \
232 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
233 && rm -rf "$(distdir)" \
234 || { sleep 5 && rm -rf "$(distdir)"; }; \
235 else :; fi
236 am__post_remove_distdir = $(am__remove_distdir)
237 am__relativize = \
238 dir0=`pwd`; \
239 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
240 sed_rest='s,^[^/]*/*,,'; \
241 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
242 sed_butlast='s,/*[^/]*$$,,'; \
243 while test -n "$$dir1"; do \
244 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
245 if test "$$first" != "."; then \
246 if test "$$first" = ".."; then \
247 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
248 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
249 else \
250 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
251 if test "$$first2" = "$$first"; then \
252 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
253 else \
254 dir2="../$$dir2"; \
255 fi; \
256 dir0="$$dir0"/"$$first"; \
257 fi; \
258 fi; \
259 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
260 done; \
261 reldir="$$dir2"
262 DIST_ARCHIVES = $(distdir).tar.gz
263 GZIP_ENV = --best
264 DIST_TARGETS = dist-gzip
265 distuninstallcheck_listfiles = find . -type f -print
266 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
267 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
268 distcleancheck_listfiles = find . -type f -print
269 ACLOCAL = @ACLOCAL@
270 AMTAR = @AMTAR@
271 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
272 AR = @AR@
273 AS = @AS@
274 AUTOCONF = @AUTOCONF@
275 AUTOHEADER = @AUTOHEADER@
276 AUTOMAKE = @AUTOMAKE@
277 AWK = @AWK@
278 CC = @CC@
279 CCDEPMODE = @CCDEPMODE@
280 CFLAGS = @CFLAGS@
281 CPP = @CPP@
282 CPPFLAGS = @CPPFLAGS@
283 CYGPATH_W = @CYGPATH_W@
284 DEFS = @DEFS@
285 DEPDIR = @DEPDIR@
286 DLLTOOL = @DLLTOOL@
287 DL_LIBS = @DL_LIBS@
288 DSYMUTIL = @DSYMUTIL@
289 DUMPBIN = @DUMPBIN@
290 ECHO_C = @ECHO_C@
291 ECHO_N = @ECHO_N@
292 ECHO_T = @ECHO_T@
293 EGREP = @EGREP@
294 EXEEXT = @EXEEXT@
295 FGREP = @FGREP@
296 GIT = @GIT@
297 GREP = @GREP@
298 IFCONFIG = @IFCONFIG@
299 INSTALL = @INSTALL@
300 INSTALL_DATA = @INSTALL_DATA@
301 INSTALL_PROGRAM = @INSTALL_PROGRAM@
302 INSTALL_SCRIPT = @INSTALL_SCRIPT@
303 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
304 IPROUTE = @IPROUTE@
305 LD = @LD@
306 LDFLAGS = @LDFLAGS@
307 LIBOBJS = @LIBOBJS@
308 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
309 LIBPAM_LIBS = @LIBPAM_LIBS@
310 LIBS = @LIBS@
311 LIBTOOL = @LIBTOOL@
312 LIPO = @LIPO@
313 LN_S = @LN_S@
314 LTLIBOBJS = @LTLIBOBJS@
315 LZO_CFLAGS = @LZO_CFLAGS@
316 LZO_LIBS = @LZO_LIBS@
317 MAKEINFO = @MAKEINFO@
318 MAN2HTML = @MAN2HTML@
319 MANIFEST_TOOL = @MANIFEST_TOOL@
320 MKDIR_P = @MKDIR_P@
321 NETSTAT = @NETSTAT@
322 NM = @NM@
323 NMEDIT = @NMEDIT@
324 OBJDUMP = @OBJDUMP@
325 OBJEXT = @OBJEXT@
326 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
327 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
328 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
329 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
330 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
331 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
332 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
333 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
334 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
335 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
336 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
337 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
338 OPTIONAL_SYSTEMD_LIBS = @OPTIONAL_SYSTEMD_LIBS@
339 OTOOL = @OTOOL@
340 OTOOL64 = @OTOOL64@
341 P11KIT_CFLAGS = @P11KIT_CFLAGS@
342 P11KIT_LIBS = @P11KIT_LIBS@
343 PACKAGE = @PACKAGE@
344 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
345 PACKAGE_NAME = @PACKAGE_NAME@
346 PACKAGE_STRING = @PACKAGE_STRING@
347 PACKAGE_TARNAME = @PACKAGE_TARNAME@
348 PACKAGE_URL = @PACKAGE_URL@
349 PACKAGE_VERSION = @PACKAGE_VERSION@
350 PATH_SEPARATOR = @PATH_SEPARATOR@
351 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
352 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
353 PKG_CONFIG = @PKG_CONFIG@
354 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
355 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
356 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
357 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
358 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
359 POLARSSL_LIBS = @POLARSSL_LIBS@
360 RANLIB = @RANLIB@
361 RC = @RC@
362 ROUTE = @ROUTE@
363 SED = @SED@
364 SELINUX_LIBS = @SELINUX_LIBS@
365 SET_MAKE = @SET_MAKE@
366 SHELL = @SHELL@
367 SOCKETS_LIBS = @SOCKETS_LIBS@
368 STRIP = @STRIP@
369 SYSTEMD_ASK_PASSWORD = @SYSTEMD_ASK_PASSWORD@
370 TAP_CFLAGS = @TAP_CFLAGS@
371 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
372 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
373 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
374 VERSION = @VERSION@
375 abs_builddir = @abs_builddir@
376 abs_srcdir = @abs_srcdir@
377 abs_top_builddir = @abs_top_builddir@
378 abs_top_srcdir = @abs_top_srcdir@
379 ac_ct_AR = @ac_ct_AR@
380 ac_ct_CC = @ac_ct_CC@
381 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
382 am__include = @am__include@
383 am__leading_dot = @am__leading_dot@
384 am__quote = @am__quote@
385 am__tar = @am__tar@
386 am__untar = @am__untar@
387 bindir = @bindir@
388 build = @build@
389 build_alias = @build_alias@
390 build_cpu = @build_cpu@
391 build_os = @build_os@
392 build_vendor = @build_vendor@
393 builddir = @builddir@
394 datadir = @datadir@
395 datarootdir = @datarootdir@
396 docdir = @docdir@
397 dvidir = @dvidir@
398 exec_prefix = @exec_prefix@
399 host = @host@
400 host_alias = @host_alias@
401 host_cpu = @host_cpu@
402 host_os = @host_os@
403 host_vendor = @host_vendor@
404 htmldir = @htmldir@
405 includedir = @includedir@
406 infodir = @infodir@
407 install_sh = @install_sh@
408 libdir = @libdir@
409 libexecdir = @libexecdir@
410 libsystemd_CFLAGS = @libsystemd_CFLAGS@
411 libsystemd_LIBS = @libsystemd_LIBS@
412 localedir = @localedir@
413 localstatedir = @localstatedir@
414 mandir = @mandir@
415 mkdir_p = @mkdir_p@
416 oldincludedir = @oldincludedir@
417 pdfdir = @pdfdir@
418 plugindir = @plugindir@
419 prefix = @prefix@
420 program_transform_name = @program_transform_name@
421 psdir = @psdir@
422 sampledir = @sampledir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 target_alias = @target_alias@
428 top_build_prefix = @top_build_prefix@
429 top_builddir = @top_builddir@
430 top_srcdir = @top_srcdir@
432 # This option prevents autoreconf from overriding our COPYING and
433 # INSTALL targets:
434 AUTOMAKE_OPTIONS = foreign 1.9
435 ACLOCAL_AMFLAGS = -I m4
436 MAINTAINERCLEANFILES = \
437 config.log config.status \
438 $(srcdir)/Makefile.in \
439 $(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
440 $(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
441 $(srcdir)/m4/libtool.m4 $(srcdir)/m4/lt~obsolete.m4 \
442 $(srcdir)/m4/ltoptions.m4 $(srcdir)/m4/ltsugar.m4 \
443 $(srcdir)/m4/ltversion.m4 \
444 $(srcdir)/depcomp $(srcdir)/aclocal.m4 \
445 $(srcdir)/config.guess $(srcdir)/config.sub
447 CLEANFILES = \
448 config-version.h tests/t_client.sh
450 EXTRA_DIST = \
451 contrib \
452 debug
454 @GIT_CHECKOUT_TRUE@BUILT_SOURCES = \
455 @GIT_CHECKOUT_TRUE@ config-version.h
457 SUBDIRS = build distro include src sample doc tests
458 dist_doc_DATA = README README.IPv6 README.polarssl COPYRIGHT.GPL \
459 COPYING $(am__append_1)
460 dist_noinst_DATA = .gitignore .gitattributes config-version.h.in PORTS \
461 README.IPv6 TODO.IPv6 README.polarssl openvpn.sln msvc-env.bat \
462 msvc-dev.bat msvc-build.bat $(am__append_2)
463 dist_noinst_HEADERS = \
464 config-msvc.h \
465 config-msvc-version.h.in
467 @WIN32_TRUE@rootdir = $(prefix)
468 @WIN32_TRUE@root_DATA = version.sh
469 all: $(BUILT_SOURCES) config.h
470 $(MAKE) $(AM_MAKEFLAGS) all-recursive
472 .SUFFIXES:
473 am--refresh: Makefile
475 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
476 @for dep in $?; do \
477 case '$(am__configure_deps)' in \
478 *$$dep*) \
479 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
480 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
481 && exit 0; \
482 exit 1;; \
483 esac; \
484 done; \
485 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
486 $(am__cd) $(top_srcdir) && \
487 $(AUTOMAKE) --foreign Makefile
488 .PRECIOUS: Makefile
489 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
490 @case '$?' in \
491 *config.status*) \
492 echo ' $(SHELL) ./config.status'; \
493 $(SHELL) ./config.status;; \
494 *) \
495 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
496 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
497 esac;
499 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
500 $(SHELL) ./config.status --recheck
502 $(top_srcdir)/configure: $(am__configure_deps)
503 $(am__cd) $(srcdir) && $(AUTOCONF)
504 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
505 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
506 $(am__aclocal_m4_deps):
508 config.h: stamp-h1
509 @test -f $@ || rm -f stamp-h1
510 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
512 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
513 @rm -f stamp-h1
514 cd $(top_builddir) && $(SHELL) ./config.status config.h
515 $(srcdir)/config.h.in: $(am__configure_deps)
516 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
517 rm -f stamp-h1
518 touch $@
520 distclean-hdr:
521 -rm -f config.h stamp-h1
522 version.sh: $(top_builddir)/config.status $(srcdir)/version.sh.in
523 cd $(top_builddir) && $(SHELL) ./config.status $@
525 mostlyclean-libtool:
526 -rm -f *.lo
528 clean-libtool:
529 -rm -rf .libs _libs
531 distclean-libtool:
532 -rm -f libtool config.lt
533 install-dist_docDATA: $(dist_doc_DATA)
534 @$(NORMAL_INSTALL)
535 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
536 if test -n "$$list"; then \
537 echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
538 $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
539 fi; \
540 for p in $$list; do \
541 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
542 echo "$$d$$p"; \
543 done | $(am__base_list) | \
544 while read files; do \
545 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
546 $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
547 done
549 uninstall-dist_docDATA:
550 @$(NORMAL_UNINSTALL)
551 @list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
552 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
553 dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
554 install-rootDATA: $(root_DATA)
555 @$(NORMAL_INSTALL)
556 @list='$(root_DATA)'; test -n "$(rootdir)" || list=; \
557 if test -n "$$list"; then \
558 echo " $(MKDIR_P) '$(DESTDIR)$(rootdir)'"; \
559 $(MKDIR_P) "$(DESTDIR)$(rootdir)" || exit 1; \
560 fi; \
561 for p in $$list; do \
562 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
563 echo "$$d$$p"; \
564 done | $(am__base_list) | \
565 while read files; do \
566 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(rootdir)'"; \
567 $(INSTALL_DATA) $$files "$(DESTDIR)$(rootdir)" || exit $$?; \
568 done
570 uninstall-rootDATA:
571 @$(NORMAL_UNINSTALL)
572 @list='$(root_DATA)'; test -n "$(rootdir)" || list=; \
573 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
574 dir='$(DESTDIR)$(rootdir)'; $(am__uninstall_files_from_dir)
576 # This directory's subdirectories are mostly independent; you can cd
577 # into them and run 'make' without going through this Makefile.
578 # To change the values of 'make' variables: instead of editing Makefiles,
579 # (1) if the variable is set in 'config.status', edit 'config.status'
580 # (which will cause the Makefiles to be regenerated when you run 'make');
581 # (2) otherwise, pass the desired values on the 'make' command line.
582 $(am__recursive_targets):
583 @fail=; \
584 if $(am__make_keepgoing); then \
585 failcom='fail=yes'; \
586 else \
587 failcom='exit 1'; \
588 fi; \
589 dot_seen=no; \
590 target=`echo $@ | sed s/-recursive//`; \
591 case "$@" in \
592 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
593 *) list='$(SUBDIRS)' ;; \
594 esac; \
595 for subdir in $$list; do \
596 echo "Making $$target in $$subdir"; \
597 if test "$$subdir" = "."; then \
598 dot_seen=yes; \
599 local_target="$$target-am"; \
600 else \
601 local_target="$$target"; \
602 fi; \
603 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
604 || eval $$failcom; \
605 done; \
606 if test "$$dot_seen" = "no"; then \
607 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
608 fi; test -z "$$fail"
610 ID: $(am__tagged_files)
611 $(am__define_uniq_tagged_files); mkid -fID $$unique
612 tags: tags-recursive
613 TAGS: tags
615 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
616 set x; \
617 here=`pwd`; \
618 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
619 include_option=--etags-include; \
620 empty_fix=.; \
621 else \
622 include_option=--include; \
623 empty_fix=; \
624 fi; \
625 list='$(SUBDIRS)'; for subdir in $$list; do \
626 if test "$$subdir" = .; then :; else \
627 test ! -f $$subdir/TAGS || \
628 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
629 fi; \
630 done; \
631 $(am__define_uniq_tagged_files); \
632 shift; \
633 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
634 test -n "$$unique" || unique=$$empty_fix; \
635 if test $$# -gt 0; then \
636 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
637 "$$@" $$unique; \
638 else \
639 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
640 $$unique; \
641 fi; \
643 ctags: ctags-recursive
645 CTAGS: ctags
646 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
647 $(am__define_uniq_tagged_files); \
648 test -z "$(CTAGS_ARGS)$$unique" \
649 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
650 $$unique
652 GTAGS:
653 here=`$(am__cd) $(top_builddir) && pwd` \
654 && $(am__cd) $(top_srcdir) \
655 && gtags -i $(GTAGS_ARGS) "$$here"
656 cscope: cscope.files
657 test ! -s cscope.files \
658 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
659 clean-cscope:
660 -rm -f cscope.files
661 cscope.files: clean-cscope cscopelist
662 cscopelist: cscopelist-recursive
664 cscopelist-am: $(am__tagged_files)
665 list='$(am__tagged_files)'; \
666 case "$(srcdir)" in \
667 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
668 *) sdir=$(subdir)/$(srcdir) ;; \
669 esac; \
670 for i in $$list; do \
671 if test -f "$$i"; then \
672 echo "$(subdir)/$$i"; \
673 else \
674 echo "$$sdir/$$i"; \
675 fi; \
676 done >> $(top_builddir)/cscope.files
678 distclean-tags:
679 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
680 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
682 distdir: $(DISTFILES)
683 $(am__remove_distdir)
684 test -d "$(distdir)" || mkdir "$(distdir)"
685 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
686 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
687 list='$(DISTFILES)'; \
688 dist_files=`for file in $$list; do echo $$file; done | \
689 sed -e "s|^$$srcdirstrip/||;t" \
690 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
691 case $$dist_files in \
692 */*) $(MKDIR_P) `echo "$$dist_files" | \
693 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
694 sort -u` ;; \
695 esac; \
696 for file in $$dist_files; do \
697 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
698 if test -d $$d/$$file; then \
699 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
700 if test -d "$(distdir)/$$file"; then \
701 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
702 fi; \
703 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
704 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
705 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
706 fi; \
707 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
708 else \
709 test -f "$(distdir)/$$file" \
710 || cp -p $$d/$$file "$(distdir)/$$file" \
711 || exit 1; \
712 fi; \
713 done
714 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
715 if test "$$subdir" = .; then :; else \
716 $(am__make_dryrun) \
717 || test -d "$(distdir)/$$subdir" \
718 || $(MKDIR_P) "$(distdir)/$$subdir" \
719 || exit 1; \
720 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
721 $(am__relativize); \
722 new_distdir=$$reldir; \
723 dir1=$$subdir; dir2="$(top_distdir)"; \
724 $(am__relativize); \
725 new_top_distdir=$$reldir; \
726 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
727 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
728 ($(am__cd) $$subdir && \
729 $(MAKE) $(AM_MAKEFLAGS) \
730 top_distdir="$$new_top_distdir" \
731 distdir="$$new_distdir" \
732 am__remove_distdir=: \
733 am__skip_length_check=: \
734 am__skip_mode_fix=: \
735 distdir) \
736 || exit 1; \
737 fi; \
738 done
739 -test -n "$(am__skip_mode_fix)" \
740 || find "$(distdir)" -type d ! -perm -755 \
741 -exec chmod u+rwx,go+rx {} \; -o \
742 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
743 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
744 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
745 || chmod -R a+r "$(distdir)"
746 dist-gzip: distdir
747 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
748 $(am__post_remove_distdir)
750 dist-bzip2: distdir
751 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
752 $(am__post_remove_distdir)
754 dist-lzip: distdir
755 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
756 $(am__post_remove_distdir)
758 dist-xz: distdir
759 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
760 $(am__post_remove_distdir)
762 dist-tarZ: distdir
763 @echo WARNING: "Support for shar distribution archives is" \
764 "deprecated." >&2
765 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
766 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
767 $(am__post_remove_distdir)
769 dist-shar: distdir
770 @echo WARNING: "Support for distribution archives compressed with" \
771 "legacy program 'compress' is deprecated." >&2
772 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
773 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
774 $(am__post_remove_distdir)
776 dist-zip: distdir
777 -rm -f $(distdir).zip
778 zip -rq $(distdir).zip $(distdir)
779 $(am__post_remove_distdir)
781 dist dist-all:
782 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
783 $(am__post_remove_distdir)
785 # This target untars the dist file and tries a VPATH configuration. Then
786 # it guarantees that the distribution is self-contained by making another
787 # tarfile.
788 distcheck: dist
789 case '$(DIST_ARCHIVES)' in \
790 *.tar.gz*) \
791 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
792 *.tar.bz2*) \
793 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
794 *.tar.lz*) \
795 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
796 *.tar.xz*) \
797 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
798 *.tar.Z*) \
799 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
800 *.shar.gz*) \
801 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
802 *.zip*) \
803 unzip $(distdir).zip ;;\
804 esac
805 chmod -R a-w $(distdir)
806 chmod u+w $(distdir)
807 mkdir $(distdir)/_build $(distdir)/_inst
808 chmod a-w $(distdir)
809 test -d $(distdir)/_build || exit 0; \
810 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
811 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
812 && am__cwd=`pwd` \
813 && $(am__cd) $(distdir)/_build \
814 && ../configure \
815 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
816 $(DISTCHECK_CONFIGURE_FLAGS) \
817 --srcdir=.. --prefix="$$dc_install_base" \
818 && $(MAKE) $(AM_MAKEFLAGS) \
819 && $(MAKE) $(AM_MAKEFLAGS) dvi \
820 && $(MAKE) $(AM_MAKEFLAGS) check \
821 && $(MAKE) $(AM_MAKEFLAGS) install \
822 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
823 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
824 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
825 distuninstallcheck \
826 && chmod -R a-w "$$dc_install_base" \
827 && ({ \
828 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
829 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
830 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
831 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
832 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
833 } || { rm -rf "$$dc_destdir"; exit 1; }) \
834 && rm -rf "$$dc_destdir" \
835 && $(MAKE) $(AM_MAKEFLAGS) dist \
836 && rm -rf $(DIST_ARCHIVES) \
837 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
838 && cd "$$am__cwd" \
839 || exit 1
840 $(am__post_remove_distdir)
841 @(echo "$(distdir) archives ready for distribution: "; \
842 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
843 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
844 distuninstallcheck:
845 @test -n '$(distuninstallcheck_dir)' || { \
846 echo 'ERROR: trying to run $@ with an empty' \
847 '$$(distuninstallcheck_dir)' >&2; \
848 exit 1; \
849 }; \
850 $(am__cd) '$(distuninstallcheck_dir)' || { \
851 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
852 exit 1; \
853 }; \
854 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
855 || { echo "ERROR: files left after uninstall:" ; \
856 if test -n "$(DESTDIR)"; then \
857 echo " (check DESTDIR support)"; \
858 fi ; \
859 $(distuninstallcheck_listfiles) ; \
860 exit 1; } >&2
861 distcleancheck: distclean
862 @if test '$(srcdir)' = . ; then \
863 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
864 exit 1 ; \
866 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
867 || { echo "ERROR: files left in build directory after distclean:" ; \
868 $(distcleancheck_listfiles) ; \
869 exit 1; } >&2
870 check-am: all-am
871 check: $(BUILT_SOURCES)
872 $(MAKE) $(AM_MAKEFLAGS) check-recursive
873 all-am: Makefile $(DATA) $(HEADERS) config.h
874 installdirs: installdirs-recursive
875 installdirs-am:
876 for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(rootdir)"; do \
877 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
878 done
879 install: $(BUILT_SOURCES)
880 $(MAKE) $(AM_MAKEFLAGS) install-recursive
881 install-exec: install-exec-recursive
882 install-data: install-data-recursive
883 uninstall: uninstall-recursive
885 install-am: all-am
886 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
888 installcheck: installcheck-recursive
889 install-strip:
890 if test -z '$(STRIP)'; then \
891 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
892 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
893 install; \
894 else \
895 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
896 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
897 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
899 mostlyclean-generic:
901 clean-generic:
902 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
904 distclean-generic:
905 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
906 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
908 maintainer-clean-generic:
909 @echo "This command is intended for maintainers to use"
910 @echo "it deletes files that may require special tools to rebuild."
911 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
912 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
913 clean: clean-recursive
915 clean-am: clean-generic clean-libtool mostlyclean-am
917 distclean: distclean-recursive
918 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
919 -rm -f Makefile
920 distclean-am: clean-am distclean-generic distclean-hdr \
921 distclean-libtool distclean-tags
923 dvi: dvi-recursive
925 dvi-am:
927 html: html-recursive
929 html-am:
931 info: info-recursive
933 info-am:
935 install-data-am: install-dist_docDATA install-rootDATA
937 install-dvi: install-dvi-recursive
939 install-dvi-am:
941 install-exec-am:
943 install-html: install-html-recursive
945 install-html-am:
947 install-info: install-info-recursive
949 install-info-am:
951 install-man:
953 install-pdf: install-pdf-recursive
955 install-pdf-am:
957 install-ps: install-ps-recursive
959 install-ps-am:
961 installcheck-am:
963 maintainer-clean: maintainer-clean-recursive
964 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
965 -rm -rf $(top_srcdir)/autom4te.cache
966 -rm -f Makefile
967 maintainer-clean-am: distclean-am maintainer-clean-generic
969 mostlyclean: mostlyclean-recursive
971 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
973 pdf: pdf-recursive
975 pdf-am:
977 ps: ps-recursive
979 ps-am:
981 uninstall-am: uninstall-dist_docDATA uninstall-rootDATA
983 .MAKE: $(am__recursive_targets) all check install install-am \
984 install-strip
986 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
987 am--refresh check check-am clean clean-cscope clean-generic \
988 clean-libtool cscope cscopelist-am ctags ctags-am dist \
989 dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
990 dist-xz dist-zip distcheck distclean distclean-generic \
991 distclean-hdr distclean-libtool distclean-tags distcleancheck \
992 distdir distuninstallcheck dvi dvi-am html html-am info \
993 info-am install install-am install-data install-data-am \
994 install-dist_docDATA install-dvi install-dvi-am install-exec \
995 install-exec-am install-html install-html-am install-info \
996 install-info-am install-man install-pdf install-pdf-am \
997 install-ps install-ps-am install-rootDATA install-strip \
998 installcheck installcheck-am installdirs installdirs-am \
999 maintainer-clean maintainer-clean-generic mostlyclean \
1000 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1001 tags tags-am uninstall uninstall-am uninstall-dist_docDATA \
1002 uninstall-rootDATA
1005 .PHONY: config-version.h
1007 config-version.h:
1008 @CONFIGURE_GIT_REVISION="`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) rev-parse --symbolic-full-name HEAD`/`GIT_DIR=\"$(top_srcdir)/.git\" $(GIT) rev-parse --short=16 HEAD`"; \
1009 $(SED) "s#@CONFIGURE_GIT_REVISION[@]#$${CONFIGURE_GIT_REVISION}#g" "$(srcdir)/config-version.h.in" > config-version.h.tmp
1010 @if ! [ -f config-version.h ] || ! cmp -s config-version.h.tmp config-version.h; then \
1011 echo "replacing config-version.h"; \
1012 mv config-version.h.tmp config-version.h; \
1013 else \
1014 rm -f config-version.h.tmp; \
1017 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1018 # Otherwise a system limit (for SysV at least) may be exceeded.
1019 .NOEXPORT: