ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/Makefile.in
Revision: 1.20
Committed: Wed Jul 10 01:51:40 2013 UTC (10 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-2_25
Changes since 1.19: +298 -203 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #SUBDIRS = rohc
19
20 VPATH = @srcdir@
21 am__make_dryrun = \
22 { \
23 am__dry=no; \
24 case $$MAKEFLAGS in \
25 *\\[\ \ ]*) \
26 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
27 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
28 *) \
29 for am__flg in $$MAKEFLAGS; do \
30 case $$am__flg in \
31 *=*|--*) ;; \
32 *n*) am__dry=yes; break;; \
33 esac; \
34 done;; \
35 esac; \
36 test $$am__dry = yes; \
37 }
38 pkgdatadir = $(datadir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkglibexecdir = $(libexecdir)/@PACKAGE@
42 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
43 install_sh_DATA = $(install_sh) -c -m 644
44 install_sh_PROGRAM = $(install_sh) -c
45 install_sh_SCRIPT = $(install_sh) -c
46 INSTALL_HEADER = $(INSTALL_DATA)
47 transform = $(program_transform_name)
48 NORMAL_INSTALL = :
49 PRE_INSTALL = :
50 POST_INSTALL = :
51 NORMAL_UNINSTALL = :
52 PRE_UNINSTALL = :
53 POST_UNINSTALL = :
54 build_triplet = @build@
55 host_triplet = @host@
56 target_triplet = @target@
57 sbin_PROGRAMS = gvpe$(EXEEXT)
58 bin_PROGRAMS = gvpectrl$(EXEEXT)
59 subdir = src
60 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
63 $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \
64 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
65 $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/progtest.m4 \
66 $(top_srcdir)/m4/tuntap.m4 $(top_srcdir)/libev/libev.m4 \
67 $(top_srcdir)/configure.ac
68 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
69 $(ACLOCAL_M4)
70 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
71 CONFIG_HEADER = $(top_builddir)/config.h
72 CONFIG_CLEAN_FILES =
73 CONFIG_CLEAN_VPATH_FILES =
74 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"
75 PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
76 am__objects_1 = conf.$(OBJEXT) util.$(OBJEXT) slog.$(OBJEXT) \
77 ev_cpp.$(OBJEXT)
78 am_gvpe_OBJECTS = gvpe.$(OBJEXT) vpn.$(OBJEXT) vpn_tcp.$(OBJEXT) \
79 vpn_dns.$(OBJEXT) sockinfo.$(OBJEXT) connection.$(OBJEXT) \
80 device.$(OBJEXT) $(am__objects_1)
81 gvpe_OBJECTS = $(am_gvpe_OBJECTS)
82 @ROHC_TRUE@am__DEPENDENCIES_1 = rohc/librohc.a
83 gvpe_DEPENDENCIES = $(top_builddir)/lib/libgvpe.a \
84 $(am__DEPENDENCIES_1)
85 gvpe_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(gvpe_LDFLAGS) \
86 $(LDFLAGS) -o $@
87 am_gvpectrl_OBJECTS = gvpectrl.$(OBJEXT) $(am__objects_1)
88 gvpectrl_OBJECTS = $(am_gvpectrl_OBJECTS)
89 gvpectrl_DEPENDENCIES = $(top_builddir)/lib/libgvpe.a
90 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
91 depcomp = $(SHELL) $(top_srcdir)/depcomp
92 am__depfiles_maybe = depfiles
93 am__mv = mv -f
94 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
95 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
96 CXXLD = $(CXX)
97 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
98 -o $@
99 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
100 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
101 CCLD = $(CC)
102 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
103 SOURCES = $(gvpe_SOURCES) $(gvpectrl_SOURCES)
104 DIST_SOURCES = $(gvpe_SOURCES) $(gvpectrl_SOURCES)
105 am__can_run_installinfo = \
106 case $$AM_UPDATE_INFO_DIR in \
107 n|no|NO) false;; \
108 *) (install-info --version) >/dev/null 2>&1;; \
109 esac
110 ETAGS = etags
111 CTAGS = ctags
112 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113 ACLOCAL = @ACLOCAL@
114 ALLOCA = @ALLOCA@
115 AMTAR = @AMTAR@
116 AUTOCONF = @AUTOCONF@
117 AUTOHEADER = @AUTOHEADER@
118 AUTOMAKE = @AUTOMAKE@
119 AWK = @AWK@
120 CC = @CC@
121 CCDEPMODE = @CCDEPMODE@
122 CFLAGS = @CFLAGS@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CXX = @CXX@
126 CXXCPP = @CXXCPP@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFS = @DEFS@
131 DEPDIR = @DEPDIR@
132 ECHO_C = @ECHO_C@
133 ECHO_N = @ECHO_N@
134 ECHO_T = @ECHO_T@
135 EGREP = @EGREP@
136 EXEEXT = @EXEEXT@
137 GMSGFMT = @GMSGFMT@
138 GREP = @GREP@
139 HAVE_TUNTAP = @HAVE_TUNTAP@
140 IFSUBTYPE = @IFSUBTYPE@
141 IFTYPE = @IFTYPE@
142 INCLUDES = -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/libev @INCLUDES@
143 INSTALL = @INSTALL@
144 INSTALL_DATA = @INSTALL_DATA@
145 INSTALL_PROGRAM = @INSTALL_PROGRAM@
146 INSTALL_SCRIPT = @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
148 INTLLIBS = @INTLLIBS@
149 LDFLAGS = @LDFLAGS@
150 LDFLAGS_DAEMON = @LDFLAGS_DAEMON@
151 LIBICONV = @LIBICONV@
152 LIBINTL = @LIBINTL@
153 LIBOBJS = @LIBOBJS@
154 LIBS = @LIBS@ @LIBINTL@
155 LINUX_IF_TUN_H = @LINUX_IF_TUN_H@
156 LN_S = @LN_S@
157 LTLIBICONV = @LTLIBICONV@
158 LTLIBINTL = @LTLIBINTL@
159 LTLIBOBJS = @LTLIBOBJS@
160 MAINT = @MAINT@
161 MAKEINFO = @MAKEINFO@
162 MKDIR_P = @MKDIR_P@
163 MKINSTALLDIRS = @MKINSTALLDIRS@
164 MSGFMT = @MSGFMT@
165 MSGMERGE = @MSGMERGE@
166 OBJEXT = @OBJEXT@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_URL = @PACKAGE_URL@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 POSUB = @POSUB@
176 RANLIB = @RANLIB@
177 SET_MAKE = @SET_MAKE@
178 SHELL = @SHELL@
179 STRIP = @STRIP@
180 USE_NLS = @USE_NLS@
181 VERSION = @VERSION@
182 XGETTEXT = @XGETTEXT@
183 abs_builddir = @abs_builddir@
184 abs_srcdir = @abs_srcdir@
185 abs_top_builddir = @abs_top_builddir@
186 abs_top_srcdir = @abs_top_srcdir@
187 ac_ct_CC = @ac_ct_CC@
188 ac_ct_CXX = @ac_ct_CXX@
189 am__include = @am__include@
190 am__leading_dot = @am__leading_dot@
191 am__quote = @am__quote@
192 am__tar = @am__tar@
193 am__untar = @am__untar@
194 bindir = @bindir@
195 build = @build@
196 build_alias = @build_alias@
197 build_cpu = @build_cpu@
198 build_os = @build_os@
199 build_vendor = @build_vendor@
200 builddir = @builddir@
201 datadir = @datadir@
202 datarootdir = @datarootdir@
203 docdir = @docdir@
204 dvidir = @dvidir@
205 exec_prefix = @exec_prefix@
206 host = @host@
207 host_alias = @host_alias@
208 host_cpu = @host_cpu@
209 host_os = @host_os@
210 host_vendor = @host_vendor@
211 htmldir = @htmldir@
212 includedir = @includedir@
213 infodir = @infodir@
214 install_sh = @install_sh@
215 libdir = @libdir@
216 libexecdir = @libexecdir@
217 localedir = $(datadir)/locale
218 localstatedir = @localstatedir@
219 mandir = @mandir@
220 mkdir_p = @mkdir_p@
221 oldincludedir = @oldincludedir@
222 pdfdir = @pdfdir@
223 prefix = @prefix@
224 program_transform_name = @program_transform_name@
225 psdir = @psdir@
226 sbindir = @sbindir@
227 sharedstatedir = @sharedstatedir@
228 srcdir = @srcdir@
229 sysconfdir = @sysconfdir@
230 target = @target@
231 target_alias = @target_alias@
232 target_cpu = @target_cpu@
233 target_os = @target_os@
234 target_vendor = @target_vendor@
235 top_build_prefix = @top_build_prefix@
236 top_builddir = @top_builddir@
237 top_srcdir = @top_srcdir@
238 EXTRA_DIST = device-linux.C device-cygwin.C device-tincd.C device-darwin.C callback.pl \
239 tincd/apply tincd/fixit \
240 tincd/cygwin/device.c tincd/darwin/device.c tincd/freebsd/device.c \
241 tincd/linux/device.c tincd/mingw/common.h tincd/mingw/device.c tincd/netbsd/device.c \
242 tincd/openbsd/device.c tincd/raw_socket/device.c tincd/solaris/device.c \
243 tincd/uml_socket/device.c tincd/bsd/device.c \
244 ether_emu.C lzf/lzf_c.c lzf/lzf_d.c
245
246 @ROHC_FALSE@ROHCLIB =
247 @ROHC_TRUE@ROHCLIB = rohc/librohc.a
248 COMMON = global.h conf.h conf.C util.h util.C \
249 slog.h slog.C netcompat.h ev_cpp.h ev_cpp.C
250
251 gvpe_SOURCES = gvpe.C vpn.h vpn.C vpn_tcp.C vpn_dns.C \
252 sockinfo.h sockinfo.C \
253 lzf/lzf.h lzf/lzfP.h \
254 connection.h connection.C callback.h device.h device.C \
255 $(COMMON)
256
257 gvpe_LDADD = $(top_builddir)/lib/libgvpe.a $(ROHCLIB)
258 gvpe_LDFLAGS = @LDFLAGS_DAEMON@
259 gvpectrl_SOURCES = gvpectrl.C $(COMMON)
260 gvpectrl_LDADD = $(top_builddir)/lib/libgvpe.a
261 DEFINES = -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\" \
262 -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" \
263 -DIFTYPE_@IFTYPE@=1 -DIF_@IFSUBTYPE@=1
264
265 AM_CFLAGS = $(DEFINES)
266 AM_CXXFLAGS = $(DEFINES)
267 all: all-am
268
269 .SUFFIXES:
270 .SUFFIXES: .C .o .obj
271 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
272 @for dep in $?; do \
273 case '$(am__configure_deps)' in \
274 *$$dep*) \
275 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
276 && { if test -f $@; then exit 0; else break; fi; }; \
277 exit 1;; \
278 esac; \
279 done; \
280 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
281 $(am__cd) $(top_srcdir) && \
282 $(AUTOMAKE) --gnu src/Makefile
283 .PRECIOUS: Makefile
284 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285 @case '$?' in \
286 *config.status*) \
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288 *) \
289 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291 esac;
292
293 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300 $(am__aclocal_m4_deps):
301 install-binPROGRAMS: $(bin_PROGRAMS)
302 @$(NORMAL_INSTALL)
303 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
304 if test -n "$$list"; then \
305 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
306 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
307 fi; \
308 for p in $$list; do echo "$$p $$p"; done | \
309 sed 's/$(EXEEXT)$$//' | \
310 while read p p1; do if test -f $$p; \
311 then echo "$$p"; echo "$$p"; else :; fi; \
312 done | \
313 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
314 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
315 sed 'N;N;N;s,\n, ,g' | \
316 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
317 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
318 if ($$2 == $$4) files[d] = files[d] " " $$1; \
319 else { print "f", $$3 "/" $$4, $$1; } } \
320 END { for (d in files) print "f", d, files[d] }' | \
321 while read type dir files; do \
322 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
323 test -z "$$files" || { \
324 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
325 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
326 } \
327 ; done
328
329 uninstall-binPROGRAMS:
330 @$(NORMAL_UNINSTALL)
331 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
332 files=`for p in $$list; do echo "$$p"; done | \
333 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
334 -e 's/$$/$(EXEEXT)/' `; \
335 test -n "$$list" || exit 0; \
336 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
337 cd "$(DESTDIR)$(bindir)" && rm -f $$files
338
339 clean-binPROGRAMS:
340 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
341 install-sbinPROGRAMS: $(sbin_PROGRAMS)
342 @$(NORMAL_INSTALL)
343 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
344 if test -n "$$list"; then \
345 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
346 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
347 fi; \
348 for p in $$list; do echo "$$p $$p"; done | \
349 sed 's/$(EXEEXT)$$//' | \
350 while read p p1; do if test -f $$p; \
351 then echo "$$p"; echo "$$p"; else :; fi; \
352 done | \
353 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
354 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
355 sed 'N;N;N;s,\n, ,g' | \
356 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
357 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
358 if ($$2 == $$4) files[d] = files[d] " " $$1; \
359 else { print "f", $$3 "/" $$4, $$1; } } \
360 END { for (d in files) print "f", d, files[d] }' | \
361 while read type dir files; do \
362 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
363 test -z "$$files" || { \
364 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
365 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
366 } \
367 ; done
368
369 uninstall-sbinPROGRAMS:
370 @$(NORMAL_UNINSTALL)
371 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
372 files=`for p in $$list; do echo "$$p"; done | \
373 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
374 -e 's/$$/$(EXEEXT)/' `; \
375 test -n "$$list" || exit 0; \
376 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
377 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
378
379 clean-sbinPROGRAMS:
380 -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS)
381 gvpe$(EXEEXT): $(gvpe_OBJECTS) $(gvpe_DEPENDENCIES) $(EXTRA_gvpe_DEPENDENCIES)
382 @rm -f gvpe$(EXEEXT)
383 $(gvpe_LINK) $(gvpe_OBJECTS) $(gvpe_LDADD) $(LIBS)
384 gvpectrl$(EXEEXT): $(gvpectrl_OBJECTS) $(gvpectrl_DEPENDENCIES) $(EXTRA_gvpectrl_DEPENDENCIES)
385 @rm -f gvpectrl$(EXEEXT)
386 $(CXXLINK) $(gvpectrl_OBJECTS) $(gvpectrl_LDADD) $(LIBS)
387
388 mostlyclean-compile:
389 -rm -f *.$(OBJEXT)
390
391 distclean-compile:
392 -rm -f *.tab.c
393
394 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conf.Po@am__quote@
395 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/device.Po@am__quote@
397 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev_cpp.Po@am__quote@
398 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvpe.Po@am__quote@
399 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gvpectrl.Po@am__quote@
400 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slog.Po@am__quote@
401 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sockinfo.Po@am__quote@
402 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Po@am__quote@
403 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn.Po@am__quote@
404 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_dns.Po@am__quote@
405 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vpn_tcp.Po@am__quote@
406
407 .C.o:
408 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
409 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
410 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
411 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
412 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
413
414 .C.obj:
415 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
416 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
417 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
418 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
419 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
420
421 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
422 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
423 unique=`for i in $$list; do \
424 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
425 done | \
426 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
427 END { if (nonempty) { for (i in files) print i; }; }'`; \
428 mkid -fID $$unique
429 tags: TAGS
430
431 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
432 $(TAGS_FILES) $(LISP)
433 set x; \
434 here=`pwd`; \
435 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
436 unique=`for i in $$list; do \
437 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438 done | \
439 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440 END { if (nonempty) { for (i in files) print i; }; }'`; \
441 shift; \
442 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443 test -n "$$unique" || unique=$$empty_fix; \
444 if test $$# -gt 0; then \
445 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446 "$$@" $$unique; \
447 else \
448 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449 $$unique; \
450 fi; \
451 fi
452 ctags: CTAGS
453 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
454 $(TAGS_FILES) $(LISP)
455 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
456 unique=`for i in $$list; do \
457 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458 done | \
459 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460 END { if (nonempty) { for (i in files) print i; }; }'`; \
461 test -z "$(CTAGS_ARGS)$$unique" \
462 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463 $$unique
464
465 GTAGS:
466 here=`$(am__cd) $(top_builddir) && pwd` \
467 && $(am__cd) $(top_srcdir) \
468 && gtags -i $(GTAGS_ARGS) "$$here"
469
470 distclean-tags:
471 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
473 distdir: $(DISTFILES)
474 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476 list='$(DISTFILES)'; \
477 dist_files=`for file in $$list; do echo $$file; done | \
478 sed -e "s|^$$srcdirstrip/||;t" \
479 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480 case $$dist_files in \
481 */*) $(MKDIR_P) `echo "$$dist_files" | \
482 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483 sort -u` ;; \
484 esac; \
485 for file in $$dist_files; do \
486 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487 if test -d $$d/$$file; then \
488 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489 if test -d "$(distdir)/$$file"; then \
490 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491 fi; \
492 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495 fi; \
496 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
497 else \
498 test -f "$(distdir)/$$file" \
499 || cp -p $$d/$$file "$(distdir)/$$file" \
500 || exit 1; \
501 fi; \
502 done
503 $(MAKE) $(AM_MAKEFLAGS) \
504 top_distdir="$(top_distdir)" distdir="$(distdir)" \
505 dist-hook
506 check-am: all-am
507 check: check-am
508 all-am: Makefile $(PROGRAMS)
509 installdirs:
510 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)"; do \
511 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
512 done
513 install: install-am
514 install-exec: install-exec-am
515 install-data: install-data-am
516 uninstall: uninstall-am
517
518 install-am: all-am
519 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
520
521 installcheck: installcheck-am
522 install-strip:
523 if test -z '$(STRIP)'; then \
524 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
525 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
526 install; \
527 else \
528 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
529 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
530 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
531 fi
532 mostlyclean-generic:
533
534 clean-generic:
535
536 distclean-generic:
537 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
538 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
539
540 maintainer-clean-generic:
541 @echo "This command is intended for maintainers to use"
542 @echo "it deletes files that may require special tools to rebuild."
543 clean: clean-am
544
545 clean-am: clean-binPROGRAMS clean-generic clean-sbinPROGRAMS \
546 mostlyclean-am
547
548 distclean: distclean-am
549 -rm -rf ./$(DEPDIR)
550 -rm -f Makefile
551 distclean-am: clean-am distclean-compile distclean-generic \
552 distclean-tags
553
554 dvi: dvi-am
555
556 dvi-am:
557
558 html: html-am
559
560 html-am:
561
562 info: info-am
563
564 info-am:
565
566 install-data-am:
567
568 install-dvi: install-dvi-am
569
570 install-dvi-am:
571
572 install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
573
574 install-html: install-html-am
575
576 install-html-am:
577
578 install-info: install-info-am
579
580 install-info-am:
581
582 install-man:
583
584 install-pdf: install-pdf-am
585
586 install-pdf-am:
587
588 install-ps: install-ps-am
589
590 install-ps-am:
591
592 installcheck-am:
593
594 maintainer-clean: maintainer-clean-am
595 -rm -rf ./$(DEPDIR)
596 -rm -f Makefile
597 maintainer-clean-am: distclean-am maintainer-clean-generic
598
599 mostlyclean: mostlyclean-am
600
601 mostlyclean-am: mostlyclean-compile mostlyclean-generic
602
603 pdf: pdf-am
604
605 pdf-am:
606
607 ps: ps-am
608
609 ps-am:
610
611 uninstall-am: uninstall-binPROGRAMS uninstall-sbinPROGRAMS
612
613 .MAKE: install-am install-strip
614
615 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
616 clean-generic clean-sbinPROGRAMS ctags dist-hook distclean \
617 distclean-compile distclean-generic distclean-tags distdir dvi \
618 dvi-am html html-am info info-am install install-am \
619 install-binPROGRAMS install-data install-data-am install-dvi \
620 install-dvi-am install-exec install-exec-am install-html \
621 install-html-am install-info install-info-am install-man \
622 install-pdf install-pdf-am install-ps install-ps-am \
623 install-sbinPROGRAMS install-strip installcheck \
624 installcheck-am installdirs maintainer-clean \
625 maintainer-clean-generic mostlyclean mostlyclean-compile \
626 mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
627 uninstall-am uninstall-binPROGRAMS uninstall-sbinPROGRAMS
628
629
630 dist-hook:
631 rm -f `find . -type l`
632
633 # Tell versions [3.59,3.63) of GNU make to not export all variables.
634 # Otherwise a system limit (for SysV at least) may be exceeded.
635 .NOEXPORT: