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

Comparing gvpe/Makefile.in (file contents):
Revision 1.4 by pcg, Sat Jan 17 01:18:36 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@
249LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
250LIBCRYPTO_CFLAGS = @LIBCRYPTO_CFLAGS@
251LIBCRYPTO_LIBS = @LIBCRYPTO_LIBS@
77LIBICONV = @LIBICONV@ 252LIBICONV = @LIBICONV@
78LIBINTL = @LIBINTL@ 253LIBINTL = @LIBINTL@
79LIBOBJS = @LIBOBJS@ 254LIBOBJS = @LIBOBJS@
80 255LIBS = @LIBS@
81LIBS = @LIBS@ @LIBINTL@
82LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
83LN_S = @LN_S@ 256LN_S = @LN_S@
84LTLIBICONV = @LTLIBICONV@ 257LTLIBICONV = @LTLIBICONV@
85LTLIBINTL = @LTLIBINTL@ 258LTLIBINTL = @LTLIBINTL@
86LTLIBOBJS = @LTLIBOBJS@ 259LTLIBOBJS = @LTLIBOBJS@
87MAINT = @MAINT@ 260MAINT = @MAINT@
88MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
89MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
90MAKEINFO = @MAKEINFO@ 261MAKEINFO = @MAKEINFO@
91MKINSTALLDIRS = @MKINSTALLDIRS@ 262MKDIR_P = @MKDIR_P@
92MSGFMT = @MSGFMT@ 263MSGFMT = @MSGFMT@
93MSGMERGE = @MSGMERGE@ 264MSGMERGE = @MSGMERGE@
265MSGMERGE_FOR_MSGFMT_OPTION = @MSGMERGE_FOR_MSGFMT_OPTION@
94OBJEXT = @OBJEXT@ 266OBJEXT = @OBJEXT@
95PACKAGE = @PACKAGE@ 267PACKAGE = @PACKAGE@
96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 268PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97PACKAGE_NAME = @PACKAGE_NAME@ 269PACKAGE_NAME = @PACKAGE_NAME@
98PACKAGE_STRING = @PACKAGE_STRING@ 270PACKAGE_STRING = @PACKAGE_STRING@
99PACKAGE_TARNAME = @PACKAGE_TARNAME@ 271PACKAGE_TARNAME = @PACKAGE_TARNAME@
272PACKAGE_URL = @PACKAGE_URL@
100PACKAGE_VERSION = @PACKAGE_VERSION@ 273PACKAGE_VERSION = @PACKAGE_VERSION@
101PATH_SEPARATOR = @PATH_SEPARATOR@ 274PATH_SEPARATOR = @PATH_SEPARATOR@
275PKG_CONFIG = @PKG_CONFIG@
276PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
277PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
102POSUB = @POSUB@ 278POSUB = @POSUB@
103RANLIB = @RANLIB@ 279RANLIB = @RANLIB@
280SED = @SED@
104SET_MAKE = @SET_MAKE@ 281SET_MAKE = @SET_MAKE@
105SHELL = @SHELL@ 282SHELL = @SHELL@
106STRIP = @STRIP@ 283STRIP = @STRIP@
107USE_NLS = @USE_NLS@ 284USE_NLS = @USE_NLS@
108VERSION = @VERSION@ 285VERSION = @VERSION@
109XGETTEXT = @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@
110ac_ct_CC = @ac_ct_CC@ 293ac_ct_CC = @ac_ct_CC@
111ac_ct_CXX = @ac_ct_CXX@ 294ac_ct_CXX = @ac_ct_CXX@
112ac_ct_RANLIB = @ac_ct_RANLIB@
113ac_ct_STRIP = @ac_ct_STRIP@
114am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
115am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
116am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
117am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
118am__include = @am__include@ 295am__include = @am__include@
119am__leading_dot = @am__leading_dot@ 296am__leading_dot = @am__leading_dot@
120am__quote = @am__quote@ 297am__quote = @am__quote@
298am__tar = @am__tar@
299am__untar = @am__untar@
121bindir = @bindir@ 300bindir = @bindir@
122build = @build@ 301build = @build@
123build_alias = @build_alias@ 302build_alias = @build_alias@
124build_cpu = @build_cpu@ 303build_cpu = @build_cpu@
125build_os = @build_os@ 304build_os = @build_os@
126build_vendor = @build_vendor@ 305build_vendor = @build_vendor@
306builddir = @builddir@
127datadir = @datadir@ 307datadir = @datadir@
308datarootdir = @datarootdir@
309docdir = @docdir@
310dvidir = @dvidir@
128exec_prefix = @exec_prefix@ 311exec_prefix = @exec_prefix@
129host = @host@ 312host = @host@
130host_alias = @host_alias@ 313host_alias = @host_alias@
131host_cpu = @host_cpu@ 314host_cpu = @host_cpu@
132host_os = @host_os@ 315host_os = @host_os@
133host_vendor = @host_vendor@ 316host_vendor = @host_vendor@
317htmldir = @htmldir@
134includedir = @includedir@ 318includedir = @includedir@
135infodir = @infodir@ 319infodir = @infodir@
136install_sh = @install_sh@ 320install_sh = @install_sh@
137libdir = @libdir@ 321libdir = @libdir@
138libexecdir = @libexecdir@ 322libexecdir = @libexecdir@
323localedir = @localedir@
139localstatedir = @localstatedir@ 324localstatedir = @localstatedir@
140mandir = @mandir@ 325mandir = @mandir@
326mkdir_p = @mkdir_p@
141oldincludedir = @oldincludedir@ 327oldincludedir = @oldincludedir@
328pdfdir = @pdfdir@
142prefix = @prefix@ 329prefix = @prefix@
143program_transform_name = @program_transform_name@ 330program_transform_name = @program_transform_name@
331psdir = @psdir@
332runstatedir = @runstatedir@
144sbindir = @sbindir@ 333sbindir = @sbindir@
145sharedstatedir = @sharedstatedir@ 334sharedstatedir = @sharedstatedir@
335srcdir = @srcdir@
146sysconfdir = @sysconfdir@ 336sysconfdir = @sysconfdir@
147target = @target@ 337target = @target@
148target_alias = @target_alias@ 338target_alias = @target_alias@
149target_cpu = @target_cpu@ 339target_cpu = @target_cpu@
150target_os = @target_os@ 340target_os = @target_os@
151target_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
152 352
153sbin_PROGRAMS = vped 353CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
154bin_PROGRAMS = vpectrl 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
155 358
156EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C callback.pl \ 359all: config.h
157 tincd/apply tincd/fixit \ 360 $(MAKE) $(AM_MAKEFLAGS) all-recursive
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 ether_emu.C
162
163
164COMMON = global.h conf.h conf.C util.h util.C \
165 slog.h slog.C netcompat.h
166
167
168vped_SOURCES = vped.C hash_map.h vpn.h vpn.C vpn_tcp.C sockinfo.h sockinfo.C \
169 lzf/lzf.h lzf/lzfP.h lzf/lzf_c.c lzf/lzf_d.c iom.h iom_conf.h iom.C \
170 connection.h connection.C callback.h device.h device.C \
171 $(COMMON)
172
173vped_LDADD = $(top_builddir)/lib/libvpe.a
174vpectrl_SOURCES = vpectrl.C \
175 $(COMMON)
176
177vpectrl_LDADD = $(top_builddir)/lib/libvpe.a
178
179localedir = $(datadir)/locale
180
181DEFINES = -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
182 -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" \
183 -DIFTYPE_@IFTYPE@=1 -DIF_@IFSUBTYPE@=1
184
185
186AM_CFLAGS = $(DEFINES)
187AM_CXXFLAGS = $(DEFINES)
188subdir = src
189ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
190mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
191CONFIG_HEADER = $(top_builddir)/config.h
192CONFIG_CLEAN_FILES =
193bin_PROGRAMS = vpectrl$(EXEEXT)
194sbin_PROGRAMS = vped$(EXEEXT)
195PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
196
197am__objects_1 = conf.$(OBJEXT) util.$(OBJEXT) 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) device.$(OBJEXT) \
205 $(am__objects_1)
206vped_OBJECTS = $(am_vped_OBJECTS)
207vped_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
208vped_LDFLAGS =
209
210DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
211depcomp = $(SHELL) $(top_srcdir)/depcomp
212am__depfiles_maybe = depfiles
213@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connection.Po \
214@AMDEP_TRUE@ ./$(DEPDIR)/device.Po ./$(DEPDIR)/iom.Po \
215@AMDEP_TRUE@ ./$(DEPDIR)/lzf_c.Po ./$(DEPDIR)/lzf_d.Po \
216@AMDEP_TRUE@ ./$(DEPDIR)/slog.Po ./$(DEPDIR)/sockinfo.Po \
217@AMDEP_TRUE@ ./$(DEPDIR)/util.Po ./$(DEPDIR)/vpectrl.Po \
218@AMDEP_TRUE@ ./$(DEPDIR)/vped.Po ./$(DEPDIR)/vpn.Po \
219@AMDEP_TRUE@ ./$(DEPDIR)/vpn_tcp.Po
220CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
221 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
222CXXLD = $(CXX)
223CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
224 -o $@
225COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
226 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
227CCLD = $(CC)
228LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
229DIST_SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
230DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO
231SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
232
233all: all-am
234 361
235.SUFFIXES: 362.SUFFIXES:
236.SUFFIXES: .C .c .o .obj 363am--refresh: Makefile
364 @:
237$(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'; \
238 cd $(top_srcdir) && \ 376 $(am__cd) $(top_srcdir) && \
239 $(AUTOMAKE) --gnu src/Makefile 377 $(AUTOMAKE) --gnu Makefile
240Makefile: @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)'; \
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 385 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
242binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 386 esac;
243install-binPROGRAMS: $(bin_PROGRAMS)
244 @$(NORMAL_INSTALL)
245 $(mkinstalldirs) $(DESTDIR)$(bindir)
246 @list='$(bin_PROGRAMS)'; for p in $$list; do \
247 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
248 if test -f $$p \
249 ; then \
250 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
251 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \
252 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \
253 else :; fi; \
254 done
255 387
256uninstall-binPROGRAMS: 388$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
257 @$(NORMAL_UNINSTALL) 389 $(SHELL) ./config.status --recheck
258 @list='$(bin_PROGRAMS)'; for p in $$list; do \
259 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
260 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
261 rm -f $(DESTDIR)$(bindir)/$$f; \
262 done
263 390
264clean-binPROGRAMS: 391$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
265 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 392 $(am__cd) $(srcdir) && $(AUTOCONF)
266sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 393$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
267install-sbinPROGRAMS: $(sbin_PROGRAMS) 394 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
268 @$(NORMAL_INSTALL) 395$(am__aclocal_m4_deps):
269 $(mkinstalldirs) $(DESTDIR)$(sbindir)
270 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
271 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
272 if test -f $$p \
273 ; then \
274 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
275 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
276 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
277 else :; fi; \
278 done
279 396
280uninstall-sbinPROGRAMS: 397config.h: stamp-h1
281 @$(NORMAL_UNINSTALL) 398 @test -f $@ || rm -f stamp-h1
282 @list='$(sbin_PROGRAMS)'; for p in $$list; do \ 399 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
283 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
284 echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
285 rm -f $(DESTDIR)$(sbindir)/$$f; \
286 done
287 400
288clean-sbinPROGRAMS: 401stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
289 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) 402 @rm -f stamp-h1
290vpectrl$(EXEEXT): $(vpectrl_OBJECTS) $(vpectrl_DEPENDENCIES) 403 cd $(top_builddir) && $(SHELL) ./config.status config.h
291 @rm -f vpectrl$(EXEEXT) 404$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
292 $(CXXLINK) $(vpectrl_LDFLAGS) $(vpectrl_OBJECTS) $(vpectrl_LDADD) $(LIBS) 405 ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
293vped$(EXEEXT): $(vped_OBJECTS) $(vped_DEPENDENCIES) 406 rm -f stamp-h1
294 @rm -f vped$(EXEEXT) 407 touch $@
295 $(CXXLINK) $(vped_LDFLAGS) $(vped_OBJECTS) $(vped_LDADD) $(LIBS)
296 408
297mostlyclean-compile: 409distclean-hdr:
298 -rm -f *.$(OBJEXT) core *.core 410 -rm -f config.h stamp-h1
299 411
300distclean-compile: 412# This directory's subdirectories are mostly independent; you can cd
301 -rm -f *.tab.c 413# into them and run 'make' without going through this Makefile.
302 414# To change the values of 'make' variables: instead of editing Makefiles,
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@ 415# (1) if the variable is set in 'config.status', edit 'config.status'
304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@ 416# (which will cause the Makefiles to be regenerated when you run 'make');
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@ 417# (2) otherwise, pass the desired values on the 'make' command line.
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iom.Po@am__quote@ 418$(am__recursive_targets):
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzf_c.Po@am__quote@ 419 @fail=; \
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lzf_d.Po@am__quote@ 420 if $(am__make_keepgoing); then \
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@ 421 failcom='fail=yes'; \
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@ 422 else \
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@ 423 failcom='exit 1'; \
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpectrl.Po@am__quote@ 424 fi; \
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vped.Po@am__quote@ 425 dot_seen=no; \
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn.Po@am__quote@ 426 target=`echo $@ | sed s/-recursive//`; \
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_tcp.Po@am__quote@ 427 case "$@" in \
316 428 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
317.C.o: 429 *) list='$(SUBDIRS)' ;; \
318@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \ 430 esac; \
319@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
320@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
321@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
322@am__fastdepCXX_TRUE@ fi
323@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
324@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
325@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
326@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
327
328.C.obj:
329@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
330@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
331@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
332@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
333@am__fastdepCXX_TRUE@ fi
334@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
336@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
337@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
338
339.c.o:
340@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
341@am__fastdepCC_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
342@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
343@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
344@am__fastdepCC_TRUE@ fi
345@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
348@am__fastdepCC_FALSE@ $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
349
350.c.obj:
351@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
352@am__fastdepCC_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
353@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
354@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
355@am__fastdepCC_TRUE@ fi
356@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
357@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
358@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
359@am__fastdepCC_FALSE@ $(COMPILE) -c `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
360
361lzf_c.o: lzf/lzf_c.c
362@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" \
363@am__fastdepCC_TRUE@ -c -o lzf_c.o `test -f 'lzf/lzf_c.c' || echo '$(srcdir)/'`lzf/lzf_c.c; \
364@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_c.Tpo" "$(DEPDIR)/lzf_c.Po"; \
365@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_c.Tpo"; exit 1; \
366@am__fastdepCC_TRUE@ fi
367@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_c.c' object='lzf_c.o' libtool=no @AMDEPBACKSLASH@
368@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_c.Po' tmpdepfile='$(DEPDIR)/lzf_c.TPo' @AMDEPBACKSLASH@
369@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
370@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
371
372lzf_c.obj: lzf/lzf_c.c
373@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" \
374@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`; \
375@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_c.Tpo" "$(DEPDIR)/lzf_c.Po"; \
376@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_c.Tpo"; exit 1; \
377@am__fastdepCC_TRUE@ fi
378@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_c.c' object='lzf_c.obj' libtool=no @AMDEPBACKSLASH@
379@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_c.Po' tmpdepfile='$(DEPDIR)/lzf_c.TPo' @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@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`
382
383lzf_d.o: lzf/lzf_d.c
384@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" \
385@am__fastdepCC_TRUE@ -c -o lzf_d.o `test -f 'lzf/lzf_d.c' || echo '$(srcdir)/'`lzf/lzf_d.c; \
386@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_d.Tpo" "$(DEPDIR)/lzf_d.Po"; \
387@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_d.Tpo"; exit 1; \
388@am__fastdepCC_TRUE@ fi
389@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_d.c' object='lzf_d.o' libtool=no @AMDEPBACKSLASH@
390@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_d.Po' tmpdepfile='$(DEPDIR)/lzf_d.TPo' @AMDEPBACKSLASH@
391@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392@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
393
394lzf_d.obj: lzf/lzf_d.c
395@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" \
396@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`; \
397@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/lzf_d.Tpo" "$(DEPDIR)/lzf_d.Po"; \
398@am__fastdepCC_TRUE@ else rm -f "$(DEPDIR)/lzf_d.Tpo"; exit 1; \
399@am__fastdepCC_TRUE@ fi
400@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='lzf/lzf_d.c' object='lzf_d.obj' libtool=no @AMDEPBACKSLASH@
401@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/lzf_d.Po' tmpdepfile='$(DEPDIR)/lzf_d.TPo' @AMDEPBACKSLASH@
402@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
403@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`
404uninstall-info-am:
405
406ETAGS = etags
407ETAGSFLAGS =
408
409CTAGS = ctags
410CTAGSFLAGS =
411
412tags: TAGS
413
414ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
415 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
416 unique=`for i in $$list; do \ 431 for subdir in $$list; do \
417 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 432 echo "Making $$target in $$subdir"; \
418 done | \ 433 if test "$$subdir" = "."; then \
419 $(AWK) ' { files[$$0] = 1; } \ 434 dot_seen=yes; \
420 END { for (i in files) print i; }'`; \ 435 local_target="$$target-am"; \
421 mkid -fID $$unique 436 else \
437 local_target="$$target"; \
438 fi; \
439 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
440 || eval $$failcom; \
441 done; \
442 if test "$$dot_seen" = "no"; then \
443 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
444 fi; test -z "$$fail"
422 445
423TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 446ID: $(am__tagged_files)
424 $(TAGS_FILES) $(LISP) 447 $(am__define_uniq_tagged_files); mkid -fID $$unique
425 tags=; \ 448tags: tags-recursive
449TAGS: tags
450
451tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
452 set x; \
426 here=`pwd`; \ 453 here=`pwd`; \
427 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 454 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
428 unique=`for i in $$list; do \ 455 include_option=--etags-include; \
429 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 456 empty_fix=.; \
430 done | \ 457 else \
431 $(AWK) ' { files[$$0] = 1; } \ 458 include_option=--include; \
432 END { for (i in files) print i; }'`; \ 459 empty_fix=; \
460 fi; \
461 list='$(SUBDIRS)'; for subdir in $$list; do \
462 if test "$$subdir" = .; then :; else \
463 test ! -f $$subdir/TAGS || \
464 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
465 fi; \
466 done; \
467 $(am__define_uniq_tagged_files); \
468 shift; \
433 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 \
434 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 472 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
473 "$$@" $$unique; \
474 else \
475 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
435 $$tags $$unique 476 $$unique; \
477 fi; \
478 fi
479ctags: ctags-recursive
436 480
437ctags: CTAGS 481CTAGS: ctags
438CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 482ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
439 $(TAGS_FILES) $(LISP) 483 $(am__define_uniq_tagged_files); \
440 tags=; \
441 here=`pwd`; \
442 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
443 unique=`for i in $$list; do \
444 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
445 done | \
446 $(AWK) ' { files[$$0] = 1; } \
447 END { for (i in files) print i; }'`; \
448 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 484 test -z "$(CTAGS_ARGS)$$unique" \
449 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 485 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
450 $$tags $$unique 486 $$unique
451 487
452GTAGS: 488GTAGS:
453 here=`$(am__cd) $(top_builddir) && pwd` \ 489 here=`$(am__cd) $(top_builddir) && pwd` \
454 && cd $(top_srcdir) \ 490 && $(am__cd) $(top_srcdir) \
455 && 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
456 513
457distclean-tags: 514distclean-tags:
458 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 515 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
459DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 516 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
460 517
461top_distdir = .. 518distdir: $(BUILT_SOURCES)
462distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 519 $(MAKE) $(AM_MAKEFLAGS) distdir-am
463 520
464distdir: $(DISTFILES) 521distdir-am: $(DISTFILES)
465 $(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 522 $(am__remove_distdir)
523 test -d "$(distdir)" || mkdir "$(distdir)"
466 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 524 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
467 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 525 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
468 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"`; \
469 case $$file in \ 530 case $$dist_files in \
470 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 531 */*) $(MKDIR_P) `echo "$$dist_files" | \
471 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 532 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
533 sort -u` ;; \
472 esac; \ 534 esac; \
535 for file in $$dist_files; do \
473 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 \
474 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 538 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
475 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 539 if test -d "$(distdir)/$$file"; then \
476 dir="/$$dir"; \ 540 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
477 $(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; \
478 else \ 547 else \
479 dir=''; \
480 fi; \
481 if test -d $$d/$$file; then \
482 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
483 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
484 fi; \
485 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
486 else \
487 test -f $(distdir)/$$file \ 548 test -f "$(distdir)/$$file" \
488 || cp -p $$d/$$file $(distdir)/$$file \ 549 || cp -p $$d/$$file "$(distdir)/$$file" \
489 || exit 1; \ 550 || exit 1; \
490 fi; \ 551 fi; \
491 done 552 done
553 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
554 if test "$$subdir" = .; then :; else \
555 $(am__make_dryrun) \
556 || test -d "$(distdir)/$$subdir" \
557 || $(MKDIR_P) "$(distdir)/$$subdir" \
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)"; \
567 ($(am__cd) $$subdir && \
568 $(MAKE) $(AM_MAKEFLAGS) \
569 top_distdir="$$new_top_distdir" \
570 distdir="$$new_distdir" \
571 am__remove_distdir=: \
572 am__skip_length_check=: \
573 am__skip_mode_fix=: \
574 distdir) \
575 || exit 1; \
576 fi; \
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" \
492 $(MAKE) $(AM_MAKEFLAGS) \ 663 && $(MAKE) $(AM_MAKEFLAGS) \
493 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 664 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \
494 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
495check-am: all-am 715check-am: all-am
496check: check-am 716check: check-recursive
497all-am: Makefile $(PROGRAMS) 717all-am: Makefile config.h
498 718installdirs: installdirs-recursive
499installdirs: 719installdirs-am:
500 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
501install: install-am 720install: install-recursive
502install-exec: install-exec-am 721install-exec: install-exec-recursive
503install-data: install-data-am 722install-data: install-data-recursive
504uninstall: uninstall-am 723uninstall: uninstall-recursive
505 724
506install-am: all-am 725install-am: all-am
507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 726 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508 727
509installcheck: installcheck-am 728installcheck: installcheck-recursive
510install-strip: 729install-strip:
730 if test -z '$(STRIP)'; then \
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 731 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 732 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
513 `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 \
514 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 737 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
738 fi
515mostlyclean-generic: 739mostlyclean-generic:
516 740
517clean-generic: 741clean-generic:
518 742
519distclean-generic: 743distclean-generic:
520 -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)
521 746
522maintainer-clean-generic: 747maintainer-clean-generic:
523 @echo "This command is intended for maintainers to use" 748 @echo "This command is intended for maintainers to use"
524 @echo "it deletes files that may require special tools to rebuild." 749 @echo "it deletes files that may require special tools to rebuild."
525clean: clean-am 750clean: clean-recursive
526 751
527clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \ 752clean-am: clean-generic mostlyclean-am
528 mostlyclean-am
529 753
530distclean: distclean-am 754distclean: distclean-recursive
531 -rm -rf ./$(DEPDIR) 755 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
532 -rm -f Makefile 756 -rm -f Makefile
533distclean-am: clean-am distclean-compile distclean-generic \ 757distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
534 distclean-tags
535 758
536dvi: dvi-am 759dvi: dvi-recursive
537 760
538dvi-am: 761dvi-am:
539 762
540info: info-am 763html: html-recursive
764
765html-am:
766
767info: info-recursive
541 768
542info-am: 769info-am:
543 770
544install-data-am: 771install-data-am:
545 772
546install-exec-am: install-binPROGRAMS install-sbinPROGRAMS 773install-dvi: install-dvi-recursive
547 774
775install-dvi-am:
776
777install-exec-am:
778
779install-html: install-html-recursive
780
781install-html-am:
782
548install-info: install-info-am 783install-info: install-info-recursive
784
785install-info-am:
549 786
550install-man: 787install-man:
551 788
789install-pdf: install-pdf-recursive
790
791install-pdf-am:
792
793install-ps: install-ps-recursive
794
795install-ps-am:
796
552installcheck-am: 797installcheck-am:
553 798
554maintainer-clean: maintainer-clean-am 799maintainer-clean: maintainer-clean-recursive
555 -rm -rf ./$(DEPDIR) 800 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
801 -rm -rf $(top_srcdir)/autom4te.cache
556 -rm -f Makefile 802 -rm -f Makefile
557maintainer-clean-am: distclean-am maintainer-clean-generic 803maintainer-clean-am: distclean-am maintainer-clean-generic
558 804
559mostlyclean: mostlyclean-am 805mostlyclean: mostlyclean-recursive
560 806
561mostlyclean-am: mostlyclean-compile mostlyclean-generic 807mostlyclean-am: mostlyclean-generic
562 808
563pdf: pdf-am 809pdf: pdf-recursive
564 810
565pdf-am: 811pdf-am:
566 812
567ps: ps-am 813ps: ps-recursive
568 814
569ps-am: 815ps-am:
570 816
571uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ 817uninstall-am:
572 uninstall-sbinPROGRAMS
573 818
574.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ 819.MAKE: $(am__recursive_targets) all install-am install-strip
575 clean-generic clean-sbinPROGRAMS ctags distclean \ 820
576 distclean-compile distclean-generic distclean-tags distdir dvi \ 821.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
577 dvi-am info info-am install install-am install-binPROGRAMS \ 822 am--refresh check check-am clean clean-cscope clean-generic \
823 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
824 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
825 dist-zstd distcheck distclean distclean-generic distclean-hdr \
826 distclean-tags distcleancheck distdir distuninstallcheck dvi \
827 dvi-am html html-am info info-am install install-am \
578 install-data install-data-am install-exec install-exec-am \ 828 install-data install-data-am install-dvi install-dvi-am \
829 install-exec install-exec-am install-html install-html-am \
579 install-info install-info-am install-man install-sbinPROGRAMS \ 830 install-info install-info-am install-man install-pdf \
580 install-strip installcheck installcheck-am installdirs \ 831 install-pdf-am install-ps install-ps-am install-strip \
832 installcheck installcheck-am installdirs installdirs-am \
581 maintainer-clean maintainer-clean-generic mostlyclean \ 833 maintainer-clean maintainer-clean-generic mostlyclean \
582 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 834 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
583 tags uninstall uninstall-am uninstall-binPROGRAMS \ 835 uninstall-am
584 uninstall-info-am uninstall-sbinPROGRAMS
585 836
837.PRECIOUS: Makefile
586 838
587dist-hook: 839
588 rm -f `find . -type l`
589# 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.
590# Otherwise a system limit (for SysV at least) may be exceeded. 841# Otherwise a system limit (for SysV at least) may be exceeded.
591.NOEXPORT: 842.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines