ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/Makefile.in
Revision: 1.21
Committed: Tue Jul 16 16:44:36 2013 UTC (10 years, 10 months ago) by root
Branch: MAIN
Changes since 1.20: +9 -4 lines
Log Message:
3.x

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 hkdf.$(OBJEXT) connection.$(OBJEXT) device.$(OBJEXT) \
81 $(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 hkdf.h hkdf.C \
256 lzf/lzf.h lzf/lzfP.h \
257 connection.h connection.C callback.h device.h device.C \
258 $(COMMON)
259
260 gvpe_LDADD = $(top_builddir)/lib/libgvpe.a $(ROHCLIB)
261 gvpe_LDFLAGS = @LDFLAGS_DAEMON@
262 gvpectrl_SOURCES = gvpectrl.C $(COMMON)
263 gvpectrl_LDADD = $(top_builddir)/lib/libgvpe.a
264 DEFINES = -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
265 -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" \
266 -DIFTYPE_@IFTYPE@=1 -DIF_@IFSUBTYPE@=1
267
268 AM_CFLAGS = $(DEFINES)
269 AM_CXXFLAGS = $(DEFINES)
270 all: all-am
271
272 .SUFFIXES:
273 .SUFFIXES: .C .o .obj
274 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
275 @for dep in $?; do \
276 case '$(am__configure_deps)' in \
277 *$$dep*) \
278 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
279 && { if test -f $@; then exit 0; else break; fi; }; \
280 exit 1;; \
281 esac; \
282 done; \
283 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
284 $(am__cd) $(top_srcdir) && \
285 $(AUTOMAKE) --gnu src/Makefile
286 .PRECIOUS: Makefile
287 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
288 @case '$?' in \
289 *config.status*) \
290 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
291 *) \
292 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
293 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
294 esac;
295
296 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298
299 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
302 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
303 $(am__aclocal_m4_deps):
304 install-binPROGRAMS: $(bin_PROGRAMS)
305 @$(NORMAL_INSTALL)
306 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
307 if test -n "$$list"; then \
308 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
309 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
310 fi; \
311 for p in $$list; do echo "$$p $$p"; done | \
312 sed 's/$(EXEEXT)$$//' | \
313 while read p p1; do if test -f $$p; \
314 then echo "$$p"; echo "$$p"; else :; fi; \
315 done | \
316 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
317 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
318 sed 'N;N;N;s,\n, ,g' | \
319 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
320 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
321 if ($$2 == $$4) files[d] = files[d] " " $$1; \
322 else { print "f", $$3 "/" $$4, $$1; } } \
323 END { for (d in files) print "f", d, files[d] }' | \
324 while read type dir files; do \
325 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
326 test -z "$$files" || { \
327 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
328 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
329 } \
330 ; done
331
332 uninstall-binPROGRAMS:
333 @$(NORMAL_UNINSTALL)
334 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
335 files=`for p in $$list; do echo "$$p"; done | \
336 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
337 -e 's/$$/$(EXEEXT)/' `; \
338 test -n "$$list" || exit 0; \
339 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
340 cd "$(DESTDIR)$(bindir)" && rm -f $$files
341
342 clean-binPROGRAMS:
343 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
344 install-sbinPROGRAMS: $(sbin_PROGRAMS)
345 @$(NORMAL_INSTALL)
346 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
347 if test -n "$$list"; then \
348 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
349 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
350 fi; \
351 for p in $$list; do echo "$$p $$p"; done | \
352 sed 's/$(EXEEXT)$$//' | \
353 while read p p1; do if test -f $$p; \
354 then echo "$$p"; echo "$$p"; else :; fi; \
355 done | \
356 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
357 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
358 sed 'N;N;N;s,\n, ,g' | \
359 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
360 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
361 if ($$2 == $$4) files[d] = files[d] " " $$1; \
362 else { print "f", $$3 "/" $$4, $$1; } } \
363 END { for (d in files) print "f", d, files[d] }' | \
364 while read type dir files; do \
365 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
366 test -z "$$files" || { \
367 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
368 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
369 } \
370 ; done
371
372 uninstall-sbinPROGRAMS:
373 @$(NORMAL_UNINSTALL)
374 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
375 files=`for p in $$list; do echo "$$p"; done | \
376 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
377 -e 's/$$/$(EXEEXT)/' `; \
378 test -n "$$list" || exit 0; \
379 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
380 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
381
382 clean-sbinPROGRAMS:
383 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
384 gvpe$(EXEEXT): $(gvpe_OBJECTS) $(gvpe_DEPENDENCIES) $(EXTRA_gvpe_DEPENDENCIES)
385 @rm -f gvpe$(EXEEXT)
386 $(gvpe_LINK) $(gvpe_OBJECTS) $(gvpe_LDADD) $(LIBS)
387 gvpectrl$(EXEEXT): $(gvpectrl_OBJECTS) $(gvpectrl_DEPENDENCIES) $(EXTRA_gvpectrl_DEPENDENCIES)
388 @rm -f gvpectrl$(EXEEXT)
389 $(CXXLINK) $(gvpectrl_OBJECTS) $(gvpectrl_LDADD) $(LIBS)
390
391 mostlyclean-compile:
392 -rm -f *.$(OBJEXT)
393
394 distclean-compile:
395 -rm -f *.tab.c
396
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/curve25519.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev_cpp.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvpe.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvpectrl.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hkdf.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@
406 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@
407 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
408 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn.Po@am__quote@
409 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_dns.Po@am__quote@
410 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_tcp.Po@am__quote@
411
412 .C.o:
413 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
414 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
415 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
416 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
417 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
418
419 .C.obj:
420 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
421 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
422 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
423 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
424 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
425
426 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
427 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
428 unique=`for i in $$list; do \
429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
430 done | \
431 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
432 END { if (nonempty) { for (i in files) print i; }; }'`; \
433 mkid -fID $$unique
434 tags: TAGS
435
436 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
437 $(TAGS_FILES) $(LISP)
438 set x; \
439 here=`pwd`; \
440 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
441 unique=`for i in $$list; do \
442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
443 done | \
444 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
445 END { if (nonempty) { for (i in files) print i; }; }'`; \
446 shift; \
447 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
448 test -n "$$unique" || unique=$$empty_fix; \
449 if test $$# -gt 0; then \
450 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
451 "$$@" $$unique; \
452 else \
453 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
454 $$unique; \
455 fi; \
456 fi
457 ctags: CTAGS
458 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
459 $(TAGS_FILES) $(LISP)
460 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
461 unique=`for i in $$list; do \
462 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
463 done | \
464 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
465 END { if (nonempty) { for (i in files) print i; }; }'`; \
466 test -z "$(CTAGS_ARGS)$$unique" \
467 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
468 $$unique
469
470 GTAGS:
471 here=`$(am__cd) $(top_builddir) && pwd` \
472 && $(am__cd) $(top_srcdir) \
473 && gtags -i $(GTAGS_ARGS) "$$here"
474
475 distclean-tags:
476 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
477
478 distdir: $(DISTFILES)
479 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
480 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481 list='$(DISTFILES)'; \
482 dist_files=`for file in $$list; do echo $$file; done | \
483 sed -e "s|^$$srcdirstrip/||;t" \
484 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
485 case $$dist_files in \
486 */*) $(MKDIR_P) `echo "$$dist_files" | \
487 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
488 sort -u` ;; \
489 esac; \
490 for file in $$dist_files; do \
491 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492 if test -d $$d/$$file; then \
493 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
494 if test -d "$(distdir)/$$file"; then \
495 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496 fi; \
497 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
498 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
499 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
500 fi; \
501 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
502 else \
503 test -f "$(distdir)/$$file" \
504 || cp -p $$d/$$file "$(distdir)/$$file" \
505 || exit 1; \
506 fi; \
507 done
508 $(MAKE) $(AM_MAKEFLAGS) \
509 top_distdir="$(top_distdir)" distdir="$(distdir)" \
510 dist-hook
511 check-am: all-am
512 check: check-am
513 all-am: Makefile $(PROGRAMS)
514 installdirs:
515 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
516 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
517 done
518 install: install-am
519 install-exec: install-exec-am
520 install-data: install-data-am
521 uninstall: uninstall-am
522
523 install-am: all-am
524 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
525
526 installcheck: installcheck-am
527 install-strip:
528 if test -z '$(STRIP)'; then \
529 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
530 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
531 install; \
532 else \
533 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
534 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
535 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
536 fi
537 mostlyclean-generic:
538
539 clean-generic:
540
541 distclean-generic:
542 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
543 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
544
545 maintainer-clean-generic:
546 @echo "This command is intended for maintainers to use"
547 @echo "it deletes files that may require special tools to rebuild."
548 clean: clean-am
549
550 clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \
551 mostlyclean-am
552
553 distclean: distclean-am
554 -rm -rf ./$(DEPDIR)
555 -rm -f Makefile
556 distclean-am: clean-am distclean-compile distclean-generic \
557 distclean-tags
558
559 dvi: dvi-am
560
561 dvi-am:
562
563 html: html-am
564
565 html-am:
566
567 info: info-am
568
569 info-am:
570
571 install-data-am:
572
573 install-dvi: install-dvi-am
574
575 install-dvi-am:
576
577 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
578
579 install-html: install-html-am
580
581 install-html-am:
582
583 install-info: install-info-am
584
585 install-info-am:
586
587 install-man:
588
589 install-pdf: install-pdf-am
590
591 install-pdf-am:
592
593 install-ps: install-ps-am
594
595 install-ps-am:
596
597 installcheck-am:
598
599 maintainer-clean: maintainer-clean-am
600 -rm -rf ./$(DEPDIR)
601 -rm -f Makefile
602 maintainer-clean-am: distclean-am maintainer-clean-generic
603
604 mostlyclean: mostlyclean-am
605
606 mostlyclean-am: mostlyclean-compile mostlyclean-generic
607
608 pdf: pdf-am
609
610 pdf-am:
611
612 ps: ps-am
613
614 ps-am:
615
616 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
617
618 .MAKE: install-am install-strip
619
620 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
621 clean-generic clean-sbinPROGRAMS ctags dist-hook distclean \
622 distclean-compile distclean-generic distclean-tags distdir dvi \
623 dvi-am html html-am info info-am install install-am \
624 install-binPROGRAMS install-data install-data-am install-dvi \
625 install-dvi-am install-exec install-exec-am install-html \
626 install-html-am install-info install-info-am install-man \
627 install-pdf install-pdf-am install-ps install-ps-am \
628 install-sbinPROGRAMS install-strip installcheck \
629 installcheck-am installdirs maintainer-clean \
630 maintainer-clean-generic mostlyclean mostlyclean-compile \
631 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
632 uninstall-am uninstall-binPROGRAMS uninstall-sbinPROGRAMS
633
634
635 dist-hook:
636 rm -f `find . -type l`
637
638 # Tell versions [3.59,3.63) of GNU make to not export all variables.
639 # Otherwise a system limit (for SysV at least) may be exceeded.
640 .NOEXPORT: