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

Comparing gvpe/Makefile.in (file contents):
Revision 1.8 by pcg, Sun May 30 17:52:33 2004 UTC vs.
Revision 1.24 by root, Thu Oct 6 03:25:53 2022 UTC

1# Makefile.in generated by automake 1.7.9 from Makefile.am. 1# Makefile.in generated by automake 1.16.3 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-2020 Free Software Foundation, Inc.
5# Free Software Foundation, Inc. 5
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@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@ 16VPATH = @srcdir@
17am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27}
28am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
20pkgdatadir = $(datadir)/@PACKAGE@ 72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@
23top_builddir = ..
24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644 77install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c 78install_sh_PROGRAM = $(install_sh) -c
29install_sh_SCRIPT = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c
30INSTALL_HEADER = $(INSTALL_DATA) 80INSTALL_HEADER = $(INSTALL_DATA)
31transform = $(program_transform_name) 81transform = $(program_transform_name)
33PRE_INSTALL = : 83PRE_INSTALL = :
34POST_INSTALL = : 84POST_INSTALL = :
35NORMAL_UNINSTALL = : 85NORMAL_UNINSTALL = :
36PRE_UNINSTALL = : 86PRE_UNINSTALL = :
37POST_UNINSTALL = : 87POST_UNINSTALL = :
88build_triplet = @build@
38host_triplet = @host@ 89host_triplet = @host@
90target_triplet = @target@
91subdir = .
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/libev/libev.m4 \
94 $(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96 $(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
98 $(am__configure_deps) $(am__DIST_COMMON)
99am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
100 configure.lineno config.status.lineno
101mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
102CONFIG_HEADER = config.h
103CONFIG_CLEAN_FILES =
104CONFIG_CLEAN_VPATH_FILES =
105AM_V_P = $(am__v_P_@AM_V@)
106am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107am__v_P_0 = false
108am__v_P_1 = :
109AM_V_GEN = $(am__v_GEN_@AM_V@)
110am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111am__v_GEN_0 = @echo " GEN " $@;
112am__v_GEN_1 =
113AM_V_at = $(am__v_at_@AM_V@)
114am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115am__v_at_0 = @
116am__v_at_1 =
117SOURCES =
118DIST_SOURCES =
119RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120 ctags-recursive dvi-recursive html-recursive info-recursive \
121 install-data-recursive install-dvi-recursive \
122 install-exec-recursive install-html-recursive \
123 install-info-recursive install-pdf-recursive \
124 install-ps-recursive install-recursive installcheck-recursive \
125 installdirs-recursive pdf-recursive ps-recursive \
126 tags-recursive uninstall-recursive
127am__can_run_installinfo = \
128 case $$AM_UPDATE_INFO_DIR in \
129 n|no|NO) false;; \
130 *) (install-info --version) >/dev/null 2>&1;; \
131 esac
132RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133 distclean-recursive maintainer-clean-recursive
134am__recursive_targets = \
135 $(RECURSIVE_TARGETS) \
136 $(RECURSIVE_CLEAN_TARGETS) \
137 $(am__extra_recursive_targets)
138AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
139 cscope distdir distdir-am dist dist-all distcheck
140am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
141 config.h.in
142# Read a list of newline-separated strings from the standard input,
143# and print each of them once, without duplicates. Input order is
144# *not* preserved.
145am__uniquify_input = $(AWK) '\
146 BEGIN { nonempty = 0; } \
147 { items[$$0] = 1; nonempty = 1; } \
148 END { if (nonempty) { for (i in items) print i; }; } \
149'
150# Make sure the list of sources is unique. This is necessary because,
151# e.g., the same source file might be shared among _SOURCES variables
152# for different programs/libraries.
153am__define_uniq_tagged_files = \
154 list='$(am__tagged_files)'; \
155 unique=`for i in $$list; do \
156 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
157 done | $(am__uniquify_input)`
158ETAGS = etags
159CTAGS = ctags
160CSCOPE = cscope
161DIST_SUBDIRS = $(SUBDIRS)
162am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
163 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO \
164 compile config.guess config.rpath config.sub depcomp \
165 install-sh missing mkinstalldirs
166DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
167distdir = $(PACKAGE)-$(VERSION)
168top_distdir = $(distdir)
169am__remove_distdir = \
170 if test -d "$(distdir)"; then \
171 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
172 && rm -rf "$(distdir)" \
173 || { sleep 5 && rm -rf "$(distdir)"; }; \
174 else :; fi
175am__post_remove_distdir = $(am__remove_distdir)
176am__relativize = \
177 dir0=`pwd`; \
178 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
179 sed_rest='s,^[^/]*/*,,'; \
180 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
181 sed_butlast='s,/*[^/]*$$,,'; \
182 while test -n "$$dir1"; do \
183 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
184 if test "$$first" != "."; then \
185 if test "$$first" = ".."; then \
186 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
187 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
188 else \
189 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
190 if test "$$first2" = "$$first"; then \
191 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
192 else \
193 dir2="../$$dir2"; \
194 fi; \
195 dir0="$$dir0"/"$$first"; \
196 fi; \
197 fi; \
198 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
199 done; \
200 reldir="$$dir2"
201DIST_ARCHIVES = $(distdir).tar.gz
202GZIP_ENV = --best
203DIST_TARGETS = dist-gzip
204# Exists only to be overridden by the user if desired.
205AM_DISTCHECK_DVI_TARGET = dvi
206distuninstallcheck_listfiles = find . -type f -print
207am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
208 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
209distcleancheck_listfiles = find . -type f -print
39ACLOCAL = @ACLOCAL@ 210ACLOCAL = @ACLOCAL@
40ALLOCA = @ALLOCA@ 211ALLOCA = @ALLOCA@
41AMDEP_FALSE = @AMDEP_FALSE@
42AMDEP_TRUE = @AMDEP_TRUE@
43AMTAR = @AMTAR@ 212AMTAR = @AMTAR@
213AM_CPPFLAGS = @AM_CPPFLAGS@
214AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
44AUTOCONF = @AUTOCONF@ 215AUTOCONF = @AUTOCONF@
45AUTOHEADER = @AUTOHEADER@ 216AUTOHEADER = @AUTOHEADER@
46AUTOMAKE = @AUTOMAKE@ 217AUTOMAKE = @AUTOMAKE@
47AWK = @AWK@ 218AWK = @AWK@
48CC = @CC@ 219CC = @CC@
49CCDEPMODE = @CCDEPMODE@ 220CCDEPMODE = @CCDEPMODE@
50CFLAGS = @CFLAGS@ 221CFLAGS = @CFLAGS@
51CPP = @CPP@ 222CPP = @CPP@
52CPPFLAGS = @CPPFLAGS@ 223CPPFLAGS = @CPPFLAGS@
53CXX = @CXX@ 224CXX = @CXX@
54CXXCPP = @CXXCPP@
55CXXDEPMODE = @CXXDEPMODE@ 225CXXDEPMODE = @CXXDEPMODE@
56CXXFLAGS = @CXXFLAGS@ 226CXXFLAGS = @CXXFLAGS@
57CYGPATH_W = @CYGPATH_W@ 227CYGPATH_W = @CYGPATH_W@
58DEFS = @DEFS@ 228DEFS = @DEFS@
59DEPDIR = @DEPDIR@ 229DEPDIR = @DEPDIR@
60ECHO_C = @ECHO_C@ 230ECHO_C = @ECHO_C@
61ECHO_N = @ECHO_N@ 231ECHO_N = @ECHO_N@
62ECHO_T = @ECHO_T@ 232ECHO_T = @ECHO_T@
63EGREP = @EGREP@ 233EGREP = @EGREP@
64EXEEXT = @EXEEXT@ 234EXEEXT = @EXEEXT@
235GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
65GMSGFMT = @GMSGFMT@ 236GMSGFMT = @GMSGFMT@
66HAVE_TUNTAP = @HAVE_TUNTAP@ 237GMSGFMT_015 = @GMSGFMT_015@
238GREP = @GREP@
67IFSUBTYPE = @IFSUBTYPE@ 239IFSUBTYPE = @IFSUBTYPE@
68IFTYPE = @IFTYPE@ 240IFTYPE = @IFTYPE@
69 241INSTALL = @INSTALL@
70INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib
71INSTALL_DATA = @INSTALL_DATA@ 242INSTALL_DATA = @INSTALL_DATA@
72INSTALL_PROGRAM = @INSTALL_PROGRAM@ 243INSTALL_PROGRAM = @INSTALL_PROGRAM@
73INSTALL_SCRIPT = @INSTALL_SCRIPT@ 244INSTALL_SCRIPT = @INSTALL_SCRIPT@
74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 245INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75INTLLIBS = @INTLLIBS@ 246INTLLIBS = @INTLLIBS@
247INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
76LDFLAGS = @LDFLAGS@ 248LDFLAGS = @LDFLAGS@
77LDFLAGS_DAEMON = @LDFLAGS_DAEMON@ 249LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
250LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
251LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
78LIBICONV = @LIBICONV@ 252LIBICONV = @LIBICONV@
79LIBINTL = @LIBINTL@ 253LIBINTL = @LIBINTL@
80LIBOBJS = @LIBOBJS@ 254LIBOBJS = @LIBOBJS@
81 255LIBS = @LIBS@
82LIBS = @LIBS@ @LIBINTL@
83LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
84LN_S = @LN_S@ 256LN_S = @LN_S@
85LTLIBICONV = @LTLIBICONV@ 257LTLIBICONV = @LTLIBICONV@
86LTLIBINTL = @LTLIBINTL@ 258LTLIBINTL = @LTLIBINTL@
87LTLIBOBJS = @LTLIBOBJS@ 259LTLIBOBJS = @LTLIBOBJS@
88MAINT = @MAINT@ 260MAINT = @MAINT@
89MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
90MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
91MAKEINFO = @MAKEINFO@ 261MAKEINFO = @MAKEINFO@
92MKINSTALLDIRS = @MKINSTALLDIRS@ 262MKDIR_P = @MKDIR_P@
93MSGFMT = @MSGFMT@ 263MSGFMT = @MSGFMT@
94MSGMERGE = @MSGMERGE@ 264MSGMERGE = @MSGMERGE@
265MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
95OBJEXT = @OBJEXT@ 266OBJEXT = @OBJEXT@
96PACKAGE = @PACKAGE@ 267PACKAGE = @PACKAGE@
97PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
98PACKAGE_NAME = @PACKAGE_NAME@ 269PACKAGE_NAME = @PACKAGE_NAME@
99PACKAGE_STRING = @PACKAGE_STRING@ 270PACKAGE_STRING = @PACKAGE_STRING@
100PACKAGE_TARNAME = @PACKAGE_TARNAME@ 271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
101PACKAGE_VERSION = @PACKAGE_VERSION@ 273PACKAGE_VERSION = @PACKAGE_VERSION@
102PATH_SEPARATOR = @PATH_SEPARATOR@ 274PATH_SEPARATOR = @PATH_SEPARATOR@
275PKG_CONFIG = @PKG_CONFIG@
276PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
277PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
103POSUB = @POSUB@ 278POSUB = @POSUB@
104RANLIB = @RANLIB@ 279RANLIB = @RANLIB@
105ROHC_FALSE = @ROHC_FALSE@ 280SED = @SED@
106ROHC_TRUE = @ROHC_TRUE@
107SET_MAKE = @SET_MAKE@ 281SET_MAKE = @SET_MAKE@
108SHELL = @SHELL@ 282SHELL = @SHELL@
109STRIP = @STRIP@ 283STRIP = @STRIP@
110USE_NLS = @USE_NLS@ 284USE_NLS = @USE_NLS@
111VERSION = @VERSION@ 285VERSION = @VERSION@
112XGETTEXT = @XGETTEXT@ 286XGETTEXT = @XGETTEXT@
287XGETTEXT_015 = @XGETTEXT_015@
288XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
289abs_builddir = @abs_builddir@
290abs_srcdir = @abs_srcdir@
291abs_top_builddir = @abs_top_builddir@
292abs_top_srcdir = @abs_top_srcdir@
113ac_ct_CC = @ac_ct_CC@ 293ac_ct_CC = @ac_ct_CC@
114ac_ct_CXX = @ac_ct_CXX@ 294ac_ct_CXX = @ac_ct_CXX@
115ac_ct_RANLIB = @ac_ct_RANLIB@
116ac_ct_STRIP = @ac_ct_STRIP@
117am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
118am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
119am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
120am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
121am__include = @am__include@ 295am__include = @am__include@
122am__leading_dot = @am__leading_dot@ 296am__leading_dot = @am__leading_dot@
123am__quote = @am__quote@ 297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
124bindir = @bindir@ 300bindir = @bindir@
125build = @build@ 301build = @build@
126build_alias = @build_alias@ 302build_alias = @build_alias@
127build_cpu = @build_cpu@ 303build_cpu = @build_cpu@
128build_os = @build_os@ 304build_os = @build_os@
129build_vendor = @build_vendor@ 305build_vendor = @build_vendor@
306builddir = @builddir@
130datadir = @datadir@ 307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
131exec_prefix = @exec_prefix@ 311exec_prefix = @exec_prefix@
132host = @host@ 312host = @host@
133host_alias = @host_alias@ 313host_alias = @host_alias@
134host_cpu = @host_cpu@ 314host_cpu = @host_cpu@
135host_os = @host_os@ 315host_os = @host_os@
136host_vendor = @host_vendor@ 316host_vendor = @host_vendor@
317htmldir = @htmldir@
137includedir = @includedir@ 318includedir = @includedir@
138infodir = @infodir@ 319infodir = @infodir@
139install_sh = @install_sh@ 320install_sh = @install_sh@
140libdir = @libdir@ 321libdir = @libdir@
141libexecdir = @libexecdir@ 322libexecdir = @libexecdir@
323localedir = @localedir@
142localstatedir = @localstatedir@ 324localstatedir = @localstatedir@
143mandir = @mandir@ 325mandir = @mandir@
326mkdir_p = @mkdir_p@
144oldincludedir = @oldincludedir@ 327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
145prefix = @prefix@ 329prefix = @prefix@
146program_transform_name = @program_transform_name@ 330program_transform_name = @program_transform_name@
331psdir = @psdir@
332runstatedir = @runstatedir@
147sbindir = @sbindir@ 333sbindir = @sbindir@
148sharedstatedir = @sharedstatedir@ 334sharedstatedir = @sharedstatedir@
335srcdir = @srcdir@
149sysconfdir = @sysconfdir@ 336sysconfdir = @sysconfdir@
150target = @target@ 337target = @target@
151target_alias = @target_alias@ 338target_alias = @target_alias@
152target_cpu = @target_cpu@ 339target_cpu = @target_cpu@
153target_os = @target_os@ 340target_os = @target_os@
154target_vendor = @target_vendor@ 341target_vendor = @target_vendor@
342top_build_prefix = @top_build_prefix@
343top_builddir = @top_builddir@
344top_srcdir = @top_srcdir@
345AUTOMAKE_OPTIONS = gnu
346SUBDIRS = m4 lib src doc po
347ACLOCAL_AMFLAGS = -I m4
348EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
349 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
350 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
351 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
155 352
156SUBDIRS = rohc 353CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
354 config.sub install-sh missing mkinstalldirs \
355 stamp-h.in m4/Makefile.am po/Makefile.in.in \
356 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
357 src/.libs intl depcomp
157 358
158sbin_PROGRAMS = vped 359all: config.h
159bin_PROGRAMS = vpectrl 360 $(MAKE) $(AM_MAKEFLAGS) all-recursive
160
161EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C callback.pl \
162 tincd/apply tincd/fixit \
163 tincd/cygwin/device.c tincd/darwin/device.c tincd/freebsd/device.c \
164 tincd/linux/device.c tincd/mingw/device.c tincd/netbsd/device.c \
165 tincd/openbsd/device.c tincd/raw_socket/device.c tincd/solaris/device.c \
166 ether_emu.C lzf/lzf_c.c lzf/lzf_d.c
167
168
169@ROHC_TRUE@ROHCLIB = rohc/librohc.a
170@ROHC_FALSE@ROHCLIB =
171
172COMMON = global.h conf.h conf.C util.h util.C \
173 slog.h slog.C netcompat.h
174
175
176vped_SOURCES = vped.C hash_map.h vpn.h vpn.C vpn_tcp.C vpn_dns.C \
177 sockinfo.h sockinfo.C \
178 lzf/lzf.h lzf/lzfP.h iom.h iom_conf.h iom.C \
179 connection.h connection.C callback.h device.h device.C \
180 $(COMMON)
181
182vped_LDADD = $(top_builddir)/lib/libvpe.a $(ROHCLIB)
183vped_LDFLAGS = @LDFLAGS_DAEMON@
184
185vpectrl_SOURCES = vpectrl.C \
186 $(COMMON)
187
188vpectrl_LDADD = $(top_builddir)/lib/libvpe.a
189
190localedir = $(datadir)/locale
191
192DEFINES = -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
193 -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" \
194 -DIFTYPE_@IFTYPE@=1 -DIF_@IFSUBTYPE@=1
195
196
197AM_CFLAGS = $(DEFINES)
198AM_CXXFLAGS = $(DEFINES)
199subdir = src
200ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
201mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
202CONFIG_HEADER = $(top_builddir)/config.h
203CONFIG_CLEAN_FILES =
204bin_PROGRAMS = vpectrl$(EXEEXT)
205sbin_PROGRAMS = vped$(EXEEXT)
206PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
207
208am__objects_1 = conf.$(OBJEXT) util.$(OBJEXT) slog.$(OBJEXT)
209am_vpectrl_OBJECTS = vpectrl.$(OBJEXT) $(am__objects_1)
210vpectrl_OBJECTS = $(am_vpectrl_OBJECTS)
211vpectrl_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
212vpectrl_LDFLAGS =
213am_vped_OBJECTS = vped.$(OBJEXT) vpn.$(OBJEXT) vpn_tcp.$(OBJEXT) \
214 vpn_dns.$(OBJEXT) sockinfo.$(OBJEXT) iom.$(OBJEXT) \
215 connection.$(OBJEXT) device.$(OBJEXT) $(am__objects_1)
216vped_OBJECTS = $(am_vped_OBJECTS)
217@ROHC_TRUE@vped_DEPENDENCIES = $(top_builddir)/lib/libvpe.a \
218@ROHC_TRUE@ rohc/librohc.a
219@ROHC_FALSE@vped_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
220
221DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
222depcomp = $(SHELL) $(top_srcdir)/depcomp
223am__depfiles_maybe = depfiles
224@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connection.Po \
225@AMDEP_TRUE@ ./$(DEPDIR)/device.Po ./$(DEPDIR)/iom.Po \
226@AMDEP_TRUE@ ./$(DEPDIR)/slog.Po ./$(DEPDIR)/sockinfo.Po \
227@AMDEP_TRUE@ ./$(DEPDIR)/util.Po ./$(DEPDIR)/vpectrl.Po \
228@AMDEP_TRUE@ ./$(DEPDIR)/vped.Po ./$(DEPDIR)/vpn.Po \
229@AMDEP_TRUE@ ./$(DEPDIR)/vpn_dns.Po ./$(DEPDIR)/vpn_tcp.Po
230CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
231 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
232CXXLD = $(CXX)
233CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
234 -o $@
235COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
236 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
237CCLD = $(CC)
238LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
239DIST_SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
240
241RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
242 ps-recursive install-info-recursive uninstall-info-recursive \
243 all-recursive install-data-recursive install-exec-recursive \
244 installdirs-recursive install-recursive uninstall-recursive \
245 check-recursive installcheck-recursive
246DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO
247DIST_SUBDIRS = $(SUBDIRS)
248SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
249
250all: all-recursive
251 361
252.SUFFIXES: 362.SUFFIXES:
253.SUFFIXES: .C .o .obj 363am--refresh: Makefile
364 @:
254$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 365$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
366 @for dep in $?; do \
367 case '$(am__configure_deps)' in \
368 *$$dep*) \
369 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
370 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
371 && exit 0; \
372 exit 1;; \
373 esac; \
374 done; \
375 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
255 cd $(top_srcdir) && \ 376 $(am__cd) $(top_srcdir) && \
256 $(AUTOMAKE) --gnu src/Makefile 377 $(AUTOMAKE) --gnu Makefile
257Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 378Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
379 @case '$?' in \
380 *config.status*) \
381 echo ' $(SHELL) ./config.status'; \
382 $(SHELL) ./config.status;; \
383 *) \
384 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
258 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 385 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
259binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 386 esac;
260install-binPROGRAMS: $(bin_PROGRAMS)
261 @$(NORMAL_INSTALL)
262 $(mkinstalldirs) $(DESTDIR)$(bindir)
263 @list='$(bin_PROGRAMS)'; for p in $$list; do \
264 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
265 if test -f $$p \
266 ; then \
267 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
268 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
269 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
270 else :; fi; \
271 done
272 387
273uninstall-binPROGRAMS: 388$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
274 @$(NORMAL_UNINSTALL) 389 $(SHELL) ./config.status --recheck
275 @list='$(bin_PROGRAMS)'; for p in $$list; do \
276 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
277 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
278 rm -f $(DESTDIR)$(bindir)/$$f; \
279 done
280 390
281clean-binPROGRAMS: 391$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
282 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 392 $(am__cd) $(srcdir) && $(AUTOCONF)
283sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 393$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
284install-sbinPROGRAMS: $(sbin_PROGRAMS) 394 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
285 @$(NORMAL_INSTALL) 395$(am__aclocal_m4_deps):
286 $(mkinstalldirs) $(DESTDIR)$(sbindir)
287 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
288 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
289 if test -f $$p \
290 ; then \
291 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
292 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
293 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
294 else :; fi; \
295 done
296 396
297uninstall-sbinPROGRAMS: 397config.h: stamp-h1
298 @$(NORMAL_UNINSTALL) 398 @test -f $@ || rm -f stamp-h1
299 @list='$(sbin_PROGRAMS)'; for p in $$list; do \ 399 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
300 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
301 echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
302 rm -f $(DESTDIR)$(sbindir)/$$f; \
303 done
304 400
305clean-sbinPROGRAMS: 401stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
306 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) 402 @rm -f stamp-h1
307vpectrl$(EXEEXT): $(vpectrl_OBJECTS) $(vpectrl_DEPENDENCIES) 403 cd $(top_builddir) && $(SHELL) ./config.status config.h
308 @rm -f vpectrl$(EXEEXT) 404$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
309 $(CXXLINK) $(vpectrl_LDFLAGS) $(vpectrl_OBJECTS) $(vpectrl_LDADD) $(LIBS) 405 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
310vped$(EXEEXT): $(vped_OBJECTS) $(vped_DEPENDENCIES) 406 rm -f stamp-h1
311 @rm -f vped$(EXEEXT) 407 touch $@
312 $(CXXLINK) $(vped_LDFLAGS) $(vped_OBJECTS) $(vped_LDADD) $(LIBS)
313 408
314mostlyclean-compile: 409distclean-hdr:
315 -rm -f *.$(OBJEXT) core *.core 410 -rm -f config.h stamp-h1
316
317distclean-compile:
318 -rm -f *.tab.c
319
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iom.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpectrl.Po@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vped.Po@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn.Po@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_dns.Po@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_tcp.Po@am__quote@
332
333.C.o:
334@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
335@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
336@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
337@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
338@am__fastdepCXX_TRUE@ fi
339@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
340@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
341@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
342@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
343
344.C.obj:
345@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
346@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
347@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
348@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
349@am__fastdepCXX_TRUE@ fi
350@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
351@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
352@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
354uninstall-info-am:
355 411
356# This directory's subdirectories are mostly independent; you can cd 412# This directory's subdirectories are mostly independent; you can cd
357# into them and run `make' without going through this Makefile. 413# into them and run 'make' without going through this Makefile.
358# To change the values of `make' variables: instead of editing Makefiles, 414# To change the values of 'make' variables: instead of editing Makefiles,
359# (1) if the variable is set in `config.status', edit `config.status' 415# (1) if the variable is set in 'config.status', edit 'config.status'
360# (which will cause the Makefiles to be regenerated when you run `make'); 416# (which will cause the Makefiles to be regenerated when you run 'make');
361# (2) otherwise, pass the desired values on the `make' command line. 417# (2) otherwise, pass the desired values on the 'make' command line.
362$(RECURSIVE_TARGETS): 418$(am__recursive_targets):
363 @set fnord $$MAKEFLAGS; amf=$$2; \ 419 @fail=; \
420 if $(am__make_keepgoing); then \
421 failcom='fail=yes'; \
422 else \
423 failcom='exit 1'; \
424 fi; \
364 dot_seen=no; \ 425 dot_seen=no; \
365 target=`echo $@ | sed s/-recursive//`; \ 426 target=`echo $@ | sed s/-recursive//`; \
366 list='$(SUBDIRS)'; for subdir in $$list; do \ 427 case "$@" in \
428 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
429 *) list='$(SUBDIRS)' ;; \
430 esac; \
431 for subdir in $$list; do \
367 echo "Making $$target in $$subdir"; \ 432 echo "Making $$target in $$subdir"; \
368 if test "$$subdir" = "."; then \ 433 if test "$$subdir" = "."; then \
369 dot_seen=yes; \ 434 dot_seen=yes; \
370 local_target="$$target-am"; \ 435 local_target="$$target-am"; \
371 else \ 436 else \
372 local_target="$$target"; \ 437 local_target="$$target"; \
373 fi; \ 438 fi; \
374 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
375 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ 440 || eval $$failcom; \
376 done; \ 441 done; \
377 if test "$$dot_seen" = "no"; then \ 442 if test "$$dot_seen" = "no"; then \
378 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 443 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
379 fi; test -z "$$fail" 444 fi; test -z "$$fail"
380 445
381mostlyclean-recursive clean-recursive distclean-recursive \ 446ID: $(am__tagged_files)
382maintainer-clean-recursive: 447 $(am__define_uniq_tagged_files); mkid -fID $$unique
383 @set fnord $$MAKEFLAGS; amf=$$2; \
384 dot_seen=no; \
385 case "$@" in \
386 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
387 *) list='$(SUBDIRS)' ;; \
388 esac; \
389 rev=''; for subdir in $$list; do \
390 if test "$$subdir" = "."; then :; else \
391 rev="$$subdir $$rev"; \
392 fi; \
393 done; \
394 rev="$$rev ."; \
395 target=`echo $@ | sed s/-recursive//`; \
396 for subdir in $$rev; do \
397 echo "Making $$target in $$subdir"; \
398 if test "$$subdir" = "."; then \
399 local_target="$$target-am"; \
400 else \
401 local_target="$$target"; \
402 fi; \
403 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
404 || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
405 done && test -z "$$fail"
406tags-recursive: 448tags: tags-recursive
407 list='$(SUBDIRS)'; for subdir in $$list; do \ 449TAGS: tags
408 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
409 done
410ctags-recursive:
411 list='$(SUBDIRS)'; for subdir in $$list; do \
412 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
413 done
414 450
415ETAGS = etags 451tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
416ETAGSFLAGS = 452 set x; \
417
418CTAGS = ctags
419CTAGSFLAGS =
420
421tags: TAGS
422
423ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
424 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
425 unique=`for i in $$list; do \
426 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
427 done | \
428 $(AWK) ' { files[$$0] = 1; } \
429 END { for (i in files) print i; }'`; \
430 mkid -fID $$unique
431
432TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
433 $(TAGS_FILES) $(LISP)
434 tags=; \
435 here=`pwd`; \ 453 here=`pwd`; \
436 if (etags --etags-include --version) >/dev/null 2>&1; then \ 454 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
437 include_option=--etags-include; \ 455 include_option=--etags-include; \
456 empty_fix=.; \
438 else \ 457 else \
439 include_option=--include; \ 458 include_option=--include; \
459 empty_fix=; \
440 fi; \ 460 fi; \
441 list='$(SUBDIRS)'; for subdir in $$list; do \ 461 list='$(SUBDIRS)'; for subdir in $$list; do \
442 if test "$$subdir" = .; then :; else \ 462 if test "$$subdir" = .; then :; else \
443 test -f $$subdir/TAGS && \ 463 test ! -f $$subdir/TAGS || \
444 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 464 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
445 fi; \ 465 fi; \
446 done; \ 466 done; \
447 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 467 $(am__define_uniq_tagged_files); \
448 unique=`for i in $$list; do \ 468 shift; \
449 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
450 done | \
451 $(AWK) ' { files[$$0] = 1; } \
452 END { for (i in files) print i; }'`; \
453 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 469 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
470 test -n "$$unique" || unique=$$empty_fix; \
471 if test $$# -gt 0; then \
454 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 "$$@" $$unique; \
474 else \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
455 $$tags $$unique 476 $$unique; \
477 fi; \
478 fi
479ctags: ctags-recursive
456 480
457ctags: CTAGS 481CTAGS: ctags
458CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
459 $(TAGS_FILES) $(LISP) 483 $(am__define_uniq_tagged_files); \
460 tags=; \
461 here=`pwd`; \
462 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
463 unique=`for i in $$list; do \
464 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
465 done | \
466 $(AWK) ' { files[$$0] = 1; } \
467 END { for (i in files) print i; }'`; \
468 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 484 test -z "$(CTAGS_ARGS)$$unique" \
469 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
470 $$tags $$unique 486 $$unique
471 487
472GTAGS: 488GTAGS:
473 here=`$(am__cd) $(top_builddir) && pwd` \ 489 here=`$(am__cd) $(top_builddir) && pwd` \
474 && cd $(top_srcdir) \ 490 && $(am__cd) $(top_srcdir) \
475 && gtags -i $(GTAGS_ARGS) $$here 491 && gtags -i $(GTAGS_ARGS) "$$here"
492cscope: cscope.files
493 test ! -s cscope.files \
494 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
495clean-cscope:
496 -rm -f cscope.files
497cscope.files: clean-cscope cscopelist
498cscopelist: cscopelist-recursive
499
500cscopelist-am: $(am__tagged_files)
501 list='$(am__tagged_files)'; \
502 case "$(srcdir)" in \
503 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
504 *) sdir=$(subdir)/$(srcdir) ;; \
505 esac; \
506 for i in $$list; do \
507 if test -f "$$i"; then \
508 echo "$(subdir)/$$i"; \
509 else \
510 echo "$$sdir/$$i"; \
511 fi; \
512 done >> $(top_builddir)/cscope.files
476 513
477distclean-tags: 514distclean-tags:
478 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 515 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
479DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 516 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
480 517
481top_distdir = .. 518distdir: $(BUILT_SOURCES)
482distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 519 $(MAKE) $(AM_MAKEFLAGS) distdir-am
483 520
484distdir: $(DISTFILES) 521distdir-am: $(DISTFILES)
485 $(mkinstalldirs) $(distdir)/lzf $(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 522 $(am__remove_distdir)
523 test -d "$(distdir)" || mkdir "$(distdir)"
486 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 524 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
487 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 525 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
488 list='$(DISTFILES)'; for file in $$list; do \ 526 list='$(DISTFILES)'; \
527 dist_files=`for file in $$list; do echo $$file; done | \
528 sed -e "s|^$$srcdirstrip/||;t" \
529 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
489 case $$file in \ 530 case $$dist_files in \
490 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 531 */*) $(MKDIR_P) `echo "$$dist_files" | \
491 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533 sort -u` ;; \
492 esac; \ 534 esac; \
535 for file in $$dist_files; do \
493 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 536 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
537 if test -d $$d/$$file; then \
494 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
495 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 539 if test -d "$(distdir)/$$file"; then \
496 dir="/$$dir"; \ 540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497 $(mkinstalldirs) "$(distdir)$$dir"; \ 541 fi; \
542 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
543 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
544 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
545 fi; \
546 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
498 else \ 547 else \
499 dir=''; \
500 fi; \
501 if test -d $$d/$$file; then \
502 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
503 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
504 fi; \
505 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
506 else \
507 test -f $(distdir)/$$file \ 548 test -f "$(distdir)/$$file" \
508 || cp -p $$d/$$file $(distdir)/$$file \ 549 || cp -p $$d/$$file "$(distdir)/$$file" \
509 || exit 1; \ 550 || exit 1; \
510 fi; \ 551 fi; \
511 done 552 done
512 list='$(SUBDIRS)'; for subdir in $$list; do \ 553 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
513 if test "$$subdir" = .; then :; else \ 554 if test "$$subdir" = .; then :; else \
555 $(am__make_dryrun) \
514 test -d $(distdir)/$$subdir \ 556 || test -d "$(distdir)/$$subdir" \
515 || mkdir $(distdir)/$$subdir \ 557 || $(MKDIR_P) "$(distdir)/$$subdir" \
516 || exit 1; \ 558 || exit 1; \
559 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
560 $(am__relativize); \
561 new_distdir=$$reldir; \
562 dir1=$$subdir; dir2="$(top_distdir)"; \
563 $(am__relativize); \
564 new_top_distdir=$$reldir; \
565 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
566 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
517 (cd $$subdir && \ 567 ($(am__cd) $$subdir && \
518 $(MAKE) $(AM_MAKEFLAGS) \ 568 $(MAKE) $(AM_MAKEFLAGS) \
519 top_distdir="$(top_distdir)" \ 569 top_distdir="$$new_top_distdir" \
520 distdir=../$(distdir)/$$subdir \ 570 distdir="$$new_distdir" \
571 am__remove_distdir=: \
572 am__skip_length_check=: \
573 am__skip_mode_fix=: \
521 distdir) \ 574 distdir) \
522 || exit 1; \ 575 || exit 1; \
523 fi; \ 576 fi; \
524 done 577 done
578 -test -n "$(am__skip_mode_fix)" \
579 || find "$(distdir)" -type d ! -perm -755 \
580 -exec chmod u+rwx,go+rx {} \; -o \
581 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
582 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
583 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
584 || chmod -R a+r "$(distdir)"
585dist-gzip: distdir
586 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
587 $(am__post_remove_distdir)
588
589dist-bzip2: distdir
590 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
591 $(am__post_remove_distdir)
592
593dist-lzip: distdir
594 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
595 $(am__post_remove_distdir)
596
597dist-xz: distdir
598 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
599 $(am__post_remove_distdir)
600
601dist-zstd: distdir
602 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
603 $(am__post_remove_distdir)
604
605dist-tarZ: distdir
606 @echo WARNING: "Support for distribution archives compressed with" \
607 "legacy program 'compress' is deprecated." >&2
608 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
609 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
610 $(am__post_remove_distdir)
611
612dist-shar: distdir
613 @echo WARNING: "Support for shar distribution archives is" \
614 "deprecated." >&2
615 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
616 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
617 $(am__post_remove_distdir)
618
619dist-zip: distdir
620 -rm -f $(distdir).zip
621 zip -rq $(distdir).zip $(distdir)
622 $(am__post_remove_distdir)
623
624dist dist-all:
625 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
626 $(am__post_remove_distdir)
627
628# This target untars the dist file and tries a VPATH configuration. Then
629# it guarantees that the distribution is self-contained by making another
630# tarfile.
631distcheck: dist
632 case '$(DIST_ARCHIVES)' in \
633 *.tar.gz*) \
634 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
635 *.tar.bz2*) \
636 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
637 *.tar.lz*) \
638 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
639 *.tar.xz*) \
640 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
641 *.tar.Z*) \
642 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
643 *.shar.gz*) \
644 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
645 *.zip*) \
646 unzip $(distdir).zip ;;\
647 *.tar.zst*) \
648 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
649 esac
650 chmod -R a-w $(distdir)
651 chmod u+w $(distdir)
652 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
653 chmod a-w $(distdir)
654 test -d $(distdir)/_build || exit 0; \
655 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
656 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
657 && am__cwd=`pwd` \
658 && $(am__cd) $(distdir)/_build/sub \
659 && ../../configure \
660 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
661 $(DISTCHECK_CONFIGURE_FLAGS) \
662 --srcdir=../.. --prefix="$$dc_install_base" \
525 $(MAKE) $(AM_MAKEFLAGS) \ 663 && $(MAKE) $(AM_MAKEFLAGS) \
526 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 664 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
527 dist-hook 665 && $(MAKE) $(AM_MAKEFLAGS) check \
666 && $(MAKE) $(AM_MAKEFLAGS) install \
667 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
668 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
669 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
670 distuninstallcheck \
671 && chmod -R a-w "$$dc_install_base" \
672 && ({ \
673 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
674 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
675 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
676 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
677 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
678 } || { rm -rf "$$dc_destdir"; exit 1; }) \
679 && rm -rf "$$dc_destdir" \
680 && $(MAKE) $(AM_MAKEFLAGS) dist \
681 && rm -rf $(DIST_ARCHIVES) \
682 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
683 && cd "$$am__cwd" \
684 || exit 1
685 $(am__post_remove_distdir)
686 @(echo "$(distdir) archives ready for distribution: "; \
687 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
688 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
689distuninstallcheck:
690 @test -n '$(distuninstallcheck_dir)' || { \
691 echo 'ERROR: trying to run $@ with an empty' \
692 '$$(distuninstallcheck_dir)' >&2; \
693 exit 1; \
694 }; \
695 $(am__cd) '$(distuninstallcheck_dir)' || { \
696 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
697 exit 1; \
698 }; \
699 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
700 || { echo "ERROR: files left after uninstall:" ; \
701 if test -n "$(DESTDIR)"; then \
702 echo " (check DESTDIR support)"; \
703 fi ; \
704 $(distuninstallcheck_listfiles) ; \
705 exit 1; } >&2
706distcleancheck: distclean
707 @if test '$(srcdir)' = . ; then \
708 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
709 exit 1 ; \
710 fi
711 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
712 || { echo "ERROR: files left in build directory after distclean:" ; \
713 $(distcleancheck_listfiles) ; \
714 exit 1; } >&2
528check-am: all-am 715check-am: all-am
529check: check-recursive 716check: check-recursive
530all-am: Makefile $(PROGRAMS) 717all-am: Makefile config.h
531installdirs: installdirs-recursive 718installdirs: installdirs-recursive
532installdirs-am: 719installdirs-am:
533 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
534
535install: install-recursive 720install: install-recursive
536install-exec: install-exec-recursive 721install-exec: install-exec-recursive
537install-data: install-data-recursive 722install-data: install-data-recursive
538uninstall: uninstall-recursive 723uninstall: uninstall-recursive
539 724
540install-am: all-am 725install-am: all-am
541 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
542 727
543installcheck: installcheck-recursive 728installcheck: installcheck-recursive
544install-strip: 729install-strip:
730 if test -z '$(STRIP)'; then \
545 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
546 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
547 `test -z '$(STRIP)' || \ 733 install; \
734 else \
735 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
736 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
548 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 737 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738 fi
549mostlyclean-generic: 739mostlyclean-generic:
550 740
551clean-generic: 741clean-generic:
552 742
553distclean-generic: 743distclean-generic:
554 -rm -f $(CONFIG_CLEAN_FILES) 744 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
745 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
555 746
556maintainer-clean-generic: 747maintainer-clean-generic:
557 @echo "This command is intended for maintainers to use" 748 @echo "This command is intended for maintainers to use"
558 @echo "it deletes files that may require special tools to rebuild." 749 @echo "it deletes files that may require special tools to rebuild."
559clean: clean-recursive 750clean: clean-recursive
560 751
561clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \ 752clean-am: clean-generic mostlyclean-am
562 mostlyclean-am
563 753
564distclean: distclean-recursive 754distclean: distclean-recursive
565 -rm -rf ./$(DEPDIR) 755 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
566 -rm -f Makefile 756 -rm -f Makefile
567distclean-am: clean-am distclean-compile distclean-generic \ 757distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
568 distclean-tags
569 758
570dvi: dvi-recursive 759dvi: dvi-recursive
571 760
572dvi-am: 761dvi-am:
573 762
763html: html-recursive
764
765html-am:
766
574info: info-recursive 767info: info-recursive
575 768
576info-am: 769info-am:
577 770
578install-data-am: 771install-data-am:
579 772
580install-exec-am: install-binPROGRAMS install-sbinPROGRAMS 773install-dvi: install-dvi-recursive
774
775install-dvi-am:
776
777install-exec-am:
778
779install-html: install-html-recursive
780
781install-html-am:
581 782
582install-info: install-info-recursive 783install-info: install-info-recursive
583 784
785install-info-am:
786
584install-man: 787install-man:
585 788
789install-pdf: install-pdf-recursive
790
791install-pdf-am:
792
793install-ps: install-ps-recursive
794
795install-ps-am:
796
586installcheck-am: 797installcheck-am:
587 798
588maintainer-clean: maintainer-clean-recursive 799maintainer-clean: maintainer-clean-recursive
589 -rm -rf ./$(DEPDIR) 800 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
801 -rm -rf $(top_srcdir)/autom4te.cache
590 -rm -f Makefile 802 -rm -f Makefile
591maintainer-clean-am: distclean-am maintainer-clean-generic 803maintainer-clean-am: distclean-am maintainer-clean-generic
592 804
593mostlyclean: mostlyclean-recursive 805mostlyclean: mostlyclean-recursive
594 806
595mostlyclean-am: mostlyclean-compile mostlyclean-generic 807mostlyclean-am: mostlyclean-generic
596 808
597pdf: pdf-recursive 809pdf: pdf-recursive
598 810
599pdf-am: 811pdf-am:
600 812
601ps: ps-recursive 813ps: ps-recursive
602 814
603ps-am: 815ps-am:
604 816
605uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ 817uninstall-am:
606 uninstall-sbinPROGRAMS
607 818
608uninstall-info: uninstall-info-recursive 819.MAKE: $(am__recursive_targets) all install-am install-strip
609 820
610.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 821.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
611 clean-binPROGRAMS clean-generic clean-recursive \ 822 am--refresh check check-am clean clean-cscope clean-generic \
612 clean-sbinPROGRAMS ctags ctags-recursive distclean \ 823 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
613 distclean-compile distclean-generic distclean-recursive \ 824 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
614 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ 825 dist-zstd distcheck distclean distclean-generic distclean-hdr \
615 info-recursive install install-am install-binPROGRAMS \ 826 distclean-tags distcleancheck distdir distuninstallcheck dvi \
827 dvi-am html html-am info info-am install install-am \
616 install-data install-data-am install-data-recursive \ 828 install-data install-data-am install-dvi install-dvi-am \
617 install-exec install-exec-am install-exec-recursive \ 829 install-exec install-exec-am install-html install-html-am \
618 install-info install-info-am install-info-recursive install-man \ 830 install-info install-info-am install-man install-pdf \
619 install-recursive install-sbinPROGRAMS install-strip \ 831 install-pdf-am install-ps install-ps-am install-strip \
620 installcheck installcheck-am installdirs installdirs-am \ 832 installcheck installcheck-am installdirs installdirs-am \
621 installdirs-recursive maintainer-clean maintainer-clean-generic \ 833 maintainer-clean maintainer-clean-generic mostlyclean \
622 maintainer-clean-recursive mostlyclean mostlyclean-compile \ 834 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
623 mostlyclean-generic mostlyclean-recursive pdf pdf-am \ 835 uninstall-am
624 pdf-recursive ps ps-am ps-recursive tags tags-recursive \
625 uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
626 uninstall-info-recursive uninstall-recursive \
627 uninstall-sbinPROGRAMS
628 836
837.PRECIOUS: Makefile
629 838
630dist-hook: 839
631 rm -f `find . -type l`
632# Tell versions [3.59,3.63) of GNU make to not export all variables. 840# Tell versions [3.59,3.63) of GNU make to not export all variables.
633# Otherwise a system limit (for SysV at least) may be exceeded. 841# Otherwise a system limit (for SysV at least) may be exceeded.
634.NOEXPORT: 842.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines