cosmetics
[tomato.git] / release / src / router / openvpn / Makefile.in
blob073b592f98b39c4f4f55503e1d2d8d2e45a96071
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 pushlist.h \
357 reliable.c reliable.h \
358 route.c route.h \
359 schedule.c schedule.h \
360 session_id.c session_id.h \
361 shaper.c shaper.h \
362 sig.c sig.h \
363 socket.c socket.h \
364 socks.c socks.h \
365 ssl.c ssl.h \
366 status.c status.h \
367 syshead.h \
368 thread.c thread.h \
369 tun.c tun.h \
370 win32.h win32.c \
371 cryptoapi.h cryptoapi.c
373 @WIN32_TRUE@nodist_html_DATA = openvpn.8.html
374 @WIN32_FALSE@dist_man_MANS = openvpn.8
375 all: config.h
376 $(MAKE) $(AM_MAKEFLAGS) all-recursive
378 .SUFFIXES:
379 .SUFFIXES: .c .o .obj
380 am--refresh:
382 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
383 @for dep in $?; do \
384 case '$(am__configure_deps)' in \
385 *$$dep*) \
386 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
387 cd $(srcdir) && $(AUTOMAKE) --foreign \
388 && exit 0; \
389 exit 1;; \
390 esac; \
391 done; \
392 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
393 cd $(top_srcdir) && \
394 $(AUTOMAKE) --foreign Makefile
395 .PRECIOUS: Makefile
396 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
397 @case '$?' in \
398 *config.status*) \
399 echo ' $(SHELL) ./config.status'; \
400 $(SHELL) ./config.status;; \
401 *) \
402 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
403 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
404 esac;
406 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
407 $(SHELL) ./config.status --recheck
409 $(top_srcdir)/configure: $(am__configure_deps)
410 cd $(srcdir) && $(AUTOCONF)
411 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
412 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
414 config.h: stamp-h1
415 @if test ! -f $@; then \
416 rm -f stamp-h1; \
417 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
418 else :; fi
420 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421 @rm -f stamp-h1
422 cd $(top_builddir) && $(SHELL) ./config.status config.h
423 $(srcdir)/config.h.in: $(am__configure_deps)
424 cd $(top_srcdir) && $(AUTOHEADER)
425 rm -f stamp-h1
426 touch $@
428 distclean-hdr:
429 -rm -f config.h stamp-h1
430 openvpn.spec: $(top_builddir)/config.status $(srcdir)/openvpn.spec.in
431 cd $(top_builddir) && $(SHELL) ./config.status $@
432 config-win32.h: $(top_builddir)/config.status $(srcdir)/config-win32.h.in
433 cd $(top_builddir) && $(SHELL) ./config.status $@
434 install-sbinPROGRAMS: $(sbin_PROGRAMS)
435 @$(NORMAL_INSTALL)
436 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
437 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
438 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
439 if test -f $$p \
440 ; then \
441 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
442 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
443 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
444 else :; fi; \
445 done
447 uninstall-sbinPROGRAMS:
448 @$(NORMAL_UNINSTALL)
449 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
450 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
451 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
452 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
453 done
455 clean-sbinPROGRAMS:
456 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
457 openvpn$(EXEEXT): $(openvpn_OBJECTS) $(openvpn_DEPENDENCIES)
458 @rm -f openvpn$(EXEEXT)
459 $(LINK) $(openvpn_OBJECTS) $(openvpn_LDADD) $(LIBS)
461 mostlyclean-compile:
462 -rm -f *.$(OBJEXT)
464 distclean-compile:
465 -rm -f *.tab.c
467 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cryptoapi.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dhcp.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdmisc.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/forward.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fragment.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gremlin.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ieproxy.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interval.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lladdr.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzo.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manage.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbuf.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mroute.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mss.Po@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtcp.Po@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtu.Po@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mudp.Po@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Po@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntlm.Po@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occ.Po@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openvpn.Po@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otime.Po@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet_id.Po@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perf.Po@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pf.Po@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping.Po@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pkcs11.Po@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool.Po@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto.Po@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxy.Po@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ps.Po@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/push.Po@am__quote@
511 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reliable.Po@am__quote@
512 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
513 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Po@am__quote@
514 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session_id.Po@am__quote@
515 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shaper.Po@am__quote@
516 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig.Po@am__quote@
517 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
518 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Po@am__quote@
519 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Po@am__quote@
520 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
521 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
522 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tun.Po@am__quote@
523 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/win32.Po@am__quote@
525 .c.o:
526 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
527 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
528 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
529 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
532 .c.obj:
533 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
534 @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
535 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
536 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
538 install-man8: $(man8_MANS) $(man_MANS)
539 @$(NORMAL_INSTALL)
540 test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
541 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
542 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
543 for i in $$l2; do \
544 case "$$i" in \
545 *.8*) list="$$list $$i" ;; \
546 esac; \
547 done; \
548 for i in $$list; do \
549 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
550 else file=$$i; fi; \
551 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
552 case "$$ext" in \
553 8*) ;; \
554 *) ext='8' ;; \
555 esac; \
556 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
557 inst=`echo $$inst | sed -e 's/^.*\///'`; \
558 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
559 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
560 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
561 done
562 uninstall-man8:
563 @$(NORMAL_UNINSTALL)
564 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
565 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
566 for i in $$l2; do \
567 case "$$i" in \
568 *.8*) list="$$list $$i" ;; \
569 esac; \
570 done; \
571 for i in $$list; do \
572 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
573 case "$$ext" in \
574 8*) ;; \
575 *) ext='8' ;; \
576 esac; \
577 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
578 inst=`echo $$inst | sed -e 's/^.*\///'`; \
579 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
580 echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
581 rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
582 done
583 install-nodist_htmlDATA: $(nodist_html_DATA)
584 @$(NORMAL_INSTALL)
585 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
586 @list='$(nodist_html_DATA)'; for p in $$list; do \
587 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
588 f=$(am__strip_dir) \
589 echo " $(nodist_htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
590 $(nodist_htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
591 done
593 uninstall-nodist_htmlDATA:
594 @$(NORMAL_UNINSTALL)
595 @list='$(nodist_html_DATA)'; for p in $$list; do \
596 f=$(am__strip_dir) \
597 echo " rm -f '$(DESTDIR)$(htmldir)/$$f'"; \
598 rm -f "$(DESTDIR)$(htmldir)/$$f"; \
599 done
601 # This directory's subdirectories are mostly independent; you can cd
602 # into them and run `make' without going through this Makefile.
603 # To change the values of `make' variables: instead of editing Makefiles,
604 # (1) if the variable is set in `config.status', edit `config.status'
605 # (which will cause the Makefiles to be regenerated when you run `make');
606 # (2) otherwise, pass the desired values on the `make' command line.
607 $(RECURSIVE_TARGETS):
608 @failcom='exit 1'; \
609 for f in x $$MAKEFLAGS; do \
610 case $$f in \
611 *=* | --[!k]*);; \
612 *k*) failcom='fail=yes';; \
613 esac; \
614 done; \
615 dot_seen=no; \
616 target=`echo $@ | sed s/-recursive//`; \
617 list='$(SUBDIRS)'; for subdir in $$list; do \
618 echo "Making $$target in $$subdir"; \
619 if test "$$subdir" = "."; then \
620 dot_seen=yes; \
621 local_target="$$target-am"; \
622 else \
623 local_target="$$target"; \
624 fi; \
625 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
626 || eval $$failcom; \
627 done; \
628 if test "$$dot_seen" = "no"; then \
629 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
630 fi; test -z "$$fail"
632 $(RECURSIVE_CLEAN_TARGETS):
633 @failcom='exit 1'; \
634 for f in x $$MAKEFLAGS; do \
635 case $$f in \
636 *=* | --[!k]*);; \
637 *k*) failcom='fail=yes';; \
638 esac; \
639 done; \
640 dot_seen=no; \
641 case "$@" in \
642 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
643 *) list='$(SUBDIRS)' ;; \
644 esac; \
645 rev=''; for subdir in $$list; do \
646 if test "$$subdir" = "."; then :; else \
647 rev="$$subdir $$rev"; \
648 fi; \
649 done; \
650 rev="$$rev ."; \
651 target=`echo $@ | sed s/-recursive//`; \
652 for subdir in $$rev; do \
653 echo "Making $$target in $$subdir"; \
654 if test "$$subdir" = "."; then \
655 local_target="$$target-am"; \
656 else \
657 local_target="$$target"; \
658 fi; \
659 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
660 || eval $$failcom; \
661 done && test -z "$$fail"
662 tags-recursive:
663 list='$(SUBDIRS)'; for subdir in $$list; do \
664 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
665 done
666 ctags-recursive:
667 list='$(SUBDIRS)'; for subdir in $$list; do \
668 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
669 done
671 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
672 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
673 unique=`for i in $$list; do \
674 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
675 done | \
676 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
677 END { if (nonempty) { for (i in files) print i; }; }'`; \
678 mkid -fID $$unique
679 tags: TAGS
681 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
682 $(TAGS_FILES) $(LISP)
683 tags=; \
684 here=`pwd`; \
685 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
686 include_option=--etags-include; \
687 empty_fix=.; \
688 else \
689 include_option=--include; \
690 empty_fix=; \
691 fi; \
692 list='$(SUBDIRS)'; for subdir in $$list; do \
693 if test "$$subdir" = .; then :; else \
694 test ! -f $$subdir/TAGS || \
695 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
696 fi; \
697 done; \
698 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
699 unique=`for i in $$list; do \
700 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
701 done | \
702 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
703 END { if (nonempty) { for (i in files) print i; }; }'`; \
704 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
705 test -n "$$unique" || unique=$$empty_fix; \
706 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
707 $$tags $$unique; \
709 ctags: CTAGS
710 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
711 $(TAGS_FILES) $(LISP)
712 tags=; \
713 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
714 unique=`for i in $$list; do \
715 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
716 done | \
717 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
718 END { if (nonempty) { for (i in files) print i; }; }'`; \
719 test -z "$(CTAGS_ARGS)$$tags$$unique" \
720 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
721 $$tags $$unique
723 GTAGS:
724 here=`$(am__cd) $(top_builddir) && pwd` \
725 && cd $(top_srcdir) \
726 && gtags -i $(GTAGS_ARGS) $$here
728 distclean-tags:
729 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
731 check-TESTS: $(TESTS)
732 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
733 srcdir=$(srcdir); export srcdir; \
734 list=' $(TESTS) '; \
735 if test -n "$$list"; then \
736 for tst in $$list; do \
737 if test -f ./$$tst; then dir=./; \
738 elif test -f $$tst; then dir=; \
739 else dir="$(srcdir)/"; fi; \
740 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
741 all=`expr $$all + 1`; \
742 case " $(XFAIL_TESTS) " in \
743 *$$ws$$tst$$ws*) \
744 xpass=`expr $$xpass + 1`; \
745 failed=`expr $$failed + 1`; \
746 echo "XPASS: $$tst"; \
747 ;; \
748 *) \
749 echo "PASS: $$tst"; \
750 ;; \
751 esac; \
752 elif test $$? -ne 77; then \
753 all=`expr $$all + 1`; \
754 case " $(XFAIL_TESTS) " in \
755 *$$ws$$tst$$ws*) \
756 xfail=`expr $$xfail + 1`; \
757 echo "XFAIL: $$tst"; \
758 ;; \
759 *) \
760 failed=`expr $$failed + 1`; \
761 echo "FAIL: $$tst"; \
762 ;; \
763 esac; \
764 else \
765 skip=`expr $$skip + 1`; \
766 echo "SKIP: $$tst"; \
767 fi; \
768 done; \
769 if test "$$failed" -eq 0; then \
770 if test "$$xfail" -eq 0; then \
771 banner="All $$all tests passed"; \
772 else \
773 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
774 fi; \
775 else \
776 if test "$$xpass" -eq 0; then \
777 banner="$$failed of $$all tests failed"; \
778 else \
779 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
780 fi; \
781 fi; \
782 dashes="$$banner"; \
783 skipped=""; \
784 if test "$$skip" -ne 0; then \
785 skipped="($$skip tests were not run)"; \
786 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
787 dashes="$$skipped"; \
788 fi; \
789 report=""; \
790 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
791 report="Please report to $(PACKAGE_BUGREPORT)"; \
792 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
793 dashes="$$report"; \
794 fi; \
795 dashes=`echo "$$dashes" | sed s/./=/g`; \
796 echo "$$dashes"; \
797 echo "$$banner"; \
798 test -z "$$skipped" || echo "$$skipped"; \
799 test -z "$$report" || echo "$$report"; \
800 echo "$$dashes"; \
801 test "$$failed" -eq 0; \
802 else :; fi
804 distdir: $(DISTFILES)
805 $(am__remove_distdir)
806 test -d $(distdir) || mkdir $(distdir)
807 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
808 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
809 list='$(DISTFILES)'; \
810 dist_files=`for file in $$list; do echo $$file; done | \
811 sed -e "s|^$$srcdirstrip/||;t" \
812 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
813 case $$dist_files in \
814 */*) $(MKDIR_P) `echo "$$dist_files" | \
815 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
816 sort -u` ;; \
817 esac; \
818 for file in $$dist_files; do \
819 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
820 if test -d $$d/$$file; then \
821 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
822 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
823 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
824 fi; \
825 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
826 else \
827 test -f $(distdir)/$$file \
828 || cp -p $$d/$$file $(distdir)/$$file \
829 || exit 1; \
830 fi; \
831 done
832 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
833 if test "$$subdir" = .; then :; else \
834 test -d "$(distdir)/$$subdir" \
835 || $(MKDIR_P) "$(distdir)/$$subdir" \
836 || exit 1; \
837 distdir=`$(am__cd) $(distdir) && pwd`; \
838 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
839 (cd $$subdir && \
840 $(MAKE) $(AM_MAKEFLAGS) \
841 top_distdir="$$top_distdir" \
842 distdir="$$distdir/$$subdir" \
843 am__remove_distdir=: \
844 am__skip_length_check=: \
845 distdir) \
846 || exit 1; \
847 fi; \
848 done
849 $(MAKE) $(AM_MAKEFLAGS) \
850 top_distdir="$(top_distdir)" distdir="$(distdir)" \
851 dist-hook
852 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
853 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
854 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
855 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
856 || chmod -R a+r $(distdir)
857 dist-gzip: distdir
858 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
859 $(am__remove_distdir)
861 dist-bzip2: distdir
862 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
863 $(am__remove_distdir)
865 dist-lzma: distdir
866 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
867 $(am__remove_distdir)
869 dist-tarZ: distdir
870 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
871 $(am__remove_distdir)
873 dist-shar: distdir
874 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
875 $(am__remove_distdir)
877 dist-zip: distdir
878 -rm -f $(distdir).zip
879 zip -rq $(distdir).zip $(distdir)
880 $(am__remove_distdir)
882 dist dist-all: distdir
883 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
884 $(am__remove_distdir)
886 # This target untars the dist file and tries a VPATH configuration. Then
887 # it guarantees that the distribution is self-contained by making another
888 # tarfile.
889 distcheck: dist
890 case '$(DIST_ARCHIVES)' in \
891 *.tar.gz*) \
892 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
893 *.tar.bz2*) \
894 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
895 *.tar.lzma*) \
896 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
897 *.tar.Z*) \
898 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
899 *.shar.gz*) \
900 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
901 *.zip*) \
902 unzip $(distdir).zip ;;\
903 esac
904 chmod -R a-w $(distdir); chmod a+w $(distdir)
905 mkdir $(distdir)/_build
906 mkdir $(distdir)/_inst
907 chmod a-w $(distdir)
908 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
909 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
910 && cd $(distdir)/_build \
911 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
912 $(DISTCHECK_CONFIGURE_FLAGS) \
913 && $(MAKE) $(AM_MAKEFLAGS) \
914 && $(MAKE) $(AM_MAKEFLAGS) dvi \
915 && $(MAKE) $(AM_MAKEFLAGS) check \
916 && $(MAKE) $(AM_MAKEFLAGS) install \
917 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
918 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
919 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
920 distuninstallcheck \
921 && chmod -R a-w "$$dc_install_base" \
922 && ({ \
923 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
924 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
925 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
926 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
927 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
928 } || { rm -rf "$$dc_destdir"; exit 1; }) \
929 && rm -rf "$$dc_destdir" \
930 && $(MAKE) $(AM_MAKEFLAGS) dist \
931 && rm -rf $(DIST_ARCHIVES) \
932 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
933 $(am__remove_distdir)
934 @(echo "$(distdir) archives ready for distribution: "; \
935 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
936 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
937 distuninstallcheck:
938 @cd $(distuninstallcheck_dir) \
939 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
940 || { echo "ERROR: files left after uninstall:" ; \
941 if test -n "$(DESTDIR)"; then \
942 echo " (check DESTDIR support)"; \
943 fi ; \
944 $(distuninstallcheck_listfiles) ; \
945 exit 1; } >&2
946 distcleancheck: distclean
947 @if test '$(srcdir)' = . ; then \
948 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
949 exit 1 ; \
951 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
952 || { echo "ERROR: files left in build directory after distclean:" ; \
953 $(distcleancheck_listfiles) ; \
954 exit 1; } >&2
955 check-am: all-am
956 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
957 check: check-recursive
958 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
959 config.h
960 installdirs: installdirs-recursive
961 installdirs-am:
962 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
963 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
964 done
965 install: install-recursive
966 install-exec: install-exec-recursive
967 install-data: install-data-recursive
968 uninstall: uninstall-recursive
970 install-am: all-am
971 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
973 installcheck: installcheck-recursive
974 install-strip:
975 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
976 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
977 `test -z '$(STRIP)' || \
978 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
979 mostlyclean-generic:
981 clean-generic:
982 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
984 distclean-generic:
985 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
987 maintainer-clean-generic:
988 @echo "This command is intended for maintainers to use"
989 @echo "it deletes files that may require special tools to rebuild."
990 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
991 clean: clean-recursive
993 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
995 distclean: distclean-recursive
996 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
997 -rm -rf $(DEPDIR) ./$(DEPDIR)
998 -rm -f Makefile
999 distclean-am: clean-am distclean-compile distclean-generic \
1000 distclean-hdr distclean-tags
1002 dvi: dvi-recursive
1004 dvi-am:
1006 html: html-recursive
1008 info: info-recursive
1010 info-am:
1012 install-data-am: install-man install-nodist_htmlDATA
1014 install-dvi: install-dvi-recursive
1016 install-exec-am: install-sbinPROGRAMS
1018 install-html: install-html-recursive
1020 install-info: install-info-recursive
1022 install-man: install-man8
1024 install-pdf: install-pdf-recursive
1026 install-ps: install-ps-recursive
1028 installcheck-am:
1030 maintainer-clean: maintainer-clean-recursive
1031 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1032 -rm -rf $(top_srcdir)/autom4te.cache
1033 -rm -rf $(DEPDIR) ./$(DEPDIR)
1034 -rm -f Makefile
1035 maintainer-clean-am: distclean-am maintainer-clean-generic
1037 mostlyclean: mostlyclean-recursive
1039 mostlyclean-am: mostlyclean-compile mostlyclean-generic
1041 pdf: pdf-recursive
1043 pdf-am:
1045 ps: ps-recursive
1047 ps-am:
1049 uninstall-am: uninstall-man uninstall-nodist_htmlDATA \
1050 uninstall-sbinPROGRAMS
1052 uninstall-man: uninstall-man8
1054 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1055 install-strip
1057 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1058 all all-am am--refresh check check-TESTS check-am clean \
1059 clean-generic clean-sbinPROGRAMS ctags ctags-recursive dist \
1060 dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
1061 dist-tarZ dist-zip distcheck distclean distclean-compile \
1062 distclean-generic distclean-hdr distclean-tags distcleancheck \
1063 distdir distuninstallcheck dvi dvi-am html html-am info \
1064 info-am install install-am install-data install-data-am \
1065 install-dvi install-dvi-am install-exec install-exec-am \
1066 install-html install-html-am install-info install-info-am \
1067 install-man install-man8 install-nodist_htmlDATA install-pdf \
1068 install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
1069 install-strip installcheck installcheck-am installdirs \
1070 installdirs-am maintainer-clean maintainer-clean-generic \
1071 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1072 ps ps-am tags tags-recursive uninstall uninstall-am \
1073 uninstall-man uninstall-man8 uninstall-nodist_htmlDATA \
1074 uninstall-sbinPROGRAMS
1076 .PHONY: plugin
1078 dist-hook:
1079 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
1080 @WIN32_TRUE@openvpn.8.html: $(srcdir)/openvpn.8
1081 @WIN32_TRUE@ $(MAN2HTML) < $(srcdir)/openvpn.8 > openvpn.8.html
1082 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1083 # Otherwise a system limit (for SysV at least) may be exceeded.
1084 .NOEXPORT: