OpenVPN: update to 2.3.7
[tomato.git] / release / src / router / openvpn / include / Makefile.in
bloba8b29634e4909012ae1be4c20e66738c2f0742be
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 = include
93 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
94 $(include_HEADERS)
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 =
108 CONFIG_CLEAN_VPATH_FILES =
109 AM_V_P = $(am__v_P_@AM_V@)
110 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
111 am__v_P_0 = false
112 am__v_P_1 = :
113 AM_V_GEN = $(am__v_GEN_@AM_V@)
114 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
115 am__v_GEN_0 = @echo " GEN " $@;
116 am__v_GEN_1 =
117 AM_V_at = $(am__v_at_@AM_V@)
118 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
119 am__v_at_0 = @
120 am__v_at_1 =
121 SOURCES =
122 DIST_SOURCES =
123 am__can_run_installinfo = \
124 case $$AM_UPDATE_INFO_DIR in \
125 n|no|NO) false;; \
126 *) (install-info --version) >/dev/null 2>&1;; \
127 esac
128 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
129 am__vpath_adj = case $$p in \
130 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
131 *) f=$$p;; \
132 esac;
133 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
134 am__install_max = 40
135 am__nobase_strip_setup = \
136 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
137 am__nobase_strip = \
138 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
139 am__nobase_list = $(am__nobase_strip_setup); \
140 for p in $$list; do echo "$$p $$p"; done | \
141 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
142 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
143 if (++n[$$2] == $(am__install_max)) \
144 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
145 END { for (dir in files) print dir, files[dir] }'
146 am__base_list = \
147 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
148 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
149 am__uninstall_files_from_dir = { \
150 test -z "$$files" \
151 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
152 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
153 $(am__cd) "$$dir" && rm -f $$files; }; \
155 am__installdirs = "$(DESTDIR)$(includedir)"
156 HEADERS = $(include_HEADERS)
157 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
158 # Read a list of newline-separated strings from the standard input,
159 # and print each of them once, without duplicates. Input order is
160 # *not* preserved.
161 am__uniquify_input = $(AWK) '\
162 BEGIN { nonempty = 0; } \
163 { items[$$0] = 1; nonempty = 1; } \
164 END { if (nonempty) { for (i in items) print i; }; } \
166 # Make sure the list of sources is unique. This is necessary because,
167 # e.g., the same source file might be shared among _SOURCES variables
168 # for different programs/libraries.
169 am__define_uniq_tagged_files = \
170 list='$(am__tagged_files)'; \
171 unique=`for i in $$list; do \
172 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173 done | $(am__uniquify_input)`
174 ETAGS = etags
175 CTAGS = ctags
176 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
177 ACLOCAL = @ACLOCAL@
178 AMTAR = @AMTAR@
179 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180 AR = @AR@
181 AS = @AS@
182 AUTOCONF = @AUTOCONF@
183 AUTOHEADER = @AUTOHEADER@
184 AUTOMAKE = @AUTOMAKE@
185 AWK = @AWK@
186 CC = @CC@
187 CCDEPMODE = @CCDEPMODE@
188 CFLAGS = @CFLAGS@
189 CPP = @CPP@
190 CPPFLAGS = @CPPFLAGS@
191 CYGPATH_W = @CYGPATH_W@
192 DEFS = @DEFS@
193 DEPDIR = @DEPDIR@
194 DLLTOOL = @DLLTOOL@
195 DL_LIBS = @DL_LIBS@
196 DSYMUTIL = @DSYMUTIL@
197 DUMPBIN = @DUMPBIN@
198 ECHO_C = @ECHO_C@
199 ECHO_N = @ECHO_N@
200 ECHO_T = @ECHO_T@
201 EGREP = @EGREP@
202 EXEEXT = @EXEEXT@
203 FGREP = @FGREP@
204 GIT = @GIT@
205 GREP = @GREP@
206 IFCONFIG = @IFCONFIG@
207 INSTALL = @INSTALL@
208 INSTALL_DATA = @INSTALL_DATA@
209 INSTALL_PROGRAM = @INSTALL_PROGRAM@
210 INSTALL_SCRIPT = @INSTALL_SCRIPT@
211 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
212 IPROUTE = @IPROUTE@
213 LD = @LD@
214 LDFLAGS = @LDFLAGS@
215 LIBOBJS = @LIBOBJS@
216 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
217 LIBPAM_LIBS = @LIBPAM_LIBS@
218 LIBS = @LIBS@
219 LIBTOOL = @LIBTOOL@
220 LIPO = @LIPO@
221 LN_S = @LN_S@
222 LTLIBOBJS = @LTLIBOBJS@
223 LZO_CFLAGS = @LZO_CFLAGS@
224 LZO_LIBS = @LZO_LIBS@
225 MAKEINFO = @MAKEINFO@
226 MAN2HTML = @MAN2HTML@
227 MANIFEST_TOOL = @MANIFEST_TOOL@
228 MKDIR_P = @MKDIR_P@
229 NETSTAT = @NETSTAT@
230 NM = @NM@
231 NMEDIT = @NMEDIT@
232 OBJDUMP = @OBJDUMP@
233 OBJEXT = @OBJEXT@
234 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
235 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
236 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
237 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
238 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
239 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
240 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
241 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
242 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
243 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
244 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
245 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
246 OPTIONAL_SYSTEMD_LIBS = @OPTIONAL_SYSTEMD_LIBS@
247 OTOOL = @OTOOL@
248 OTOOL64 = @OTOOL64@
249 P11KIT_CFLAGS = @P11KIT_CFLAGS@
250 P11KIT_LIBS = @P11KIT_LIBS@
251 PACKAGE = @PACKAGE@
252 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
253 PACKAGE_NAME = @PACKAGE_NAME@
254 PACKAGE_STRING = @PACKAGE_STRING@
255 PACKAGE_TARNAME = @PACKAGE_TARNAME@
256 PACKAGE_URL = @PACKAGE_URL@
257 PACKAGE_VERSION = @PACKAGE_VERSION@
258 PATH_SEPARATOR = @PATH_SEPARATOR@
259 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
260 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
261 PKG_CONFIG = @PKG_CONFIG@
262 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
263 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
264 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
265 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
266 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
267 POLARSSL_LIBS = @POLARSSL_LIBS@
268 RANLIB = @RANLIB@
269 RC = @RC@
270 ROUTE = @ROUTE@
271 SED = @SED@
272 SELINUX_LIBS = @SELINUX_LIBS@
273 SET_MAKE = @SET_MAKE@
274 SHELL = @SHELL@
275 SOCKETS_LIBS = @SOCKETS_LIBS@
276 STRIP = @STRIP@
277 SYSTEMD_ASK_PASSWORD = @SYSTEMD_ASK_PASSWORD@
278 TAP_CFLAGS = @TAP_CFLAGS@
279 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
280 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
281 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
282 VERSION = @VERSION@
283 abs_builddir = @abs_builddir@
284 abs_srcdir = @abs_srcdir@
285 abs_top_builddir = @abs_top_builddir@
286 abs_top_srcdir = @abs_top_srcdir@
287 ac_ct_AR = @ac_ct_AR@
288 ac_ct_CC = @ac_ct_CC@
289 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
290 am__include = @am__include@
291 am__leading_dot = @am__leading_dot@
292 am__quote = @am__quote@
293 am__tar = @am__tar@
294 am__untar = @am__untar@
295 bindir = @bindir@
296 build = @build@
297 build_alias = @build_alias@
298 build_cpu = @build_cpu@
299 build_os = @build_os@
300 build_vendor = @build_vendor@
301 builddir = @builddir@
302 datadir = @datadir@
303 datarootdir = @datarootdir@
304 docdir = @docdir@
305 dvidir = @dvidir@
306 exec_prefix = @exec_prefix@
307 host = @host@
308 host_alias = @host_alias@
309 host_cpu = @host_cpu@
310 host_os = @host_os@
311 host_vendor = @host_vendor@
312 htmldir = @htmldir@
313 includedir = @includedir@
314 infodir = @infodir@
315 install_sh = @install_sh@
316 libdir = @libdir@
317 libexecdir = @libexecdir@
318 libsystemd_CFLAGS = @libsystemd_CFLAGS@
319 libsystemd_LIBS = @libsystemd_LIBS@
320 localedir = @localedir@
321 localstatedir = @localstatedir@
322 mandir = @mandir@
323 mkdir_p = @mkdir_p@
324 oldincludedir = @oldincludedir@
325 pdfdir = @pdfdir@
326 plugindir = @plugindir@
327 prefix = @prefix@
328 program_transform_name = @program_transform_name@
329 psdir = @psdir@
330 sampledir = @sampledir@
331 sbindir = @sbindir@
332 sharedstatedir = @sharedstatedir@
333 srcdir = @srcdir@
334 sysconfdir = @sysconfdir@
335 target_alias = @target_alias@
336 top_build_prefix = @top_build_prefix@
337 top_builddir = @top_builddir@
338 top_srcdir = @top_srcdir@
339 MAINTAINERCLEANFILES = \
340 $(srcdir)/Makefile.in
342 include_HEADERS = openvpn-plugin.h
343 all: all-am
345 .SUFFIXES:
346 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
347 @for dep in $?; do \
348 case '$(am__configure_deps)' in \
349 *$$dep*) \
350 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
351 && { if test -f $@; then exit 0; else break; fi; }; \
352 exit 1;; \
353 esac; \
354 done; \
355 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
356 $(am__cd) $(top_srcdir) && \
357 $(AUTOMAKE) --foreign include/Makefile
358 .PRECIOUS: Makefile
359 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
360 @case '$?' in \
361 *config.status*) \
362 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
363 *) \
364 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
365 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
366 esac;
368 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
369 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(top_srcdir)/configure: $(am__configure_deps)
372 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
374 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(am__aclocal_m4_deps):
377 mostlyclean-libtool:
378 -rm -f *.lo
380 clean-libtool:
381 -rm -rf .libs _libs
382 install-includeHEADERS: $(include_HEADERS)
383 @$(NORMAL_INSTALL)
384 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
385 if test -n "$$list"; then \
386 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
387 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
388 fi; \
389 for p in $$list; do \
390 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
391 echo "$$d$$p"; \
392 done | $(am__base_list) | \
393 while read files; do \
394 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
395 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
396 done
398 uninstall-includeHEADERS:
399 @$(NORMAL_UNINSTALL)
400 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
401 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
402 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
404 ID: $(am__tagged_files)
405 $(am__define_uniq_tagged_files); mkid -fID $$unique
406 tags: tags-am
407 TAGS: tags
409 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
410 set x; \
411 here=`pwd`; \
412 $(am__define_uniq_tagged_files); \
413 shift; \
414 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
415 test -n "$$unique" || unique=$$empty_fix; \
416 if test $$# -gt 0; then \
417 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418 "$$@" $$unique; \
419 else \
420 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421 $$unique; \
422 fi; \
424 ctags: ctags-am
426 CTAGS: ctags
427 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428 $(am__define_uniq_tagged_files); \
429 test -z "$(CTAGS_ARGS)$$unique" \
430 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431 $$unique
433 GTAGS:
434 here=`$(am__cd) $(top_builddir) && pwd` \
435 && $(am__cd) $(top_srcdir) \
436 && gtags -i $(GTAGS_ARGS) "$$here"
437 cscopelist: cscopelist-am
439 cscopelist-am: $(am__tagged_files)
440 list='$(am__tagged_files)'; \
441 case "$(srcdir)" in \
442 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
443 *) sdir=$(subdir)/$(srcdir) ;; \
444 esac; \
445 for i in $$list; do \
446 if test -f "$$i"; then \
447 echo "$(subdir)/$$i"; \
448 else \
449 echo "$$sdir/$$i"; \
450 fi; \
451 done >> $(top_builddir)/cscope.files
453 distclean-tags:
454 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
456 distdir: $(DISTFILES)
457 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
458 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
459 list='$(DISTFILES)'; \
460 dist_files=`for file in $$list; do echo $$file; done | \
461 sed -e "s|^$$srcdirstrip/||;t" \
462 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
463 case $$dist_files in \
464 */*) $(MKDIR_P) `echo "$$dist_files" | \
465 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
466 sort -u` ;; \
467 esac; \
468 for file in $$dist_files; do \
469 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
470 if test -d $$d/$$file; then \
471 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
472 if test -d "$(distdir)/$$file"; then \
473 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
474 fi; \
475 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
476 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
477 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
478 fi; \
479 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
480 else \
481 test -f "$(distdir)/$$file" \
482 || cp -p $$d/$$file "$(distdir)/$$file" \
483 || exit 1; \
484 fi; \
485 done
486 check-am: all-am
487 check: check-am
488 all-am: Makefile $(HEADERS)
489 installdirs:
490 for dir in "$(DESTDIR)$(includedir)"; do \
491 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
492 done
493 install: install-am
494 install-exec: install-exec-am
495 install-data: install-data-am
496 uninstall: uninstall-am
498 install-am: all-am
499 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
501 installcheck: installcheck-am
502 install-strip:
503 if test -z '$(STRIP)'; then \
504 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
505 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
506 install; \
507 else \
508 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
509 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
510 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
512 mostlyclean-generic:
514 clean-generic:
516 distclean-generic:
517 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
518 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
520 maintainer-clean-generic:
521 @echo "This command is intended for maintainers to use"
522 @echo "it deletes files that may require special tools to rebuild."
523 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
524 clean: clean-am
526 clean-am: clean-generic clean-libtool mostlyclean-am
528 distclean: distclean-am
529 -rm -f Makefile
530 distclean-am: clean-am distclean-generic distclean-tags
532 dvi: dvi-am
534 dvi-am:
536 html: html-am
538 html-am:
540 info: info-am
542 info-am:
544 install-data-am: install-includeHEADERS
546 install-dvi: install-dvi-am
548 install-dvi-am:
550 install-exec-am:
552 install-html: install-html-am
554 install-html-am:
556 install-info: install-info-am
558 install-info-am:
560 install-man:
562 install-pdf: install-pdf-am
564 install-pdf-am:
566 install-ps: install-ps-am
568 install-ps-am:
570 installcheck-am:
572 maintainer-clean: maintainer-clean-am
573 -rm -f Makefile
574 maintainer-clean-am: distclean-am maintainer-clean-generic
576 mostlyclean: mostlyclean-am
578 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
580 pdf: pdf-am
582 pdf-am:
584 ps: ps-am
586 ps-am:
588 uninstall-am: uninstall-includeHEADERS
590 .MAKE: install-am install-strip
592 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
593 clean-libtool cscopelist-am ctags ctags-am distclean \
594 distclean-generic distclean-libtool distclean-tags distdir dvi \
595 dvi-am html html-am info info-am install install-am \
596 install-data install-data-am install-dvi install-dvi-am \
597 install-exec install-exec-am install-html install-html-am \
598 install-includeHEADERS install-info install-info-am \
599 install-man install-pdf install-pdf-am install-ps \
600 install-ps-am install-strip installcheck installcheck-am \
601 installdirs maintainer-clean maintainer-clean-generic \
602 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
603 ps ps-am tags tags-am uninstall uninstall-am \
604 uninstall-includeHEADERS
607 # Tell versions [3.59,3.63) of GNU make to not export all variables.
608 # Otherwise a system limit (for SysV at least) may be exceeded.
609 .NOEXPORT: