1# Makefile.in generated by automake 1.16.2 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
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.
9
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.
14
15@SET_MAKE@
16
17#
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.
23#
24#  Copyright (C) 2017-2022 OpenVPN Inc <sales@openvpn.net>
25#
26
27VPATH = @srcdir@
28am__is_gnu_make = { \
29  if test -z '$(MAKELEVEL)'; then \
30    false; \
31  elif test -n '$(MAKE_HOST)'; then \
32    true; \
33  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
34    true; \
35  else \
36    false; \
37  fi; \
38}
39am__make_running_with_option = \
40  case $${target_option-} in \
41      ?) ;; \
42      *) echo "am__make_running_with_option: internal error: invalid" \
43              "target option '$${target_option-}' specified" >&2; \
44         exit 1;; \
45  esac; \
46  has_opt=no; \
47  sane_makeflags=$$MAKEFLAGS; \
48  if $(am__is_gnu_make); then \
49    sane_makeflags=$$MFLAGS; \
50  else \
51    case $$MAKEFLAGS in \
52      *\\[\ \	]*) \
53        bs=\\; \
54        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56    esac; \
57  fi; \
58  skip_next=no; \
59  strip_trailopt () \
60  { \
61    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62  }; \
63  for flg in $$sane_makeflags; do \
64    test $$skip_next = yes && { skip_next=no; continue; }; \
65    case $$flg in \
66      *=*|--*) continue;; \
67        -*I) strip_trailopt 'I'; skip_next=yes;; \
68      -*I?*) strip_trailopt 'I';; \
69        -*O) strip_trailopt 'O'; skip_next=yes;; \
70      -*O?*) strip_trailopt 'O';; \
71        -*l) strip_trailopt 'l'; skip_next=yes;; \
72      -*l?*) strip_trailopt 'l';; \
73      -[dEDm]) skip_next=yes;; \
74      -[JT]) skip_next=yes;; \
75    esac; \
76    case $$flg in \
77      *$$target_option*) has_opt=yes; break;; \
78    esac; \
79  done; \
80  test $$has_opt = yes
81am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
83pkgdatadir = $(datadir)/@PACKAGE@
84pkgincludedir = $(includedir)/@PACKAGE@
85pkglibdir = $(libdir)/@PACKAGE@
86pkglibexecdir = $(libexecdir)/@PACKAGE@
87am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
88install_sh_DATA = $(install_sh) -c -m 644
89install_sh_PROGRAM = $(install_sh) -c
90install_sh_SCRIPT = $(install_sh) -c
91INSTALL_HEADER = $(INSTALL_DATA)
92transform = $(program_transform_name)
93NORMAL_INSTALL = :
94PRE_INSTALL = :
95POST_INSTALL = :
96NORMAL_UNINSTALL = :
97PRE_UNINSTALL = :
98POST_UNINSTALL = :
99build_triplet = @build@
100host_triplet = @host@
101subdir = distro/systemd
102ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103am__aclocal_m4_deps = $(top_srcdir)/m4/ax_emptyarray.m4 \
104	$(top_srcdir)/m4/ax_socklen_t.m4 \
105	$(top_srcdir)/m4/ax_varargs.m4 $(top_srcdir)/m4/libtool.m4 \
106	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
107	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
108	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/version.m4 \
109	$(top_srcdir)/compat.m4 $(top_srcdir)/configure.ac
110am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
111	$(ACLOCAL_M4)
112DIST_COMMON = $(srcdir)/Makefile.am $(am__dist_doc_DATA_DIST) \
113	$(am__DIST_COMMON)
114mkinstalldirs = $(install_sh) -d
115CONFIG_HEADER = $(top_builddir)/config.h \
116	$(top_builddir)/include/openvpn-plugin.h
117CONFIG_CLEAN_FILES =
118CONFIG_CLEAN_VPATH_FILES =
119AM_V_P = $(am__v_P_@AM_V@)
120am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121am__v_P_0 = false
122am__v_P_1 = :
123AM_V_GEN = $(am__v_GEN_@AM_V@)
124am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125am__v_GEN_0 = @echo "  GEN     " $@;
126am__v_GEN_1 =
127AM_V_at = $(am__v_at_@AM_V@)
128am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129am__v_at_0 = @
130am__v_at_1 =
131SOURCES =
132DIST_SOURCES =
133am__can_run_installinfo = \
134  case $$AM_UPDATE_INFO_DIR in \
135    n|no|NO) false;; \
136    *) (install-info --version) >/dev/null 2>&1;; \
137  esac
138am__dist_doc_DATA_DIST = README.systemd
139am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
140am__vpath_adj = case $$p in \
141    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
142    *) f=$$p;; \
143  esac;
144am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
145am__install_max = 40
146am__nobase_strip_setup = \
147  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
148am__nobase_strip = \
149  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
150am__nobase_list = $(am__nobase_strip_setup); \
151  for p in $$list; do echo "$$p $$p"; done | \
152  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
153  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
154    if (++n[$$2] == $(am__install_max)) \
155      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
156    END { for (dir in files) print dir, files[dir] }'
157am__base_list = \
158  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
159  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
160am__uninstall_files_from_dir = { \
161  test -z "$$files" \
162    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
163    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
164         $(am__cd) "$$dir" && rm -f $$files; }; \
165  }
166am__installdirs = "$(DESTDIR)$(docdir)" "$(DESTDIR)$(systemdunitdir)" \
167	"$(DESTDIR)$(tmpfilesdir)"
168DATA = $(dist_doc_DATA) $(systemdunit_DATA) $(tmpfiles_DATA)
169am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170am__DIST_COMMON = $(srcdir)/Makefile.in
171DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172ACLOCAL = @ACLOCAL@
173AMTAR = @AMTAR@
174AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
175AR = @AR@
176AS = @AS@
177AUTOCONF = @AUTOCONF@
178AUTOHEADER = @AUTOHEADER@
179AUTOMAKE = @AUTOMAKE@
180AWK = @AWK@
181CC = @CC@
182CCDEPMODE = @CCDEPMODE@
183CFLAGS = @CFLAGS@
184CMOCKA_CFLAGS = @CMOCKA_CFLAGS@
185CMOCKA_LIBS = @CMOCKA_LIBS@
186CPP = @CPP@
187CPPFLAGS = @CPPFLAGS@
188CYGPATH_W = @CYGPATH_W@
189DEFS = @DEFS@
190DEPDIR = @DEPDIR@
191DLLTOOL = @DLLTOOL@
192DL_LIBS = @DL_LIBS@
193DSYMUTIL = @DSYMUTIL@
194DUMPBIN = @DUMPBIN@
195ECHO_C = @ECHO_C@
196ECHO_N = @ECHO_N@
197ECHO_T = @ECHO_T@
198EGREP = @EGREP@
199ENABLE_UNITTESTS = @ENABLE_UNITTESTS@
200EXEEXT = @EXEEXT@
201FGREP = @FGREP@
202GIT = @GIT@
203GREP = @GREP@
204IFCONFIG = @IFCONFIG@
205INSTALL = @INSTALL@
206INSTALL_DATA = @INSTALL_DATA@
207INSTALL_PROGRAM = @INSTALL_PROGRAM@
208INSTALL_SCRIPT = @INSTALL_SCRIPT@
209INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210IPROUTE = @IPROUTE@
211LD = @LD@
212LDFLAGS = @LDFLAGS@
213LIBOBJS = @LIBOBJS@
214LIBPAM_CFLAGS = @LIBPAM_CFLAGS@
215LIBPAM_LIBS = @LIBPAM_LIBS@
216LIBS = @LIBS@
217LIBTOOL = @LIBTOOL@
218LIPO = @LIPO@
219LN_S = @LN_S@
220LTLIBOBJS = @LTLIBOBJS@
221LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
222LZ4_CFLAGS = @LZ4_CFLAGS@
223LZ4_LIBS = @LZ4_LIBS@
224LZO_CFLAGS = @LZO_CFLAGS@
225LZO_LIBS = @LZO_LIBS@
226MAKEINFO = @MAKEINFO@
227MANIFEST_TOOL = @MANIFEST_TOOL@
228MBEDTLS_CFLAGS = @MBEDTLS_CFLAGS@
229MBEDTLS_LIBS = @MBEDTLS_LIBS@
230MKDIR_P = @MKDIR_P@
231NETSTAT = @NETSTAT@
232NM = @NM@
233NMEDIT = @NMEDIT@
234OBJDUMP = @OBJDUMP@
235OBJEXT = @OBJEXT@
236OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
237OPENSSL_LIBS = @OPENSSL_LIBS@
238OPENVPN_VERSION_MAJOR = @OPENVPN_VERSION_MAJOR@
239OPENVPN_VERSION_MINOR = @OPENVPN_VERSION_MINOR@
240OPENVPN_VERSION_PATCH = @OPENVPN_VERSION_PATCH@
241OPTIONAL_CRYPTO_CFLAGS = @OPTIONAL_CRYPTO_CFLAGS@
242OPTIONAL_CRYPTO_LIBS = @OPTIONAL_CRYPTO_LIBS@
243OPTIONAL_DL_LIBS = @OPTIONAL_DL_LIBS@
244OPTIONAL_INOTIFY_CFLAGS = @OPTIONAL_INOTIFY_CFLAGS@
245OPTIONAL_INOTIFY_LIBS = @OPTIONAL_INOTIFY_LIBS@
246OPTIONAL_LZ4_CFLAGS = @OPTIONAL_LZ4_CFLAGS@
247OPTIONAL_LZ4_LIBS = @OPTIONAL_LZ4_LIBS@
248OPTIONAL_LZO_CFLAGS = @OPTIONAL_LZO_CFLAGS@
249OPTIONAL_LZO_LIBS = @OPTIONAL_LZO_LIBS@
250OPTIONAL_PKCS11_HELPER_CFLAGS = @OPTIONAL_PKCS11_HELPER_CFLAGS@
251OPTIONAL_PKCS11_HELPER_LIBS = @OPTIONAL_PKCS11_HELPER_LIBS@
252OPTIONAL_SELINUX_LIBS = @OPTIONAL_SELINUX_LIBS@
253OPTIONAL_SYSTEMD_LIBS = @OPTIONAL_SYSTEMD_LIBS@
254OTOOL = @OTOOL@
255OTOOL64 = @OTOOL64@
256P11KIT_CFLAGS = @P11KIT_CFLAGS@
257P11KIT_LIBS = @P11KIT_LIBS@
258PACKAGE = @PACKAGE@
259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260PACKAGE_NAME = @PACKAGE_NAME@
261PACKAGE_STRING = @PACKAGE_STRING@
262PACKAGE_TARNAME = @PACKAGE_TARNAME@
263PACKAGE_URL = @PACKAGE_URL@
264PACKAGE_VERSION = @PACKAGE_VERSION@
265PATH_SEPARATOR = @PATH_SEPARATOR@
266PKCS11_HELPER_CFLAGS = @PKCS11_HELPER_CFLAGS@
267PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
268PKG_CONFIG = @PKG_CONFIG@
269PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
270PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
271PLUGINDIR = @PLUGINDIR@
272PLUGIN_AUTH_PAM_CFLAGS = @PLUGIN_AUTH_PAM_CFLAGS@
273PLUGIN_AUTH_PAM_LIBS = @PLUGIN_AUTH_PAM_LIBS@
274RANLIB = @RANLIB@
275RC = @RC@
276ROUTE = @ROUTE@
277RST2HTML = @RST2HTML@
278RST2MAN = @RST2MAN@
279SED = @SED@
280SELINUX_LIBS = @SELINUX_LIBS@
281SET_MAKE = @SET_MAKE@
282SHELL = @SHELL@
283SOCKETS_LIBS = @SOCKETS_LIBS@
284STRIP = @STRIP@
285SYSTEMD_ASK_PASSWORD = @SYSTEMD_ASK_PASSWORD@
286SYSTEMD_UNIT_DIR = @SYSTEMD_UNIT_DIR@
287TAP_CFLAGS = @TAP_CFLAGS@
288TAP_WIN_COMPONENT_ID = @TAP_WIN_COMPONENT_ID@
289TAP_WIN_MIN_MAJOR = @TAP_WIN_MIN_MAJOR@
290TAP_WIN_MIN_MINOR = @TAP_WIN_MIN_MINOR@
291TEST_CFLAGS = @TEST_CFLAGS@
292TEST_LDFLAGS = @TEST_LDFLAGS@
293TMPFILES_DIR = @TMPFILES_DIR@
294VERSION = @VERSION@
295abs_builddir = @abs_builddir@
296abs_srcdir = @abs_srcdir@
297abs_top_builddir = @abs_top_builddir@
298abs_top_srcdir = @abs_top_srcdir@
299ac_ct_AR = @ac_ct_AR@
300ac_ct_CC = @ac_ct_CC@
301ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
302am__include = @am__include@
303am__leading_dot = @am__leading_dot@
304am__quote = @am__quote@
305am__tar = @am__tar@
306am__untar = @am__untar@
307bindir = @bindir@
308build = @build@
309build_alias = @build_alias@
310build_cpu = @build_cpu@
311build_os = @build_os@
312build_vendor = @build_vendor@
313builddir = @builddir@
314datadir = @datadir@
315datarootdir = @datarootdir@
316docdir = @docdir@
317dvidir = @dvidir@
318exec_prefix = @exec_prefix@
319host = @host@
320host_alias = @host_alias@
321host_cpu = @host_cpu@
322host_os = @host_os@
323host_vendor = @host_vendor@
324htmldir = @htmldir@
325includedir = @includedir@
326infodir = @infodir@
327install_sh = @install_sh@
328libdir = @libdir@
329libexecdir = @libexecdir@
330libsystemd_CFLAGS = @libsystemd_CFLAGS@
331libsystemd_LIBS = @libsystemd_LIBS@
332localedir = @localedir@
333localstatedir = @localstatedir@
334mandir = @mandir@
335mkdir_p = @mkdir_p@
336oldincludedir = @oldincludedir@
337pdfdir = @pdfdir@
338plugindir = @plugindir@
339prefix = @prefix@
340program_transform_name = @program_transform_name@
341psdir = @psdir@
342runstatedir = @runstatedir@
343sampledir = @sampledir@
344sbindir = @sbindir@
345sharedstatedir = @sharedstatedir@
346srcdir = @srcdir@
347sysconfdir = @sysconfdir@
348systemdunitdir = @systemdunitdir@
349target_alias = @target_alias@
350tmpfilesdir = @tmpfilesdir@
351top_build_prefix = @top_build_prefix@
352top_builddir = @top_builddir@
353top_srcdir = @top_srcdir@
354EXTRA_DIST = \
355	tmpfiles-openvpn.conf \
356	openvpn-client@.service.in \
357	openvpn-server@.service.in
358
359@ENABLE_SYSTEMD_TRUE@systemdunit_DATA = \
360@ENABLE_SYSTEMD_TRUE@	openvpn-client@.service \
361@ENABLE_SYSTEMD_TRUE@	openvpn-server@.service
362
363@ENABLE_SYSTEMD_TRUE@tmpfiles_DATA = \
364@ENABLE_SYSTEMD_TRUE@	tmpfiles-openvpn.conf
365
366@ENABLE_SYSTEMD_TRUE@dist_doc_DATA = \
367@ENABLE_SYSTEMD_TRUE@	README.systemd
368
369MAINTAINERCLEANFILES = \
370	$(srcdir)/Makefile.in
371
372all: all-am
373
374.SUFFIXES:
375$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
376	@for dep in $?; do \
377	  case '$(am__configure_deps)' in \
378	    *$$dep*) \
379	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
380	        && { if test -f $@; then exit 0; else break; fi; }; \
381	      exit 1;; \
382	  esac; \
383	done; \
384	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign distro/systemd/Makefile'; \
385	$(am__cd) $(top_srcdir) && \
386	  $(AUTOMAKE) --foreign distro/systemd/Makefile
387Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
388	@case '$?' in \
389	  *config.status*) \
390	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
391	  *) \
392	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
393	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
394	esac;
395
396$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
397	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
398
399$(top_srcdir)/configure:  $(am__configure_deps)
400	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
401$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
402	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403$(am__aclocal_m4_deps):
404
405mostlyclean-libtool:
406	-rm -f *.lo
407
408clean-libtool:
409	-rm -rf .libs _libs
410install-dist_docDATA: $(dist_doc_DATA)
411	@$(NORMAL_INSTALL)
412	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
413	if test -n "$$list"; then \
414	  echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
415	  $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
416	fi; \
417	for p in $$list; do \
418	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
419	  echo "$$d$$p"; \
420	done | $(am__base_list) | \
421	while read files; do \
422	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
423	  $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
424	done
425
426uninstall-dist_docDATA:
427	@$(NORMAL_UNINSTALL)
428	@list='$(dist_doc_DATA)'; test -n "$(docdir)" || list=; \
429	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
430	dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
431install-systemdunitDATA: $(systemdunit_DATA)
432	@$(NORMAL_INSTALL)
433	@list='$(systemdunit_DATA)'; test -n "$(systemdunitdir)" || list=; \
434	if test -n "$$list"; then \
435	  echo " $(MKDIR_P) '$(DESTDIR)$(systemdunitdir)'"; \
436	  $(MKDIR_P) "$(DESTDIR)$(systemdunitdir)" || exit 1; \
437	fi; \
438	for p in $$list; do \
439	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
440	  echo "$$d$$p"; \
441	done | $(am__base_list) | \
442	while read files; do \
443	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdunitdir)'"; \
444	  $(INSTALL_DATA) $$files "$(DESTDIR)$(systemdunitdir)" || exit $$?; \
445	done
446
447uninstall-systemdunitDATA:
448	@$(NORMAL_UNINSTALL)
449	@list='$(systemdunit_DATA)'; test -n "$(systemdunitdir)" || list=; \
450	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
451	dir='$(DESTDIR)$(systemdunitdir)'; $(am__uninstall_files_from_dir)
452install-tmpfilesDATA: $(tmpfiles_DATA)
453	@$(NORMAL_INSTALL)
454	@list='$(tmpfiles_DATA)'; test -n "$(tmpfilesdir)" || list=; \
455	if test -n "$$list"; then \
456	  echo " $(MKDIR_P) '$(DESTDIR)$(tmpfilesdir)'"; \
457	  $(MKDIR_P) "$(DESTDIR)$(tmpfilesdir)" || exit 1; \
458	fi; \
459	for p in $$list; do \
460	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
461	  echo "$$d$$p"; \
462	done | $(am__base_list) | \
463	while read files; do \
464	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(tmpfilesdir)'"; \
465	  $(INSTALL_DATA) $$files "$(DESTDIR)$(tmpfilesdir)" || exit $$?; \
466	done
467
468uninstall-tmpfilesDATA:
469	@$(NORMAL_UNINSTALL)
470	@list='$(tmpfiles_DATA)'; test -n "$(tmpfilesdir)" || list=; \
471	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
472	dir='$(DESTDIR)$(tmpfilesdir)'; $(am__uninstall_files_from_dir)
473tags TAGS:
474
475ctags CTAGS:
476
477cscope cscopelist:
478
479
480distdir: $(BUILT_SOURCES)
481	$(MAKE) $(AM_MAKEFLAGS) distdir-am
482
483distdir-am: $(DISTFILES)
484	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
485	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
486	list='$(DISTFILES)'; \
487	  dist_files=`for file in $$list; do echo $$file; done | \
488	  sed -e "s|^$$srcdirstrip/||;t" \
489	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
490	case $$dist_files in \
491	  */*) $(MKDIR_P) `echo "$$dist_files" | \
492			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
493			   sort -u` ;; \
494	esac; \
495	for file in $$dist_files; do \
496	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
497	  if test -d $$d/$$file; then \
498	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
499	    if test -d "$(distdir)/$$file"; then \
500	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501	    fi; \
502	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
504	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
505	    fi; \
506	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
507	  else \
508	    test -f "$(distdir)/$$file" \
509	    || cp -p $$d/$$file "$(distdir)/$$file" \
510	    || exit 1; \
511	  fi; \
512	done
513check-am: all-am
514check: check-am
515all-am: Makefile $(DATA)
516installdirs:
517	for dir in "$(DESTDIR)$(docdir)" "$(DESTDIR)$(systemdunitdir)" "$(DESTDIR)$(tmpfilesdir)"; do \
518	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
519	done
520install: install-am
521install-exec: install-exec-am
522install-data: install-data-am
523uninstall: uninstall-am
524
525install-am: all-am
526	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
527
528installcheck: installcheck-am
529install-strip:
530	if test -z '$(STRIP)'; then \
531	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
532	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
533	      install; \
534	else \
535	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
536	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
537	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
538	fi
539mostlyclean-generic:
540
541clean-generic:
542
543distclean-generic:
544	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
545	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
546
547maintainer-clean-generic:
548	@echo "This command is intended for maintainers to use"
549	@echo "it deletes files that may require special tools to rebuild."
550	-test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
551@ENABLE_SYSTEMD_FALSE@install-data-hook:
552clean: clean-am
553
554clean-am: clean-generic clean-libtool mostlyclean-am
555
556distclean: distclean-am
557	-rm -f Makefile
558distclean-am: clean-am distclean-generic
559
560dvi: dvi-am
561
562dvi-am:
563
564html: html-am
565
566html-am:
567
568info: info-am
569
570info-am:
571
572install-data-am: install-dist_docDATA install-systemdunitDATA \
573	install-tmpfilesDATA
574	@$(NORMAL_INSTALL)
575	$(MAKE) $(AM_MAKEFLAGS) install-data-hook
576install-dvi: install-dvi-am
577
578install-dvi-am:
579
580install-exec-am:
581
582install-html: install-html-am
583
584install-html-am:
585
586install-info: install-info-am
587
588install-info-am:
589
590install-man:
591
592install-pdf: install-pdf-am
593
594install-pdf-am:
595
596install-ps: install-ps-am
597
598install-ps-am:
599
600installcheck-am:
601
602maintainer-clean: maintainer-clean-am
603	-rm -f Makefile
604maintainer-clean-am: distclean-am maintainer-clean-generic
605
606mostlyclean: mostlyclean-am
607
608mostlyclean-am: mostlyclean-generic mostlyclean-libtool
609
610pdf: pdf-am
611
612pdf-am:
613
614ps: ps-am
615
616ps-am:
617
618uninstall-am: uninstall-dist_docDATA uninstall-systemdunitDATA \
619	uninstall-tmpfilesDATA
620
621.MAKE: install-am install-data-am install-strip
622
623.PHONY: all all-am check check-am clean clean-generic clean-libtool \
624	cscopelist-am ctags-am distclean distclean-generic \
625	distclean-libtool distdir dvi dvi-am html html-am info info-am \
626	install install-am install-data install-data-am \
627	install-data-hook install-dist_docDATA install-dvi \
628	install-dvi-am install-exec install-exec-am install-html \
629	install-html-am install-info install-info-am install-man \
630	install-pdf install-pdf-am install-ps install-ps-am \
631	install-strip install-systemdunitDATA install-tmpfilesDATA \
632	installcheck installcheck-am installdirs maintainer-clean \
633	maintainer-clean-generic mostlyclean mostlyclean-generic \
634	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
635	uninstall-am uninstall-dist_docDATA uninstall-systemdunitDATA \
636	uninstall-tmpfilesDATA
637
638.PRECIOUS: Makefile
639
640
641%.service: %.service.in Makefile
642	$(AM_V_GEN)sed -e 's|\@sbindir\@|$(sbindir)|' \
643		$< > $@.tmp && mv $@.tmp $@
644
645@ENABLE_SYSTEMD_TRUE@install-data-hook:
646@ENABLE_SYSTEMD_TRUE@	mv $(DESTDIR)$(tmpfilesdir)/tmpfiles-openvpn.conf $(DESTDIR)$(tmpfilesdir)/openvpn.conf
647
648# Tell versions [3.59,3.63) of GNU make to not export all variables.
649# Otherwise a system limit (for SysV at least) may be exceeded.
650.NOEXPORT:
651