Upgrade to OpenVPN 2.1.0
[tomato.git] / release / src / router / openvpn / Makefile
blob57b165c2036d0cb336a0f7f7ad5f9e4d767788c6
1 # Makefile.in generated by automake 1.10.1 from Makefile.am.
2 # Makefile. Generated from Makefile.in by configure.
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.
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
45 pkgdatadir = $(datadir)/openvpn
46 pkglibdir = $(libdir)/openvpn
47 pkgincludedir = $(includedir)/openvpn
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 = i686-pc-linux-gnu
61 host_triplet = mipsel-unknown-linux-gnu
62 target_triplet = mipsel-unknown-linux-gnu
63 sbin_PROGRAMS = openvpn$(EXEEXT)
64 #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 = ${LIBOBJDIR}memcmp$U.o
109 SCRIPTS = $(dist_noinst_SCRIPTS)
110 DEFAULT_INCLUDES = -I.
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 = ${SHELL} /home/keith/firmware/release/src/router/openvpn/missing --run aclocal-1.10
157 AMTAR = ${SHELL} /home/keith/firmware/release/src/router/openvpn/missing --run tar
158 AUTOCONF = ${SHELL} /home/keith/firmware/release/src/router/openvpn/missing --run autoconf
159 AUTOHEADER = ${SHELL} /home/keith/firmware/release/src/router/openvpn/missing --run autoheader
160 AUTOMAKE = ${SHELL} /home/keith/firmware/release/src/router/openvpn/missing --run automake-1.10
161 AWK = mawk
162 CC = mipsel-uclibc-gcc
163 CCDEPMODE = depmode=gcc3
164 CFLAGS = -mips2 -O3 -Wall
165 CPP = mipsel-uclibc-gcc -E
166 CPPFLAGS = -I../openssl/include/ -I../lzo/include -I.
167 CYGPATH_W = echo
168 DEFS = -DHAVE_CONFIG_H
169 DEPDIR = .deps
170 ECHO_C =
171 ECHO_N = -n
172 ECHO_T =
173 EGREP = /bin/grep -E
174 EXEEXT =
175 GREP = /bin/grep
176 IFCONFIG = /sbin/ifconfig
177 INSTALL = /usr/bin/install -c
178 INSTALL_DATA = ${INSTALL} -m 644
179 INSTALL_PROGRAM = ${INSTALL}
180 INSTALL_SCRIPT = ${INSTALL}
181 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
182 IPROUTE = /sbin/ip
183 LDFLAGS = -L../openssl/ -L../lzo/src/.libs/
184 LIBOBJS = ${LIBOBJDIR}memcmp$U.o
185 LIBS = -lssl -lcrypto -llzo2
186 LTLIBOBJS = ${LIBOBJDIR}memcmp$U.lo
187 MAKEINFO = ${SHELL} /home/keith/firmware/release/src/router/openvpn/missing --run makeinfo
188 MAN2HTML =
189 MKDIR_P = /bin/mkdir -p
190 OBJEXT = o
191 PACKAGE = openvpn
192 PACKAGE_BUGREPORT = openvpn-users@lists.sourceforge.net
193 PACKAGE_NAME = OpenVPN
194 PACKAGE_STRING = OpenVPN 2.1.0
195 PACKAGE_TARNAME = openvpn
196 PACKAGE_VERSION = 2.1.0
197 PATH_SEPARATOR = :
198 PTHREAD_CC =
199 PTHREAD_CFLAGS =
200 PTHREAD_LIBS =
201 ROUTE = /sbin/route
202 SET_MAKE =
203 SHELL = /bin/sh
204 STRIP = mipsel-uclibc-strip
205 TAP_ID = tap0901
206 TAP_WIN32_MIN_MAJOR = 9
207 TAP_WIN32_MIN_MINOR = 1
208 VERSION = 2.1.0
209 abs_builddir = /home/keith/firmware/release/src/router/openvpn
210 abs_srcdir = /home/keith/firmware/release/src/router/openvpn
211 abs_top_builddir = /home/keith/firmware/release/src/router/openvpn
212 abs_top_srcdir = /home/keith/firmware/release/src/router/openvpn
213 ac_ct_CC =
214 am__include = include
215 am__leading_dot = .
216 am__quote =
217 am__tar = ${AMTAR} chof - "$$tardir"
218 am__untar = ${AMTAR} xf -
219 bindir = ${exec_prefix}/bin
220 build = i686-pc-linux-gnu
221 build_alias =
222 build_cpu = i686
223 build_os = linux-gnu
224 build_vendor = pc
225 builddir = .
226 datadir = ${datarootdir}
227 datarootdir = ${prefix}/share
228 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
229 dvidir = ${docdir}
230 exec_prefix = ${prefix}
231 host = mipsel-unknown-linux-gnu
232 host_alias = mipsel-linux
233 host_cpu = mipsel
234 host_os = linux-gnu
235 host_vendor = unknown
236 htmldir = ${docdir}
237 includedir = ${prefix}/include
238 infodir = ${datarootdir}/info
239 install_sh = $(SHELL) /home/keith/firmware/release/src/router/openvpn/install-sh
240 libdir = ${exec_prefix}/lib
241 libexecdir = ${exec_prefix}/libexec
242 localedir = ${datarootdir}/locale
243 localstatedir = ${prefix}/var
244 mandir = ${datarootdir}/man
245 mkdir_p = /bin/mkdir -p
246 oldincludedir = /usr/include
247 pdfdir = ${docdir}
248 prefix = /usr/local
249 program_transform_name = s,x,x,
250 psdir = ${docdir}
251 sbindir = ${exec_prefix}/sbin
252 sharedstatedir = ${prefix}/com
253 srcdir = .
254 sysconfdir = ${prefix}/etc
255 target = mipsel-unknown-linux-gnu
256 target_alias =
257 target_cpu = mipsel
258 target_os = linux-gnu
259 target_vendor = unknown
260 top_builddir = .
261 top_srcdir = .
262 win32datadir = ${datadir}/openvpn-win32
263 LDADD = ${LIBOBJDIR}memcmp$U.o
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 #nodist_html_DATA = openvpn.8.html
374 dist_man_MANS = openvpn.8
375 all: config.h
376 $(MAKE) $(AM_MAKEFLAGS) all-recursive
378 .SUFFIXES:
379 .SUFFIXES: .c .o .obj
381 distclean-hdr:
382 -rm -f config.h stamp-h1
383 openvpn.spec: $(top_builddir)/config.status $(srcdir)/openvpn.spec.in
384 cd $(top_builddir) && $(SHELL) ./config.status $@
385 config-win32.h: $(top_builddir)/config.status $(srcdir)/config-win32.h.in
386 cd $(top_builddir) && $(SHELL) ./config.status $@
387 install-sbinPROGRAMS: $(sbin_PROGRAMS)
388 @$(NORMAL_INSTALL)
389 test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
390 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
391 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
392 if test -f $$p \
393 ; then \
394 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
395 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
396 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
397 else :; fi; \
398 done
400 uninstall-sbinPROGRAMS:
401 @$(NORMAL_UNINSTALL)
402 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
403 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
404 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
405 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
406 done
408 clean-sbinPROGRAMS:
409 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
410 openvpn$(EXEEXT): $(openvpn_OBJECTS) $(openvpn_DEPENDENCIES)
411 @rm -f openvpn$(EXEEXT)
412 $(LINK) $(openvpn_OBJECTS) $(openvpn_LDADD) $(LIBS)
414 mostlyclean-compile:
415 -rm -f *.$(OBJEXT)
417 distclean-compile:
418 -rm -f *.tab.c
420 include $(DEPDIR)/memcmp.Po
421 include ./$(DEPDIR)/base64.Po
422 include ./$(DEPDIR)/buffer.Po
423 include ./$(DEPDIR)/crypto.Po
424 include ./$(DEPDIR)/cryptoapi.Po
425 include ./$(DEPDIR)/dhcp.Po
426 include ./$(DEPDIR)/error.Po
427 include ./$(DEPDIR)/event.Po
428 include ./$(DEPDIR)/fdmisc.Po
429 include ./$(DEPDIR)/forward.Po
430 include ./$(DEPDIR)/fragment.Po
431 include ./$(DEPDIR)/gremlin.Po
432 include ./$(DEPDIR)/helper.Po
433 include ./$(DEPDIR)/ieproxy.Po
434 include ./$(DEPDIR)/init.Po
435 include ./$(DEPDIR)/interval.Po
436 include ./$(DEPDIR)/list.Po
437 include ./$(DEPDIR)/lladdr.Po
438 include ./$(DEPDIR)/lzo.Po
439 include ./$(DEPDIR)/manage.Po
440 include ./$(DEPDIR)/mbuf.Po
441 include ./$(DEPDIR)/misc.Po
442 include ./$(DEPDIR)/mroute.Po
443 include ./$(DEPDIR)/mss.Po
444 include ./$(DEPDIR)/mtcp.Po
445 include ./$(DEPDIR)/mtu.Po
446 include ./$(DEPDIR)/mudp.Po
447 include ./$(DEPDIR)/multi.Po
448 include ./$(DEPDIR)/ntlm.Po
449 include ./$(DEPDIR)/occ.Po
450 include ./$(DEPDIR)/openvpn.Po
451 include ./$(DEPDIR)/options.Po
452 include ./$(DEPDIR)/otime.Po
453 include ./$(DEPDIR)/packet_id.Po
454 include ./$(DEPDIR)/perf.Po
455 include ./$(DEPDIR)/pf.Po
456 include ./$(DEPDIR)/ping.Po
457 include ./$(DEPDIR)/pkcs11.Po
458 include ./$(DEPDIR)/plugin.Po
459 include ./$(DEPDIR)/pool.Po
460 include ./$(DEPDIR)/proto.Po
461 include ./$(DEPDIR)/proxy.Po
462 include ./$(DEPDIR)/ps.Po
463 include ./$(DEPDIR)/push.Po
464 include ./$(DEPDIR)/reliable.Po
465 include ./$(DEPDIR)/route.Po
466 include ./$(DEPDIR)/schedule.Po
467 include ./$(DEPDIR)/session_id.Po
468 include ./$(DEPDIR)/shaper.Po
469 include ./$(DEPDIR)/sig.Po
470 include ./$(DEPDIR)/socket.Po
471 include ./$(DEPDIR)/socks.Po
472 include ./$(DEPDIR)/ssl.Po
473 include ./$(DEPDIR)/status.Po
474 include ./$(DEPDIR)/thread.Po
475 include ./$(DEPDIR)/tun.Po
476 include ./$(DEPDIR)/win32.Po
478 .c.o:
479 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
480 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
481 # source='$<' object='$@' libtool=no \
482 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
483 # $(COMPILE) -c $<
485 .c.obj:
486 $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
487 mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488 # source='$<' object='$@' libtool=no \
489 # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
490 # $(COMPILE) -c `$(CYGPATH_W) '$<'`
491 install-man8: $(man8_MANS) $(man_MANS)
492 @$(NORMAL_INSTALL)
493 test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
494 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
495 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
496 for i in $$l2; do \
497 case "$$i" in \
498 *.8*) list="$$list $$i" ;; \
499 esac; \
500 done; \
501 for i in $$list; do \
502 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
503 else file=$$i; fi; \
504 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
505 case "$$ext" in \
506 8*) ;; \
507 *) ext='8' ;; \
508 esac; \
509 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
510 inst=`echo $$inst | sed -e 's/^.*\///'`; \
511 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
512 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
513 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
514 done
515 uninstall-man8:
516 @$(NORMAL_UNINSTALL)
517 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
518 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
519 for i in $$l2; do \
520 case "$$i" in \
521 *.8*) list="$$list $$i" ;; \
522 esac; \
523 done; \
524 for i in $$list; do \
525 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
526 case "$$ext" in \
527 8*) ;; \
528 *) ext='8' ;; \
529 esac; \
530 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
531 inst=`echo $$inst | sed -e 's/^.*\///'`; \
532 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
533 echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
534 rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
535 done
536 install-nodist_htmlDATA: $(nodist_html_DATA)
537 @$(NORMAL_INSTALL)
538 test -z "$(htmldir)" || $(MKDIR_P) "$(DESTDIR)$(htmldir)"
539 @list='$(nodist_html_DATA)'; for p in $$list; do \
540 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
541 f=$(am__strip_dir) \
542 echo " $(nodist_htmlDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldir)/$$f'"; \
543 $(nodist_htmlDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldir)/$$f"; \
544 done
546 uninstall-nodist_htmlDATA:
547 @$(NORMAL_UNINSTALL)
548 @list='$(nodist_html_DATA)'; for p in $$list; do \
549 f=$(am__strip_dir) \
550 echo " rm -f '$(DESTDIR)$(htmldir)/$$f'"; \
551 rm -f "$(DESTDIR)$(htmldir)/$$f"; \
552 done
554 # This directory's subdirectories are mostly independent; you can cd
555 # into them and run `make' without going through this Makefile.
556 # To change the values of `make' variables: instead of editing Makefiles,
557 # (1) if the variable is set in `config.status', edit `config.status'
558 # (which will cause the Makefiles to be regenerated when you run `make');
559 # (2) otherwise, pass the desired values on the `make' command line.
560 $(RECURSIVE_TARGETS):
561 @failcom='exit 1'; \
562 for f in x $$MAKEFLAGS; do \
563 case $$f in \
564 *=* | --[!k]*);; \
565 *k*) failcom='fail=yes';; \
566 esac; \
567 done; \
568 dot_seen=no; \
569 target=`echo $@ | sed s/-recursive//`; \
570 list='$(SUBDIRS)'; for subdir in $$list; do \
571 echo "Making $$target in $$subdir"; \
572 if test "$$subdir" = "."; then \
573 dot_seen=yes; \
574 local_target="$$target-am"; \
575 else \
576 local_target="$$target"; \
577 fi; \
578 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
579 || eval $$failcom; \
580 done; \
581 if test "$$dot_seen" = "no"; then \
582 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
583 fi; test -z "$$fail"
585 $(RECURSIVE_CLEAN_TARGETS):
586 @failcom='exit 1'; \
587 for f in x $$MAKEFLAGS; do \
588 case $$f in \
589 *=* | --[!k]*);; \
590 *k*) failcom='fail=yes';; \
591 esac; \
592 done; \
593 dot_seen=no; \
594 case "$@" in \
595 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
596 *) list='$(SUBDIRS)' ;; \
597 esac; \
598 rev=''; for subdir in $$list; do \
599 if test "$$subdir" = "."; then :; else \
600 rev="$$subdir $$rev"; \
601 fi; \
602 done; \
603 rev="$$rev ."; \
604 target=`echo $@ | sed s/-recursive//`; \
605 for subdir in $$rev; do \
606 echo "Making $$target in $$subdir"; \
607 if test "$$subdir" = "."; then \
608 local_target="$$target-am"; \
609 else \
610 local_target="$$target"; \
611 fi; \
612 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
613 || eval $$failcom; \
614 done && test -z "$$fail"
615 tags-recursive:
616 list='$(SUBDIRS)'; for subdir in $$list; do \
617 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
618 done
619 ctags-recursive:
620 list='$(SUBDIRS)'; for subdir in $$list; do \
621 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
622 done
624 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
625 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
626 unique=`for i in $$list; do \
627 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
628 done | \
629 $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
630 END { if (nonempty) { for (i in files) print i; }; }'`; \
631 mkid -fID $$unique
632 tags: TAGS
634 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
635 $(TAGS_FILES) $(LISP)
636 tags=; \
637 here=`pwd`; \
638 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
639 include_option=--etags-include; \
640 empty_fix=.; \
641 else \
642 include_option=--include; \
643 empty_fix=; \
644 fi; \
645 list='$(SUBDIRS)'; for subdir in $$list; do \
646 if test "$$subdir" = .; then :; else \
647 test ! -f $$subdir/TAGS || \
648 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
649 fi; \
650 done; \
651 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
652 unique=`for i in $$list; do \
653 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
654 done | \
655 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
656 END { if (nonempty) { for (i in files) print i; }; }'`; \
657 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
658 test -n "$$unique" || unique=$$empty_fix; \
659 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
660 $$tags $$unique; \
662 ctags: CTAGS
663 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
664 $(TAGS_FILES) $(LISP)
665 tags=; \
666 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
667 unique=`for i in $$list; do \
668 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
669 done | \
670 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
671 END { if (nonempty) { for (i in files) print i; }; }'`; \
672 test -z "$(CTAGS_ARGS)$$tags$$unique" \
673 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
674 $$tags $$unique
676 GTAGS:
677 here=`$(am__cd) $(top_builddir) && pwd` \
678 && cd $(top_srcdir) \
679 && gtags -i $(GTAGS_ARGS) $$here
681 distclean-tags:
682 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
684 check-TESTS: $(TESTS)
685 @failed=0; all=0; xfail=0; xpass=0; skip=0; ws='[ ]'; \
686 srcdir=$(srcdir); export srcdir; \
687 list=' $(TESTS) '; \
688 if test -n "$$list"; then \
689 for tst in $$list; do \
690 if test -f ./$$tst; then dir=./; \
691 elif test -f $$tst; then dir=; \
692 else dir="$(srcdir)/"; fi; \
693 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
694 all=`expr $$all + 1`; \
695 case " $(XFAIL_TESTS) " in \
696 *$$ws$$tst$$ws*) \
697 xpass=`expr $$xpass + 1`; \
698 failed=`expr $$failed + 1`; \
699 echo "XPASS: $$tst"; \
700 ;; \
701 *) \
702 echo "PASS: $$tst"; \
703 ;; \
704 esac; \
705 elif test $$? -ne 77; then \
706 all=`expr $$all + 1`; \
707 case " $(XFAIL_TESTS) " in \
708 *$$ws$$tst$$ws*) \
709 xfail=`expr $$xfail + 1`; \
710 echo "XFAIL: $$tst"; \
711 ;; \
712 *) \
713 failed=`expr $$failed + 1`; \
714 echo "FAIL: $$tst"; \
715 ;; \
716 esac; \
717 else \
718 skip=`expr $$skip + 1`; \
719 echo "SKIP: $$tst"; \
720 fi; \
721 done; \
722 if test "$$failed" -eq 0; then \
723 if test "$$xfail" -eq 0; then \
724 banner="All $$all tests passed"; \
725 else \
726 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
727 fi; \
728 else \
729 if test "$$xpass" -eq 0; then \
730 banner="$$failed of $$all tests failed"; \
731 else \
732 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
733 fi; \
734 fi; \
735 dashes="$$banner"; \
736 skipped=""; \
737 if test "$$skip" -ne 0; then \
738 skipped="($$skip tests were not run)"; \
739 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
740 dashes="$$skipped"; \
741 fi; \
742 report=""; \
743 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
744 report="Please report to $(PACKAGE_BUGREPORT)"; \
745 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
746 dashes="$$report"; \
747 fi; \
748 dashes=`echo "$$dashes" | sed s/./=/g`; \
749 echo "$$dashes"; \
750 echo "$$banner"; \
751 test -z "$$skipped" || echo "$$skipped"; \
752 test -z "$$report" || echo "$$report"; \
753 echo "$$dashes"; \
754 test "$$failed" -eq 0; \
755 else :; fi
757 distdir: $(DISTFILES)
758 $(am__remove_distdir)
759 test -d $(distdir) || mkdir $(distdir)
760 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
761 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
762 list='$(DISTFILES)'; \
763 dist_files=`for file in $$list; do echo $$file; done | \
764 sed -e "s|^$$srcdirstrip/||;t" \
765 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
766 case $$dist_files in \
767 */*) $(MKDIR_P) `echo "$$dist_files" | \
768 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
769 sort -u` ;; \
770 esac; \
771 for file in $$dist_files; do \
772 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
773 if test -d $$d/$$file; then \
774 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
775 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
776 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
777 fi; \
778 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
779 else \
780 test -f $(distdir)/$$file \
781 || cp -p $$d/$$file $(distdir)/$$file \
782 || exit 1; \
783 fi; \
784 done
785 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
786 if test "$$subdir" = .; then :; else \
787 test -d "$(distdir)/$$subdir" \
788 || $(MKDIR_P) "$(distdir)/$$subdir" \
789 || exit 1; \
790 distdir=`$(am__cd) $(distdir) && pwd`; \
791 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
792 (cd $$subdir && \
793 $(MAKE) $(AM_MAKEFLAGS) \
794 top_distdir="$$top_distdir" \
795 distdir="$$distdir/$$subdir" \
796 am__remove_distdir=: \
797 am__skip_length_check=: \
798 distdir) \
799 || exit 1; \
800 fi; \
801 done
802 $(MAKE) $(AM_MAKEFLAGS) \
803 top_distdir="$(top_distdir)" distdir="$(distdir)" \
804 dist-hook
805 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
806 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
807 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
808 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
809 || chmod -R a+r $(distdir)
810 dist-gzip: distdir
811 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
812 $(am__remove_distdir)
814 dist-bzip2: distdir
815 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
816 $(am__remove_distdir)
818 dist-lzma: distdir
819 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
820 $(am__remove_distdir)
822 dist-tarZ: distdir
823 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
824 $(am__remove_distdir)
826 dist-shar: distdir
827 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
828 $(am__remove_distdir)
830 dist-zip: distdir
831 -rm -f $(distdir).zip
832 zip -rq $(distdir).zip $(distdir)
833 $(am__remove_distdir)
835 dist dist-all: distdir
836 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
837 $(am__remove_distdir)
839 # This target untars the dist file and tries a VPATH configuration. Then
840 # it guarantees that the distribution is self-contained by making another
841 # tarfile.
842 distcheck: dist
843 case '$(DIST_ARCHIVES)' in \
844 *.tar.gz*) \
845 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
846 *.tar.bz2*) \
847 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
848 *.tar.lzma*) \
849 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
850 *.tar.Z*) \
851 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
852 *.shar.gz*) \
853 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
854 *.zip*) \
855 unzip $(distdir).zip ;;\
856 esac
857 chmod -R a-w $(distdir); chmod a+w $(distdir)
858 mkdir $(distdir)/_build
859 mkdir $(distdir)/_inst
860 chmod a-w $(distdir)
861 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
862 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
863 && cd $(distdir)/_build \
864 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
865 $(DISTCHECK_CONFIGURE_FLAGS) \
866 && $(MAKE) $(AM_MAKEFLAGS) \
867 && $(MAKE) $(AM_MAKEFLAGS) dvi \
868 && $(MAKE) $(AM_MAKEFLAGS) check \
869 && $(MAKE) $(AM_MAKEFLAGS) install \
870 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
871 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
872 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
873 distuninstallcheck \
874 && chmod -R a-w "$$dc_install_base" \
875 && ({ \
876 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
877 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
878 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
879 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
880 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
881 } || { rm -rf "$$dc_destdir"; exit 1; }) \
882 && rm -rf "$$dc_destdir" \
883 && $(MAKE) $(AM_MAKEFLAGS) dist \
884 && rm -rf $(DIST_ARCHIVES) \
885 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
886 $(am__remove_distdir)
887 @(echo "$(distdir) archives ready for distribution: "; \
888 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
889 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
890 distuninstallcheck:
891 @cd $(distuninstallcheck_dir) \
892 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
893 || { echo "ERROR: files left after uninstall:" ; \
894 if test -n "$(DESTDIR)"; then \
895 echo " (check DESTDIR support)"; \
896 fi ; \
897 $(distuninstallcheck_listfiles) ; \
898 exit 1; } >&2
899 distcleancheck: distclean
900 @if test '$(srcdir)' = . ; then \
901 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
902 exit 1 ; \
904 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
905 || { echo "ERROR: files left in build directory after distclean:" ; \
906 $(distcleancheck_listfiles) ; \
907 exit 1; } >&2
908 check-am: all-am
909 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
910 check: check-recursive
911 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) $(HEADERS) \
912 config.h
913 installdirs: installdirs-recursive
914 installdirs-am:
915 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
916 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
917 done
918 install: install-recursive
919 install-exec: install-exec-recursive
920 install-data: install-data-recursive
921 uninstall: uninstall-recursive
923 install-am: all-am
924 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
926 installcheck: installcheck-recursive
927 install-strip:
928 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
929 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
930 `test -z '$(STRIP)' || \
931 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
932 mostlyclean-generic:
934 clean-generic:
935 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
937 distclean-generic:
938 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
940 maintainer-clean-generic:
941 @echo "This command is intended for maintainers to use"
942 @echo "it deletes files that may require special tools to rebuild."
943 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
944 clean: clean-recursive
946 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
948 distclean: distclean-recursive
949 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
950 -rm -rf $(DEPDIR) ./$(DEPDIR)
951 -rm -f Makefile
952 distclean-am: clean-am distclean-compile distclean-generic \
953 distclean-hdr distclean-tags
955 dvi: dvi-recursive
957 dvi-am:
959 html: html-recursive
961 info: info-recursive
963 info-am:
965 install-data-am: install-man install-nodist_htmlDATA
967 install-dvi: install-dvi-recursive
969 install-exec-am: install-sbinPROGRAMS
971 install-html: install-html-recursive
973 install-info: install-info-recursive
975 install-man: install-man8
977 install-pdf: install-pdf-recursive
979 install-ps: install-ps-recursive
981 installcheck-am:
983 maintainer-clean: maintainer-clean-recursive
984 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
985 -rm -rf $(top_srcdir)/autom4te.cache
986 -rm -rf $(DEPDIR) ./$(DEPDIR)
987 -rm -f Makefile
988 maintainer-clean-am: distclean-am maintainer-clean-generic
990 mostlyclean: mostlyclean-recursive
992 mostlyclean-am: mostlyclean-compile mostlyclean-generic
994 pdf: pdf-recursive
996 pdf-am:
998 ps: ps-recursive
1000 ps-am:
1002 uninstall-am: uninstall-man uninstall-nodist_htmlDATA \
1003 uninstall-sbinPROGRAMS
1005 uninstall-man: uninstall-man8
1007 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
1008 install-strip
1010 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1011 all all-am am--refresh check check-TESTS check-am clean \
1012 clean-generic clean-sbinPROGRAMS ctags ctags-recursive dist \
1013 dist-all dist-bzip2 dist-gzip dist-hook dist-lzma dist-shar \
1014 dist-tarZ dist-zip distcheck distclean distclean-compile \
1015 distclean-generic distclean-hdr distclean-tags distcleancheck \
1016 distdir distuninstallcheck dvi dvi-am html html-am info \
1017 info-am install install-am install-data install-data-am \
1018 install-dvi install-dvi-am install-exec install-exec-am \
1019 install-html install-html-am install-info install-info-am \
1020 install-man install-man8 install-nodist_htmlDATA install-pdf \
1021 install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
1022 install-strip installcheck installcheck-am installdirs \
1023 installdirs-am maintainer-clean maintainer-clean-generic \
1024 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1025 ps ps-am tags tags-recursive uninstall uninstall-am \
1026 uninstall-man uninstall-man8 uninstall-nodist_htmlDATA \
1027 uninstall-sbinPROGRAMS
1029 .PHONY: plugin
1031 dist-hook:
1032 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
1033 #openvpn.8.html: $(srcdir)/openvpn.8
1034 # $(MAN2HTML) < $(srcdir)/openvpn.8 > openvpn.8.html
1035 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1036 # Otherwise a system limit (for SysV at least) may be exceeded.
1037 .NOEXPORT: