Update to OpenVPN 2.1rc18
[tomato.git] / release / src / router / openvpn / Makefile.in
blobf51af6622b5af93a9ce51dccf86091cb2ba9ff50
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008 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-2009 OpenVPN Technologies, Inc. <sales@openvpn.net>
26 # This program is free software; you can redistribute it and/or modify
27 # it under the terms of the GNU General Public License version 2
28 # as published by the Free Software Foundation.
30 # This program is distributed in the hope that it will be useful,
31 # but WITHOUT ANY WARRANTY; without even the implied warranty of
32 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33 # GNU General Public License for more details.
35 # You should have received a copy of the GNU General Public License
36 # along with this program (see the file COPYING included with this
37 # distribution); if not, write to the Free Software Foundation, Inc.,
38 # 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
44 VPATH = @srcdir@
45 pkgdatadir = $(datadir)/@PACKAGE@
46 pkglibdir = $(libdir)/@PACKAGE@
47 pkgincludedir = $(includedir)/@PACKAGE@
48 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49 install_sh_DATA = $(install_sh) -c -m 644
50 install_sh_PROGRAM = $(install_sh) -c
51 install_sh_SCRIPT = $(install_sh) -c
52 INSTALL_HEADER = $(INSTALL_DATA)
53 transform = $(program_transform_name)
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_triplet = @build@
61 host_triplet = @host@
62 target_triplet = @target@
63 sbin_PROGRAMS = openvpn$(EXEEXT)
64 @WIN32_TRUE@am__append_1 = openvpn.8
65 subdir = .
66 DIST_COMMON = README $(am__configure_deps) \
67 $(am__dist_noinst_DATA_DIST) $(dist_man_MANS) \
68 $(dist_noinst_HEADERS) $(dist_noinst_SCRIPTS) \
69 $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
70 $(srcdir)/config-win32.h.in $(srcdir)/config.h.in \
71 $(srcdir)/openvpn.spec.in $(top_srcdir)/configure AUTHORS \
72 COPYING ChangeLog INSTALL NEWS config.guess config.sub depcomp \
73 install-sh memcmp.c missing
74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
76 $(top_srcdir)/version.m4 $(top_srcdir)/configure.ac
77 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
78 $(ACLOCAL_M4)
79 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
80 configure.lineno config.status.lineno
81 mkinstalldirs = $(install_sh) -d
82 CONFIG_HEADER = config.h
83 CONFIG_CLEAN_FILES = openvpn.spec config-win32.h
84 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" \
85 "$(DESTDIR)$(htmldir)"
86 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
87 PROGRAMS = $(sbin_PROGRAMS)
88 am_openvpn_OBJECTS = base64.$(OBJEXT) buffer.$(OBJEXT) \
89 crypto.$(OBJEXT) dhcp.$(OBJEXT) error.$(OBJEXT) \
90 event.$(OBJEXT) fdmisc.$(OBJEXT) forward.$(OBJEXT) \
91 fragment.$(OBJEXT) gremlin.$(OBJEXT) helper.$(OBJEXT) \
92 lladdr.$(OBJEXT) init.$(OBJEXT) interval.$(OBJEXT) \
93 list.$(OBJEXT) lzo.$(OBJEXT) manage.$(OBJEXT) mbuf.$(OBJEXT) \
94 misc.$(OBJEXT) mroute.$(OBJEXT) mss.$(OBJEXT) mtcp.$(OBJEXT) \
95 mtu.$(OBJEXT) mudp.$(OBJEXT) multi.$(OBJEXT) ntlm.$(OBJEXT) \
96 occ.$(OBJEXT) pkcs11.$(OBJEXT) openvpn.$(OBJEXT) \
97 options.$(OBJEXT) otime.$(OBJEXT) packet_id.$(OBJEXT) \
98 perf.$(OBJEXT) pf.$(OBJEXT) ping.$(OBJEXT) plugin.$(OBJEXT) \
99 pool.$(OBJEXT) proto.$(OBJEXT) proxy.$(OBJEXT) \
100 ieproxy.$(OBJEXT) ps.$(OBJEXT) push.$(OBJEXT) \
101 reliable.$(OBJEXT) route.$(OBJEXT) schedule.$(OBJEXT) \
102 session_id.$(OBJEXT) shaper.$(OBJEXT) sig.$(OBJEXT) \
103 socket.$(OBJEXT) socks.$(OBJEXT) ssl.$(OBJEXT) \
104 status.$(OBJEXT) thread.$(OBJEXT) tun.$(OBJEXT) \
105 win32.$(OBJEXT) cryptoapi.$(OBJEXT)
106 openvpn_OBJECTS = $(am_openvpn_OBJECTS)
107 openvpn_LDADD = $(LDADD)
108 openvpn_DEPENDENCIES = @LIBOBJS@
109 SCRIPTS = $(dist_noinst_SCRIPTS)
110 DEFAULT_INCLUDES = -I.@am__isrc@
111 depcomp = $(SHELL) $(top_srcdir)/depcomp
112 am__depfiles_maybe = depfiles
113 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
114 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
115 CCLD = $(CC)
116 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
117 SOURCES = $(openvpn_SOURCES)
118 DIST_SOURCES = $(openvpn_SOURCES)
119 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
120 html-recursive info-recursive install-data-recursive \
121 install-dvi-recursive install-exec-recursive \
122 install-html-recursive install-info-recursive \
123 install-pdf-recursive install-ps-recursive install-recursive \
124 installcheck-recursive installdirs-recursive pdf-recursive \
125 ps-recursive uninstall-recursive
126 man8dir = $(mandir)/man8
127 NROFF = nroff
128 MANS = $(dist_man_MANS)
129 am__dist_noinst_DATA_DIST = openvpn.spec COPYRIGHT.GPL PORTS \
130 INSTALL-win32.txt openvpn.8
131 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
132 am__vpath_adj = case $$p in \
133 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
134 *) f=$$p;; \
135 esac;
136 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
137 nodist_htmlDATA_INSTALL = $(INSTALL_DATA)
138 DATA = $(dist_noinst_DATA) $(nodist_html_DATA)
139 HEADERS = $(dist_noinst_HEADERS)
140 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
141 distclean-recursive maintainer-clean-recursive
142 ETAGS = etags
143 CTAGS = ctags
144 DIST_SUBDIRS = $(SUBDIRS)
145 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146 distdir = $(PACKAGE)-$(VERSION)
147 top_distdir = $(distdir)
148 am__remove_distdir = \
149 { test ! -d $(distdir) \
150 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
151 && rm -fr $(distdir); }; }
152 DIST_ARCHIVES = $(distdir).tar.gz
153 GZIP_ENV = --best
154 distuninstallcheck_listfiles = find . -type f -print
155 distcleancheck_listfiles = find . -type f -print
156 ACLOCAL = @ACLOCAL@
157 AMTAR = @AMTAR@
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 ECHO_C = @ECHO_C@
171 ECHO_N = @ECHO_N@
172 ECHO_T = @ECHO_T@
173 EGREP = @EGREP@
174 EXEEXT = @EXEEXT@
175 GREP = @GREP@
176 IFCONFIG = @IFCONFIG@
177 INSTALL = @INSTALL@
178 INSTALL_DATA = @INSTALL_DATA@
179 INSTALL_PROGRAM = @INSTALL_PROGRAM@
180 INSTALL_SCRIPT = @INSTALL_SCRIPT@
181 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
182 IPROUTE = @IPROUTE@
183 LDFLAGS = @LDFLAGS@
184 LIBOBJS = @LIBOBJS@
185 LIBS = @LIBS@
186 LTLIBOBJS = @LTLIBOBJS@
187 MAKEINFO = @MAKEINFO@
188 MAN2HTML = @MAN2HTML@
189 MKDIR_P = @MKDIR_P@
190 OBJEXT = @OBJEXT@
191 PACKAGE = @PACKAGE@
192 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
193 PACKAGE_NAME = @PACKAGE_NAME@
194 PACKAGE_STRING = @PACKAGE_STRING@
195 PACKAGE_TARNAME = @PACKAGE_TARNAME@
196 PACKAGE_VERSION = @PACKAGE_VERSION@
197 PATH_SEPARATOR = @PATH_SEPARATOR@
198 PTHREAD_CC = @PTHREAD_CC@
199 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
200 PTHREAD_LIBS = @PTHREAD_LIBS@
201 ROUTE = @ROUTE@
202 SET_MAKE = @SET_MAKE@
203 SHELL = @SHELL@
204 STRIP = @STRIP@
205 TAP_ID = @TAP_ID@
206 TAP_WIN32_MIN_MAJOR = @TAP_WIN32_MIN_MAJOR@
207 TAP_WIN32_MIN_MINOR = @TAP_WIN32_MIN_MINOR@
208 VERSION = @VERSION@
209 abs_builddir = @abs_builddir@
210 abs_srcdir = @abs_srcdir@
211 abs_top_builddir = @abs_top_builddir@
212 abs_top_srcdir = @abs_top_srcdir@
213 ac_ct_CC = @ac_ct_CC@
214 am__include = @am__include@
215 am__leading_dot = @am__leading_dot@
216 am__quote = @am__quote@
217 am__tar = @am__tar@
218 am__untar = @am__untar@
219 bindir = @bindir@
220 build = @build@
221 build_alias = @build_alias@
222 build_cpu = @build_cpu@
223 build_os = @build_os@
224 build_vendor = @build_vendor@
225 builddir = @builddir@
226 datadir = @datadir@
227 datarootdir = @datarootdir@
228 docdir = @docdir@
229 dvidir = @dvidir@
230 exec_prefix = @exec_prefix@
231 host = @host@
232 host_alias = @host_alias@
233 host_cpu = @host_cpu@
234 host_os = @host_os@
235 host_vendor = @host_vendor@
236 htmldir = @htmldir@
237 includedir = @includedir@
238 infodir = @infodir@
239 install_sh = @install_sh@
240 libdir = @libdir@
241 libexecdir = @libexecdir@
242 localedir = @localedir@
243 localstatedir = @localstatedir@
244 mandir = @mandir@
245 mkdir_p = @mkdir_p@
246 oldincludedir = @oldincludedir@
247 pdfdir = @pdfdir@
248 prefix = @prefix@
249 program_transform_name = @program_transform_name@
250 psdir = @psdir@
251 sbindir = @sbindir@
252 sharedstatedir = @sharedstatedir@
253 srcdir = @srcdir@
254 sysconfdir = @sysconfdir@
255 target = @target@
256 target_alias = @target_alias@
257 target_cpu = @target_cpu@
258 target_os = @target_os@
259 target_vendor = @target_vendor@
260 top_builddir = @top_builddir@
261 top_srcdir = @top_srcdir@
262 win32datadir = @win32datadir@
263 LDADD = @LIBOBJS@
265 # This option prevents autoreconf from overriding our COPYING and
266 # INSTALL targets:
267 AUTOMAKE_OPTIONS = foreign
268 MAINTAINERCLEANFILES = \
269 config.log config.status \
270 $(srcdir)/Makefile.in \
271 $(srcdir)/config.h.in $(srcdir)/config.h.in~ $(srcdir)/configure \
272 $(srcdir)/install-sh $(srcdir)/ltmain.sh $(srcdir)/missing \
273 $(srcdir)/depcomp $(srcdir)/aclocal.m4 \
274 $(srcdir)/config.guess $(srcdir)/config.sub \
275 $(srcdir)/config-win32.h $(srcdir)/openvpn.spec
277 CLEANFILES = openvpn.8.html
278 EXTRA_DIST = \
279 easy-rsa \
280 sample-config-files \
281 sample-keys \
282 sample-scripts \
283 suse \
284 tap-win32 \
285 contrib \
286 debug \
287 plugin
289 SUBDIRS = \
290 images \
291 service-win32 \
292 install-win32
294 TESTS = t_lpback.sh t_cltsrv.sh
295 dist_noinst_HEADERS = \
296 config-win32.h
298 dist_noinst_SCRIPTS = \
299 $(TESTS) \
300 doclean \
301 domake-win \
302 t_cltsrv-down.sh
304 dist_noinst_DATA = openvpn.spec COPYRIGHT.GPL PORTS INSTALL-win32.txt \
305 $(am__append_1)
306 openvpn_SOURCES = \
307 base64.c base64.h \
308 basic.h \
309 buffer.c buffer.h \
310 circ_list.h \
311 common.h \
312 crypto.c crypto.h \
313 dhcp.c dhcp.h \
314 errlevel.h \
315 error.c error.h \
316 event.c event.h \
317 fdmisc.c fdmisc.h \
318 forward.c forward.h forward-inline.h \
319 fragment.c fragment.h \
320 gremlin.c gremlin.h \
321 helper.c helper.h \
322 lladdr.c lladdr.h \
323 init.c init.h \
324 integer.h \
325 interval.c interval.h \
326 list.c list.h \
327 lzo.c lzo.h \
328 manage.c manage.h \
329 mbuf.c mbuf.h \
330 memdbg.h \
331 misc.c misc.h \
332 mroute.c mroute.h \
333 mss.c mss.h \
334 mtcp.c mtcp.h \
335 mtu.c mtu.h \
336 mudp.c mudp.h \
337 multi.c multi.h \
338 ntlm.c ntlm.h \
339 occ.c occ.h occ-inline.h \
340 pkcs11.c pkcs11.h \
341 openvpn.c openvpn.h \
342 openvpn-plugin.h \
343 options.c options.h \
344 otime.c otime.h \
345 packet_id.c packet_id.h \
346 perf.c perf.h \
347 pf.c pf.h pf-inline.h \
348 ping.c ping.h ping-inline.h \
349 plugin.c plugin.h \
350 pool.c pool.h \
351 proto.c proto.h \
352 proxy.c proxy.h \
353 ieproxy.h ieproxy.c \
354 ps.c ps.h \
355 push.c push.h \
356 reliable.c reliable.h \
357 route.c route.h \
358 schedule.c schedule.h \
359 session_id.c session_id.h \
360 shaper.c shaper.h \
361 sig.c sig.h \
362 socket.c socket.h \
363 socks.c socks.h \
364 ssl.c ssl.h \
365 status.c status.h \
366 syshead.h \
367 thread.c thread.h \
368 tun.c tun.h \
369 win32.h win32.c \
370 cryptoapi.h cryptoapi.c
372 @WIN32_TRUE@nodist_html_DATA = openvpn.8.html
373 @WIN32_FALSE@dist_man_MANS = openvpn.8
374 all: config.h
375 $(MAKE) $(AM_MAKEFLAGS) all-recursive
377 .SUFFIXES:
378 .SUFFIXES: .c .o .obj
379 am--refresh:
381 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
382 @for dep in $?; do \
383 case '$(am__configure_deps)' in \
384 *$$dep*) \
385 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
386 cd $(srcdir) && $(AUTOMAKE) --foreign \
387 && exit 0; \
388 exit 1;; \
389 esac; \
390 done; \
391 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
392 cd $(top_srcdir) && \
393 $(AUTOMAKE) --foreign Makefile
394 .PRECIOUS: Makefile
395 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396 @case '$?' in \
397 *config.status*) \
398 echo ' $(SHELL) ./config.status'; \
399 $(SHELL) ./config.status;; \
400 *) \
401 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
402 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
403 esac;
405 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406 $(SHELL) ./config.status --recheck
408 $(top_srcdir)/configure: $(am__configure_deps)
409 cd $(srcdir) && $(AUTOCONF)
410 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
411 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
413 config.h: stamp-h1
414 @if test ! -f $@; then \
415 rm -f stamp-h1; \
416 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
417 else :; fi
419 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
420 @rm -f stamp-h1
421 cd $(top_builddir) && $(SHELL) ./config.status config.h
422 $(srcdir)/config.h.in: $(am__configure_deps)
423 cd $(top_srcdir) && $(AUTOHEADER)
424 rm -f stamp-h1
425 touch $@
427 distclean-hdr:
428 -rm -f config.h stamp-h1
429 openvpn.spec: $(top_builddir)/config.status $(srcdir)/openvpn.spec.in
430 cd $(top_builddir) && $(SHELL) ./config.status $@
431 config-win32.h: $(top_builddir)/config.status $(srcdir)/config-win32.h.in
432 cd $(top_builddir) && $(SHELL) ./config.status $@
433 install-sbinPROGRAMS: $(sbin_PROGRAMS)
434 @$(NORMAL_INSTALL)
435 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
436 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
437 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
438 if test -f $$p \
439 ; then \
440 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
441 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
442 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
443 else :; fi; \
444 done
446 uninstall-sbinPROGRAMS:
447 @$(NORMAL_UNINSTALL)
448 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
449 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
450 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
451 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
452 done
454 clean-sbinPROGRAMS:
455 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
456 openvpn$(EXEEXT): $(openvpn_OBJECTS) $(openvpn_DEPENDENCIES)
457 @rm -f openvpn$(EXEEXT)
458 $(LINK) $(openvpn_OBJECTS) $(openvpn_LDADD) $(LIBS)
460 mostlyclean-compile:
461 -rm -f *.$(OBJEXT)
463 distclean-compile:
464 -rm -f *.tab.c
466 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cryptoapi.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhcp.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdmisc.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/forward.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fragment.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gremlin.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ieproxy.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interval.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lladdr.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzo.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manage.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbuf.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mroute.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mss.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtcp.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtu.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mudp.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntlm.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occ.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openvpn.Po@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otime.Po@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet_id.Po@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perf.Po@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping.Po@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkcs11.Po@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool.Po@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto.Po@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxy.Po@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps.Po@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/push.Po@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reliable.Po@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Po@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session_id.Po@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shaper.Po@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig.Po@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tun.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@
524 .c.o:
525 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
526 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
527 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
531 .c.obj:
532 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
533 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
534 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
536 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
537 install-man8: $(man8_MANS) $(man_MANS)
538 @$(NORMAL_INSTALL)
539 test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
540 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
541 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
542 for i in $$l2; do \
543 case "$$i" in \
544 *.8*) list="$$list $$i" ;; \
545 esac; \
546 done; \
547 for i in $$list; do \
548 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
549 else file=$$i; fi; \
550 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
551 case "$$ext" in \
552 8*) ;; \
553 *) ext='8' ;; \
554 esac; \
555 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
556 inst=`echo $$inst | sed -e 's/^.*\///'`; \
557 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
558 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
559 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
560 done
561 uninstall-man8:
562 @$(NORMAL_UNINSTALL)
563 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
564 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
565 for i in $$l2; do \
566 case "$$i" in \
567 *.8*) list="$$list $$i" ;; \
568 esac; \
569 done; \
570 for i in $$list; do \
571 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
572 case "$$ext" in \
573 8*) ;; \
574 *) ext='8' ;; \
575 esac; \
576 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
577 inst=`echo $$inst | sed -e 's/^.*\///'`; \
578 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
579 echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
580 rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
581 done
582 install-nodist_htmlDATA: $(nodist_html_DATA)
583 @$(NORMAL_INSTALL)
584 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
585 @list='$(nodist_html_DATA)'; for p in $$list; do \
586 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
587 f=$(am__strip_dir) \
588 echo " $(nodist_htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
589 $(nodist_htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
590 done
592 uninstall-nodist_htmlDATA:
593 @$(NORMAL_UNINSTALL)
594 @list='$(nodist_html_DATA)'; for p in $$list; do \
595 f=$(am__strip_dir) \
596 echo " rm -f '$(DESTDIR)$(htmldir)/$$f'"; \
597 rm -f "$(DESTDIR)$(htmldir)/$$f"; \
598 done
600 # This directory's subdirectories are mostly independent; you can cd
601 # into them and run `make' without going through this Makefile.
602 # To change the values of `make' variables: instead of editing Makefiles,
603 # (1) if the variable is set in `config.status', edit `config.status'
604 # (which will cause the Makefiles to be regenerated when you run `make');
605 # (2) otherwise, pass the desired values on the `make' command line.
606 $(RECURSIVE_TARGETS):
607 @failcom='exit 1'; \
608 for f in x $$MAKEFLAGS; do \
609 case $$f in \
610 *=* | --[!k]*);; \
611 *k*) failcom='fail=yes';; \
612 esac; \
613 done; \
614 dot_seen=no; \
615 target=`echo $@ | sed s/-recursive//`; \
616 list='$(SUBDIRS)'; for subdir in $$list; do \
617 echo "Making $$target in $$subdir"; \
618 if test "$$subdir" = "."; then \
619 dot_seen=yes; \
620 local_target="$$target-am"; \
621 else \
622 local_target="$$target"; \
623 fi; \
624 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
625 || eval $$failcom; \
626 done; \
627 if test "$$dot_seen" = "no"; then \
628 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
629 fi; test -z "$$fail"
631 $(RECURSIVE_CLEAN_TARGETS):
632 @failcom='exit 1'; \
633 for f in x $$MAKEFLAGS; do \
634 case $$f in \
635 *=* | --[!k]*);; \
636 *k*) failcom='fail=yes';; \
637 esac; \
638 done; \
639 dot_seen=no; \
640 case "$@" in \
641 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
642 *) list='$(SUBDIRS)' ;; \
643 esac; \
644 rev=''; for subdir in $$list; do \
645 if test "$$subdir" = "."; then :; else \
646 rev="$$subdir $$rev"; \
647 fi; \
648 done; \
649 rev="$$rev ."; \
650 target=`echo $@ | sed s/-recursive//`; \
651 for subdir in $$rev; do \
652 echo "Making $$target in $$subdir"; \
653 if test "$$subdir" = "."; then \
654 local_target="$$target-am"; \
655 else \
656 local_target="$$target"; \
657 fi; \
658 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
659 || eval $$failcom; \
660 done && test -z "$$fail"
661 tags-recursive:
662 list='$(SUBDIRS)'; for subdir in $$list; do \
663 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
664 done
665 ctags-recursive:
666 list='$(SUBDIRS)'; for subdir in $$list; do \
667 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
668 done
670 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
671 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
672 unique=`for i in $$list; do \
673 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
674 done | \
675 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
676 END { if (nonempty) { for (i in files) print i; }; }'`; \
677 mkid -fID $$unique
678 tags: TAGS
680 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
681 $(TAGS_FILES) $(LISP)
682 tags=; \
683 here=`pwd`; \
684 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
685 include_option=--etags-include; \
686 empty_fix=.; \
687 else \
688 include_option=--include; \
689 empty_fix=; \
690 fi; \
691 list='$(SUBDIRS)'; for subdir in $$list; do \
692 if test "$$subdir" = .; then :; else \
693 test ! -f $$subdir/TAGS || \
694 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
695 fi; \
696 done; \
697 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
698 unique=`for i in $$list; do \
699 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
700 done | \
701 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
702 END { if (nonempty) { for (i in files) print i; }; }'`; \
703 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
704 test -n "$$unique" || unique=$$empty_fix; \
705 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
706 $$tags $$unique; \
708 ctags: CTAGS
709 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
710 $(TAGS_FILES) $(LISP)
711 tags=; \
712 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
713 unique=`for i in $$list; do \
714 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
715 done | \
716 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
717 END { if (nonempty) { for (i in files) print i; }; }'`; \
718 test -z "$(CTAGS_ARGS)$$tags$$unique" \
719 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
720 $$tags $$unique
722 GTAGS:
723 here=`$(am__cd) $(top_builddir) && pwd` \
724 && cd $(top_srcdir) \
725 && gtags -i $(GTAGS_ARGS) $$here
727 distclean-tags:
728 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
730 check-TESTS: $(TESTS)
731 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
732 srcdir=$(srcdir); export srcdir; \
733 list=' $(TESTS) '; \
734 if test -n "$$list"; then \
735 for tst in $$list; do \
736 if test -f ./$$tst; then dir=./; \
737 elif test -f $$tst; then dir=; \
738 else dir="$(srcdir)/"; fi; \
739 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
740 all=`expr $$all + 1`; \
741 case " $(XFAIL_TESTS) " in \
742 *$$ws$$tst$$ws*) \
743 xpass=`expr $$xpass + 1`; \
744 failed=`expr $$failed + 1`; \
745 echo "XPASS: $$tst"; \
746 ;; \
747 *) \
748 echo "PASS: $$tst"; \
749 ;; \
750 esac; \
751 elif test $$? -ne 77; then \
752 all=`expr $$all + 1`; \
753 case " $(XFAIL_TESTS) " in \
754 *$$ws$$tst$$ws*) \
755 xfail=`expr $$xfail + 1`; \
756 echo "XFAIL: $$tst"; \
757 ;; \
758 *) \
759 failed=`expr $$failed + 1`; \
760 echo "FAIL: $$tst"; \
761 ;; \
762 esac; \
763 else \
764 skip=`expr $$skip + 1`; \
765 echo "SKIP: $$tst"; \
766 fi; \
767 done; \
768 if test "$$failed" -eq 0; then \
769 if test "$$xfail" -eq 0; then \
770 banner="All $$all tests passed"; \
771 else \
772 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
773 fi; \
774 else \
775 if test "$$xpass" -eq 0; then \
776 banner="$$failed of $$all tests failed"; \
777 else \
778 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
779 fi; \
780 fi; \
781 dashes="$$banner"; \
782 skipped=""; \
783 if test "$$skip" -ne 0; then \
784 skipped="($$skip tests were not run)"; \
785 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
786 dashes="$$skipped"; \
787 fi; \
788 report=""; \
789 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
790 report="Please report to $(PACKAGE_BUGREPORT)"; \
791 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
792 dashes="$$report"; \
793 fi; \
794 dashes=`echo "$$dashes" | sed s/./=/g`; \
795 echo "$$dashes"; \
796 echo "$$banner"; \
797 test -z "$$skipped" || echo "$$skipped"; \
798 test -z "$$report" || echo "$$report"; \
799 echo "$$dashes"; \
800 test "$$failed" -eq 0; \
801 else :; fi
803 distdir: $(DISTFILES)
804 $(am__remove_distdir)
805 test -d $(distdir) || mkdir $(distdir)
806 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
807 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
808 list='$(DISTFILES)'; \
809 dist_files=`for file in $$list; do echo $$file; done | \
810 sed -e "s|^$$srcdirstrip/||;t" \
811 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
812 case $$dist_files in \
813 */*) $(MKDIR_P) `echo "$$dist_files" | \
814 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
815 sort -u` ;; \
816 esac; \
817 for file in $$dist_files; do \
818 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
819 if test -d $$d/$$file; then \
820 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
821 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
822 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
823 fi; \
824 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
825 else \
826 test -f $(distdir)/$$file \
827 || cp -p $$d/$$file $(distdir)/$$file \
828 || exit 1; \
829 fi; \
830 done
831 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
832 if test "$$subdir" = .; then :; else \
833 test -d "$(distdir)/$$subdir" \
834 || $(MKDIR_P) "$(distdir)/$$subdir" \
835 || exit 1; \
836 distdir=`$(am__cd) $(distdir) && pwd`; \
837 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
838 (cd $$subdir && \
839 $(MAKE) $(AM_MAKEFLAGS) \
840 top_distdir="$$top_distdir" \
841 distdir="$$distdir/$$subdir" \
842 am__remove_distdir=: \
843 am__skip_length_check=: \
844 distdir) \
845 || exit 1; \
846 fi; \
847 done
848 $(MAKE) $(AM_MAKEFLAGS) \
849 top_distdir="$(top_distdir)" distdir="$(distdir)" \
850 dist-hook
851 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
852 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
853 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
854 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
855 || chmod -R a+r $(distdir)
856 dist-gzip: distdir
857 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
858 $(am__remove_distdir)
860 dist-bzip2: distdir
861 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
862 $(am__remove_distdir)
864 dist-lzma: distdir
865 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
866 $(am__remove_distdir)
868 dist-tarZ: distdir
869 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
870 $(am__remove_distdir)
872 dist-shar: distdir
873 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
874 $(am__remove_distdir)
876 dist-zip: distdir
877 -rm -f $(distdir).zip
878 zip -rq $(distdir).zip $(distdir)
879 $(am__remove_distdir)
881 dist dist-all: distdir
882 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
883 $(am__remove_distdir)
885 # This target untars the dist file and tries a VPATH configuration. Then
886 # it guarantees that the distribution is self-contained by making another
887 # tarfile.
888 distcheck: dist
889 case '$(DIST_ARCHIVES)' in \
890 *.tar.gz*) \
891 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
892 *.tar.bz2*) \
893 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
894 *.tar.lzma*) \
895 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
896 *.tar.Z*) \
897 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
898 *.shar.gz*) \
899 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
900 *.zip*) \
901 unzip $(distdir).zip ;;\
902 esac
903 chmod -R a-w $(distdir); chmod a+w $(distdir)
904 mkdir $(distdir)/_build
905 mkdir $(distdir)/_inst
906 chmod a-w $(distdir)
907 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
908 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
909 && cd $(distdir)/_build \
910 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
911 $(DISTCHECK_CONFIGURE_FLAGS) \
912 && $(MAKE) $(AM_MAKEFLAGS) \
913 && $(MAKE) $(AM_MAKEFLAGS) dvi \
914 && $(MAKE) $(AM_MAKEFLAGS) check \
915 && $(MAKE) $(AM_MAKEFLAGS) install \
916 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
917 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
918 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
919 distuninstallcheck \
920 && chmod -R a-w "$$dc_install_base" \
921 && ({ \
922 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
923 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
924 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
925 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
926 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
927 } || { rm -rf "$$dc_destdir"; exit 1; }) \
928 && rm -rf "$$dc_destdir" \
929 && $(MAKE) $(AM_MAKEFLAGS) dist \
930 && rm -rf $(DIST_ARCHIVES) \
931 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
932 $(am__remove_distdir)
933 @(echo "$(distdir) archives ready for distribution: "; \
934 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
935 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
936 distuninstallcheck:
937 @cd $(distuninstallcheck_dir) \
938 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
939 || { echo "ERROR: files left after uninstall:" ; \
940 if test -n "$(DESTDIR)"; then \
941 echo " (check DESTDIR support)"; \
942 fi ; \
943 $(distuninstallcheck_listfiles) ; \
944 exit 1; } >&2
945 distcleancheck: distclean
946 @if test '$(srcdir)' = . ; then \
947 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
948 exit 1 ; \
950 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
951 || { echo "ERROR: files left in build directory after distclean:" ; \
952 $(distcleancheck_listfiles) ; \
953 exit 1; } >&2
954 check-am: all-am
955 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
956 check: check-recursive
957 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
958 config.h
959 installdirs: installdirs-recursive
960 installdirs-am:
961 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
962 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
963 done
964 install: install-recursive
965 install-exec: install-exec-recursive
966 install-data: install-data-recursive
967 uninstall: uninstall-recursive
969 install-am: all-am
970 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
972 installcheck: installcheck-recursive
973 install-strip:
974 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
975 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
976 `test -z '$(STRIP)' || \
977 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
978 mostlyclean-generic:
980 clean-generic:
981 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
983 distclean-generic:
984 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
986 maintainer-clean-generic:
987 @echo "This command is intended for maintainers to use"
988 @echo "it deletes files that may require special tools to rebuild."
989 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
990 clean: clean-recursive
992 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
994 distclean: distclean-recursive
995 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
996 -rm -rf $(DEPDIR) ./$(DEPDIR)
997 -rm -f Makefile
998 distclean-am: clean-am distclean-compile distclean-generic \
999 distclean-hdr distclean-tags
1001 dvi: dvi-recursive
1003 dvi-am:
1005 html: html-recursive
1007 info: info-recursive
1009 info-am:
1011 install-data-am: install-man install-nodist_htmlDATA
1013 install-dvi: install-dvi-recursive
1015 install-exec-am: install-sbinPROGRAMS
1017 install-html: install-html-recursive
1019 install-info: install-info-recursive
1021 install-man: install-man8
1023 install-pdf: install-pdf-recursive
1025 install-ps: install-ps-recursive
1027 installcheck-am:
1029 maintainer-clean: maintainer-clean-recursive
1030 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1031 -rm -rf $(top_srcdir)/autom4te.cache
1032 -rm -rf $(DEPDIR) ./$(DEPDIR)
1033 -rm -f Makefile
1034 maintainer-clean-am: distclean-am maintainer-clean-generic
1036 mostlyclean: mostlyclean-recursive
1038 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1040 pdf: pdf-recursive
1042 pdf-am:
1044 ps: ps-recursive
1046 ps-am:
1048 uninstall-am: uninstall-man uninstall-nodist_htmlDATA \
1049 uninstall-sbinPROGRAMS
1051 uninstall-man: uninstall-man8
1053 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1054 install-strip
1056 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1057 all all-am am--refresh check check-TESTS check-am clean \
1058 clean-generic clean-sbinPROGRAMS ctags ctags-recursive dist \
1059 dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
1060 dist-tarZ dist-zip distcheck distclean distclean-compile \
1061 distclean-generic distclean-hdr distclean-tags distcleancheck \
1062 distdir distuninstallcheck dvi dvi-am html html-am info \
1063 info-am install install-am install-data install-data-am \
1064 install-dvi install-dvi-am install-exec install-exec-am \
1065 install-html install-html-am install-info install-info-am \
1066 install-man install-man8 install-nodist_htmlDATA install-pdf \
1067 install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
1068 install-strip installcheck installcheck-am installdirs \
1069 installdirs-am maintainer-clean maintainer-clean-generic \
1070 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1071 ps ps-am tags tags-recursive uninstall uninstall-am \
1072 uninstall-man uninstall-man8 uninstall-nodist_htmlDATA \
1073 uninstall-sbinPROGRAMS
1075 .PHONY: plugin
1077 dist-hook:
1078 cd $(distdir) && for i in $(EXTRA_DIST) ; do find $$i -name .svn -type d -prune -exec rm -rf '{}' ';' ; rm -f `find $$i -type f | grep -E '(^|\/)\.?\#|\~$$|\.s?o$$'` ; done
1079 @WIN32_TRUE@openvpn.8.html: $(srcdir)/openvpn.8
1080 @WIN32_TRUE@ $(MAN2HTML) < $(srcdir)/openvpn.8 > openvpn.8.html
1081 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1082 # Otherwise a system limit (for SysV at least) may be exceeded.
1083 .NOEXPORT: