big svn cleanup
[anytun.git] / src / openvpn / Makefile.in
blob7dd5619d1eb8bd5e85966f6df77a33933e1bfa69
1 # Makefile.in generated by automake 1.8.3 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004 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-2005 OpenVPN Solutions LLC <info@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
42 SOURCES = $(openvpn_SOURCES) $(nodist_openvpn_SOURCES)
44 srcdir = @srcdir@
45 top_srcdir = @top_srcdir@
46 VPATH = @srcdir@
47 pkgdatadir = $(datadir)/@PACKAGE@
48 pkglibdir = $(libdir)/@PACKAGE@
49 pkgincludedir = $(includedir)/@PACKAGE@
50 top_builddir = .
51 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
52 INSTALL = @INSTALL@
53 install_sh_DATA = $(install_sh) -c -m 644
54 install_sh_PROGRAM = $(install_sh) -c
55 install_sh_SCRIPT = $(install_sh) -c
56 INSTALL_HEADER = $(INSTALL_DATA)
57 transform = $(program_transform_name)
58 NORMAL_INSTALL = :
59 PRE_INSTALL = :
60 POST_INSTALL = :
61 NORMAL_UNINSTALL = :
62 PRE_UNINSTALL = :
63 POST_UNINSTALL = :
64 build_triplet = @build@
65 host_triplet = @host@
66 target_triplet = @target@
67 sbin_PROGRAMS = openvpn$(EXEEXT)
68 DIST_COMMON = README $(am__configure_deps) $(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 \
72 $(top_srcdir)/install-win32/openvpn.nsi.in AUTHORS COPYING \
73 ChangeLog INSTALL NEWS config.guess config.sub depcomp \
74 install-sh memcmp.c missing
75 subdir = .
76 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
78 $(top_srcdir)/configure.ac
79 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
80 $(ACLOCAL_M4)
81 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
82 configure.lineno configure.status.lineno
83 mkinstalldirs = $(mkdir_p)
84 CONFIG_HEADER = config.h
85 CONFIG_CLEAN_FILES = openvpn.spec config-win32.h \
86 install-win32/openvpn.nsi
87 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
88 sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
89 PROGRAMS = $(sbin_PROGRAMS)
90 am_openvpn_OBJECTS = base64.$(OBJEXT) buffer.$(OBJEXT) \
91 crypto.$(OBJEXT) error.$(OBJEXT) event.$(OBJEXT) \
92 fdmisc.$(OBJEXT) forward.$(OBJEXT) fragment.$(OBJEXT) \
93 gremlin.$(OBJEXT) helper.$(OBJEXT) init.$(OBJEXT) \
94 interval.$(OBJEXT) list.$(OBJEXT) lzo.$(OBJEXT) \
95 manage.$(OBJEXT) mbuf.$(OBJEXT) misc.$(OBJEXT) \
96 mroute.$(OBJEXT) mss.$(OBJEXT) mtcp.$(OBJEXT) mtu.$(OBJEXT) \
97 mudp.$(OBJEXT) multi.$(OBJEXT) ntlm.$(OBJEXT) occ.$(OBJEXT) \
98 openvpn.$(OBJEXT) options.$(OBJEXT) otime.$(OBJEXT) \
99 packet_id.$(OBJEXT) perf.$(OBJEXT) ping.$(OBJEXT) \
100 plugin.$(OBJEXT) pool.$(OBJEXT) proto.$(OBJEXT) \
101 proxy.$(OBJEXT) push.$(OBJEXT) reliable.$(OBJEXT) \
102 route.$(OBJEXT) schedule.$(OBJEXT) session_id.$(OBJEXT) \
103 shaper.$(OBJEXT) sig.$(OBJEXT) socket.$(OBJEXT) \
104 socks.$(OBJEXT) ssl.$(OBJEXT) status.$(OBJEXT) \
105 thread.$(OBJEXT) tun.$(OBJEXT)
106 nodist_openvpn_OBJECTS =
107 openvpn_OBJECTS = $(am_openvpn_OBJECTS) $(nodist_openvpn_OBJECTS)
108 openvpn_LDADD = $(LDADD)
109 openvpn_DEPENDENCIES = @LIBOBJS@
110 SCRIPTS = $(dist_noinst_SCRIPTS)
111 DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
112 depcomp = $(SHELL) $(top_srcdir)/depcomp
113 am__depfiles_maybe = depfiles
114 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/memcmp.Po ./$(DEPDIR)/base64.Po \
115 @AMDEP_TRUE@ ./$(DEPDIR)/buffer.Po ./$(DEPDIR)/crypto.Po \
116 @AMDEP_TRUE@ ./$(DEPDIR)/error.Po ./$(DEPDIR)/event.Po \
117 @AMDEP_TRUE@ ./$(DEPDIR)/fdmisc.Po ./$(DEPDIR)/forward.Po \
118 @AMDEP_TRUE@ ./$(DEPDIR)/fragment.Po ./$(DEPDIR)/gremlin.Po \
119 @AMDEP_TRUE@ ./$(DEPDIR)/helper.Po ./$(DEPDIR)/init.Po \
120 @AMDEP_TRUE@ ./$(DEPDIR)/interval.Po ./$(DEPDIR)/list.Po \
121 @AMDEP_TRUE@ ./$(DEPDIR)/lzo.Po ./$(DEPDIR)/manage.Po \
122 @AMDEP_TRUE@ ./$(DEPDIR)/mbuf.Po ./$(DEPDIR)/misc.Po \
123 @AMDEP_TRUE@ ./$(DEPDIR)/mroute.Po ./$(DEPDIR)/mss.Po \
124 @AMDEP_TRUE@ ./$(DEPDIR)/mtcp.Po ./$(DEPDIR)/mtu.Po \
125 @AMDEP_TRUE@ ./$(DEPDIR)/mudp.Po ./$(DEPDIR)/multi.Po \
126 @AMDEP_TRUE@ ./$(DEPDIR)/ntlm.Po ./$(DEPDIR)/occ.Po \
127 @AMDEP_TRUE@ ./$(DEPDIR)/openvpn.Po ./$(DEPDIR)/options.Po \
128 @AMDEP_TRUE@ ./$(DEPDIR)/otime.Po ./$(DEPDIR)/packet_id.Po \
129 @AMDEP_TRUE@ ./$(DEPDIR)/perf.Po ./$(DEPDIR)/ping.Po \
130 @AMDEP_TRUE@ ./$(DEPDIR)/plugin.Po ./$(DEPDIR)/pool.Po \
131 @AMDEP_TRUE@ ./$(DEPDIR)/proto.Po ./$(DEPDIR)/proxy.Po \
132 @AMDEP_TRUE@ ./$(DEPDIR)/push.Po ./$(DEPDIR)/reliable.Po \
133 @AMDEP_TRUE@ ./$(DEPDIR)/route.Po ./$(DEPDIR)/schedule.Po \
134 @AMDEP_TRUE@ ./$(DEPDIR)/session_id.Po ./$(DEPDIR)/shaper.Po \
135 @AMDEP_TRUE@ ./$(DEPDIR)/sig.Po ./$(DEPDIR)/socket.Po \
136 @AMDEP_TRUE@ ./$(DEPDIR)/socks.Po ./$(DEPDIR)/ssl.Po \
137 @AMDEP_TRUE@ ./$(DEPDIR)/status.Po ./$(DEPDIR)/thread.Po \
138 @AMDEP_TRUE@ ./$(DEPDIR)/tun.Po
139 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
140 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
141 CCLD = $(CC)
142 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
143 SOURCES = $(openvpn_SOURCES) $(nodist_openvpn_SOURCES)
144 DIST_SOURCES = $(openvpn_SOURCES)
145 man8dir = $(mandir)/man8
146 NROFF = nroff
147 MANS = $(man_MANS)
148 ETAGS = etags
149 CTAGS = ctags
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 distdir = $(PACKAGE)-$(VERSION)
152 top_distdir = $(distdir)
153 am__remove_distdir = \
154 { test ! -d $(distdir) \
155 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
156 && rm -fr $(distdir); }; }
157 DIST_ARCHIVES = $(distdir).tar.gz
158 GZIP_ENV = --best
159 distuninstallcheck_listfiles = find . -type f -print
160 distcleancheck_listfiles = find . -type f -print
161 ACLOCAL = @ACLOCAL@
162 AMDEP_FALSE = @AMDEP_FALSE@
163 AMDEP_TRUE = @AMDEP_TRUE@
164 AMTAR = @AMTAR@
165 AUTOCONF = @AUTOCONF@
166 AUTOHEADER = @AUTOHEADER@
167 AUTOMAKE = @AUTOMAKE@
168 AWK = @AWK@
169 CC = @CC@
170 CCDEPMODE = @CCDEPMODE@
171 CFLAGS = @CFLAGS@
172 CPP = @CPP@
173 CPPFLAGS = @CPPFLAGS@
174 CYGPATH_W = @CYGPATH_W@
175 DEFS = @DEFS@
176 DEPDIR = @DEPDIR@
177 ECHO_C = @ECHO_C@
178 ECHO_N = @ECHO_N@
179 ECHO_T = @ECHO_T@
180 EGREP = @EGREP@
181 EXEEXT = @EXEEXT@
182 IFCONFIG = @IFCONFIG@
183 INSTALL_DATA = @INSTALL_DATA@
184 INSTALL_PROGRAM = @INSTALL_PROGRAM@
185 INSTALL_SCRIPT = @INSTALL_SCRIPT@
186 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
187 IPROUTE = @IPROUTE@
188 LDFLAGS = @LDFLAGS@
189 LIBOBJS = @LIBOBJS@
190 LIBS = @LIBS@
191 LTLIBOBJS = @LTLIBOBJS@
192 MAKEINFO = @MAKEINFO@
193 OBJEXT = @OBJEXT@
194 PACKAGE = @PACKAGE@
195 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
196 PACKAGE_NAME = @PACKAGE_NAME@
197 PACKAGE_STRING = @PACKAGE_STRING@
198 PACKAGE_TARNAME = @PACKAGE_TARNAME@
199 PACKAGE_VERSION = @PACKAGE_VERSION@
200 PATH_SEPARATOR = @PATH_SEPARATOR@
201 PTHREAD_CC = @PTHREAD_CC@
202 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
203 PTHREAD_LIBS = @PTHREAD_LIBS@
204 ROUTE = @ROUTE@
205 SET_MAKE = @SET_MAKE@
206 SHELL = @SHELL@
207 STRIP = @STRIP@
208 VERSION = @VERSION@
209 ac_ct_CC = @ac_ct_CC@
210 ac_ct_STRIP = @ac_ct_STRIP@
211 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
212 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
213 am__include = @am__include@
214 am__leading_dot = @am__leading_dot@
215 am__quote = @am__quote@
216 bindir = @bindir@
217 build = @build@
218 build_alias = @build_alias@
219 build_cpu = @build_cpu@
220 build_os = @build_os@
221 build_vendor = @build_vendor@
222 datadir = @datadir@
223 exec_prefix = @exec_prefix@
224 host = @host@
225 host_alias = @host_alias@
226 host_cpu = @host_cpu@
227 host_os = @host_os@
228 host_vendor = @host_vendor@
229 includedir = @includedir@
230 infodir = @infodir@
231 install_sh = @install_sh@
232 libdir = @libdir@
233 libexecdir = @libexecdir@
234 localstatedir = @localstatedir@
235 mandir = @mandir@
236 mkdir_p = @mkdir_p@
237 oldincludedir = @oldincludedir@
238 prefix = @prefix@
239 program_transform_name = @program_transform_name@
240 sbindir = @sbindir@
241 sharedstatedir = @sharedstatedir@
242 sysconfdir = @sysconfdir@
243 target = @target@
244 target_alias = @target_alias@
245 target_cpu = @target_cpu@
246 target_os = @target_os@
247 target_vendor = @target_vendor@
249 # This option prevents autoreconf from overriding our COPYING and
250 # INSTALL targets:
251 AUTOMAKE_OPTIONS = foreign
252 nodist_openvpn_SOURCES = config.h
253 TESTS = t_lpback.sh t_cltsrv.sh
254 dist_noinst_SCRIPTS = $(TESTS)
255 openvpn_SOURCES = \
256 base64.c base64.h \
257 basic.h \
258 buffer.c buffer.h \
259 circ_list.h \
260 common.h \
261 crypto.c crypto.h \
262 errlevel.h \
263 error.c error.h \
264 event.c event.h \
265 fdmisc.c fdmisc.h \
266 forward.c forward.h forward-inline.h \
267 fragment.c fragment.h \
268 gremlin.c gremlin.h \
269 helper.c helper.h \
270 init.c init.h \
271 integer.h \
272 interval.c interval.h \
273 list.c list.h \
274 lzo.c lzo.h \
275 manage.c manage.h \
276 mbuf.c mbuf.h \
277 memdbg.h \
278 misc.c misc.h \
279 mroute.c mroute.h \
280 mss.c mss.h \
281 mtcp.c mtcp.h \
282 mtu.c mtu.h \
283 mudp.c mudp.h \
284 multi.c multi.h \
285 ntlm.c ntlm.h \
286 occ.c occ.h occ-inline.h \
287 openvpn.c openvpn.h \
288 openvpn-plugin.h \
289 options.c options.h \
290 otime.c otime.h \
291 packet_id.c packet_id.h \
292 perf.c perf.h \
293 ping.c ping.h ping-inline.h \
294 plugin.c plugin.h \
295 pool.c pool.h \
296 proto.c proto.h \
297 proxy.c proxy.h \
298 push.c push.h \
299 reliable.c reliable.h \
300 route.c route.h \
301 schedule.c schedule.h \
302 session_id.c session_id.h \
303 shaper.c shaper.h \
304 sig.c sig.h \
305 socket.c socket.h \
306 socks.c socks.h \
307 ssl.c ssl.h \
308 status.c status.h \
309 syshead.h \
310 thread.c thread.h \
311 tun.c tun.h
313 LDADD = @LIBOBJS@
314 man_MANS = openvpn.8
315 EXTRA_DIST = \
316 doclean \
317 $(man_MANS) \
318 COPYRIGHT.GPL \
319 PORTS \
320 openvpn.spec \
321 easy-rsa \
322 sample-config-files \
323 sample-keys \
324 sample-scripts \
325 gentoo \
326 suse \
327 openvpn.spec.in \
328 config-win32.h \
329 win32.h \
330 win32.c \
331 cryptoapi.h \
332 cryptoapi.c \
333 makefile.w32 \
334 makefile.w32-vc \
335 INSTALL-win32.txt \
336 tap-win32 \
337 install-win32 \
338 service-win32 \
339 contrib \
340 debug \
341 plugin \
342 management
344 all: config.h
345 $(MAKE) $(AM_MAKEFLAGS) all-am
347 .SUFFIXES:
348 .SUFFIXES: .c .o .obj
349 am--refresh:
351 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
352 @for dep in $?; do \
353 case '$(am__configure_deps)' in \
354 *$$dep*) \
355 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
356 cd $(srcdir) && $(AUTOMAKE) --foreign \
357 && exit 0; \
358 exit 1;; \
359 esac; \
360 done; \
361 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
362 cd $(top_srcdir) && \
363 $(AUTOMAKE) --foreign Makefile
364 .PRECIOUS: Makefile
365 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366 @case '$?' in \
367 *config.status*) \
368 echo ' $(SHELL) ./config.status'; \
369 $(SHELL) ./config.status;; \
370 *) \
371 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
372 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
373 esac;
375 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
376 $(SHELL) ./config.status --recheck
378 $(top_srcdir)/configure: $(am__configure_deps)
379 cd $(srcdir) && $(AUTOCONF)
380 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
381 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
383 config.h: stamp-h1
384 @if test ! -f $@; then \
385 rm -f stamp-h1; \
386 $(MAKE) stamp-h1; \
387 else :; fi
389 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
390 @rm -f stamp-h1
391 cd $(top_builddir) && $(SHELL) ./config.status config.h
392 $(srcdir)/config.h.in: $(am__configure_deps)
393 cd $(top_srcdir) && $(AUTOHEADER)
394 rm -f stamp-h1
395 touch $@
397 distclean-hdr:
398 -rm -f config.h stamp-h1
399 openvpn.spec: $(top_builddir)/config.status $(srcdir)/openvpn.spec.in
400 cd $(top_builddir) && $(SHELL) ./config.status $@
401 config-win32.h: $(top_builddir)/config.status $(srcdir)/config-win32.h.in
402 cd $(top_builddir) && $(SHELL) ./config.status $@
403 install-win32/openvpn.nsi: $(top_builddir)/config.status $(top_srcdir)/install-win32/openvpn.nsi.in
404 cd $(top_builddir) && $(SHELL) ./config.status $@
405 install-sbinPROGRAMS: $(sbin_PROGRAMS)
406 @$(NORMAL_INSTALL)
407 test -z "$(sbindir)" || $(mkdir_p) "$(DESTDIR)$(sbindir)"
408 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
409 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
410 if test -f $$p \
411 ; then \
412 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
413 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
414 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
415 else :; fi; \
416 done
418 uninstall-sbinPROGRAMS:
419 @$(NORMAL_UNINSTALL)
420 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
421 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
422 echo " rm -f '$(DESTDIR)$(sbindir)/$$f'"; \
423 rm -f "$(DESTDIR)$(sbindir)/$$f"; \
424 done
426 clean-sbinPROGRAMS:
427 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
428 openvpn$(EXEEXT): $(openvpn_OBJECTS) $(openvpn_DEPENDENCIES)
429 @rm -f openvpn$(EXEEXT)
430 $(LINK) $(openvpn_LDFLAGS) $(openvpn_OBJECTS) $(openvpn_LDADD) $(LIBS)
432 mostlyclean-compile:
433 -rm -f *.$(OBJEXT)
435 distclean-compile:
436 -rm -f *.tab.c
438 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memcmp.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/base64.Po@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
441 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
442 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/error.Po@am__quote@
443 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
444 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fdmisc.Po@am__quote@
445 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/forward.Po@am__quote@
446 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fragment.Po@am__quote@
447 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gremlin.Po@am__quote@
448 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/helper.Po@am__quote@
449 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/init.Po@am__quote@
450 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interval.Po@am__quote@
451 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
452 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzo.Po@am__quote@
453 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/manage.Po@am__quote@
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbuf.Po@am__quote@
455 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/misc.Po@am__quote@
456 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mroute.Po@am__quote@
457 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mss.Po@am__quote@
458 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtcp.Po@am__quote@
459 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mtu.Po@am__quote@
460 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mudp.Po@am__quote@
461 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multi.Po@am__quote@
462 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntlm.Po@am__quote@
463 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/occ.Po@am__quote@
464 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/openvpn.Po@am__quote@
465 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
466 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/otime.Po@am__quote@
467 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet_id.Po@am__quote@
468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/perf.Po@am__quote@
469 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ping.Po@am__quote@
470 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pool.Po@am__quote@
472 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proto.Po@am__quote@
473 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/proxy.Po@am__quote@
474 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/push.Po@am__quote@
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reliable.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/route.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/schedule.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session_id.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shaper.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sig.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socks.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/status.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thread.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tun.Po@am__quote@
488 .c.o:
489 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
490 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
492 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
493 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
494 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
496 .c.obj:
497 @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
498 @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
499 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
503 uninstall-info-am:
504 install-man8: $(man8_MANS) $(man_MANS)
505 @$(NORMAL_INSTALL)
506 test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
507 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
508 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
509 for i in $$l2; do \
510 case "$$i" in \
511 *.8*) list="$$list $$i" ;; \
512 esac; \
513 done; \
514 for i in $$list; do \
515 if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
516 else file=$$i; fi; \
517 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
518 case "$$ext" in \
519 8*) ;; \
520 *) ext='8' ;; \
521 esac; \
522 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
523 inst=`echo $$inst | sed -e 's/^.*\///'`; \
524 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
525 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
526 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
527 done
528 uninstall-man8:
529 @$(NORMAL_UNINSTALL)
530 @list='$(man8_MANS) $(dist_man8_MANS) $(nodist_man8_MANS)'; \
531 l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
532 for i in $$l2; do \
533 case "$$i" in \
534 *.8*) list="$$list $$i" ;; \
535 esac; \
536 done; \
537 for i in $$list; do \
538 ext=`echo $$i | sed -e 's/^.*\\.//'`; \
539 case "$$ext" in \
540 8*) ;; \
541 *) ext='8' ;; \
542 esac; \
543 inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
544 inst=`echo $$inst | sed -e 's/^.*\///'`; \
545 inst=`echo $$inst | sed '$(transform)'`.$$ext; \
546 echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
547 rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
548 done
550 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
551 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
552 unique=`for i in $$list; do \
553 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554 done | \
555 $(AWK) ' { files[$$0] = 1; } \
556 END { for (i in files) print i; }'`; \
557 mkid -fID $$unique
558 tags: TAGS
560 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
561 $(TAGS_FILES) $(LISP)
562 tags=; \
563 here=`pwd`; \
564 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
565 unique=`for i in $$list; do \
566 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567 done | \
568 $(AWK) ' { files[$$0] = 1; } \
569 END { for (i in files) print i; }'`; \
570 test -z "$(ETAGS_ARGS)$$tags$$unique" \
571 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
572 $$tags $$unique
573 ctags: CTAGS
574 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
575 $(TAGS_FILES) $(LISP)
576 tags=; \
577 here=`pwd`; \
578 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
579 unique=`for i in $$list; do \
580 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581 done | \
582 $(AWK) ' { files[$$0] = 1; } \
583 END { for (i in files) print i; }'`; \
584 test -z "$(CTAGS_ARGS)$$tags$$unique" \
585 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
586 $$tags $$unique
588 GTAGS:
589 here=`$(am__cd) $(top_builddir) && pwd` \
590 && cd $(top_srcdir) \
591 && gtags -i $(GTAGS_ARGS) $$here
593 distclean-tags:
594 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
596 check-TESTS: $(TESTS)
597 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
598 srcdir=$(srcdir); export srcdir; \
599 list='$(TESTS)'; \
600 if test -n "$$list"; then \
601 for tst in $$list; do \
602 if test -f ./$$tst; then dir=./; \
603 elif test -f $$tst; then dir=; \
604 else dir="$(srcdir)/"; fi; \
605 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
606 all=`expr $$all + 1`; \
607 case " $(XFAIL_TESTS) " in \
608 *" $$tst "*) \
609 xpass=`expr $$xpass + 1`; \
610 failed=`expr $$failed + 1`; \
611 echo "XPASS: $$tst"; \
612 ;; \
613 *) \
614 echo "PASS: $$tst"; \
615 ;; \
616 esac; \
617 elif test $$? -ne 77; then \
618 all=`expr $$all + 1`; \
619 case " $(XFAIL_TESTS) " in \
620 *" $$tst "*) \
621 xfail=`expr $$xfail + 1`; \
622 echo "XFAIL: $$tst"; \
623 ;; \
624 *) \
625 failed=`expr $$failed + 1`; \
626 echo "FAIL: $$tst"; \
627 ;; \
628 esac; \
629 else \
630 skip=`expr $$skip + 1`; \
631 echo "SKIP: $$tst"; \
632 fi; \
633 done; \
634 if test "$$failed" -eq 0; then \
635 if test "$$xfail" -eq 0; then \
636 banner="All $$all tests passed"; \
637 else \
638 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
639 fi; \
640 else \
641 if test "$$xpass" -eq 0; then \
642 banner="$$failed of $$all tests failed"; \
643 else \
644 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
645 fi; \
646 fi; \
647 dashes="$$banner"; \
648 skipped=""; \
649 if test "$$skip" -ne 0; then \
650 skipped="($$skip tests were not run)"; \
651 test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
652 dashes="$$skipped"; \
653 fi; \
654 report=""; \
655 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
656 report="Please report to $(PACKAGE_BUGREPORT)"; \
657 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
658 dashes="$$report"; \
659 fi; \
660 dashes=`echo "$$dashes" | sed s/./=/g`; \
661 echo "$$dashes"; \
662 echo "$$banner"; \
663 test -n "$$skipped" && echo "$$skipped"; \
664 test -n "$$report" && echo "$$report"; \
665 echo "$$dashes"; \
666 test "$$failed" -eq 0; \
667 else :; fi
669 distdir: $(DISTFILES)
670 $(am__remove_distdir)
671 mkdir $(distdir)
672 $(mkdir_p) $(distdir)/. $(distdir)/install-win32
673 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
674 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
675 list='$(DISTFILES)'; for file in $$list; do \
676 case $$file in \
677 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
678 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
679 esac; \
680 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
681 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
682 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
683 dir="/$$dir"; \
684 $(mkdir_p) "$(distdir)$$dir"; \
685 else \
686 dir=''; \
687 fi; \
688 if test -d $$d/$$file; then \
689 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
690 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
691 fi; \
692 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
693 else \
694 test -f $(distdir)/$$file \
695 || cp -p $$d/$$file $(distdir)/$$file \
696 || exit 1; \
697 fi; \
698 done
699 $(MAKE) $(AM_MAKEFLAGS) \
700 top_distdir="$(top_distdir)" distdir="$(distdir)" \
701 dist-hook
702 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
703 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
704 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
705 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
706 || chmod -R a+r $(distdir)
707 dist-gzip: distdir
708 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
709 $(am__remove_distdir)
711 dist-bzip2: distdir
712 $(AMTAR) chof - $(distdir) | bzip2 -9 -c >$(distdir).tar.bz2
713 $(am__remove_distdir)
715 dist-tarZ: distdir
716 $(AMTAR) chof - $(distdir) | compress -c >$(distdir).tar.Z
717 $(am__remove_distdir)
719 dist-shar: distdir
720 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
721 $(am__remove_distdir)
723 dist-zip: distdir
724 -rm -f $(distdir).zip
725 zip -rq $(distdir).zip $(distdir)
726 $(am__remove_distdir)
728 dist dist-all: distdir
729 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
730 $(am__remove_distdir)
732 # This target untars the dist file and tries a VPATH configuration. Then
733 # it guarantees that the distribution is self-contained by making another
734 # tarfile.
735 distcheck: dist
736 case '$(DIST_ARCHIVES)' in \
737 *.tar.gz*) \
738 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\
739 *.tar.bz2*) \
740 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\
741 *.tar.Z*) \
742 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
743 *.shar.gz*) \
744 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | unshar ;;\
745 *.zip*) \
746 unzip $(distdir).zip ;;\
747 esac
748 chmod -R a-w $(distdir); chmod a+w $(distdir)
749 mkdir $(distdir)/_build
750 mkdir $(distdir)/_inst
751 chmod a-w $(distdir)
752 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
753 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
754 && cd $(distdir)/_build \
755 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
756 $(DISTCHECK_CONFIGURE_FLAGS) \
757 && $(MAKE) $(AM_MAKEFLAGS) \
758 && $(MAKE) $(AM_MAKEFLAGS) dvi \
759 && $(MAKE) $(AM_MAKEFLAGS) check \
760 && $(MAKE) $(AM_MAKEFLAGS) install \
761 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
762 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
763 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
764 distuninstallcheck \
765 && chmod -R a-w "$$dc_install_base" \
766 && ({ \
767 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
768 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
769 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
770 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
771 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
772 } || { rm -rf "$$dc_destdir"; exit 1; }) \
773 && rm -rf "$$dc_destdir" \
774 && $(MAKE) $(AM_MAKEFLAGS) dist \
775 && rm -rf $(DIST_ARCHIVES) \
776 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
777 $(am__remove_distdir)
778 @(echo "$(distdir) archives ready for distribution: "; \
779 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
780 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
781 distuninstallcheck:
782 @cd $(distuninstallcheck_dir) \
783 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
784 || { echo "ERROR: files left after uninstall:" ; \
785 if test -n "$(DESTDIR)"; then \
786 echo " (check DESTDIR support)"; \
787 fi ; \
788 $(distuninstallcheck_listfiles) ; \
789 exit 1; } >&2
790 distcleancheck: distclean
791 @if test '$(srcdir)' = . ; then \
792 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
793 exit 1 ; \
795 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
796 || { echo "ERROR: files left in build directory after distclean:" ; \
797 $(distcleancheck_listfiles) ; \
798 exit 1; } >&2
799 check-am: all-am
800 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
801 check: check-am
802 all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) config.h
803 installdirs:
804 for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"; do \
805 test -z "$$dir" || $(mkdir_p) "$$dir"; \
806 done
807 install: install-am
808 install-exec: install-exec-am
809 install-data: install-data-am
810 uninstall: uninstall-am
812 install-am: all-am
813 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
815 installcheck: installcheck-am
816 install-strip:
817 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
818 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
819 `test -z '$(STRIP)' || \
820 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
821 mostlyclean-generic:
823 clean-generic:
825 distclean-generic:
826 -rm -f $(CONFIG_CLEAN_FILES)
828 maintainer-clean-generic:
829 @echo "This command is intended for maintainers to use"
830 @echo "it deletes files that may require special tools to rebuild."
831 clean: clean-am
833 clean-am: clean-generic clean-sbinPROGRAMS mostlyclean-am
835 distclean: distclean-am
836 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
837 -rm -rf $(DEPDIR) ./$(DEPDIR)
838 -rm -f Makefile
839 distclean-am: clean-am distclean-compile distclean-generic \
840 distclean-hdr distclean-tags
842 dvi: dvi-am
844 dvi-am:
846 html: html-am
848 info: info-am
850 info-am:
852 install-data-am: install-man
854 install-exec-am: install-sbinPROGRAMS
856 install-info: install-info-am
858 install-man: install-man8
860 installcheck-am:
862 maintainer-clean: maintainer-clean-am
863 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
864 -rm -rf $(top_srcdir)/autom4te.cache
865 -rm -rf $(DEPDIR) ./$(DEPDIR)
866 -rm -f Makefile
867 maintainer-clean-am: distclean-am maintainer-clean-generic
869 mostlyclean: mostlyclean-am
871 mostlyclean-am: mostlyclean-compile mostlyclean-generic
873 pdf: pdf-am
875 pdf-am:
877 ps: ps-am
879 ps-am:
881 uninstall-am: uninstall-info-am uninstall-man uninstall-sbinPROGRAMS
883 uninstall-man: uninstall-man8
885 .PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
886 clean clean-generic clean-sbinPROGRAMS ctags dist dist-all \
887 dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \
888 distclean distclean-compile distclean-generic distclean-hdr \
889 distclean-tags distcleancheck distdir distuninstallcheck dvi \
890 dvi-am html html-am info info-am install install-am \
891 install-data install-data-am install-exec install-exec-am \
892 install-info install-info-am install-man install-man8 \
893 install-sbinPROGRAMS install-strip installcheck \
894 installcheck-am installdirs maintainer-clean \
895 maintainer-clean-generic mostlyclean mostlyclean-compile \
896 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
897 uninstall-am uninstall-info-am uninstall-man uninstall-man8 \
898 uninstall-sbinPROGRAMS
901 .PHONY: plugin
903 dist-hook:
904 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
905 # Tell versions [3.59,3.63) of GNU make to not export all variables.
906 # Otherwise a system limit (for SysV at least) may be exceeded.
907 .NOEXPORT: