Remove do-nothing command and add warning about it
[amule.git] / src / libs / ec / Makefile.in
blob2a95f4525f2d30d04dfd01dbfc71eac57660569e
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2017 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 LIBICONV = @LIBICONV@
291 LIBINTL = @LIBINTL@
292 LIBOBJS = @LIBOBJS@
293 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
294 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
295 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
296 LIBPNG_LIBS = @LIBPNG_LIBS@
297 LIBS = @LIBS@
298 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
299 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
300 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
301 LIBUPNP_LIBS = @LIBUPNP_LIBS@
302 LTLIBICONV = @LTLIBICONV@
303 LTLIBINTL = @LTLIBINTL@
304 LTLIBOBJS = @LTLIBOBJS@
305 MAINT = @MAINT@
306 MAKEINFO = @MAKEINFO@
307 MKDIR_P = @MKDIR_P@
308 MKINSTALLDIRS = @MKINSTALLDIRS@
309 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
310 MSGFMT = @MSGFMT@
311 MSGMERGE = @MSGMERGE@
312 MULECFLAGS = @MULECFLAGS@
313 MULECPPFLAGS = @MULECPPFLAGS@
314 MULECXXFLAGS = @MULECXXFLAGS@
315 MULELDFLAGS = @MULELDFLAGS@
316 MULERCFLAGS = @MULERCFLAGS@
317 OBJEXT = @OBJEXT@
318 PACKAGE = @PACKAGE@
319 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
320 PACKAGE_NAME = @PACKAGE_NAME@
321 PACKAGE_STRING = @PACKAGE_STRING@
322 PACKAGE_TARNAME = @PACKAGE_TARNAME@
323 PACKAGE_URL = @PACKAGE_URL@
324 PACKAGE_VERSION = @PACKAGE_VERSION@
325 PATH_SEPARATOR = @PATH_SEPARATOR@
326 PKG_CONFIG = @PKG_CONFIG@
327 POSUB = @POSUB@
328 POW_LIB = @POW_LIB@
329 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
330 QT_CORE_LIBS = @QT_CORE_LIBS@
331 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
332 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
333 QT_GUI_LIBS = @QT_GUI_LIBS@
334 QT_MOC = @QT_MOC@
335 RANLIB = @RANLIB@
336 RC = @RC@
337 RCFLAGS = @RCFLAGS@
338 READLINE_LIBS = @READLINE_LIBS@
339 RESOLV_LIB = @RESOLV_LIB@
340 SED = @SED@
341 SET_MAKE = @SET_MAKE@
342 SHELL = @SHELL@
343 STRIP = @STRIP@
344 SVNDATE = @SVNDATE@
345 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
346 USE_NLS = @USE_NLS@
347 VERSION = @VERSION@
348 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
349 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
350 WXBASE_LIBS = @WXBASE_LIBS@
351 WXCAS_MANPAGES = @WXCAS_MANPAGES@
352 WX_CFLAGS = @WX_CFLAGS@
353 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
354 WX_CONFIG_PATH = @WX_CONFIG_PATH@
355 WX_CPPFLAGS = @WX_CPPFLAGS@
356 WX_CXXFLAGS = @WX_CXXFLAGS@
357 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
358 WX_DEBUG = @WX_DEBUG@
359 WX_LIBS = @WX_LIBS@
360 WX_LIBS_STATIC = @WX_LIBS_STATIC@
361 WX_PORT = @WX_PORT@
362 WX_RESCOMP = @WX_RESCOMP@
363 WX_SHARED = @WX_SHARED@
364 WX_UNICODE = @WX_UNICODE@
365 WX_VERSION = @WX_VERSION@
366 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
367 WX_VERSION_MICRO = @WX_VERSION_MICRO@
368 WX_VERSION_MINOR = @WX_VERSION_MINOR@
369 XGETTEXT = @XGETTEXT@
370 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
371 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
372 ZLIB_LIBS = @ZLIB_LIBS@
373 abs_builddir = @abs_builddir@
374 abs_srcdir = @abs_srcdir@
375 abs_top_builddir = @abs_top_builddir@
376 abs_top_srcdir = @abs_top_srcdir@
377 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
378 ac_ct_CC = @ac_ct_CC@
379 ac_ct_CXX = @ac_ct_CXX@
380 am__include = @am__include@
381 am__leading_dot = @am__leading_dot@
382 am__quote = @am__quote@
383 am__tar = @am__tar@
384 am__untar = @am__untar@
385 bindir = @bindir@
386 build = @build@
387 build_alias = @build_alias@
388 build_cpu = @build_cpu@
389 build_os = @build_os@
390 build_vendor = @build_vendor@
391 builddir = @builddir@
392 datadir = @datadir@
393 datarootdir = @datarootdir@
394 docdir = @docdir@
395 dvidir = @dvidir@
396 exec_prefix = @exec_prefix@
397 host = @host@
398 host_alias = @host_alias@
399 host_cpu = @host_cpu@
400 host_os = @host_os@
401 host_vendor = @host_vendor@
402 htmldir = @htmldir@
403 includedir = @includedir@
404 infodir = @infodir@
405 install_sh = @install_sh@
406 libdir = @libdir@
407 libexecdir = @libexecdir@
408 localedir = @localedir@
409 localstatedir = @localstatedir@
410 mandir = @mandir@
411 mkdir_p = @mkdir_p@
412 oldincludedir = @oldincludedir@
413 pdfdir = @pdfdir@
414 prefix = @prefix@
415 program_transform_name = @program_transform_name@
416 psdir = @psdir@
417 runstatedir = @runstatedir@
418 sbindir = @sbindir@
419 sharedstatedir = @sharedstatedir@
420 srcdir = @srcdir@
421 sysconfdir = @sysconfdir@
422 target_alias = @target_alias@
423 top_build_prefix = @top_build_prefix@
424 top_builddir = @top_builddir@
425 top_srcdir = @top_srcdir@
426 SUBDIRS = cpp
428 # Sources
429 MAINTAINERCLEANFILES = Makefile.in
431 # The normal order of processing is to build subdirectories
432 # first, but we need the files being generated *before* make
433 # descends into subdirectories. Using BUILT_SOURCES will
434 # ensure the correct behaviour.
435 BUILT_SOURCES = ECGeneratedFiles
436 ECGeneratedFilesSources = \
437 abstracts/ECTagTypes.abstract \
438 abstracts/ECCodes.abstract
440 EXTRA_DIST = file_generator.pl
441 EXTRA__DIST__SUBDIRS = abstracts java
442 CLEANFILES = $(BUILT_SOURCES)
443 all: $(BUILT_SOURCES)
444 $(MAKE) $(AM_MAKEFLAGS) all-recursive
446 .SUFFIXES:
447 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/automake/dist-hook.am $(am__configure_deps)
448 @for dep in $?; do \
449 case '$(am__configure_deps)' in \
450 *$$dep*) \
451 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
452 && { if test -f $@; then exit 0; else break; fi; }; \
453 exit 1;; \
454 esac; \
455 done; \
456 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/libs/ec/Makefile'; \
457 $(am__cd) $(top_srcdir) && \
458 $(AUTOMAKE) --foreign src/libs/ec/Makefile
459 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
460 @case '$?' in \
461 *config.status*) \
462 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
463 *) \
464 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
465 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
466 esac;
467 $(top_srcdir)/automake/dist-hook.am $(am__empty):
469 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
472 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
473 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
475 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476 $(am__aclocal_m4_deps):
478 # This directory's subdirectories are mostly independent; you can cd
479 # into them and run 'make' without going through this Makefile.
480 # To change the values of 'make' variables: instead of editing Makefiles,
481 # (1) if the variable is set in 'config.status', edit 'config.status'
482 # (which will cause the Makefiles to be regenerated when you run 'make');
483 # (2) otherwise, pass the desired values on the 'make' command line.
484 $(am__recursive_targets):
485 @fail=; \
486 if $(am__make_keepgoing); then \
487 failcom='fail=yes'; \
488 else \
489 failcom='exit 1'; \
490 fi; \
491 dot_seen=no; \
492 target=`echo $@ | sed s/-recursive//`; \
493 case "$@" in \
494 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
495 *) list='$(SUBDIRS)' ;; \
496 esac; \
497 for subdir in $$list; do \
498 echo "Making $$target in $$subdir"; \
499 if test "$$subdir" = "."; then \
500 dot_seen=yes; \
501 local_target="$$target-am"; \
502 else \
503 local_target="$$target"; \
504 fi; \
505 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
506 || eval $$failcom; \
507 done; \
508 if test "$$dot_seen" = "no"; then \
509 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
510 fi; test -z "$$fail"
512 ID: $(am__tagged_files)
513 $(am__define_uniq_tagged_files); mkid -fID $$unique
514 tags: tags-recursive
515 TAGS: tags
517 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
518 set x; \
519 here=`pwd`; \
520 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
521 include_option=--etags-include; \
522 empty_fix=.; \
523 else \
524 include_option=--include; \
525 empty_fix=; \
526 fi; \
527 list='$(SUBDIRS)'; for subdir in $$list; do \
528 if test "$$subdir" = .; then :; else \
529 test ! -f $$subdir/TAGS || \
530 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
531 fi; \
532 done; \
533 $(am__define_uniq_tagged_files); \
534 shift; \
535 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
536 test -n "$$unique" || unique=$$empty_fix; \
537 if test $$# -gt 0; then \
538 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
539 "$$@" $$unique; \
540 else \
541 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
542 $$unique; \
543 fi; \
545 ctags: ctags-recursive
547 CTAGS: ctags
548 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
549 $(am__define_uniq_tagged_files); \
550 test -z "$(CTAGS_ARGS)$$unique" \
551 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
552 $$unique
554 GTAGS:
555 here=`$(am__cd) $(top_builddir) && pwd` \
556 && $(am__cd) $(top_srcdir) \
557 && gtags -i $(GTAGS_ARGS) "$$here"
558 cscopelist: cscopelist-recursive
560 cscopelist-am: $(am__tagged_files)
561 list='$(am__tagged_files)'; \
562 case "$(srcdir)" in \
563 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
564 *) sdir=$(subdir)/$(srcdir) ;; \
565 esac; \
566 for i in $$list; do \
567 if test -f "$$i"; then \
568 echo "$(subdir)/$$i"; \
569 else \
570 echo "$$sdir/$$i"; \
571 fi; \
572 done >> $(top_builddir)/cscope.files
574 distclean-tags:
575 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
577 distdir: $(DISTFILES)
578 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
579 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
580 list='$(DISTFILES)'; \
581 dist_files=`for file in $$list; do echo $$file; done | \
582 sed -e "s|^$$srcdirstrip/||;t" \
583 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
584 case $$dist_files in \
585 */*) $(MKDIR_P) `echo "$$dist_files" | \
586 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
587 sort -u` ;; \
588 esac; \
589 for file in $$dist_files; do \
590 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
591 if test -d $$d/$$file; then \
592 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
593 if test -d "$(distdir)/$$file"; then \
594 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
595 fi; \
596 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
597 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
598 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
599 fi; \
600 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
601 else \
602 test -f "$(distdir)/$$file" \
603 || cp -p $$d/$$file "$(distdir)/$$file" \
604 || exit 1; \
605 fi; \
606 done
607 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
608 if test "$$subdir" = .; then :; else \
609 $(am__make_dryrun) \
610 || test -d "$(distdir)/$$subdir" \
611 || $(MKDIR_P) "$(distdir)/$$subdir" \
612 || exit 1; \
613 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
614 $(am__relativize); \
615 new_distdir=$$reldir; \
616 dir1=$$subdir; dir2="$(top_distdir)"; \
617 $(am__relativize); \
618 new_top_distdir=$$reldir; \
619 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
620 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
621 ($(am__cd) $$subdir && \
622 $(MAKE) $(AM_MAKEFLAGS) \
623 top_distdir="$$new_top_distdir" \
624 distdir="$$new_distdir" \
625 am__remove_distdir=: \
626 am__skip_length_check=: \
627 am__skip_mode_fix=: \
628 distdir) \
629 || exit 1; \
630 fi; \
631 done
632 $(MAKE) $(AM_MAKEFLAGS) \
633 top_distdir="$(top_distdir)" distdir="$(distdir)" \
634 dist-hook
635 check-am: all-am
636 check: $(BUILT_SOURCES)
637 $(MAKE) $(AM_MAKEFLAGS) check-recursive
638 all-am: Makefile
639 installdirs: installdirs-recursive
640 installdirs-am:
641 install: $(BUILT_SOURCES)
642 $(MAKE) $(AM_MAKEFLAGS) install-recursive
643 install-exec: install-exec-recursive
644 install-data: install-data-recursive
645 uninstall: uninstall-recursive
647 install-am: all-am
648 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
650 installcheck: installcheck-recursive
651 install-strip:
652 if test -z '$(STRIP)'; then \
653 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
654 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
655 install; \
656 else \
657 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
658 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
659 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
661 mostlyclean-generic:
663 clean-generic:
664 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
666 distclean-generic:
667 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
670 maintainer-clean-generic:
671 @echo "This command is intended for maintainers to use"
672 @echo "it deletes files that may require special tools to rebuild."
673 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
674 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
675 clean: clean-recursive
677 clean-am: clean-generic mostlyclean-am
679 distclean: distclean-recursive
680 -rm -f Makefile
681 distclean-am: clean-am distclean-generic distclean-tags
683 dvi: dvi-recursive
685 dvi-am:
687 html: html-recursive
689 html-am:
691 info: info-recursive
693 info-am:
695 install-data-am:
697 install-dvi: install-dvi-recursive
699 install-dvi-am:
701 install-exec-am:
703 install-html: install-html-recursive
705 install-html-am:
707 install-info: install-info-recursive
709 install-info-am:
711 install-man:
713 install-pdf: install-pdf-recursive
715 install-pdf-am:
717 install-ps: install-ps-recursive
719 install-ps-am:
721 installcheck-am:
723 maintainer-clean: maintainer-clean-recursive
724 -rm -f Makefile
725 maintainer-clean-am: distclean-am maintainer-clean-generic
727 mostlyclean: mostlyclean-recursive
729 mostlyclean-am: mostlyclean-generic
731 pdf: pdf-recursive
733 pdf-am:
735 ps: ps-recursive
737 ps-am:
739 uninstall-am:
741 .MAKE: $(am__recursive_targets) all check install install-am \
742 install-strip
744 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
745 check-am clean clean-generic cscopelist-am ctags ctags-am \
746 dist-hook distclean distclean-generic distclean-tags distdir \
747 dvi dvi-am html html-am info info-am install install-am \
748 install-data install-data-am install-dvi install-dvi-am \
749 install-exec install-exec-am install-html install-html-am \
750 install-info install-info-am install-man install-pdf \
751 install-pdf-am install-ps install-ps-am install-strip \
752 installcheck installcheck-am installdirs installdirs-am \
753 maintainer-clean maintainer-clean-generic mostlyclean \
754 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
755 uninstall-am
757 .PRECIOUS: Makefile
760 ECGeneratedFiles: $(ECGeneratedFilesSources)
761 $(srcdir)/file_generator.pl $(srcdir) $(ECGeneratedFilesSources);
762 echo $(ECGeneratedFilesSources) > ECGeneratedFiles
763 dist-hook:
764 @test -z "$(EXTRA__DIST__SUBDIRS)" || \
765 for d in $(EXTRA__DIST__SUBDIRS) ; do \
766 if ! test -e $(distdir)/$$d ; then \
767 mkdir $(distdir)/$$d ; \
768 fi ; \
769 for f in `find $(srcdir)/$$d -name '.svn' -prune -o -printf "%P\n"` ; do \
770 if ! test -e $(distdir)/$$d/$$f ; then \
771 if test -d $(srcdir)/$$d/$$f ; then \
772 mkdir $(distdir)/$$d/$$f ; \
773 else \
774 cp -p $(srcdir)/$$d/$$f $(distdir)/$$d/$$f ; \
775 fi ; \
776 fi ; \
777 done ; \
778 done
780 # Tell versions [3.59,3.63) of GNU make to not export all variables.
781 # Otherwise a system limit (for SysV at least) may be exceeded.
782 .NOEXPORT: