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

Comparing gvpe/Makefile.in (file contents):
Revision 1.6 by pcg, Sun Feb 8 07:24:25 2004 UTC vs.
Revision 1.17 by root, Tue Feb 15 13:31:21 2011 UTC

18top_srcdir = @top_srcdir@ 18top_srcdir = @top_srcdir@
19VPATH = @srcdir@ 19VPATH = @srcdir@
20pkgdatadir = $(datadir)/@PACKAGE@ 20pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@ 21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@ 22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = .. 23top_builddir = .
24 24
25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 25am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26INSTALL = @INSTALL@ 26INSTALL = @INSTALL@
27install_sh_DATA = $(install_sh) -c -m 644 27install_sh_DATA = $(install_sh) -c -m 644
28install_sh_PROGRAM = $(install_sh) -c 28install_sh_PROGRAM = $(install_sh) -c
61ECHO_N = @ECHO_N@ 61ECHO_N = @ECHO_N@
62ECHO_T = @ECHO_T@ 62ECHO_T = @ECHO_T@
63EGREP = @EGREP@ 63EGREP = @EGREP@
64EXEEXT = @EXEEXT@ 64EXEEXT = @EXEEXT@
65GMSGFMT = @GMSGFMT@ 65GMSGFMT = @GMSGFMT@
66GREP = @GREP@
66HAVE_TUNTAP = @HAVE_TUNTAP@ 67HAVE_TUNTAP = @HAVE_TUNTAP@
67IFSUBTYPE = @IFSUBTYPE@ 68IFSUBTYPE = @IFSUBTYPE@
68IFTYPE = @IFTYPE@ 69IFTYPE = @IFTYPE@
69 70INCLUDES = @INCLUDES@
70INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib
71INSTALL_DATA = @INSTALL_DATA@ 71INSTALL_DATA = @INSTALL_DATA@
72INSTALL_PROGRAM = @INSTALL_PROGRAM@ 72INSTALL_PROGRAM = @INSTALL_PROGRAM@
73INSTALL_SCRIPT = @INSTALL_SCRIPT@ 73INSTALL_SCRIPT = @INSTALL_SCRIPT@
74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 74INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
75INTLLIBS = @INTLLIBS@ 75INTLLIBS = @INTLLIBS@
76LDFLAGS = @LDFLAGS@ 76LDFLAGS = @LDFLAGS@
77LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
77LIBICONV = @LIBICONV@ 78LIBICONV = @LIBICONV@
78LIBINTL = @LIBINTL@ 79LIBINTL = @LIBINTL@
79LIBOBJS = @LIBOBJS@ 80LIBOBJS = @LIBOBJS@
80 81LIBS = @LIBS@
81LIBS = @LIBS@ @LIBINTL@
82LINUX_IF_TUN_H = @LINUX_IF_TUN_H@ 82LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
83LN_S = @LN_S@ 83LN_S = @LN_S@
84LTLIBICONV = @LTLIBICONV@ 84LTLIBICONV = @LTLIBICONV@
85LTLIBINTL = @LTLIBINTL@ 85LTLIBINTL = @LTLIBINTL@
86LTLIBOBJS = @LTLIBOBJS@ 86LTLIBOBJS = @LTLIBOBJS@
95PACKAGE = @PACKAGE@ 95PACKAGE = @PACKAGE@
96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 96PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
97PACKAGE_NAME = @PACKAGE_NAME@ 97PACKAGE_NAME = @PACKAGE_NAME@
98PACKAGE_STRING = @PACKAGE_STRING@ 98PACKAGE_STRING = @PACKAGE_STRING@
99PACKAGE_TARNAME = @PACKAGE_TARNAME@ 99PACKAGE_TARNAME = @PACKAGE_TARNAME@
100PACKAGE_URL = @PACKAGE_URL@
100PACKAGE_VERSION = @PACKAGE_VERSION@ 101PACKAGE_VERSION = @PACKAGE_VERSION@
101PATH_SEPARATOR = @PATH_SEPARATOR@ 102PATH_SEPARATOR = @PATH_SEPARATOR@
102POSUB = @POSUB@ 103POSUB = @POSUB@
103RANLIB = @RANLIB@ 104RANLIB = @RANLIB@
104ROHC_FALSE = @ROHC_FALSE@ 105ROHC_FALSE = @ROHC_FALSE@
109USE_NLS = @USE_NLS@ 110USE_NLS = @USE_NLS@
110VERSION = @VERSION@ 111VERSION = @VERSION@
111XGETTEXT = @XGETTEXT@ 112XGETTEXT = @XGETTEXT@
112ac_ct_CC = @ac_ct_CC@ 113ac_ct_CC = @ac_ct_CC@
113ac_ct_CXX = @ac_ct_CXX@ 114ac_ct_CXX = @ac_ct_CXX@
114ac_ct_RANLIB = @ac_ct_RANLIB@
115ac_ct_STRIP = @ac_ct_STRIP@
116am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 115am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
117am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 116am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
118am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 117am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
119am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 118am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
120am__include = @am__include@ 119am__include = @am__include@
125build_alias = @build_alias@ 124build_alias = @build_alias@
126build_cpu = @build_cpu@ 125build_cpu = @build_cpu@
127build_os = @build_os@ 126build_os = @build_os@
128build_vendor = @build_vendor@ 127build_vendor = @build_vendor@
129datadir = @datadir@ 128datadir = @datadir@
129datarootdir = @datarootdir@
130docdir = @docdir@
131dvidir = @dvidir@
130exec_prefix = @exec_prefix@ 132exec_prefix = @exec_prefix@
131host = @host@ 133host = @host@
132host_alias = @host_alias@ 134host_alias = @host_alias@
133host_cpu = @host_cpu@ 135host_cpu = @host_cpu@
134host_os = @host_os@ 136host_os = @host_os@
135host_vendor = @host_vendor@ 137host_vendor = @host_vendor@
138htmldir = @htmldir@
136includedir = @includedir@ 139includedir = @includedir@
137infodir = @infodir@ 140infodir = @infodir@
138install_sh = @install_sh@ 141install_sh = @install_sh@
139libdir = @libdir@ 142libdir = @libdir@
140libexecdir = @libexecdir@ 143libexecdir = @libexecdir@
144localedir = @localedir@
141localstatedir = @localstatedir@ 145localstatedir = @localstatedir@
142mandir = @mandir@ 146mandir = @mandir@
143oldincludedir = @oldincludedir@ 147oldincludedir = @oldincludedir@
148pdfdir = @pdfdir@
144prefix = @prefix@ 149prefix = @prefix@
145program_transform_name = @program_transform_name@ 150program_transform_name = @program_transform_name@
151psdir = @psdir@
146sbindir = @sbindir@ 152sbindir = @sbindir@
147sharedstatedir = @sharedstatedir@ 153sharedstatedir = @sharedstatedir@
148sysconfdir = @sysconfdir@ 154sysconfdir = @sysconfdir@
149target = @target@ 155target = @target@
150target_alias = @target_alias@ 156target_alias = @target_alias@
151target_cpu = @target_cpu@ 157target_cpu = @target_cpu@
152target_os = @target_os@ 158target_os = @target_os@
153target_vendor = @target_vendor@ 159target_vendor = @target_vendor@
154 160
155SUBDIRS = rohc 161AUTOMAKE_OPTIONS = gnu
156 162
157sbin_PROGRAMS = vped 163SUBDIRS = m4 lib src doc po
158bin_PROGRAMS = vpectrl
159 164
160EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C callback.pl \ 165ACLOCAL_AMFLAGS = -I m4
161 tincd/apply tincd/fixit \
162 tincd/cygwin/device.c tincd/darwin/device.c tincd/freebsd/device.c \
163 tincd/linux/device.c tincd/mingw/device.c tincd/netbsd/device.c \
164 tincd/openbsd/device.c tincd/raw_socket/device.c tincd/solaris/device.c \
165 ether_emu.C lzf/lzf_c.c lzf/lzf_d.c
166 166
167EXTRA_DIST = config.rpath mkinstalldirs depcomp TODO \
168 libev/ev.c libev/ev.h libev/libev.m4 libev/ev++.h \
169 libev/ev_epoll.c libev/ev_kqueue.c libev/ev_poll.c libev/ev_select.c \
170 libev/ev_vars.h libev/ev_win32.c libev/ev_wrap.h
167 171
168COMMON = global.h conf.h conf.C util.h util.C \
169 slog.h slog.C netcompat.h
170 172
173CVS_CREATED = ABOUT-NLS configure aclocal.m4 config.h.in config.guess \
174 config.sub install-sh missing mkinstalldirs \
175 stamp-h.in m4/Makefile.am po/Makefile.in.in \
176 po/vpe.pot po/*.sed po/*.header po/*.sin po/Rules-quot \
177 src/.libs intl depcomp
171 178
172vped_SOURCES = vped.C hash_map.h vpn.h vpn.C vpn_tcp.C sockinfo.h sockinfo.C \
173 lzf/lzf.h lzf/lzfP.h iom.h iom_conf.h iom.C \
174 connection.h connection.C callback.h device.h device.C \
175 $(COMMON)
176
177vped_LDADD = $(top_builddir)/lib/libvpe.a
178vpectrl_SOURCES = vpectrl.C \
179 $(COMMON)
180
181vpectrl_LDADD = $(top_builddir)/lib/libvpe.a
182
183localedir = $(datadir)/locale
184
185DEFINES = -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
186 -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" \
187 -DIFTYPE_@IFTYPE@=1 -DIF_@IFSUBTYPE@=1
188
189
190AM_CFLAGS = $(DEFINES)
191AM_CXXFLAGS = $(DEFINES)
192subdir = src 179subdir = .
193ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 180ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
194mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 181mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
195CONFIG_HEADER = $(top_builddir)/config.h 182CONFIG_HEADER = config.h
196CONFIG_CLEAN_FILES = 183CONFIG_CLEAN_FILES =
197bin_PROGRAMS = vpectrl$(EXEEXT) 184DIST_SOURCES =
198sbin_PROGRAMS = vped$(EXEEXT)
199PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
200
201am__objects_1 = conf.$(OBJEXT) util.$(OBJEXT) slog.$(OBJEXT)
202am_vpectrl_OBJECTS = vpectrl.$(OBJEXT) $(am__objects_1)
203vpectrl_OBJECTS = $(am_vpectrl_OBJECTS)
204vpectrl_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
205vpectrl_LDFLAGS =
206am_vped_OBJECTS = vped.$(OBJEXT) vpn.$(OBJEXT) vpn_tcp.$(OBJEXT) \
207 sockinfo.$(OBJEXT) iom.$(OBJEXT) connection.$(OBJEXT) \
208 device.$(OBJEXT) $(am__objects_1)
209vped_OBJECTS = $(am_vped_OBJECTS)
210vped_DEPENDENCIES = $(top_builddir)/lib/libvpe.a
211vped_LDFLAGS =
212
213DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
214depcomp = $(SHELL) $(top_srcdir)/depcomp
215am__depfiles_maybe = depfiles
216@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/conf.Po ./$(DEPDIR)/connection.Po \
217@AMDEP_TRUE@ ./$(DEPDIR)/device.Po ./$(DEPDIR)/iom.Po \
218@AMDEP_TRUE@ ./$(DEPDIR)/slog.Po ./$(DEPDIR)/sockinfo.Po \
219@AMDEP_TRUE@ ./$(DEPDIR)/util.Po ./$(DEPDIR)/vpectrl.Po \
220@AMDEP_TRUE@ ./$(DEPDIR)/vped.Po ./$(DEPDIR)/vpn.Po \
221@AMDEP_TRUE@ ./$(DEPDIR)/vpn_tcp.Po
222CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
223 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
224CXXLD = $(CXX)
225CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
226 -o $@
227COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
228 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
229CCLD = $(CC)
230LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
231DIST_SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES)
232 185
233RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \ 186RECURSIVE_TARGETS = info-recursive dvi-recursive pdf-recursive \
234 ps-recursive install-info-recursive uninstall-info-recursive \ 187 ps-recursive install-info-recursive uninstall-info-recursive \
235 all-recursive install-data-recursive install-exec-recursive \ 188 all-recursive install-data-recursive install-exec-recursive \
236 installdirs-recursive install-recursive uninstall-recursive \ 189 installdirs-recursive install-recursive uninstall-recursive \
237 check-recursive installcheck-recursive 190 check-recursive installcheck-recursive
238DIST_COMMON = $(srcdir)/Makefile.in Makefile.am TODO 191DIST_COMMON = README $(srcdir)/Makefile.in $(srcdir)/configure \
192 ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS \
193 TODO aclocal.m4 config.guess config.h.in config.rpath \
194 config.sub configure configure.ac depcomp install-sh missing \
195 mkinstalldirs
239DIST_SUBDIRS = $(SUBDIRS) 196DIST_SUBDIRS = $(SUBDIRS)
240SOURCES = $(vpectrl_SOURCES) $(vped_SOURCES) 197all: config.h
241 198 $(MAKE) $(AM_MAKEFLAGS) all-recursive
242all: all-recursive
243 199
244.SUFFIXES: 200.SUFFIXES:
245.SUFFIXES: .C .o .obj 201
202am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
203 configure.lineno
246$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 204$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
247 cd $(top_srcdir) && \ 205 cd $(top_srcdir) && \
248 $(AUTOMAKE) --gnu src/Makefile 206 $(AUTOMAKE) --gnu Makefile
249Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status 207Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
250 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe) 208 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)
251binPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 209
252install-binPROGRAMS: $(bin_PROGRAMS) 210$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
253 @$(NORMAL_INSTALL) 211 $(SHELL) ./config.status --recheck
254 $(mkinstalldirs) $(DESTDIR)$(bindir) 212$(srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
255 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 213 cd $(srcdir) && $(AUTOCONF)
256 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ 214
257 if test -f $$p \ 215$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.ac m4/aclocal-include.m4 m4/codeset.m4 m4/gettext.m4 m4/glibc21.m4 m4/iconv.m4 m4/intdiv0.m4 m4/inttypes-pri.m4 m4/inttypes.m4 m4/inttypes_h.m4 m4/isc-posix.m4 m4/lcmessage.m4 m4/lib-ld.m4 m4/lib-link.m4 m4/lib-prefix.m4 m4/openssl.m4 m4/progtest.m4 m4/stdint_h.m4 m4/tuntap.m4 m4/uintmax_t.m4 m4/ulonglong.m4
258 ; then \ 216 cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
259 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \ 217
260 echo " $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f"; \ 218config.h: stamp-h1
261 $(INSTALL_PROGRAM_ENV) $(binPROGRAMS_INSTALL) $$p $(DESTDIR)$(bindir)/$$f || exit 1; \ 219 @if test ! -f $@; then \
220 rm -f stamp-h1; \
221 $(MAKE) stamp-h1; \
262 else :; fi; \ 222 else :; fi
263 done
264 223
265uninstall-binPROGRAMS: 224stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
266 @$(NORMAL_UNINSTALL) 225 @rm -f stamp-h1
267 @list='$(bin_PROGRAMS)'; for p in $$list; do \ 226 cd $(top_builddir) && $(SHELL) ./config.status config.h
268 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
269 echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
270 rm -f $(DESTDIR)$(bindir)/$$f; \
271 done
272 227
273clean-binPROGRAMS: 228$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(top_srcdir)/configure.ac $(ACLOCAL_M4)
274 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 229 cd $(top_srcdir) && $(AUTOHEADER)
275sbinPROGRAMS_INSTALL = $(INSTALL_PROGRAM) 230 touch $(srcdir)/config.h.in
276install-sbinPROGRAMS: $(sbin_PROGRAMS)
277 @$(NORMAL_INSTALL)
278 $(mkinstalldirs) $(DESTDIR)$(sbindir)
279 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
280 p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
281 if test -f $$p \
282 ; then \
283 f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
284 echo " $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f"; \
285 $(INSTALL_PROGRAM_ENV) $(sbinPROGRAMS_INSTALL) $$p $(DESTDIR)$(sbindir)/$$f || exit 1; \
286 else :; fi; \
287 done
288 231
289uninstall-sbinPROGRAMS: 232distclean-hdr:
290 @$(NORMAL_UNINSTALL) 233 -rm -f config.h stamp-h1
291 @list='$(sbin_PROGRAMS)'; for p in $$list; do \
292 f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
293 echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
294 rm -f $(DESTDIR)$(sbindir)/$$f; \
295 done
296
297clean-sbinPROGRAMS:
298 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
299vpectrl$(EXEEXT): $(vpectrl_OBJECTS) $(vpectrl_DEPENDENCIES)
300 @rm -f vpectrl$(EXEEXT)
301 $(CXXLINK) $(vpectrl_LDFLAGS) $(vpectrl_OBJECTS) $(vpectrl_LDADD) $(LIBS)
302vped$(EXEEXT): $(vped_OBJECTS) $(vped_DEPENDENCIES)
303 @rm -f vped$(EXEEXT)
304 $(CXXLINK) $(vped_LDFLAGS) $(vped_OBJECTS) $(vped_LDADD) $(LIBS)
305
306mostlyclean-compile:
307 -rm -f *.$(OBJEXT) core *.core
308
309distclean-compile:
310 -rm -f *.tab.c
311
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iom.Po@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpectrl.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vped.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_tcp.Po@am__quote@
323
324.C.o:
325@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
326@am__fastdepCXX_TRUE@ -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<; \
327@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
328@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
329@am__fastdepCXX_TRUE@ fi
330@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
334
335.C.obj:
336@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" \
337@am__fastdepCXX_TRUE@ -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`; \
338@am__fastdepCXX_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; \
339@am__fastdepCXX_TRUE@ else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; \
340@am__fastdepCXX_TRUE@ fi
341@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
342@AMDEP_TRUE@@am__fastdepCXX_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
343@AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
344@am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `if test -f '$<'; then $(CYGPATH_W) '$<'; else $(CYGPATH_W) '$(srcdir)/$<'; fi`
345uninstall-info-am: 234uninstall-info-am:
346 235
347# This directory's subdirectories are mostly independent; you can cd 236# This directory's subdirectories are mostly independent; you can cd
348# into them and run `make' without going through this Makefile. 237# into them and run `make' without going through this Makefile.
349# To change the values of `make' variables: instead of editing Makefiles, 238# To change the values of `make' variables: instead of editing Makefiles,
418 done | \ 307 done | \
419 $(AWK) ' { files[$$0] = 1; } \ 308 $(AWK) ' { files[$$0] = 1; } \
420 END { for (i in files) print i; }'`; \ 309 END { for (i in files) print i; }'`; \
421 mkid -fID $$unique 310 mkid -fID $$unique
422 311
423TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 312TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
424 $(TAGS_FILES) $(LISP) 313 $(TAGS_FILES) $(LISP)
425 tags=; \ 314 tags=; \
426 here=`pwd`; \ 315 here=`pwd`; \
427 if (etags --etags-include --version) >/dev/null 2>&1; then \ 316 if (etags --etags-include --version) >/dev/null 2>&1; then \
428 include_option=--etags-include; \ 317 include_option=--etags-include; \
433 if test "$$subdir" = .; then :; else \ 322 if test "$$subdir" = .; then :; else \
434 test -f $$subdir/TAGS && \ 323 test -f $$subdir/TAGS && \
435 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 324 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
436 fi; \ 325 fi; \
437 done; \ 326 done; \
438 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 327 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
439 unique=`for i in $$list; do \ 328 unique=`for i in $$list; do \
440 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 329 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
441 done | \ 330 done | \
442 $(AWK) ' { files[$$0] = 1; } \ 331 $(AWK) ' { files[$$0] = 1; } \
443 END { for (i in files) print i; }'`; \ 332 END { for (i in files) print i; }'`; \
444 test -z "$(ETAGS_ARGS)$$tags$$unique" \ 333 test -z "$(ETAGS_ARGS)$$tags$$unique" \
445 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 334 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446 $$tags $$unique 335 $$tags $$unique
447 336
448ctags: CTAGS 337ctags: CTAGS
449CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ 338CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
450 $(TAGS_FILES) $(LISP) 339 $(TAGS_FILES) $(LISP)
451 tags=; \ 340 tags=; \
452 here=`pwd`; \ 341 here=`pwd`; \
453 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 342 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
454 unique=`for i in $$list; do \ 343 unique=`for i in $$list; do \
455 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 344 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
456 done | \ 345 done | \
457 $(AWK) ' { files[$$0] = 1; } \ 346 $(AWK) ' { files[$$0] = 1; } \
458 END { for (i in files) print i; }'`; \ 347 END { for (i in files) print i; }'`; \
467 356
468distclean-tags: 357distclean-tags:
469 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 358 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
470DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 359DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
471 360
472top_distdir = .. 361top_distdir = .
473distdir = $(top_distdir)/$(PACKAGE)-$(VERSION) 362distdir = $(PACKAGE)-$(VERSION)
363
364am__remove_distdir = \
365 { test ! -d $(distdir) \
366 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
367 && rm -fr $(distdir); }; }
368
369GZIP_ENV = --best
370distuninstallcheck_listfiles = find . -type f -print
371distcleancheck_listfiles = find . -type f -print
474 372
475distdir: $(DISTFILES) 373distdir: $(DISTFILES)
476 $(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 374 $(am__remove_distdir)
375 mkdir $(distdir)
376 $(mkinstalldirs) $(distdir)/libev $(distdir)/po
477 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 377 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
478 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 378 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
479 list='$(DISTFILES)'; for file in $$list; do \ 379 list='$(DISTFILES)'; for file in $$list; do \
480 case $$file in \ 380 case $$file in \
481 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 381 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
511 distdir=../$(distdir)/$$subdir \ 411 distdir=../$(distdir)/$$subdir \
512 distdir) \ 412 distdir) \
513 || exit 1; \ 413 || exit 1; \
514 fi; \ 414 fi; \
515 done 415 done
416 -find "$(distdir)" -type d ! -perm -755 \
417 -exec chmod u+rwx,go+rx {} \; -o \
418 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
419 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
420 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
421 || chmod -R a+r $(distdir)
422dist-gzip: distdir
423 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
424 $(am__remove_distdir)
425
426dist dist-all: distdir
427 $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
428 $(am__remove_distdir)
429
430# This target untars the dist file and tries a VPATH configuration. Then
431# it guarantees that the distribution is self-contained by making another
432# tarfile.
433distcheck: dist
434 $(am__remove_distdir)
435 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
436 chmod -R a-w $(distdir); chmod a+w $(distdir)
437 mkdir $(distdir)/_build
438 mkdir $(distdir)/_inst
439 chmod a-w $(distdir)
440 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
441 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
442 && cd $(distdir)/_build \
443 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
444 $(DISTCHECK_CONFIGURE_FLAGS) \
516 $(MAKE) $(AM_MAKEFLAGS) \ 445 && $(MAKE) $(AM_MAKEFLAGS) \
517 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 446 && $(MAKE) $(AM_MAKEFLAGS) dvi \
518 dist-hook 447 && $(MAKE) $(AM_MAKEFLAGS) check \
448 && $(MAKE) $(AM_MAKEFLAGS) install \
449 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
450 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
451 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
452 distuninstallcheck \
453 && chmod -R a-w "$$dc_install_base" \
454 && ({ \
455 (cd ../.. && $(mkinstalldirs) "$$dc_destdir") \
456 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
457 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
458 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
459 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
460 } || { rm -rf "$$dc_destdir"; exit 1; }) \
461 && rm -rf "$$dc_destdir" \
462 && $(MAKE) $(AM_MAKEFLAGS) dist-gzip \
463 && rm -f $(distdir).tar.gz \
464 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
465 $(am__remove_distdir)
466 @echo "$(distdir).tar.gz is ready for distribution" | \
467 sed 'h;s/./=/g;p;x;p;x'
468distuninstallcheck:
469 @cd $(distuninstallcheck_dir) \
470 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
471 || { echo "ERROR: files left after uninstall:" ; \
472 if test -n "$(DESTDIR)"; then \
473 echo " (check DESTDIR support)"; \
474 fi ; \
475 $(distuninstallcheck_listfiles) ; \
476 exit 1; } >&2
477distcleancheck: distclean
478 @if test '$(srcdir)' = . ; then \
479 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
480 exit 1 ; \
481 fi
482 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
483 || { echo "ERROR: files left in build directory after distclean:" ; \
484 $(distcleancheck_listfiles) ; \
485 exit 1; } >&2
519check-am: all-am 486check-am: all-am
520check: check-recursive 487check: check-recursive
521all-am: Makefile $(PROGRAMS) 488all-am: Makefile config.h
522installdirs: installdirs-recursive 489installdirs: installdirs-recursive
523installdirs-am: 490installdirs-am:
524 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(sbindir)
525 491
526install: install-recursive 492install: install-recursive
527install-exec: install-exec-recursive 493install-exec: install-exec-recursive
528install-data: install-data-recursive 494install-data: install-data-recursive
529uninstall: uninstall-recursive 495uninstall: uninstall-recursive
547maintainer-clean-generic: 513maintainer-clean-generic:
548 @echo "This command is intended for maintainers to use" 514 @echo "This command is intended for maintainers to use"
549 @echo "it deletes files that may require special tools to rebuild." 515 @echo "it deletes files that may require special tools to rebuild."
550clean: clean-recursive 516clean: clean-recursive
551 517
552clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \ 518clean-am: clean-generic mostlyclean-am
553 mostlyclean-am
554 519
555distclean: distclean-recursive 520distclean: distclean-recursive
556 -rm -rf ./$(DEPDIR) 521 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
557 -rm -f Makefile 522 -rm -f Makefile
558distclean-am: clean-am distclean-compile distclean-generic \ 523distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
559 distclean-tags
560 524
561dvi: dvi-recursive 525dvi: dvi-recursive
562 526
563dvi-am: 527dvi-am:
564 528
566 530
567info-am: 531info-am:
568 532
569install-data-am: 533install-data-am:
570 534
571install-exec-am: install-binPROGRAMS install-sbinPROGRAMS 535install-exec-am:
572 536
573install-info: install-info-recursive 537install-info: install-info-recursive
574 538
575install-man: 539install-man:
576 540
577installcheck-am: 541installcheck-am:
578 542
579maintainer-clean: maintainer-clean-recursive 543maintainer-clean: maintainer-clean-recursive
580 -rm -rf ./$(DEPDIR) 544 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
545 -rm -rf $(top_srcdir)/autom4te.cache
581 -rm -f Makefile 546 -rm -f Makefile
582maintainer-clean-am: distclean-am maintainer-clean-generic 547maintainer-clean-am: distclean-am maintainer-clean-generic
583 548
584mostlyclean: mostlyclean-recursive 549mostlyclean: mostlyclean-recursive
585 550
586mostlyclean-am: mostlyclean-compile mostlyclean-generic 551mostlyclean-am: mostlyclean-generic
587 552
588pdf: pdf-recursive 553pdf: pdf-recursive
589 554
590pdf-am: 555pdf-am:
591 556
592ps: ps-recursive 557ps: ps-recursive
593 558
594ps-am: 559ps-am:
595 560
596uninstall-am: uninstall-binPROGRAMS uninstall-info-am \ 561uninstall-am: uninstall-info-am
597 uninstall-sbinPROGRAMS
598 562
599uninstall-info: uninstall-info-recursive 563uninstall-info: uninstall-info-recursive
600 564
601.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \ 565.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am clean \
602 clean-binPROGRAMS clean-generic clean-recursive \ 566 clean-generic clean-recursive ctags ctags-recursive dist \
603 clean-sbinPROGRAMS ctags ctags-recursive distclean \ 567 dist-all dist-gzip distcheck distclean distclean-generic \
604 distclean-compile distclean-generic distclean-recursive \ 568 distclean-hdr distclean-recursive distclean-tags distcleancheck \
605 distclean-tags distdir dvi dvi-am dvi-recursive info info-am \ 569 distdir distuninstallcheck dvi dvi-am dvi-recursive info \
606 info-recursive install install-am install-binPROGRAMS \ 570 info-am info-recursive install install-am install-data \
607 install-data install-data-am install-data-recursive \ 571 install-data-am install-data-recursive install-exec \
608 install-exec install-exec-am install-exec-recursive \ 572 install-exec-am install-exec-recursive install-info \
609 install-info install-info-am install-info-recursive install-man \ 573 install-info-am install-info-recursive install-man \
610 install-recursive install-sbinPROGRAMS install-strip \ 574 install-recursive install-strip installcheck installcheck-am \
611 installcheck installcheck-am installdirs installdirs-am \ 575 installdirs installdirs-am installdirs-recursive \
612 installdirs-recursive maintainer-clean maintainer-clean-generic \ 576 maintainer-clean maintainer-clean-generic \
613 maintainer-clean-recursive mostlyclean mostlyclean-compile \ 577 maintainer-clean-recursive mostlyclean mostlyclean-generic \
614 mostlyclean-generic mostlyclean-recursive pdf pdf-am \ 578 mostlyclean-recursive pdf pdf-am pdf-recursive ps ps-am \
615 pdf-recursive ps ps-am ps-recursive tags tags-recursive \ 579 ps-recursive tags tags-recursive uninstall uninstall-am \
616 uninstall uninstall-am uninstall-binPROGRAMS uninstall-info-am \
617 uninstall-info-recursive uninstall-recursive \ 580 uninstall-info-am uninstall-info-recursive uninstall-recursive
618 uninstall-sbinPROGRAMS
619 581
620
621dist-hook:
622 rm -f `find . -type l`
623# Tell versions [3.59,3.63) of GNU make to not export all variables. 582# Tell versions [3.59,3.63) of GNU make to not export all variables.
624# Otherwise a system limit (for SysV at least) may be exceeded. 583# Otherwise a system limit (for SysV at least) may be exceeded.
625.NOEXPORT: 584.NOEXPORT:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines