OpenVPN: update to 2.3.7
[tomato.git] / release / src / router / openvpn / sample / Makefile.in
blob2db1b3da8328c45209efb856814d0b8d61a3613b
1 # Makefile.in generated by automake 1.14.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
18 # OpenVPN -- An application to securely tunnel IP networks
19 # over a single UDP port, with support for SSL/TLS-based
20 # session authentication and key exchange,
21 # packet encryption, packet authentication, and
22 # packet compression.
24 # Copyright (C) 2002-2010 OpenVPN Technologies, Inc. <sales@openvpn.net>
25 # Copyright (C) 2006-2012 Alon Bar-Lev <alon.barlev@gmail.com>
28 VPATH = @srcdir@
29 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
30 am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
47 esac; \
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74 pkgdatadir = $(datadir)/@PACKAGE@
75 pkgincludedir = $(includedir)/@PACKAGE@
76 pkglibdir = $(libdir)/@PACKAGE@
77 pkglibexecdir = $(libexecdir)/@PACKAGE@
78 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79 install_sh_DATA = $(install_sh) -c -m 644
80 install_sh_PROGRAM = $(install_sh) -c
81 install_sh_SCRIPT = $(install_sh) -c
82 INSTALL_HEADER = $(INSTALL_DATA)
83 transform = $(program_transform_name)
84 NORMAL_INSTALL = :
85 PRE_INSTALL = :
86 POST_INSTALL = :
87 NORMAL_UNINSTALL = :
88 PRE_UNINSTALL = :
89 POST_UNINSTALL = :
90 build_triplet = @build@
91 host_triplet = @host@
92 subdir = sample
93 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
94 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
96 $(top_srcdir)/m4/ax_socklen_t.m4 \
97 $(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
98 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100 $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
101 $(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
102 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
103 $(ACLOCAL_M4)
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/config.h
106 CONFIG_CLEAN_FILES =
107 CONFIG_CLEAN_VPATH_FILES =
108 AM_V_P = $(am__v_P_@AM_V@)
109 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
110 am__v_P_0 = false
111 am__v_P_1 = :
112 AM_V_GEN = $(am__v_GEN_@AM_V@)
113 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
114 am__v_GEN_0 = @echo " GEN " $@;
115 am__v_GEN_1 =
116 AM_V_at = $(am__v_at_@AM_V@)
117 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
118 am__v_at_0 = @
119 am__v_at_1 =
120 SOURCES =
121 DIST_SOURCES =
122 am__can_run_installinfo = \
123 case $$AM_UPDATE_INFO_DIR in \
124 n|no|NO) false;; \
125 *) (install-info --version) >/dev/null 2>&1;; \
126 esac
127 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
128 am__vpath_adj = case $$p in \
129 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
130 *) f=$$p;; \
131 esac;
132 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
133 am__install_max = 40
134 am__nobase_strip_setup = \
135 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
136 am__nobase_strip = \
137 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
138 am__nobase_list = $(am__nobase_strip_setup); \
139 for p in $$list; do echo "$$p $$p"; done | \
140 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
141 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
142 if (++n[$$2] == $(am__install_max)) \
143 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
144 END { for (dir in files) print dir, files[dir] }'
145 am__base_list = \
146 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
147 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
148 am__uninstall_files_from_dir = { \
149 test -z "$$files" \
150 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
151 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
152 $(am__cd) "$$dir" && rm -f $$files; }; \
154 am__installdirs = "$(DESTDIR)$(sampledir)"
155 DATA = $(sample_DATA)
156 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
157 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
158 ACLOCAL = @ACLOCAL@
159 AMTAR = @AMTAR@
160 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
161 AR = @AR@
162 AS = @AS@
163 AUTOCONF = @AUTOCONF@
164 AUTOHEADER = @AUTOHEADER@
165 AUTOMAKE = @AUTOMAKE@
166 AWK = @AWK@
167 CC = @CC@
168 CCDEPMODE = @CCDEPMODE@
169 CFLAGS = @CFLAGS@
170 CPP = @CPP@
171 CPPFLAGS = @CPPFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 DEFS = @DEFS@
174 DEPDIR = @DEPDIR@
175 DLLTOOL = @DLLTOOL@
176 DL_LIBS = @DL_LIBS@
177 DSYMUTIL = @DSYMUTIL@
178 DUMPBIN = @DUMPBIN@
179 ECHO_C = @ECHO_C@
180 ECHO_N = @ECHO_N@
181 ECHO_T = @ECHO_T@
182 EGREP = @EGREP@
183 EXEEXT = @EXEEXT@
184 FGREP = @FGREP@
185 GIT = @GIT@
186 GREP = @GREP@
187 IFCONFIG = @IFCONFIG@
188 INSTALL = @INSTALL@
189 INSTALL_DATA = @INSTALL_DATA@
190 INSTALL_PROGRAM = @INSTALL_PROGRAM@
191 INSTALL_SCRIPT = @INSTALL_SCRIPT@
192 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193 IPROUTE = @IPROUTE@
194 LD = @LD@
195 LDFLAGS = @LDFLAGS@
196 LIBOBJS = @LIBOBJS@
197 LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
198 LIBPAM_LIBS = @LIBPAM_LIBS@
199 LIBS = @LIBS@
200 LIBTOOL = @LIBTOOL@
201 LIPO = @LIPO@
202 LN_S = @LN_S@
203 LTLIBOBJS = @LTLIBOBJS@
204 LZO_CFLAGS = @LZO_CFLAGS@
205 LZO_LIBS = @LZO_LIBS@
206 MAKEINFO = @MAKEINFO@
207 MAN2HTML = @MAN2HTML@
208 MANIFEST_TOOL = @MANIFEST_TOOL@
209 MKDIR_P = @MKDIR_P@
210 NETSTAT = @NETSTAT@
211 NM = @NM@
212 NMEDIT = @NMEDIT@
213 OBJDUMP = @OBJDUMP@
214 OBJEXT = @OBJEXT@
215 OPENSSL_CRYPTO_CFLAGS = @OPENSSL_CRYPTO_CFLAGS@
216 OPENSSL_CRYPTO_LIBS = @OPENSSL_CRYPTO_LIBS@
217 OPENSSL_SSL_CFLAGS = @OPENSSL_SSL_CFLAGS@
218 OPENSSL_SSL_LIBS = @OPENSSL_SSL_LIBS@
219 OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
220 OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
221 OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
222 OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
223 OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
224 OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
225 OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
226 OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
227 OPTIONAL_SYSTEMD_LIBS = @OPTIONAL_SYSTEMD_LIBS@
228 OTOOL = @OTOOL@
229 OTOOL64 = @OTOOL64@
230 P11KIT_CFLAGS = @P11KIT_CFLAGS@
231 P11KIT_LIBS = @P11KIT_LIBS@
232 PACKAGE = @PACKAGE@
233 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
234 PACKAGE_NAME = @PACKAGE_NAME@
235 PACKAGE_STRING = @PACKAGE_STRING@
236 PACKAGE_TARNAME = @PACKAGE_TARNAME@
237 PACKAGE_URL = @PACKAGE_URL@
238 PACKAGE_VERSION = @PACKAGE_VERSION@
239 PATH_SEPARATOR = @PATH_SEPARATOR@
240 PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
241 PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
242 PKG_CONFIG = @PKG_CONFIG@
243 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
244 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
245 PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
246 PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
247 POLARSSL_CFLAGS = @POLARSSL_CFLAGS@
248 POLARSSL_LIBS = @POLARSSL_LIBS@
249 RANLIB = @RANLIB@
250 RC = @RC@
251 ROUTE = @ROUTE@
252 SED = @SED@
253 SELINUX_LIBS = @SELINUX_LIBS@
254 SET_MAKE = @SET_MAKE@
255 SHELL = @SHELL@
256 SOCKETS_LIBS = @SOCKETS_LIBS@
257 STRIP = @STRIP@
258 SYSTEMD_ASK_PASSWORD = @SYSTEMD_ASK_PASSWORD@
259 TAP_CFLAGS = @TAP_CFLAGS@
260 TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
261 TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
262 TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
263 VERSION = @VERSION@
264 abs_builddir = @abs_builddir@
265 abs_srcdir = @abs_srcdir@
266 abs_top_builddir = @abs_top_builddir@
267 abs_top_srcdir = @abs_top_srcdir@
268 ac_ct_AR = @ac_ct_AR@
269 ac_ct_CC = @ac_ct_CC@
270 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build = @build@
278 build_alias = @build_alias@
279 build_cpu = @build_cpu@
280 build_os = @build_os@
281 build_vendor = @build_vendor@
282 builddir = @builddir@
283 datadir = @datadir@
284 datarootdir = @datarootdir@
285 docdir = @docdir@
286 dvidir = @dvidir@
287 exec_prefix = @exec_prefix@
288 host = @host@
289 host_alias = @host_alias@
290 host_cpu = @host_cpu@
291 host_os = @host_os@
292 host_vendor = @host_vendor@
293 htmldir = @htmldir@
294 includedir = @includedir@
295 infodir = @infodir@
296 install_sh = @install_sh@
297 libdir = @libdir@
298 libexecdir = @libexecdir@
299 libsystemd_CFLAGS = @libsystemd_CFLAGS@
300 libsystemd_LIBS = @libsystemd_LIBS@
301 localedir = @localedir@
302 localstatedir = @localstatedir@
303 mandir = @mandir@
304 mkdir_p = @mkdir_p@
305 oldincludedir = @oldincludedir@
306 pdfdir = @pdfdir@
307 plugindir = @plugindir@
308 prefix = @prefix@
309 program_transform_name = @program_transform_name@
310 psdir = @psdir@
311 sampledir = @sampledir@
312 sbindir = @sbindir@
313 sharedstatedir = @sharedstatedir@
314 srcdir = @srcdir@
315 sysconfdir = @sysconfdir@
316 target_alias = @target_alias@
317 top_build_prefix = @top_build_prefix@
318 top_builddir = @top_builddir@
319 top_srcdir = @top_srcdir@
320 MAINTAINERCLEANFILES = \
321 $(srcdir)/Makefile.in
323 EXTRA_DIST = \
324 sample-plugins \
325 sample-config-files \
326 sample-windows \
327 sample-keys \
328 sample-scripts
330 @WIN32_TRUE@sample_DATA = \
331 @WIN32_TRUE@ client.ovpn \
332 @WIN32_TRUE@ server.ovpn \
333 @WIN32_TRUE@ sample-windows/sample.ovpn
335 all: all-am
337 .SUFFIXES:
338 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
339 @for dep in $?; do \
340 case '$(am__configure_deps)' in \
341 *$$dep*) \
342 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
343 && { if test -f $@; then exit 0; else break; fi; }; \
344 exit 1;; \
345 esac; \
346 done; \
347 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sample/Makefile'; \
348 $(am__cd) $(top_srcdir) && \
349 $(AUTOMAKE) --foreign sample/Makefile
350 .PRECIOUS: Makefile
351 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
352 @case '$?' in \
353 *config.status*) \
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
355 *) \
356 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
357 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
358 esac;
360 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
361 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363 $(top_srcdir)/configure: $(am__configure_deps)
364 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367 $(am__aclocal_m4_deps):
369 mostlyclean-libtool:
370 -rm -f *.lo
372 clean-libtool:
373 -rm -rf .libs _libs
374 install-sampleDATA: $(sample_DATA)
375 @$(NORMAL_INSTALL)
376 @list='$(sample_DATA)'; test -n "$(sampledir)" || list=; \
377 if test -n "$$list"; then \
378 echo " $(MKDIR_P) '$(DESTDIR)$(sampledir)'"; \
379 $(MKDIR_P) "$(DESTDIR)$(sampledir)" || exit 1; \
380 fi; \
381 for p in $$list; do \
382 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
383 echo "$$d$$p"; \
384 done | $(am__base_list) | \
385 while read files; do \
386 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(sampledir)'"; \
387 $(INSTALL_DATA) $$files "$(DESTDIR)$(sampledir)" || exit $$?; \
388 done
390 uninstall-sampleDATA:
391 @$(NORMAL_UNINSTALL)
392 @list='$(sample_DATA)'; test -n "$(sampledir)" || list=; \
393 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
394 dir='$(DESTDIR)$(sampledir)'; $(am__uninstall_files_from_dir)
395 tags TAGS:
397 ctags CTAGS:
399 cscope cscopelist:
402 distdir: $(DISTFILES)
403 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
404 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405 list='$(DISTFILES)'; \
406 dist_files=`for file in $$list; do echo $$file; done | \
407 sed -e "s|^$$srcdirstrip/||;t" \
408 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
409 case $$dist_files in \
410 */*) $(MKDIR_P) `echo "$$dist_files" | \
411 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
412 sort -u` ;; \
413 esac; \
414 for file in $$dist_files; do \
415 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
416 if test -d $$d/$$file; then \
417 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
418 if test -d "$(distdir)/$$file"; then \
419 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
420 fi; \
421 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
422 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
423 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
424 fi; \
425 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
426 else \
427 test -f "$(distdir)/$$file" \
428 || cp -p $$d/$$file "$(distdir)/$$file" \
429 || exit 1; \
430 fi; \
431 done
432 check-am: all-am
433 check: check-am
434 all-am: Makefile $(DATA)
435 installdirs:
436 for dir in "$(DESTDIR)$(sampledir)"; do \
437 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
438 done
439 install: install-am
440 install-exec: install-exec-am
441 install-data: install-data-am
442 uninstall: uninstall-am
444 install-am: all-am
445 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
447 installcheck: installcheck-am
448 install-strip:
449 if test -z '$(STRIP)'; then \
450 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
451 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
452 install; \
453 else \
454 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
455 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
456 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
458 mostlyclean-generic:
460 clean-generic:
462 distclean-generic:
463 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
464 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
466 maintainer-clean-generic:
467 @echo "This command is intended for maintainers to use"
468 @echo "it deletes files that may require special tools to rebuild."
469 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
470 clean: clean-am
472 clean-am: clean-generic clean-libtool mostlyclean-am
474 distclean: distclean-am
475 -rm -f Makefile
476 distclean-am: clean-am distclean-generic
478 dvi: dvi-am
480 dvi-am:
482 html: html-am
484 html-am:
486 info: info-am
488 info-am:
490 install-data-am: install-sampleDATA
492 install-dvi: install-dvi-am
494 install-dvi-am:
496 install-exec-am:
498 install-html: install-html-am
500 install-html-am:
502 install-info: install-info-am
504 install-info-am:
506 install-man:
508 install-pdf: install-pdf-am
510 install-pdf-am:
512 install-ps: install-ps-am
514 install-ps-am:
516 installcheck-am:
518 maintainer-clean: maintainer-clean-am
519 -rm -f Makefile
520 maintainer-clean-am: distclean-am maintainer-clean-generic
522 mostlyclean: mostlyclean-am
524 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
526 pdf: pdf-am
528 pdf-am:
530 ps: ps-am
532 ps-am:
534 uninstall-am: uninstall-sampleDATA
536 .MAKE: install-am install-strip
538 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
539 cscopelist-am ctags-am distclean distclean-generic \
540 distclean-libtool distdir dvi dvi-am html html-am info info-am \
541 install install-am install-data install-data-am install-dvi \
542 install-dvi-am install-exec install-exec-am install-html \
543 install-html-am install-info install-info-am install-man \
544 install-pdf install-pdf-am install-ps install-ps-am \
545 install-sampleDATA install-strip installcheck installcheck-am \
546 installdirs maintainer-clean maintainer-clean-generic \
547 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
548 ps ps-am tags-am uninstall uninstall-am uninstall-sampleDATA
551 @WIN32_TRUE@client.ovpn: sample-config-files/client.conf
552 @WIN32_TRUE@ -rm -f client.ovpn
553 @WIN32_TRUE@ cp "$(srcdir)/sample-config-files/client.conf" client.ovpn
554 @WIN32_TRUE@server.ovpn: sample-config-files/server.conf
555 @WIN32_TRUE@ -rm -f server.ovpn
556 @WIN32_TRUE@ cp "$(srcdir)/sample-config-files/server.conf" server.ovpn
558 # Tell versions [3.59,3.63) of GNU make to not export all variables.
559 # Otherwise a system limit (for SysV at least) may be exceeded.
560 .NOEXPORT: