Updated autotools
[amule.git] / src / libs / ec / Makefile.in
blob85f33a740e710f91bc6aec679d4c7b3683cc59f8
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
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
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__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; \
28 am__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
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 build_triplet = @build@
89 host_triplet = @host@
90 subdir = src/libs/ec
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \
93 $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \
94 $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \
95 $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \
96 $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \
97 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
98 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
99 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
100 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \
101 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
102 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
103 $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \
104 $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/muleboost.m4 \
105 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
106 $(top_srcdir)/m4/plasmamule.m4 $(top_srcdir)/m4/progtest.m4 \
107 $(top_srcdir)/m4/qt.m4 $(top_srcdir)/m4/readline.m4 \
108 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
109 $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wxwin.m4 \
110 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/acinclude.m4 \
111 $(top_srcdir)/configure.ac
112 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113 $(ACLOCAL_M4)
114 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = $(top_builddir)/config.h
117 CONFIG_CLEAN_FILES =
118 CONFIG_CLEAN_VPATH_FILES =
119 AM_V_P = $(am__v_P_@AM_V@)
120 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121 am__v_P_0 = false
122 am__v_P_1 = :
123 AM_V_GEN = $(am__v_GEN_@AM_V@)
124 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125 am__v_GEN_0 = @echo " GEN " $@;
126 am__v_GEN_1 =
127 AM_V_at = $(am__v_at_@AM_V@)
128 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129 am__v_at_0 = @
130 am__v_at_1 =
131 SOURCES =
132 DIST_SOURCES =
133 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
134 ctags-recursive dvi-recursive html-recursive info-recursive \
135 install-data-recursive install-dvi-recursive \
136 install-exec-recursive install-html-recursive \
137 install-info-recursive install-pdf-recursive \
138 install-ps-recursive install-recursive installcheck-recursive \
139 installdirs-recursive pdf-recursive ps-recursive \
140 tags-recursive uninstall-recursive
141 am__can_run_installinfo = \
142 case $$AM_UPDATE_INFO_DIR in \
143 n|no|NO) false;; \
144 *) (install-info --version) >/dev/null 2>&1;; \
145 esac
146 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
147 distclean-recursive maintainer-clean-recursive
148 am__recursive_targets = \
149 $(RECURSIVE_TARGETS) \
150 $(RECURSIVE_CLEAN_TARGETS) \
151 $(am__extra_recursive_targets)
152 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
153 distdir
154 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155 # Read a list of newline-separated strings from the standard input,
156 # and print each of them once, without duplicates. Input order is
157 # *not* preserved.
158 am__uniquify_input = $(AWK) '\
159 BEGIN { nonempty = 0; } \
160 { items[$$0] = 1; nonempty = 1; } \
161 END { if (nonempty) { for (i in items) print i; }; } \
163 # Make sure the list of sources is unique. This is necessary because,
164 # e.g., the same source file might be shared among _SOURCES variables
165 # for different programs/libraries.
166 am__define_uniq_tagged_files = \
167 list='$(am__tagged_files)'; \
168 unique=`for i in $$list; do \
169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170 done | $(am__uniquify_input)`
171 ETAGS = etags
172 CTAGS = ctags
173 DIST_SUBDIRS = $(SUBDIRS)
174 am__DIST_COMMON = $(srcdir)/Makefile.in \
175 $(top_srcdir)/automake/dist-hook.am \
176 $(top_srcdir)/mkinstalldirs
177 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
178 am__relativize = \
179 dir0=`pwd`; \
180 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
181 sed_rest='s,^[^/]*/*,,'; \
182 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
183 sed_butlast='s,/*[^/]*$$,,'; \
184 while test -n "$$dir1"; do \
185 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
186 if test "$$first" != "."; then \
187 if test "$$first" = ".."; then \
188 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
189 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
190 else \
191 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
192 if test "$$first2" = "$$first"; then \
193 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
194 else \
195 dir2="../$$dir2"; \
196 fi; \
197 dir0="$$dir0"/"$$first"; \
198 fi; \
199 fi; \
200 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
201 done; \
202 reldir="$$dir2"
203 ACLOCAL = @ACLOCAL@
204 ALCC_MANPAGES = @ALCC_MANPAGES@
205 ALC_MANPAGES = @ALC_MANPAGES@
206 ALLOCA = @ALLOCA@
207 AMTAR = @AMTAR@
208 AMULECMD_MANPAGES = @AMULECMD_MANPAGES@
209 AMULEWEB_DEFS = @AMULEWEB_DEFS@
210 AMULE_DAEMON_MANPAGES = @AMULE_DAEMON_MANPAGES@
211 AMULE_GUI_MANPAGES = @AMULE_GUI_MANPAGES@
212 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
213 AR = @AR@
214 AUTOCONF = @AUTOCONF@
215 AUTOHEADER = @AUTOHEADER@
216 AUTOMAKE = @AUTOMAKE@
217 AWK = @AWK@
218 BFD_CPPFLAGS = @BFD_CPPFLAGS@
219 BFD_LIBS = @BFD_LIBS@
220 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
221 BOOST_LDPATH = @BOOST_LDPATH@
222 BOOST_ROOT = @BOOST_ROOT@
223 BOOST_SYSTEM_LDFLAGS = @BOOST_SYSTEM_LDFLAGS@
224 BOOST_SYSTEM_LDPATH = @BOOST_SYSTEM_LDPATH@
225 BOOST_SYSTEM_LIBS = @BOOST_SYSTEM_LIBS@
226 BUILD_CC = @BUILD_CC@
227 BUILD_CFLAGS = @BUILD_CFLAGS@
228 BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
229 BUILD_EXEEXT = @BUILD_EXEEXT@
230 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
231 BUILD_LDFLAGS = @BUILD_LDFLAGS@
232 CAS_DEFS = @CAS_DEFS@
233 CAS_MANPAGES = @CAS_MANPAGES@
234 CATOBJEXT = @CATOBJEXT@
235 CC = @CC@
236 CCDEPMODE = @CCDEPMODE@
237 CFLAGS = @CFLAGS@
238 CPP = @CPP@
239 CPPFLAGS = @CPPFLAGS@
240 CRYPTOPP_CPPFLAGS = @CRYPTOPP_CPPFLAGS@
241 CRYPTOPP_LDFLAGS = @CRYPTOPP_LDFLAGS@
242 CRYPTOPP_LIBS = @CRYPTOPP_LIBS@
243 CXX = @CXX@
244 CXXCPP = @CXXCPP@
245 CXXDEPMODE = @CXXDEPMODE@
246 CXXFLAGS = @CXXFLAGS@
247 CYGPATH_W = @CYGPATH_W@
248 DATADIRNAME = @DATADIRNAME@
249 DEBUGFLAG = @DEBUGFLAG@
250 DEFS = @DEFS@
251 DEPDIR = @DEPDIR@
252 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
253 ECHO_C = @ECHO_C@
254 ECHO_N = @ECHO_N@
255 ECHO_T = @ECHO_T@
256 ED2K_MANPAGES = @ED2K_MANPAGES@
257 EGREP = @EGREP@
258 EXEEXT = @EXEEXT@
259 GDLIB_CFLAGS = @GDLIB_CFLAGS@
260 GDLIB_CONFIG_PATH = @GDLIB_CONFIG_PATH@
261 GDLIB_LDFLAGS = @GDLIB_LDFLAGS@
262 GDLIB_LIBS = @GDLIB_LIBS@
263 GENCAT = @GENCAT@
264 GEOIP_CPPFLAGS = @GEOIP_CPPFLAGS@
265 GEOIP_LDFLAGS = @GEOIP_LDFLAGS@
266 GEOIP_LIBS = @GEOIP_LIBS@
267 GLIBC21 = @GLIBC21@
268 GMSGFMT = @GMSGFMT@
269 GREP = @GREP@
270 INCINTL = @INCINTL@
271 INSTALL = @INSTALL@
272 INSTALL_DATA = @INSTALL_DATA@
273 INSTALL_PROGRAM = @INSTALL_PROGRAM@
274 INSTALL_SCRIPT = @INSTALL_SCRIPT@
275 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276 INSTOBJEXT = @INSTOBJEXT@
277 INTLBISON = @INTLBISON@
278 INTLLIBS = @INTLLIBS@
279 INTLOBJS = @INTLOBJS@
280 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
281 KDE4_CONFIG = @KDE4_CONFIG@
282 KDE_APPLNK_PATH = @KDE_APPLNK_PATH@
283 KDE_HEADER_DIR = @KDE_HEADER_DIR@
284 KDE_ICON_PATH = @KDE_ICON_PATH@
285 KDE_MIME_PATH = @KDE_MIME_PATH@
286 KDE_MODULE_PATH = @KDE_MODULE_PATH@
287 KDE_SERVICE_PATH = @KDE_SERVICE_PATH@
288 LD = @LD@
289 LDFLAGS = @LDFLAGS@
290 LEX = @LEX@
291 LEXLIB = @LEXLIB@
292 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
293 LIBICONV = @LIBICONV@
294 LIBINTL = @LIBINTL@
295 LIBOBJS = @LIBOBJS@
296 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
297 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
298 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
299 LIBPNG_LIBS = @LIBPNG_LIBS@
300 LIBS = @LIBS@
301 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
302 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
303 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
304 LIBUPNP_LIBS = @LIBUPNP_LIBS@
305 LTLIBICONV = @LTLIBICONV@
306 LTLIBINTL = @LTLIBINTL@
307 LTLIBOBJS = @LTLIBOBJS@
308 MAINT = @MAINT@
309 MAKEINFO = @MAKEINFO@
310 MKDIR_P = @MKDIR_P@
311 MKINSTALLDIRS = @MKINSTALLDIRS@
312 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
313 MSGFMT = @MSGFMT@
314 MSGMERGE = @MSGMERGE@
315 MULECFLAGS = @MULECFLAGS@
316 MULECPPFLAGS = @MULECPPFLAGS@
317 MULECXXFLAGS = @MULECXXFLAGS@
318 MULELDFLAGS = @MULELDFLAGS@
319 MULERCFLAGS = @MULERCFLAGS@
320 OBJEXT = @OBJEXT@
321 PACKAGE = @PACKAGE@
322 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
323 PACKAGE_NAME = @PACKAGE_NAME@
324 PACKAGE_STRING = @PACKAGE_STRING@
325 PACKAGE_TARNAME = @PACKAGE_TARNAME@
326 PACKAGE_URL = @PACKAGE_URL@
327 PACKAGE_VERSION = @PACKAGE_VERSION@
328 PATH_SEPARATOR = @PATH_SEPARATOR@
329 PKG_CONFIG = @PKG_CONFIG@
330 POSUB = @POSUB@
331 POW_LIB = @POW_LIB@
332 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
333 QT_CORE_LIBS = @QT_CORE_LIBS@
334 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
335 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
336 QT_GUI_LIBS = @QT_GUI_LIBS@
337 QT_MOC = @QT_MOC@
338 RANLIB = @RANLIB@
339 RC = @RC@
340 RCFLAGS = @RCFLAGS@
341 READLINE_LIBS = @READLINE_LIBS@
342 RESOLV_LIB = @RESOLV_LIB@
343 SED = @SED@
344 SET_MAKE = @SET_MAKE@
345 SHELL = @SHELL@
346 STRIP = @STRIP@
347 SVNDATE = @SVNDATE@
348 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
349 USE_NLS = @USE_NLS@
350 VERSION = @VERSION@
351 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
352 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
353 WXBASE_LIBS = @WXBASE_LIBS@
354 WXCAS_MANPAGES = @WXCAS_MANPAGES@
355 WX_CFLAGS = @WX_CFLAGS@
356 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
357 WX_CONFIG_PATH = @WX_CONFIG_PATH@
358 WX_CPPFLAGS = @WX_CPPFLAGS@
359 WX_CXXFLAGS = @WX_CXXFLAGS@
360 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
361 WX_DEBUG = @WX_DEBUG@
362 WX_LIBS = @WX_LIBS@
363 WX_LIBS_STATIC = @WX_LIBS_STATIC@
364 WX_PORT = @WX_PORT@
365 WX_RESCOMP = @WX_RESCOMP@
366 WX_SHARED = @WX_SHARED@
367 WX_UNICODE = @WX_UNICODE@
368 WX_VERSION = @WX_VERSION@
369 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
370 WX_VERSION_MICRO = @WX_VERSION_MICRO@
371 WX_VERSION_MINOR = @WX_VERSION_MINOR@
372 XGETTEXT = @XGETTEXT@
373 YACC = @YACC@
374 YFLAGS = @YFLAGS@
375 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
376 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
377 ZLIB_LIBS = @ZLIB_LIBS@
378 abs_builddir = @abs_builddir@
379 abs_srcdir = @abs_srcdir@
380 abs_top_builddir = @abs_top_builddir@
381 abs_top_srcdir = @abs_top_srcdir@
382 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
383 ac_ct_CC = @ac_ct_CC@
384 ac_ct_CXX = @ac_ct_CXX@
385 am__include = @am__include@
386 am__leading_dot = @am__leading_dot@
387 am__quote = @am__quote@
388 am__tar = @am__tar@
389 am__untar = @am__untar@
390 bindir = @bindir@
391 build = @build@
392 build_alias = @build_alias@
393 build_cpu = @build_cpu@
394 build_os = @build_os@
395 build_vendor = @build_vendor@
396 builddir = @builddir@
397 datadir = @datadir@
398 datarootdir = @datarootdir@
399 docdir = @docdir@
400 dvidir = @dvidir@
401 exec_prefix = @exec_prefix@
402 host = @host@
403 host_alias = @host_alias@
404 host_cpu = @host_cpu@
405 host_os = @host_os@
406 host_vendor = @host_vendor@
407 htmldir = @htmldir@
408 includedir = @includedir@
409 infodir = @infodir@
410 install_sh = @install_sh@
411 libdir = @libdir@
412 libexecdir = @libexecdir@
413 localedir = @localedir@
414 localstatedir = @localstatedir@
415 mandir = @mandir@
416 mkdir_p = @mkdir_p@
417 oldincludedir = @oldincludedir@
418 pdfdir = @pdfdir@
419 prefix = @prefix@
420 program_transform_name = @program_transform_name@
421 psdir = @psdir@
422 runstatedir = @runstatedir@
423 sbindir = @sbindir@
424 sharedstatedir = @sharedstatedir@
425 srcdir = @srcdir@
426 sysconfdir = @sysconfdir@
427 target_alias = @target_alias@
428 top_build_prefix = @top_build_prefix@
429 top_builddir = @top_builddir@
430 top_srcdir = @top_srcdir@
431 SUBDIRS = cpp
433 # Sources
434 MAINTAINERCLEANFILES = Makefile.in
436 # The normal order of processing is to build subdirectories
437 # first, but we need the files being generated *before* make
438 # descends into subdirectories. Using BUILT_SOURCES will
439 # ensure the correct behaviour.
440 BUILT_SOURCES = ECGeneratedFiles
441 ECGeneratedFilesSources = \
442 abstracts/ECTagTypes.abstract \
443 abstracts/ECCodes.abstract
445 EXTRA_DIST = file_generator.pl
446 EXTRA__DIST__SUBDIRS = abstracts java
447 CLEANFILES = $(BUILT_SOURCES)
448 all: $(BUILT_SOURCES)
449 $(MAKE) $(AM_MAKEFLAGS) all-recursive
451 .SUFFIXES:
452 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/automake/dist-hook.am $(am__configure_deps)
453 @for dep in $?; do \
454 case '$(am__configure_deps)' in \
455 *$$dep*) \
456 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
457 && { if test -f $@; then exit 0; else break; fi; }; \
458 exit 1;; \
459 esac; \
460 done; \
461 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libs/ec/Makefile'; \
462 $(am__cd) $(top_srcdir) && \
463 $(AUTOMAKE) --foreign src/libs/ec/Makefile
464 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
465 @case '$?' in \
466 *config.status*) \
467 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
468 *) \
469 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
470 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
471 esac;
472 $(top_srcdir)/automake/dist-hook.am $(am__empty):
474 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
478 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
479 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
480 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
481 $(am__aclocal_m4_deps):
483 # This directory's subdirectories are mostly independent; you can cd
484 # into them and run 'make' without going through this Makefile.
485 # To change the values of 'make' variables: instead of editing Makefiles,
486 # (1) if the variable is set in 'config.status', edit 'config.status'
487 # (which will cause the Makefiles to be regenerated when you run 'make');
488 # (2) otherwise, pass the desired values on the 'make' command line.
489 $(am__recursive_targets):
490 @fail=; \
491 if $(am__make_keepgoing); then \
492 failcom='fail=yes'; \
493 else \
494 failcom='exit 1'; \
495 fi; \
496 dot_seen=no; \
497 target=`echo $@ | sed s/-recursive//`; \
498 case "$@" in \
499 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
500 *) list='$(SUBDIRS)' ;; \
501 esac; \
502 for subdir in $$list; do \
503 echo "Making $$target in $$subdir"; \
504 if test "$$subdir" = "."; then \
505 dot_seen=yes; \
506 local_target="$$target-am"; \
507 else \
508 local_target="$$target"; \
509 fi; \
510 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
511 || eval $$failcom; \
512 done; \
513 if test "$$dot_seen" = "no"; then \
514 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
515 fi; test -z "$$fail"
517 ID: $(am__tagged_files)
518 $(am__define_uniq_tagged_files); mkid -fID $$unique
519 tags: tags-recursive
520 TAGS: tags
522 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
523 set x; \
524 here=`pwd`; \
525 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
526 include_option=--etags-include; \
527 empty_fix=.; \
528 else \
529 include_option=--include; \
530 empty_fix=; \
531 fi; \
532 list='$(SUBDIRS)'; for subdir in $$list; do \
533 if test "$$subdir" = .; then :; else \
534 test ! -f $$subdir/TAGS || \
535 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
536 fi; \
537 done; \
538 $(am__define_uniq_tagged_files); \
539 shift; \
540 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
541 test -n "$$unique" || unique=$$empty_fix; \
542 if test $$# -gt 0; then \
543 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
544 "$$@" $$unique; \
545 else \
546 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
547 $$unique; \
548 fi; \
550 ctags: ctags-recursive
552 CTAGS: ctags
553 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
554 $(am__define_uniq_tagged_files); \
555 test -z "$(CTAGS_ARGS)$$unique" \
556 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
557 $$unique
559 GTAGS:
560 here=`$(am__cd) $(top_builddir) && pwd` \
561 && $(am__cd) $(top_srcdir) \
562 && gtags -i $(GTAGS_ARGS) "$$here"
563 cscopelist: cscopelist-recursive
565 cscopelist-am: $(am__tagged_files)
566 list='$(am__tagged_files)'; \
567 case "$(srcdir)" in \
568 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
569 *) sdir=$(subdir)/$(srcdir) ;; \
570 esac; \
571 for i in $$list; do \
572 if test -f "$$i"; then \
573 echo "$(subdir)/$$i"; \
574 else \
575 echo "$$sdir/$$i"; \
576 fi; \
577 done >> $(top_builddir)/cscope.files
579 distclean-tags:
580 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
582 distdir: $(DISTFILES)
583 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
584 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
585 list='$(DISTFILES)'; \
586 dist_files=`for file in $$list; do echo $$file; done | \
587 sed -e "s|^$$srcdirstrip/||;t" \
588 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
589 case $$dist_files in \
590 */*) $(MKDIR_P) `echo "$$dist_files" | \
591 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
592 sort -u` ;; \
593 esac; \
594 for file in $$dist_files; do \
595 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
596 if test -d $$d/$$file; then \
597 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
598 if test -d "$(distdir)/$$file"; then \
599 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
600 fi; \
601 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
602 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
603 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604 fi; \
605 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
606 else \
607 test -f "$(distdir)/$$file" \
608 || cp -p $$d/$$file "$(distdir)/$$file" \
609 || exit 1; \
610 fi; \
611 done
612 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
613 if test "$$subdir" = .; then :; else \
614 $(am__make_dryrun) \
615 || test -d "$(distdir)/$$subdir" \
616 || $(MKDIR_P) "$(distdir)/$$subdir" \
617 || exit 1; \
618 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
619 $(am__relativize); \
620 new_distdir=$$reldir; \
621 dir1=$$subdir; dir2="$(top_distdir)"; \
622 $(am__relativize); \
623 new_top_distdir=$$reldir; \
624 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
625 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
626 ($(am__cd) $$subdir && \
627 $(MAKE) $(AM_MAKEFLAGS) \
628 top_distdir="$$new_top_distdir" \
629 distdir="$$new_distdir" \
630 am__remove_distdir=: \
631 am__skip_length_check=: \
632 am__skip_mode_fix=: \
633 distdir) \
634 || exit 1; \
635 fi; \
636 done
637 $(MAKE) $(AM_MAKEFLAGS) \
638 top_distdir="$(top_distdir)" distdir="$(distdir)" \
639 dist-hook
640 check-am: all-am
641 check: $(BUILT_SOURCES)
642 $(MAKE) $(AM_MAKEFLAGS) check-recursive
643 all-am: Makefile
644 installdirs: installdirs-recursive
645 installdirs-am:
646 install: $(BUILT_SOURCES)
647 $(MAKE) $(AM_MAKEFLAGS) install-recursive
648 install-exec: install-exec-recursive
649 install-data: install-data-recursive
650 uninstall: uninstall-recursive
652 install-am: all-am
653 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
655 installcheck: installcheck-recursive
656 install-strip:
657 if test -z '$(STRIP)'; then \
658 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660 install; \
661 else \
662 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
663 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
664 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
666 mostlyclean-generic:
668 clean-generic:
669 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
671 distclean-generic:
672 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
673 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
675 maintainer-clean-generic:
676 @echo "This command is intended for maintainers to use"
677 @echo "it deletes files that may require special tools to rebuild."
678 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
679 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
680 clean: clean-recursive
682 clean-am: clean-generic mostlyclean-am
684 distclean: distclean-recursive
685 -rm -f Makefile
686 distclean-am: clean-am distclean-generic distclean-tags
688 dvi: dvi-recursive
690 dvi-am:
692 html: html-recursive
694 html-am:
696 info: info-recursive
698 info-am:
700 install-data-am:
702 install-dvi: install-dvi-recursive
704 install-dvi-am:
706 install-exec-am:
708 install-html: install-html-recursive
710 install-html-am:
712 install-info: install-info-recursive
714 install-info-am:
716 install-man:
718 install-pdf: install-pdf-recursive
720 install-pdf-am:
722 install-ps: install-ps-recursive
724 install-ps-am:
726 installcheck-am:
728 maintainer-clean: maintainer-clean-recursive
729 -rm -f Makefile
730 maintainer-clean-am: distclean-am maintainer-clean-generic
732 mostlyclean: mostlyclean-recursive
734 mostlyclean-am: mostlyclean-generic
736 pdf: pdf-recursive
738 pdf-am:
740 ps: ps-recursive
742 ps-am:
744 uninstall-am:
746 .MAKE: $(am__recursive_targets) all check install install-am \
747 install-strip
749 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
750 check-am clean clean-generic cscopelist-am ctags ctags-am \
751 dist-hook distclean distclean-generic distclean-tags distdir \
752 dvi dvi-am html html-am info info-am install install-am \
753 install-data install-data-am install-dvi install-dvi-am \
754 install-exec install-exec-am install-html install-html-am \
755 install-info install-info-am install-man install-pdf \
756 install-pdf-am install-ps install-ps-am install-strip \
757 installcheck installcheck-am installdirs installdirs-am \
758 maintainer-clean maintainer-clean-generic mostlyclean \
759 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
760 uninstall-am
762 .PRECIOUS: Makefile
765 ECGeneratedFiles: $(ECGeneratedFilesSources)
766 $(srcdir)/file_generator.pl $(srcdir) $(ECGeneratedFilesSources);
767 echo $(ECGeneratedFilesSources) > ECGeneratedFiles
768 dist-hook:
769 @test -z "$(EXTRA__DIST__SUBDIRS)" || \
770 for d in $(EXTRA__DIST__SUBDIRS) ; do \
771 if ! test -e $(distdir)/$$d ; then \
772 mkdir $(distdir)/$$d ; \
773 fi ; \
774 for f in `find $(srcdir)/$$d -name '.svn' -prune -o -printf "%P\n"` ; do \
775 if ! test -e $(distdir)/$$d/$$f ; then \
776 if test -d $(srcdir)/$$d/$$f ; then \
777 mkdir $(distdir)/$$d/$$f ; \
778 else \
779 cp -p $(srcdir)/$$d/$$f $(distdir)/$$d/$$f ; \
780 fi ; \
781 fi ; \
782 done ; \
783 done
785 # Tell versions [3.59,3.63) of GNU make to not export all variables.
786 # Otherwise a system limit (for SysV at least) may be exceeded.
787 .NOEXPORT: