ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/Makefile.in
Revision: 1.22
Committed: Thu Jul 18 13:35:16 2013 UTC (10 years, 10 months ago) by root
Branch: MAIN
Changes since 1.21: +6 -3 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #SUBDIRS = rohc
19
20 VPATH = @srcdir@
21 am__make_dryrun = \
22 { \
23 am__dry=no; \
24 case $$MAKEFLAGS in \
25 *\\[\ \ ]*) \
26 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
27 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28 *) \
29 for am__flg in $$MAKEFLAGS; do \
30 case $$am__flg in \
31 *=*|--*) ;; \
32 *n*) am__dry=yes; break;; \
33 esac; \
34 done;; \
35 esac; \
36 test $$am__dry = yes; \
37 }
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkglibexecdir = $(libexecdir)/@PACKAGE@
42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43 install_sh_DATA = $(install_sh) -c -m 644
44 install_sh_PROGRAM = $(install_sh) -c
45 install_sh_SCRIPT = $(install_sh) -c
46 INSTALL_HEADER = $(INSTALL_DATA)
47 transform = $(program_transform_name)
48 NORMAL_INSTALL = :
49 PRE_INSTALL = :
50 POST_INSTALL = :
51 NORMAL_UNINSTALL = :
52 PRE_UNINSTALL = :
53 POST_UNINSTALL = :
54 build_triplet = @build@
55 host_triplet = @host@
56 target_triplet = @target@
57 sbin_PROGRAMS = gvpe$(EXEEXT)
58 bin_PROGRAMS = gvpectrl$(EXEEXT)
59 subdir = src
60 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
63 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
64 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
65 $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/progtest.m4 \
66 $(top_srcdir)/m4/tuntap.m4 $(top_srcdir)/libev/libev.m4 \
67 $(top_srcdir)/configure.ac
68 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69 $(ACLOCAL_M4)
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = $(top_builddir)/config.h
72 CONFIG_CLEAN_FILES =
73 CONFIG_CLEAN_VPATH_FILES =
74 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
75 PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
76 am__objects_1 = conf.$(OBJEXT) util.$(OBJEXT) slog.$(OBJEXT) \
77 ev_cpp.$(OBJEXT)
78 am_gvpe_OBJECTS = gvpe.$(OBJEXT) vpn.$(OBJEXT) vpn_tcp.$(OBJEXT) \
79 vpn_dns.$(OBJEXT) sockinfo.$(OBJEXT) curve25519.$(OBJEXT) \
80 iv_gen.$(OBJEXT) hkdf.$(OBJEXT) connection.$(OBJEXT) \
81 device.$(OBJEXT) $(am__objects_1)
82 gvpe_OBJECTS = $(am_gvpe_OBJECTS)
83 @ROHC_TRUE@am__DEPENDENCIES_1 = rohc/librohc.a
84 gvpe_DEPENDENCIES = $(top_builddir)/lib/libgvpe.a \
85 $(am__DEPENDENCIES_1)
86 gvpe_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(gvpe_LDFLAGS) \
87 $(LDFLAGS) -o $@
88 am_gvpectrl_OBJECTS = gvpectrl.$(OBJEXT) $(am__objects_1)
89 gvpectrl_OBJECTS = $(am_gvpectrl_OBJECTS)
90 gvpectrl_DEPENDENCIES = $(top_builddir)/lib/libgvpe.a
91 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
92 depcomp = $(SHELL) $(top_srcdir)/depcomp
93 am__depfiles_maybe = depfiles
94 am__mv = mv -f
95 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
96 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
97 CXXLD = $(CXX)
98 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
99 -o $@
100 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102 CCLD = $(CC)
103 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
104 SOURCES = $(gvpe_SOURCES) $(gvpectrl_SOURCES)
105 DIST_SOURCES = $(gvpe_SOURCES) $(gvpectrl_SOURCES)
106 am__can_run_installinfo = \
107 case $$AM_UPDATE_INFO_DIR in \
108 n|no|NO) false;; \
109 *) (install-info --version) >/dev/null 2>&1;; \
110 esac
111 ETAGS = etags
112 CTAGS = ctags
113 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
114 ACLOCAL = @ACLOCAL@
115 ALLOCA = @ALLOCA@
116 AMTAR = @AMTAR@
117 AUTOCONF = @AUTOCONF@
118 AUTOHEADER = @AUTOHEADER@
119 AUTOMAKE = @AUTOMAKE@
120 AWK = @AWK@
121 CC = @CC@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CXX = @CXX@
127 CXXCPP = @CXXCPP@
128 CXXDEPMODE = @CXXDEPMODE@
129 CXXFLAGS = @CXXFLAGS@
130 CYGPATH_W = @CYGPATH_W@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 ECHO_C = @ECHO_C@
134 ECHO_N = @ECHO_N@
135 ECHO_T = @ECHO_T@
136 EGREP = @EGREP@
137 EXEEXT = @EXEEXT@
138 GMSGFMT = @GMSGFMT@
139 GREP = @GREP@
140 HAVE_TUNTAP = @HAVE_TUNTAP@
141 IFSUBTYPE = @IFSUBTYPE@
142 IFTYPE = @IFTYPE@
143 INCLUDES = -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/libev @INCLUDES@
144 INSTALL = @INSTALL@
145 INSTALL_DATA = @INSTALL_DATA@
146 INSTALL_PROGRAM = @INSTALL_PROGRAM@
147 INSTALL_SCRIPT = @INSTALL_SCRIPT@
148 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
149 INTLLIBS = @INTLLIBS@
150 LDFLAGS = @LDFLAGS@
151 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
152 LIBICONV = @LIBICONV@
153 LIBINTL = @LIBINTL@
154 LIBOBJS = @LIBOBJS@
155 LIBS = @LIBS@ @LIBINTL@
156 LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
157 LN_S = @LN_S@
158 LTLIBICONV = @LTLIBICONV@
159 LTLIBINTL = @LTLIBINTL@
160 LTLIBOBJS = @LTLIBOBJS@
161 MAINT = @MAINT@
162 MAKEINFO = @MAKEINFO@
163 MKDIR_P = @MKDIR_P@
164 MKINSTALLDIRS = @MKINSTALLDIRS@
165 MSGFMT = @MSGFMT@
166 MSGMERGE = @MSGMERGE@
167 OBJEXT = @OBJEXT@
168 PACKAGE = @PACKAGE@
169 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
170 PACKAGE_NAME = @PACKAGE_NAME@
171 PACKAGE_STRING = @PACKAGE_STRING@
172 PACKAGE_TARNAME = @PACKAGE_TARNAME@
173 PACKAGE_URL = @PACKAGE_URL@
174 PACKAGE_VERSION = @PACKAGE_VERSION@
175 PATH_SEPARATOR = @PATH_SEPARATOR@
176 POSUB = @POSUB@
177 RANLIB = @RANLIB@
178 SET_MAKE = @SET_MAKE@
179 SHELL = @SHELL@
180 STRIP = @STRIP@
181 USE_NLS = @USE_NLS@
182 VERSION = @VERSION@
183 XGETTEXT = @XGETTEXT@
184 abs_builddir = @abs_builddir@
185 abs_srcdir = @abs_srcdir@
186 abs_top_builddir = @abs_top_builddir@
187 abs_top_srcdir = @abs_top_srcdir@
188 ac_ct_CC = @ac_ct_CC@
189 ac_ct_CXX = @ac_ct_CXX@
190 am__include = @am__include@
191 am__leading_dot = @am__leading_dot@
192 am__quote = @am__quote@
193 am__tar = @am__tar@
194 am__untar = @am__untar@
195 bindir = @bindir@
196 build = @build@
197 build_alias = @build_alias@
198 build_cpu = @build_cpu@
199 build_os = @build_os@
200 build_vendor = @build_vendor@
201 builddir = @builddir@
202 datadir = @datadir@
203 datarootdir = @datarootdir@
204 docdir = @docdir@
205 dvidir = @dvidir@
206 exec_prefix = @exec_prefix@
207 host = @host@
208 host_alias = @host_alias@
209 host_cpu = @host_cpu@
210 host_os = @host_os@
211 host_vendor = @host_vendor@
212 htmldir = @htmldir@
213 includedir = @includedir@
214 infodir = @infodir@
215 install_sh = @install_sh@
216 libdir = @libdir@
217 libexecdir = @libexecdir@
218 localedir = $(datadir)/locale
219 localstatedir = @localstatedir@
220 mandir = @mandir@
221 mkdir_p = @mkdir_p@
222 oldincludedir = @oldincludedir@
223 pdfdir = @pdfdir@
224 prefix = @prefix@
225 program_transform_name = @program_transform_name@
226 psdir = @psdir@
227 sbindir = @sbindir@
228 sharedstatedir = @sharedstatedir@
229 srcdir = @srcdir@
230 sysconfdir = @sysconfdir@
231 target = @target@
232 target_alias = @target_alias@
233 target_cpu = @target_cpu@
234 target_os = @target_os@
235 target_vendor = @target_vendor@
236 top_build_prefix = @top_build_prefix@
237 top_builddir = @top_builddir@
238 top_srcdir = @top_srcdir@
239 EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C device-darwin.C callback.pl \
240 tincd/apply tincd/fixit \
241 tincd/cygwin/device.c tincd/darwin/device.c tincd/freebsd/device.c \
242 tincd/linux/device.c tincd/mingw/common.h tincd/mingw/device.c tincd/netbsd/device.c \
243 tincd/openbsd/device.c tincd/raw_socket/device.c tincd/solaris/device.c \
244 tincd/uml_socket/device.c tincd/bsd/device.c \
245 ether_emu.C lzf/lzf_c.c lzf/lzf_d.c \
246 curve25519-donna.c
247
248 @ROHC_FALSE@ROHCLIB =
249 @ROHC_TRUE@ROHCLIB = rohc/librohc.a
250 COMMON = global.h conf.h conf.C util.h util.C \
251 slog.h slog.C netcompat.h ev_cpp.h ev_cpp.C
252
253 gvpe_SOURCES = gvpe.C vpn.h vpn.C vpn_tcp.C vpn_dns.C \
254 sockinfo.h sockinfo.C \
255 curve25519.h curve25519.C \
256 iv_gen.h iv_gen.C \
257 hkdf.h hkdf.C \
258 lzf/lzf.h lzf/lzfP.h \
259 connection.h connection.C callback.h device.h device.C \
260 $(COMMON)
261
262 gvpe_LDADD = $(top_builddir)/lib/libgvpe.a $(ROHCLIB)
263 gvpe_LDFLAGS = @LDFLAGS_DAEMON@
264 gvpectrl_SOURCES = gvpectrl.C $(COMMON)
265 gvpectrl_LDADD = $(top_builddir)/lib/libgvpe.a
266 DEFINES = -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
267 -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" \
268 -DIFTYPE_@IFTYPE@=1 -DIF_@IFSUBTYPE@=1
269
270 AM_CFLAGS = $(DEFINES)
271 AM_CXXFLAGS = $(DEFINES)
272 all: all-am
273
274 .SUFFIXES:
275 .SUFFIXES: .C .o .obj
276 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
277 @for dep in $?; do \
278 case '$(am__configure_deps)' in \
279 *$$dep*) \
280 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
281 && { if test -f $@; then exit 0; else break; fi; }; \
282 exit 1;; \
283 esac; \
284 done; \
285 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
286 $(am__cd) $(top_srcdir) && \
287 $(AUTOMAKE) --gnu src/Makefile
288 .PRECIOUS: Makefile
289 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
290 @case '$?' in \
291 *config.status*) \
292 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
293 *) \
294 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
295 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
296 esac;
297
298 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300
301 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305 $(am__aclocal_m4_deps):
306 install-binPROGRAMS: $(bin_PROGRAMS)
307 @$(NORMAL_INSTALL)
308 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
309 if test -n "$$list"; then \
310 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
311 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
312 fi; \
313 for p in $$list; do echo "$$p $$p"; done | \
314 sed 's/$(EXEEXT)$$//' | \
315 while read p p1; do if test -f $$p; \
316 then echo "$$p"; echo "$$p"; else :; fi; \
317 done | \
318 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
319 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
320 sed 'N;N;N;s,\n, ,g' | \
321 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
322 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
323 if ($$2 == $$4) files[d] = files[d] " " $$1; \
324 else { print "f", $$3 "/" $$4, $$1; } } \
325 END { for (d in files) print "f", d, files[d] }' | \
326 while read type dir files; do \
327 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
328 test -z "$$files" || { \
329 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
330 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
331 } \
332 ; done
333
334 uninstall-binPROGRAMS:
335 @$(NORMAL_UNINSTALL)
336 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
337 files=`for p in $$list; do echo "$$p"; done | \
338 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
339 -e 's/$$/$(EXEEXT)/' `; \
340 test -n "$$list" || exit 0; \
341 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
342 cd "$(DESTDIR)$(bindir)" && rm -f $$files
343
344 clean-binPROGRAMS:
345 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
346 install-sbinPROGRAMS: $(sbin_PROGRAMS)
347 @$(NORMAL_INSTALL)
348 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
349 if test -n "$$list"; then \
350 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
351 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
352 fi; \
353 for p in $$list; do echo "$$p $$p"; done | \
354 sed 's/$(EXEEXT)$$//' | \
355 while read p p1; do if test -f $$p; \
356 then echo "$$p"; echo "$$p"; else :; fi; \
357 done | \
358 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
359 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
360 sed 'N;N;N;s,\n, ,g' | \
361 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
362 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
363 if ($$2 == $$4) files[d] = files[d] " " $$1; \
364 else { print "f", $$3 "/" $$4, $$1; } } \
365 END { for (d in files) print "f", d, files[d] }' | \
366 while read type dir files; do \
367 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
368 test -z "$$files" || { \
369 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
370 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
371 } \
372 ; done
373
374 uninstall-sbinPROGRAMS:
375 @$(NORMAL_UNINSTALL)
376 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
377 files=`for p in $$list; do echo "$$p"; done | \
378 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
379 -e 's/$$/$(EXEEXT)/' `; \
380 test -n "$$list" || exit 0; \
381 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
382 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
383
384 clean-sbinPROGRAMS:
385 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
386 gvpe$(EXEEXT): $(gvpe_OBJECTS) $(gvpe_DEPENDENCIES) $(EXTRA_gvpe_DEPENDENCIES)
387 @rm -f gvpe$(EXEEXT)
388 $(gvpe_LINK) $(gvpe_OBJECTS) $(gvpe_LDADD) $(LIBS)
389 gvpectrl$(EXEEXT): $(gvpectrl_OBJECTS) $(gvpectrl_DEPENDENCIES) $(EXTRA_gvpectrl_DEPENDENCIES)
390 @rm -f gvpectrl$(EXEEXT)
391 $(CXXLINK) $(gvpectrl_OBJECTS) $(gvpectrl_LDADD) $(LIBS)
392
393 mostlyclean-compile:
394 -rm -f *.$(OBJEXT)
395
396 distclean-compile:
397 -rm -f *.tab.c
398
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve25519.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev_cpp.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvpe.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvpectrl.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hkdf.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iv_gen.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
411 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn.Po@am__quote@
412 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_dns.Po@am__quote@
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_tcp.Po@am__quote@
414
415 .C.o:
416 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
417 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
418 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
421
422 .C.obj:
423 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
424 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
425 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
426 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
427 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
428
429 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
430 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
431 unique=`for i in $$list; do \
432 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
433 done | \
434 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
435 END { if (nonempty) { for (i in files) print i; }; }'`; \
436 mkid -fID $$unique
437 tags: TAGS
438
439 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
440 $(TAGS_FILES) $(LISP)
441 set x; \
442 here=`pwd`; \
443 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
444 unique=`for i in $$list; do \
445 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
446 done | \
447 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
448 END { if (nonempty) { for (i in files) print i; }; }'`; \
449 shift; \
450 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
451 test -n "$$unique" || unique=$$empty_fix; \
452 if test $$# -gt 0; then \
453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454 "$$@" $$unique; \
455 else \
456 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
457 $$unique; \
458 fi; \
459 fi
460 ctags: CTAGS
461 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
462 $(TAGS_FILES) $(LISP)
463 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
464 unique=`for i in $$list; do \
465 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
466 done | \
467 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
468 END { if (nonempty) { for (i in files) print i; }; }'`; \
469 test -z "$(CTAGS_ARGS)$$unique" \
470 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
471 $$unique
472
473 GTAGS:
474 here=`$(am__cd) $(top_builddir) && pwd` \
475 && $(am__cd) $(top_srcdir) \
476 && gtags -i $(GTAGS_ARGS) "$$here"
477
478 distclean-tags:
479 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
480
481 distdir: $(DISTFILES)
482 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
483 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
484 list='$(DISTFILES)'; \
485 dist_files=`for file in $$list; do echo $$file; done | \
486 sed -e "s|^$$srcdirstrip/||;t" \
487 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
488 case $$dist_files in \
489 */*) $(MKDIR_P) `echo "$$dist_files" | \
490 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
491 sort -u` ;; \
492 esac; \
493 for file in $$dist_files; do \
494 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
495 if test -d $$d/$$file; then \
496 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
497 if test -d "$(distdir)/$$file"; then \
498 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
499 fi; \
500 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
502 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
503 fi; \
504 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
505 else \
506 test -f "$(distdir)/$$file" \
507 || cp -p $$d/$$file "$(distdir)/$$file" \
508 || exit 1; \
509 fi; \
510 done
511 $(MAKE) $(AM_MAKEFLAGS) \
512 top_distdir="$(top_distdir)" distdir="$(distdir)" \
513 dist-hook
514 check-am: all-am
515 check: check-am
516 all-am: Makefile $(PROGRAMS)
517 installdirs:
518 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
519 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
520 done
521 install: install-am
522 install-exec: install-exec-am
523 install-data: install-data-am
524 uninstall: uninstall-am
525
526 install-am: all-am
527 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
528
529 installcheck: installcheck-am
530 install-strip:
531 if test -z '$(STRIP)'; then \
532 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
533 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
534 install; \
535 else \
536 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
537 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
538 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
539 fi
540 mostlyclean-generic:
541
542 clean-generic:
543
544 distclean-generic:
545 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
546 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
547
548 maintainer-clean-generic:
549 @echo "This command is intended for maintainers to use"
550 @echo "it deletes files that may require special tools to rebuild."
551 clean: clean-am
552
553 clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \
554 mostlyclean-am
555
556 distclean: distclean-am
557 -rm -rf ./$(DEPDIR)
558 -rm -f Makefile
559 distclean-am: clean-am distclean-compile distclean-generic \
560 distclean-tags
561
562 dvi: dvi-am
563
564 dvi-am:
565
566 html: html-am
567
568 html-am:
569
570 info: info-am
571
572 info-am:
573
574 install-data-am:
575
576 install-dvi: install-dvi-am
577
578 install-dvi-am:
579
580 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
581
582 install-html: install-html-am
583
584 install-html-am:
585
586 install-info: install-info-am
587
588 install-info-am:
589
590 install-man:
591
592 install-pdf: install-pdf-am
593
594 install-pdf-am:
595
596 install-ps: install-ps-am
597
598 install-ps-am:
599
600 installcheck-am:
601
602 maintainer-clean: maintainer-clean-am
603 -rm -rf ./$(DEPDIR)
604 -rm -f Makefile
605 maintainer-clean-am: distclean-am maintainer-clean-generic
606
607 mostlyclean: mostlyclean-am
608
609 mostlyclean-am: mostlyclean-compile mostlyclean-generic
610
611 pdf: pdf-am
612
613 pdf-am:
614
615 ps: ps-am
616
617 ps-am:
618
619 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
620
621 .MAKE: install-am install-strip
622
623 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
624 clean-generic clean-sbinPROGRAMS ctags dist-hook distclean \
625 distclean-compile distclean-generic distclean-tags distdir dvi \
626 dvi-am html html-am info info-am install install-am \
627 install-binPROGRAMS install-data install-data-am 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-sbinPROGRAMS install-strip installcheck \
632 installcheck-am installdirs maintainer-clean \
633 maintainer-clean-generic mostlyclean mostlyclean-compile \
634 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
635 uninstall-am uninstall-binPROGRAMS uninstall-sbinPROGRAMS
636
637
638 dist-hook:
639 rm -f `find . -type l`
640
641 # Tell versions [3.59,3.63) of GNU make to not export all variables.
642 # Otherwise a system limit (for SysV at least) may be exceeded.
643 .NOEXPORT: