ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/Makefile.in
(Generate patch)

Comparing gvpe/Makefile.in (file contents):
Revision 1.1 by pcg, Wed Oct 15 00:59:21 2003 UTC vs.
Revision 1.11 by pcg, Wed Jan 18 13:17:55 2006 UTC

1# Makefile.in generated by automake 1.7.7 from Makefile.am. 1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# @configure_input@ 2# @configure_input@
3 3
4# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# Free Software Foundation, Inc. 5# 2003, 2004, 2005 Free Software Foundation, Inc.
6# This Makefile.in is free software; the Free Software Foundation 6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it, 7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved. 8# with or without modifications, as long as this notice is preserved.
9 9
10# This program is distributed in the hope that it will be useful, 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 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE. 13# PARTICULAR PURPOSE.
14 14
15@SET_MAKE@ 15@SET_MAKE@
16
17srcdir = @srcdir@ 16srcdir = @srcdir@
18top_srcdir = @top_srcdir@ 17top_srcdir = @top_srcdir@
19VPATH = @srcdir@ 18VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@ 19pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@ 20pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@ 21pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .. 22top_builddir = .
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@ 24INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644 25install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c 26install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c 27install_sh_SCRIPT = $(install_sh) -c
33PRE_INSTALL = : 31PRE_INSTALL = :
34POST_INSTALL = : 32POST_INSTALL = :
35NORMAL_UNINSTALL = : 33NORMAL_UNINSTALL = :
36PRE_UNINSTALL = : 34PRE_UNINSTALL = :
37POST_UNINSTALL = : 35POST_UNINSTALL = :
36build_triplet = @build@
38host_triplet = @host@ 37host_triplet = @host@
38target_triplet = @target@
39DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
40 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
41 $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING ChangeLog \
42 INSTALL NEWS TODO config.guess config.rpath config.sub depcomp \
43 install-sh missing mkinstalldirs
44subdir = .
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/m4/aclocal-include.m4 \
47 $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
48 $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
49 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/openssl.m4 \
50 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/tuntap.m4 \
51 $(top_srcdir)/configure.ac
52am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55 configure.lineno configure.status.lineno
56mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
57CONFIG_HEADER = config.h
58CONFIG_CLEAN_FILES =
59SOURCES =
60DIST_SOURCES =
61RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
62 html-recursive info-recursive install-data-recursive \
63 install-exec-recursive install-info-recursive \
64 install-recursive installcheck-recursive installdirs-recursive \
65 pdf-recursive ps-recursive uninstall-info-recursive \
66 uninstall-recursive
67ETAGS = etags
68CTAGS = ctags
69DIST_SUBDIRS = $(SUBDIRS)
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71distdir = $(PACKAGE)-$(VERSION)
72top_distdir = $(distdir)
73am__remove_distdir = \
74 { test ! -d $(distdir) \
75 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
76 && rm -fr $(distdir); }; }
77DIST_ARCHIVES = $(distdir).tar.gz
78GZIP_ENV = --best
79distuninstallcheck_listfiles = find . -type f -print
80distcleancheck_listfiles = find . -type f -print
39ACLOCAL = @ACLOCAL@ 81ACLOCAL = @ACLOCAL@
40ALLOCA = @ALLOCA@ 82ALLOCA = @ALLOCA@
41AMDEP_FALSE = @AMDEP_FALSE@ 83AMDEP_FALSE = @AMDEP_FALSE@
42AMDEP_TRUE = @AMDEP_TRUE@ 84AMDEP_TRUE = @AMDEP_TRUE@
43AMTAR = @AMTAR@ 85AMTAR = @AMTAR@
64EXEEXT = @EXEEXT@ 106EXEEXT = @EXEEXT@
65GMSGFMT = @GMSGFMT@ 107GMSGFMT = @GMSGFMT@
66HAVE_TUNTAP = @HAVE_TUNTAP@ 108HAVE_TUNTAP = @HAVE_TUNTAP@
67IFSUBTYPE = @IFSUBTYPE@ 109IFSUBTYPE = @IFSUBTYPE@
68IFTYPE = @IFTYPE@ 110IFTYPE = @IFTYPE@
69 111INCLUDES = @INCLUDES@
70INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib
71INSTALL_DATA = @INSTALL_DATA@ 112INSTALL_DATA = @INSTALL_DATA@
72INSTALL_PROGRAM = @INSTALL_PROGRAM@ 113INSTALL_PROGRAM = @INSTALL_PROGRAM@
73INSTALL_SCRIPT = @INSTALL_SCRIPT@ 114INSTALL_SCRIPT = @INSTALL_SCRIPT@
74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 115INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75INTLLIBS = @INTLLIBS@ 116INTLLIBS = @INTLLIBS@
76LDFLAGS = @LDFLAGS@ 117LDFLAGS = @LDFLAGS@
118LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
77LIBICONV = @LIBICONV@ 119LIBICONV = @LIBICONV@
78LIBINTL = @LIBINTL@ 120LIBINTL = @LIBINTL@
79LIBOBJS = @LIBOBJS@ 121LIBOBJS = @LIBOBJS@
80 122LIBS = @LIBS@
81LIBS = @LIBS@ @LIBINTL@
82LINUX_IF_TUN_H = @LINUX_IF_TUN_H@ 123LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
83LN_S = @LN_S@ 124LN_S = @LN_S@
84LTLIBICONV = @LTLIBICONV@ 125LTLIBICONV = @LTLIBICONV@
85LTLIBINTL = @LTLIBINTL@ 126LTLIBINTL = @LTLIBINTL@
86LTLIBOBJS = @LTLIBOBJS@ 127LTLIBOBJS = @LTLIBOBJS@
99PACKAGE_TARNAME = @PACKAGE_TARNAME@ 140PACKAGE_TARNAME = @PACKAGE_TARNAME@
100PACKAGE_VERSION = @PACKAGE_VERSION@ 141PACKAGE_VERSION = @PACKAGE_VERSION@
101PATH_SEPARATOR = @PATH_SEPARATOR@ 142PATH_SEPARATOR = @PATH_SEPARATOR@
102POSUB = @POSUB@ 143POSUB = @POSUB@
103RANLIB = @RANLIB@ 144RANLIB = @RANLIB@
145ROHC_FALSE = @ROHC_FALSE@
146ROHC_TRUE = @ROHC_TRUE@
104SET_MAKE = @SET_MAKE@ 147SET_MAKE = @SET_MAKE@
105SHELL = @SHELL@ 148SHELL = @SHELL@
106STRIP = @STRIP@ 149STRIP = @STRIP@
107USE_NLS = @USE_NLS@ 150USE_NLS = @USE_NLS@
108VERSION = @VERSION@ 151VERSION = @VERSION@
116am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 159am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
117am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 160am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
118am__include = @am__include@ 161am__include = @am__include@
119am__leading_dot = @am__leading_dot@ 162am__leading_dot = @am__leading_dot@
120am__quote = @am__quote@ 163am__quote = @am__quote@
164am__tar = @am__tar@
165am__untar = @am__untar@
121bindir = @bindir@ 166bindir = @bindir@
122build = @build@ 167build = @build@
123build_alias = @build_alias@ 168build_alias = @build_alias@
124build_cpu = @build_cpu@ 169build_cpu = @build_cpu@
125build_os = @build_os@ 170build_os = @build_os@
136install_sh = @install_sh@ 181install_sh = @install_sh@
137libdir = @libdir@ 182libdir = @libdir@
138libexecdir = @libexecdir@ 183libexecdir = @libexecdir@
139localstatedir = @localstatedir@ 184localstatedir = @localstatedir@
140mandir = @mandir@ 185mandir = @mandir@
186mkdir_p = @mkdir_p@
141oldincludedir = @oldincludedir@ 187oldincludedir = @oldincludedir@
142prefix = @prefix@ 188prefix = @prefix@
143program_transform_name = @program_transform_name@ 189program_transform_name = @program_transform_name@
144sbindir = @sbindir@ 190sbindir = @sbindir@
145sharedstatedir = @sharedstatedir@ 191sharedstatedir = @sharedstatedir@
147target = @target@ 193target = @target@
148target_alias = @target_alias@ 194target_alias = @target_alias@
149target_cpu = @target_cpu@ 195target_cpu = @target_cpu@
150target_os = @target_os@ 196target_os = @target_os@
151target_vendor = @target_vendor@ 197target_vendor = @target_vendor@
198AUTOMAKE_OPTIONS = gnu
199SUBDIRS = m4 lib src doc po
200ACLOCAL_AMFLAGS = -I m4
201EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO
202CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
203 config.sub install-sh missing mkinstalldirs \
204 stamp-h.in m4/Makefile.am po/Makefile.in.in \
205 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
206 src/.libs intl depcomp
152 207
153sbin_PROGRAMS = vped 208all: config.h
154bin_PROGRAMS = vpectrl 209 $(MAKE) $(AM_MAKEFLAGS) all-recursive
155
156EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C callback.pl \
157 tincd/apply tincd/fixit \
158 tincd/cygwin/device.c tincd/darwin/device.c tincd/freebsd/device.c \
159 tincd/linux/device.c tincd/mingw/device.c tincd/netbsd/device.c \
160 tincd/openbsd/device.c tincd/raw_socket/device.c tincd/solaris/device.c
161
162
163COMMON = global.h conf.h conf.C util.h util.C device.h device.C \
164 slog.h slog.C netcompat.h
165
166
167vped_SOURCES = vped.C hash_map.h vpn.h vpn.C vpn_tcp.C sockinfo.h sockinfo.C \
168 lzf/lzf.h lzf/lzfP.h lzf/lzf_c.c lzf/lzf_d.c iom.h iom.C \
169 connection.h connection.C callback.h \
170 $(COMMON)
171
172vped_LDADD = $(top_builddir)/lib/libvpe.a
173vpectrl_SOURCES = vpectrl.C \
174 $(COMMON)
175
176vpectrl_LDADD = $(top_builddir)/lib/libvpe.a
177
178localedir = $(datadir)/locale
179
180DEFINES = -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
181 -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" \
182 -DIFTYPE_@IFTYPE@=1 -DIF_@IFSUBTYPE@=1
183
184
185AM_CFLAGS = $(DEFINES)
186AM_CXXFLAGS = $(DEFINES)
187subdir = src
188ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
189mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
190CONFIG_HEADER = $(top_builddir)/config.h
191CONFIG_CLEAN_FILES =
192bin_PROGRAMS = vpectrl$(EXEEXT)
193sbin_PROGRAMS = vped$(EXEEXT)
194PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
195
196am__objects_1 = conf.$(OBJEXT) util.$(OBJEXT) device.$(OBJEXT) \
197 slog.$(OBJEXT)
198am_vpectrl_OBJECTS = vpectrl.$(OBJEXT) $(am__objects_1)
199vpectrl_OBJECTS = $(am_vpectrl_OBJECTS)
200vpectrl_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
201vpectrl_LDFLAGS =
202am_vped_OBJECTS = vped.$(OBJEXT) vpn.$(OBJEXT) vpn_tcp.$(OBJEXT) \
203 sockinfo.$(OBJEXT) lzf_c.$(OBJEXT) lzf_d.$(OBJEXT) \
204 iom.$(OBJEXT) connection.$(OBJEXT) $(am__objects_1)
205vped_OBJECTS = $(am_vped_OBJECTS)
206vped_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
207vped_LDFLAGS =
208
209DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
210depcomp = $(SHELL) $(top_srcdir)/depcomp
211am__depfiles_maybe = depfiles
212@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connection.Po \
213@AMDEP_TRUE@ ./$(DEPDIR)/device.Po ./$(DEPDIR)/iom.Po \
214@AMDEP_TRUE@ ./$(DEPDIR)/lzf_c.Po ./$(DEPDIR)/lzf_d.Po \
215@AMDEP_TRUE@ ./$(DEPDIR)/slog.Po ./$(DEPDIR)/sockinfo.Po \
216@AMDEP_TRUE@ ./$(DEPDIR)/util.Po ./$(DEPDIR)/vpectrl.Po \
217@AMDEP_TRUE@ ./$(DEPDIR)/vped.Po ./$(DEPDIR)/vpn.Po \
218@AMDEP_TRUE@ ./$(DEPDIR)/vpn_tcp.Po
219CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
220 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
221CXXLD = $(CXX)
222CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
223 -o $@
224COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
225 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
226CCLD = $(CC)
227LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
228DIST_SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
229DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO
230SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
231
232all: all-am
233 210
234.SUFFIXES: 211.SUFFIXES:
235.SUFFIXES: .C .c .o .obj 212am--refresh:
213 @:
236$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 214$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
215 @for dep in $?; do \
216 case '$(am__configure_deps)' in \
217 *$$dep*) \
218 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
219 cd $(srcdir) && $(AUTOMAKE) --gnu \
220 && exit 0; \
221 exit 1;; \
222 esac; \
223 done; \
224 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
237 cd $(top_srcdir) && \ 225 cd $(top_srcdir) && \
238 $(AUTOMAKE) --gnu src/Makefile 226 $(AUTOMAKE) --gnu Makefile
227.PRECIOUS: Makefile
239Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 228Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
229 @case '$?' in \
230 *config.status*) \
231 echo ' $(SHELL) ./config.status'; \
232 $(SHELL) ./config.status;; \
233 *) \
234 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
240 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 235 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
241binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 236 esac;
242install-binPROGRAMS: $(bin_PROGRAMS) 237
243 @$(NORMAL_INSTALL) 238$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
244 $(mkinstalldirs) $(DESTDIR)$(bindir) 239 $(SHELL) ./config.status --recheck
245 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 240
246 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 241$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
247 if test -f $$p \ 242 cd $(srcdir) && $(AUTOCONF)
248 ; then \ 243$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
249 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 244 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
250 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ 245
251 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ 246config.h: stamp-h1
247 @if test ! -f $@; then \
248 rm -f stamp-h1; \
249 $(MAKE) stamp-h1; \
252 else :; fi; \ 250 else :; fi
251
252stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
253 @rm -f stamp-h1
254 cd $(top_builddir) && $(SHELL) ./config.status config.h
255$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
256 cd $(top_srcdir) && $(AUTOHEADER)
257 rm -f stamp-h1
258 touch $@
259
260distclean-hdr:
261 -rm -f config.h stamp-h1
262uninstall-info-am:
263
264# This directory's subdirectories are mostly independent; you can cd
265# into them and run `make' without going through this Makefile.
266# To change the values of `make' variables: instead of editing Makefiles,
267# (1) if the variable is set in `config.status', edit `config.status'
268# (which will cause the Makefiles to be regenerated when you run `make');
269# (2) otherwise, pass the desired values on the `make' command line.
270$(RECURSIVE_TARGETS):
271 @failcom='exit 1'; \
272 for f in x $$MAKEFLAGS; do \
273 case $$f in \
274 *=* | --[!k]*);; \
275 *k*) failcom='fail=yes';; \
276 esac; \
277 done; \
278 dot_seen=no; \
279 target=`echo $@ | sed s/-recursive//`; \
280 list='$(SUBDIRS)'; for subdir in $$list; do \
281 echo "Making $$target in $$subdir"; \
282 if test "$$subdir" = "."; then \
283 dot_seen=yes; \
284 local_target="$$target-am"; \
285 else \
286 local_target="$$target"; \
287 fi; \
288 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
289 || eval $$failcom; \
290 done; \
291 if test "$$dot_seen" = "no"; then \
292 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
293 fi; test -z "$$fail"
294
295mostlyclean-recursive clean-recursive distclean-recursive \
296maintainer-clean-recursive:
297 @failcom='exit 1'; \
298 for f in x $$MAKEFLAGS; do \
299 case $$f in \
300 *=* | --[!k]*);; \
301 *k*) failcom='fail=yes';; \
302 esac; \
303 done; \
304 dot_seen=no; \
305 case "$@" in \
306 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
307 *) list='$(SUBDIRS)' ;; \
308 esac; \
309 rev=''; for subdir in $$list; do \
310 if test "$$subdir" = "."; then :; else \
311 rev="$$subdir $$rev"; \
312 fi; \
313 done; \
314 rev="$$rev ."; \
315 target=`echo $@ | sed s/-recursive//`; \
316 for subdir in $$rev; do \
317 echo "Making $$target in $$subdir"; \
318 if test "$$subdir" = "."; then \
319 local_target="$$target-am"; \
320 else \
321 local_target="$$target"; \
322 fi; \
323 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
324 || eval $$failcom; \
325 done && test -z "$$fail"
326tags-recursive:
327 list='$(SUBDIRS)'; for subdir in $$list; do \
328 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
253 done 329 done
254 330ctags-recursive:
255uninstall-binPROGRAMS:
256 @$(NORMAL_UNINSTALL)
257 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 331 list='$(SUBDIRS)'; for subdir in $$list; do \
258 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \ 332 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
259 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
260 rm -f $(DESTDIR)$(bindir)/$$f; \
261 done 333 done
262
263clean-binPROGRAMS:
264 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
265sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
266install-sbinPROGRAMS: $(sbin_PROGRAMS)
267 @$(NORMAL_INSTALL)
268 $(mkinstalldirs) $(DESTDIR)$(sbindir)
269 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
270 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
271 if test -f $$p \
272 ; then \
273 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
274 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
275 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
276 else :; fi; \
277 done
278
279uninstall-sbinPROGRAMS:
280 @$(NORMAL_UNINSTALL)
281 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
282 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
283 echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
284 rm -f $(DESTDIR)$(sbindir)/$$f; \
285 done
286
287clean-sbinPROGRAMS:
288 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
289vpectrl$(EXEEXT): $(vpectrl_OBJECTS) $(vpectrl_DEPENDENCIES)
290 @rm -f vpectrl$(EXEEXT)
291 $(CXXLINK) $(vpectrl_LDFLAGS) $(vpectrl_OBJECTS) $(vpectrl_LDADD) $(LIBS)
292vped$(EXEEXT): $(vped_OBJECTS) $(vped_DEPENDENCIES)
293 @rm -f vped$(EXEEXT)
294 $(CXXLINK) $(vped_LDFLAGS) $(vped_OBJECTS) $(vped_LDADD) $(LIBS)
295
296mostlyclean-compile:
297 -rm -f *.$(OBJEXT) core *.core
298
299distclean-compile:
300 -rm -f *.tab.c
301
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iom.Po@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzf_c.Po@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzf_d.Po@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpectrl.Po@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vped.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_tcp.Po@am__quote@
315
316.C.o:
317@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
318@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
319@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
320@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
321@am__fastdepCXX_TRUE@ fi
322@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
323@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
324@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
326
327.C.obj:
328@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
329@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
330@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
331@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
332@am__fastdepCXX_TRUE@ fi
333@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
334@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
335@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
337
338.c.o:
339@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
340@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
341@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
342@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
343@am__fastdepCC_TRUE@ fi
344@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
346@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
348
349.c.obj:
350@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
351@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
352@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
353@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
354@am__fastdepCC_TRUE@ fi
355@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
356@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
357@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
358@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
359
360lzf_c.o: lzf/lzf_c.c
361@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_c.o -MD -MP -MF "$(DEPDIR)/lzf_c.Tpo" \
362@am__fastdepCC_TRUE@ -c -o lzf_c.o `test -f 'lzf/lzf_c.c' || echo '$(srcdir)/'`lzf/lzf_c.c; \
363@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_c.Tpo" "$(DEPDIR)/lzf_c.Po"; \
364@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_c.Tpo"; exit 1; \
365@am__fastdepCC_TRUE@ fi
366@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_c.c' object='lzf_c.o' libtool=no @AMDEPBACKSLASH@
367@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_c.Po' tmpdepfile='$(DEPDIR)/lzf_c.TPo' @AMDEPBACKSLASH@
368@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
369@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_c.o `test -f 'lzf/lzf_c.c' || echo '$(srcdir)/'`lzf/lzf_c.c
370
371lzf_c.obj: lzf/lzf_c.c
372@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_c.obj -MD -MP -MF "$(DEPDIR)/lzf_c.Tpo" \
373@am__fastdepCC_TRUE@ -c -o lzf_c.obj `if test -f 'lzf/lzf_c.c'; then $(CYGPATH_W) 'lzf/lzf_c.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_c.c'; fi`; \
374@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_c.Tpo" "$(DEPDIR)/lzf_c.Po"; \
375@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_c.Tpo"; exit 1; \
376@am__fastdepCC_TRUE@ fi
377@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_c.c' object='lzf_c.obj' libtool=no @AMDEPBACKSLASH@
378@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_c.Po' tmpdepfile='$(DEPDIR)/lzf_c.TPo' @AMDEPBACKSLASH@
379@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
380@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_c.obj `if test -f 'lzf/lzf_c.c'; then $(CYGPATH_W) 'lzf/lzf_c.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_c.c'; fi`
381
382lzf_d.o: lzf/lzf_d.c
383@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_d.o -MD -MP -MF "$(DEPDIR)/lzf_d.Tpo" \
384@am__fastdepCC_TRUE@ -c -o lzf_d.o `test -f 'lzf/lzf_d.c' || echo '$(srcdir)/'`lzf/lzf_d.c; \
385@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_d.Tpo" "$(DEPDIR)/lzf_d.Po"; \
386@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_d.Tpo"; exit 1; \
387@am__fastdepCC_TRUE@ fi
388@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_d.c' object='lzf_d.o' libtool=no @AMDEPBACKSLASH@
389@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_d.Po' tmpdepfile='$(DEPDIR)/lzf_d.TPo' @AMDEPBACKSLASH@
390@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_d.o `test -f 'lzf/lzf_d.c' || echo '$(srcdir)/'`lzf/lzf_d.c
392
393lzf_d.obj: lzf/lzf_d.c
394@am__fastdepCC_TRUE@ if $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lzf_d.obj -MD -MP -MF "$(DEPDIR)/lzf_d.Tpo" \
395@am__fastdepCC_TRUE@ -c -o lzf_d.obj `if test -f 'lzf/lzf_d.c'; then $(CYGPATH_W) 'lzf/lzf_d.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_d.c'; fi`; \
396@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_d.Tpo" "$(DEPDIR)/lzf_d.Po"; \
397@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_d.Tpo"; exit 1; \
398@am__fastdepCC_TRUE@ fi
399@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_d.c' object='lzf_d.obj' libtool=no @AMDEPBACKSLASH@
400@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_d.Po' tmpdepfile='$(DEPDIR)/lzf_d.TPo' @AMDEPBACKSLASH@
401@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lzf_d.obj `if test -f 'lzf/lzf_d.c'; then $(CYGPATH_W) 'lzf/lzf_d.c'; else $(CYGPATH_W) '$(srcdir)/lzf/lzf_d.c'; fi`
403uninstall-info-am:
404
405ETAGS = etags
406ETAGSFLAGS =
407
408CTAGS = ctags
409CTAGSFLAGS =
410
411tags: TAGS
412 334
413ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 335ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
414 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 336 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
415 unique=`for i in $$list; do \ 337 unique=`for i in $$list; do \
416 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 338 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417 done | \ 339 done | \
418 $(AWK) ' { files[$$0] = 1; } \ 340 $(AWK) ' { files[$$0] = 1; } \
419 END { for (i in files) print i; }'`; \ 341 END { for (i in files) print i; }'`; \
420 mkid -fID $$unique 342 mkid -fID $$unique
343tags: TAGS
421 344
422TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 345TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
423 $(TAGS_FILES) $(LISP) 346 $(TAGS_FILES) $(LISP)
424 tags=; \ 347 tags=; \
425 here=`pwd`; \ 348 here=`pwd`; \
349 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
350 include_option=--etags-include; \
351 empty_fix=.; \
352 else \
353 include_option=--include; \
354 empty_fix=; \
355 fi; \
356 list='$(SUBDIRS)'; for subdir in $$list; do \
357 if test "$$subdir" = .; then :; else \
358 test ! -f $$subdir/TAGS || \
359 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
360 fi; \
361 done; \
426 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 362 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
427 unique=`for i in $$list; do \ 363 unique=`for i in $$list; do \
428 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429 done | \ 365 done | \
430 $(AWK) ' { files[$$0] = 1; } \ 366 $(AWK) ' { files[$$0] = 1; } \
431 END { for (i in files) print i; }'`; \ 367 END { for (i in files) print i; }'`; \
432 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 368 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369 test -n "$$unique" || unique=$$empty_fix; \
433 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 370 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
434 $$tags $$unique 371 $$tags $$unique; \
435 372 fi
436ctags: CTAGS 373ctags: CTAGS
437CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 374CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
438 $(TAGS_FILES) $(LISP) 375 $(TAGS_FILES) $(LISP)
439 tags=; \ 376 tags=; \
440 here=`pwd`; \ 377 here=`pwd`; \
441 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 378 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
442 unique=`for i in $$list; do \ 379 unique=`for i in $$list; do \
443 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
444 done | \ 381 done | \
445 $(AWK) ' { files[$$0] = 1; } \ 382 $(AWK) ' { files[$$0] = 1; } \
446 END { for (i in files) print i; }'`; \ 383 END { for (i in files) print i; }'`; \
453 && cd $(top_srcdir) \ 390 && cd $(top_srcdir) \
454 && gtags -i $(GTAGS_ARGS) $$here 391 && gtags -i $(GTAGS_ARGS) $$here
455 392
456distclean-tags: 393distclean-tags:
457 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 394 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
458DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
459
460top_distdir = ..
461distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
462 395
463distdir: $(DISTFILES) 396distdir: $(DISTFILES)
464 $(mkinstalldirs) $(distdir)/tincd $(distdir)/tincd/cygwin $(distdir)/tincd/darwin $(distdir)/tincd/freebsd $(distdir)/tincd/linux $(distdir)/tincd/mingw $(distdir)/tincd/netbsd $(distdir)/tincd/openbsd $(distdir)/tincd/raw_socket $(distdir)/tincd/solaris 397 $(am__remove_distdir)
398 mkdir $(distdir)
399 $(mkdir_p) $(distdir)/m4 $(distdir)/po
465 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 400 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
466 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 401 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
467 list='$(DISTFILES)'; for file in $$list; do \ 402 list='$(DISTFILES)'; for file in $$list; do \
468 case $$file in \ 403 case $$file in \
469 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 404 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
471 esac; \ 406 esac; \
472 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 407 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
473 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 408 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
474 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 409 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
475 dir="/$$dir"; \ 410 dir="/$$dir"; \
476 $(mkinstalldirs) "$(distdir)$$dir"; \ 411 $(mkdir_p) "$(distdir)$$dir"; \
477 else \ 412 else \
478 dir=''; \ 413 dir=''; \
479 fi; \ 414 fi; \
480 if test -d $$d/$$file; then \ 415 if test -d $$d/$$file; then \
481 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 416 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486 test -f $(distdir)/$$file \ 421 test -f $(distdir)/$$file \
487 || cp -p $$d/$$file $(distdir)/$$file \ 422 || cp -p $$d/$$file $(distdir)/$$file \
488 || exit 1; \ 423 || exit 1; \
489 fi; \ 424 fi; \
490 done 425 done
426 list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
427 if test "$$subdir" = .; then :; else \
428 test -d "$(distdir)/$$subdir" \
429 || $(mkdir_p) "$(distdir)/$$subdir" \
430 || exit 1; \
431 distdir=`$(am__cd) $(distdir) && pwd`; \
432 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
433 (cd $$subdir && \
434 $(MAKE) $(AM_MAKEFLAGS) \
435 top_distdir="$$top_distdir" \
436 distdir="$$distdir/$$subdir" \
437 distdir) \
438 || exit 1; \
439 fi; \
440 done
441 -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
442 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
443 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
444 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
445 || chmod -R a+r $(distdir)
446dist-gzip: distdir
447 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
448 $(am__remove_distdir)
449
450dist-bzip2: distdir
451 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
452 $(am__remove_distdir)
453
454dist-tarZ: distdir
455 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
456 $(am__remove_distdir)
457
458dist-shar: distdir
459 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
460 $(am__remove_distdir)
461
462dist-zip: distdir
463 -rm -f $(distdir).zip
464 zip -rq $(distdir).zip $(distdir)
465 $(am__remove_distdir)
466
467dist dist-all: distdir
468 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
469 $(am__remove_distdir)
470
471# This target untars the dist file and tries a VPATH configuration. Then
472# it guarantees that the distribution is self-contained by making another
473# tarfile.
474distcheck: dist
475 case '$(DIST_ARCHIVES)' in \
476 *.tar.gz*) \
477 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
478 *.tar.bz2*) \
479 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
480 *.tar.Z*) \
481 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
482 *.shar.gz*) \
483 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
484 *.zip*) \
485 unzip $(distdir).zip ;;\
486 esac
487 chmod -R a-w $(distdir); chmod a+w $(distdir)
488 mkdir $(distdir)/_build
489 mkdir $(distdir)/_inst
490 chmod a-w $(distdir)
491 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
492 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
493 && cd $(distdir)/_build \
494 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
495 $(DISTCHECK_CONFIGURE_FLAGS) \
491 $(MAKE) $(AM_MAKEFLAGS) \ 496 && $(MAKE) $(AM_MAKEFLAGS) \
492 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 497 && $(MAKE) $(AM_MAKEFLAGS) dvi \
493 dist-hook 498 && $(MAKE) $(AM_MAKEFLAGS) check \
499 && $(MAKE) $(AM_MAKEFLAGS) install \
500 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
501 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
502 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
503 distuninstallcheck \
504 && chmod -R a-w "$$dc_install_base" \
505 && ({ \
506 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
507 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
508 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
509 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
510 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
511 } || { rm -rf "$$dc_destdir"; exit 1; }) \
512 && rm -rf "$$dc_destdir" \
513 && $(MAKE) $(AM_MAKEFLAGS) dist \
514 && rm -rf $(DIST_ARCHIVES) \
515 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
516 $(am__remove_distdir)
517 @(echo "$(distdir) archives ready for distribution: "; \
518 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
519 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
520distuninstallcheck:
521 @cd $(distuninstallcheck_dir) \
522 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
523 || { echo "ERROR: files left after uninstall:" ; \
524 if test -n "$(DESTDIR)"; then \
525 echo " (check DESTDIR support)"; \
526 fi ; \
527 $(distuninstallcheck_listfiles) ; \
528 exit 1; } >&2
529distcleancheck: distclean
530 @if test '$(srcdir)' = . ; then \
531 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
532 exit 1 ; \
533 fi
534 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
535 || { echo "ERROR: files left in build directory after distclean:" ; \
536 $(distcleancheck_listfiles) ; \
537 exit 1; } >&2
494check-am: all-am 538check-am: all-am
495check: check-am 539check: check-recursive
496all-am: Makefile $(PROGRAMS) 540all-am: Makefile config.h
497 541installdirs: installdirs-recursive
498installdirs: 542installdirs-am:
499 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
500install: install-am 543install: install-recursive
501install-exec: install-exec-am 544install-exec: install-exec-recursive
502install-data: install-data-am 545install-data: install-data-recursive
503uninstall: uninstall-am 546uninstall: uninstall-recursive
504 547
505install-am: all-am 548install-am: all-am
506 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 549 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
507 550
508installcheck: installcheck-am 551installcheck: installcheck-recursive
509install-strip: 552install-strip:
510 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 553 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
511 INSTALL_STRIP_FLAG=-s \ 554 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
512 `test -z '$(STRIP)' || \ 555 `test -z '$(STRIP)' || \
513 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 556 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
514mostlyclean-generic: 557mostlyclean-generic:
515 558
516clean-generic: 559clean-generic:
517 560
518distclean-generic: 561distclean-generic:
519 -rm -f $(CONFIG_CLEAN_FILES) 562 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
520 563
521maintainer-clean-generic: 564maintainer-clean-generic:
522 @echo "This command is intended for maintainers to use" 565 @echo "This command is intended for maintainers to use"
523 @echo "it deletes files that may require special tools to rebuild." 566 @echo "it deletes files that may require special tools to rebuild."
524clean: clean-am 567clean: clean-recursive
525 568
526clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \ 569clean-am: clean-generic mostlyclean-am
527 mostlyclean-am
528 570
529distclean: distclean-am 571distclean: distclean-recursive
530 -rm -rf ./$(DEPDIR) 572 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
531 -rm -f Makefile 573 -rm -f Makefile
574distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
532 575
533distclean-am: clean-am distclean-compile distclean-generic \ 576dvi: dvi-recursive
534 distclean-tags
535
536dvi: dvi-am
537 577
538dvi-am: 578dvi-am:
539 579
540info: info-am 580html: html-recursive
581
582info: info-recursive
541 583
542info-am: 584info-am:
543 585
544install-data-am: 586install-data-am:
545 587
546install-exec-am: install-binPROGRAMS install-sbinPROGRAMS 588install-exec-am:
547 589
548install-info: install-info-am 590install-info: install-info-recursive
549 591
550install-man: 592install-man:
551 593
552installcheck-am: 594installcheck-am:
553 595
554maintainer-clean: maintainer-clean-am 596maintainer-clean: maintainer-clean-recursive
555 -rm -rf ./$(DEPDIR) 597 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
598 -rm -rf $(top_srcdir)/autom4te.cache
556 -rm -f Makefile 599 -rm -f Makefile
557
558maintainer-clean-am: distclean-am maintainer-clean-generic 600maintainer-clean-am: distclean-am maintainer-clean-generic
559 601
560mostlyclean: mostlyclean-am 602mostlyclean: mostlyclean-recursive
561 603
562mostlyclean-am: mostlyclean-compile mostlyclean-generic 604mostlyclean-am: mostlyclean-generic
563 605
564pdf: pdf-am 606pdf: pdf-recursive
565 607
566pdf-am: 608pdf-am:
567 609
568ps: ps-am 610ps: ps-recursive
569 611
570ps-am: 612ps-am:
571 613
572uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ 614uninstall-am: uninstall-info-am
573 uninstall-sbinPROGRAMS
574 615
575.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 616uninstall-info: uninstall-info-recursive
576 clean-generic clean-sbinPROGRAMS ctags distclean \ 617
577 distclean-compile distclean-generic distclean-tags distdir dvi \ 618.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
619 check-am clean clean-generic clean-recursive ctags \
620 ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
621 dist-tarZ dist-zip distcheck distclean distclean-generic \
622 distclean-hdr distclean-recursive distclean-tags \
623 distcleancheck distdir distuninstallcheck dvi dvi-am html \
578 dvi-am info info-am install install-am install-binPROGRAMS \ 624 html-am info info-am install install-am install-data \
579 install-data install-data-am install-exec install-exec-am \ 625 install-data-am install-exec install-exec-am install-info \
580 install-info install-info-am install-man install-sbinPROGRAMS \ 626 install-info-am install-man install-strip installcheck \
581 install-strip installcheck installcheck-am installdirs \ 627 installcheck-am installdirs installdirs-am maintainer-clean \
582 maintainer-clean maintainer-clean-generic mostlyclean \ 628 maintainer-clean-generic maintainer-clean-recursive \
583 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 629 mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
584 tags uninstall uninstall-am uninstall-binPROGRAMS \ 630 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
585 uninstall-info-am uninstall-sbinPROGRAMS 631 uninstall-info-am
586 632
587
588dist-hook:
589 rm -f `find . -type l`
590# Tell versions [3.59,3.63) of GNU make to not export all variables. 633# Tell versions [3.59,3.63) of GNU make to not export all variables.
591# Otherwise a system limit (for SysV at least) may be exceeded. 634# Otherwise a system limit (for SysV at least) may be exceeded.
592.NOEXPORT: 635.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines