Updated autotools
[amule.git] / src / utils / cas / Makefile.in
blobe86a4bf8cffcf34f7726249e6131b68a5e289af8
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@
19 VPATH = @srcdir@
20 am__is_gnu_make = { \
21 if test -z '$(MAKELEVEL)'; then \
22 false; \
23 elif test -n '$(MAKE_HOST)'; then \
24 true; \
25 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
26 true; \
27 else \
28 false; \
29 fi; \
31 am__make_running_with_option = \
32 case $${target_option-} in \
33 ?) ;; \
34 *) echo "am__make_running_with_option: internal error: invalid" \
35 "target option '$${target_option-}' specified" >&2; \
36 exit 1;; \
37 esac; \
38 has_opt=no; \
39 sane_makeflags=$$MAKEFLAGS; \
40 if $(am__is_gnu_make); then \
41 sane_makeflags=$$MFLAGS; \
42 else \
43 case $$MAKEFLAGS in \
44 *\\[\ \ ]*) \
45 bs=\\; \
46 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
47 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
48 esac; \
49 fi; \
50 skip_next=no; \
51 strip_trailopt () \
52 { \
53 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
54 }; \
55 for flg in $$sane_makeflags; do \
56 test $$skip_next = yes && { skip_next=no; continue; }; \
57 case $$flg in \
58 *=*|--*) continue;; \
59 -*I) strip_trailopt 'I'; skip_next=yes;; \
60 -*I?*) strip_trailopt 'I';; \
61 -*O) strip_trailopt 'O'; skip_next=yes;; \
62 -*O?*) strip_trailopt 'O';; \
63 -*l) strip_trailopt 'l'; skip_next=yes;; \
64 -*l?*) strip_trailopt 'l';; \
65 -[dEDm]) skip_next=yes;; \
66 -[JT]) skip_next=yes;; \
67 esac; \
68 case $$flg in \
69 *$$target_option*) has_opt=yes; break;; \
70 esac; \
71 done; \
72 test $$has_opt = yes
73 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
74 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
75 pkgdatadir = $(datadir)/@PACKAGE@
76 pkgincludedir = $(includedir)/@PACKAGE@
77 pkglibdir = $(libdir)/@PACKAGE@
78 pkglibexecdir = $(libexecdir)/@PACKAGE@
79 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
80 install_sh_DATA = $(install_sh) -c -m 644
81 install_sh_PROGRAM = $(install_sh) -c
82 install_sh_SCRIPT = $(install_sh) -c
83 INSTALL_HEADER = $(INSTALL_DATA)
84 transform = $(program_transform_name)
85 NORMAL_INSTALL = :
86 PRE_INSTALL = :
87 POST_INSTALL = :
88 NORMAL_UNINSTALL = :
89 PRE_UNINSTALL = :
90 POST_UNINSTALL = :
91 build_triplet = @build@
92 host_triplet = @host@
93 bin_PROGRAMS = cas$(EXEEXT)
94 @NEED_CORESERVICES_TRUE@am__append_1 = -framework CoreServices
95 subdir = src/utils/cas
96 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \
98 $(top_srcdir)/m4/bfd.m4 $(top_srcdir)/m4/boost.m4 \
99 $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \
100 $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \
101 $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \
102 $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
103 $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
104 $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
105 $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/kde.m4 \
106 $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
107 $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
108 $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \
109 $(top_srcdir)/m4/mmap.m4 $(top_srcdir)/m4/muleboost.m4 \
110 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
111 $(top_srcdir)/m4/plasmamule.m4 $(top_srcdir)/m4/progtest.m4 \
112 $(top_srcdir)/m4/qt.m4 $(top_srcdir)/m4/readline.m4 \
113 $(top_srcdir)/m4/stdint_h.m4 $(top_srcdir)/m4/uintmax_t.m4 \
114 $(top_srcdir)/m4/ulonglong.m4 $(top_srcdir)/m4/wxwin.m4 \
115 $(top_srcdir)/m4/zlib.m4 $(top_srcdir)/acinclude.m4 \
116 $(top_srcdir)/configure.ac
117 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
118 $(ACLOCAL_M4)
119 DIST_COMMON = $(srcdir)/Makefile.am $(dist_cas_DATA) $(noinst_HEADERS) \
120 $(am__DIST_COMMON)
121 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122 CONFIG_HEADER = $(top_builddir)/config.h
123 CONFIG_CLEAN_FILES =
124 CONFIG_CLEAN_VPATH_FILES =
125 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(casdir)"
126 PROGRAMS = $(bin_PROGRAMS)
127 am_cas_OBJECTS = cas-cas.$(OBJEXT) cas-configfile.$(OBJEXT) \
128 cas-functions.$(OBJEXT) cas-graphics.$(OBJEXT) \
129 cas-html.$(OBJEXT) cas-lines.$(OBJEXT)
130 @NEED_RC_TRUE@nodist_cas_OBJECTS = cas-version.$(OBJEXT)
131 cas_OBJECTS = $(am_cas_OBJECTS) $(nodist_cas_OBJECTS)
132 am__DEPENDENCIES_1 =
133 cas_DEPENDENCIES = $(am__DEPENDENCIES_1)
134 cas_LINK = $(CCLD) $(cas_CFLAGS) $(CFLAGS) $(cas_LDFLAGS) $(LDFLAGS) \
135 -o $@
136 AM_V_P = $(am__v_P_@AM_V@)
137 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
138 am__v_P_0 = false
139 am__v_P_1 = :
140 AM_V_GEN = $(am__v_GEN_@AM_V@)
141 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
142 am__v_GEN_0 = @echo " GEN " $@;
143 am__v_GEN_1 =
144 AM_V_at = $(am__v_at_@AM_V@)
145 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
146 am__v_at_0 = @
147 am__v_at_1 =
148 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
149 depcomp = $(SHELL) $(top_srcdir)/depcomp
150 am__depfiles_maybe = depfiles
151 am__mv = mv -f
152 AM_V_lt = $(am__v_lt_@AM_V@)
153 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
154 am__v_lt_0 = --silent
155 am__v_lt_1 =
156 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
157 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158 AM_V_CC = $(am__v_CC_@AM_V@)
159 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
160 am__v_CC_0 = @echo " CC " $@;
161 am__v_CC_1 =
162 CCLD = $(CC)
163 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
164 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166 am__v_CCLD_0 = @echo " CCLD " $@;
167 am__v_CCLD_1 =
168 SOURCES = $(cas_SOURCES) $(nodist_cas_SOURCES)
169 DIST_SOURCES = $(cas_SOURCES)
170 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
171 ctags-recursive dvi-recursive html-recursive info-recursive \
172 install-data-recursive install-dvi-recursive \
173 install-exec-recursive install-html-recursive \
174 install-info-recursive install-pdf-recursive \
175 install-ps-recursive install-recursive installcheck-recursive \
176 installdirs-recursive pdf-recursive ps-recursive \
177 tags-recursive uninstall-recursive
178 am__can_run_installinfo = \
179 case $$AM_UPDATE_INFO_DIR in \
180 n|no|NO) false;; \
181 *) (install-info --version) >/dev/null 2>&1;; \
182 esac
183 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
184 am__vpath_adj = case $$p in \
185 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
186 *) f=$$p;; \
187 esac;
188 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
189 am__install_max = 40
190 am__nobase_strip_setup = \
191 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
192 am__nobase_strip = \
193 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
194 am__nobase_list = $(am__nobase_strip_setup); \
195 for p in $$list; do echo "$$p $$p"; done | \
196 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
197 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
198 if (++n[$$2] == $(am__install_max)) \
199 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
200 END { for (dir in files) print dir, files[dir] }'
201 am__base_list = \
202 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
203 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
204 am__uninstall_files_from_dir = { \
205 test -z "$$files" \
206 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
207 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
208 $(am__cd) "$$dir" && rm -f $$files; }; \
210 DATA = $(dist_cas_DATA)
211 HEADERS = $(noinst_HEADERS)
212 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
213 distclean-recursive maintainer-clean-recursive
214 am__recursive_targets = \
215 $(RECURSIVE_TARGETS) \
216 $(RECURSIVE_CLEAN_TARGETS) \
217 $(am__extra_recursive_targets)
218 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
219 distdir
220 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
221 # Read a list of newline-separated strings from the standard input,
222 # and print each of them once, without duplicates. Input order is
223 # *not* preserved.
224 am__uniquify_input = $(AWK) '\
225 BEGIN { nonempty = 0; } \
226 { items[$$0] = 1; nonempty = 1; } \
227 END { if (nonempty) { for (i in items) print i; }; } \
229 # Make sure the list of sources is unique. This is necessary because,
230 # e.g., the same source file might be shared among _SOURCES variables
231 # for different programs/libraries.
232 am__define_uniq_tagged_files = \
233 list='$(am__tagged_files)'; \
234 unique=`for i in $$list; do \
235 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
236 done | $(am__uniquify_input)`
237 ETAGS = etags
238 CTAGS = ctags
239 DIST_SUBDIRS = $(SUBDIRS)
240 am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
241 $(top_srcdir)/mkinstalldirs README
242 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
243 am__relativize = \
244 dir0=`pwd`; \
245 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
246 sed_rest='s,^[^/]*/*,,'; \
247 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
248 sed_butlast='s,/*[^/]*$$,,'; \
249 while test -n "$$dir1"; do \
250 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
251 if test "$$first" != "."; then \
252 if test "$$first" = ".."; then \
253 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
254 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
255 else \
256 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
257 if test "$$first2" = "$$first"; then \
258 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
259 else \
260 dir2="../$$dir2"; \
261 fi; \
262 dir0="$$dir0"/"$$first"; \
263 fi; \
264 fi; \
265 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
266 done; \
267 reldir="$$dir2"
268 ACLOCAL = @ACLOCAL@
269 ALCC_MANPAGES = @ALCC_MANPAGES@
270 ALC_MANPAGES = @ALC_MANPAGES@
271 ALLOCA = @ALLOCA@
272 AMTAR = @AMTAR@
273 AMULECMD_MANPAGES = @AMULECMD_MANPAGES@
274 AMULEWEB_DEFS = @AMULEWEB_DEFS@
275 AMULE_DAEMON_MANPAGES = @AMULE_DAEMON_MANPAGES@
276 AMULE_GUI_MANPAGES = @AMULE_GUI_MANPAGES@
277 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
278 AR = @AR@
279 AUTOCONF = @AUTOCONF@
280 AUTOHEADER = @AUTOHEADER@
281 AUTOMAKE = @AUTOMAKE@
282 AWK = @AWK@
283 BFD_CPPFLAGS = @BFD_CPPFLAGS@
284 BFD_LIBS = @BFD_LIBS@
285 BOOST_CPPFLAGS = @BOOST_CPPFLAGS@
286 BOOST_LDPATH = @BOOST_LDPATH@
287 BOOST_ROOT = @BOOST_ROOT@
288 BOOST_SYSTEM_LDFLAGS = @BOOST_SYSTEM_LDFLAGS@
289 BOOST_SYSTEM_LDPATH = @BOOST_SYSTEM_LDPATH@
290 BOOST_SYSTEM_LIBS = @BOOST_SYSTEM_LIBS@
291 BUILD_CC = @BUILD_CC@
292 BUILD_CFLAGS = @BUILD_CFLAGS@
293 BUILD_CPPFLAGS = @BUILD_CPPFLAGS@
294 BUILD_EXEEXT = @BUILD_EXEEXT@
295 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
296 BUILD_LDFLAGS = @BUILD_LDFLAGS@
297 CAS_DEFS = @CAS_DEFS@
298 CAS_MANPAGES = @CAS_MANPAGES@
299 CATOBJEXT = @CATOBJEXT@
300 CC = @CC@
301 CCDEPMODE = @CCDEPMODE@
302 CFLAGS = @CFLAGS@
303 CPP = @CPP@
304 CPPFLAGS = @CPPFLAGS@
305 CRYPTOPP_CPPFLAGS = @CRYPTOPP_CPPFLAGS@
306 CRYPTOPP_LDFLAGS = @CRYPTOPP_LDFLAGS@
307 CRYPTOPP_LIBS = @CRYPTOPP_LIBS@
308 CXX = @CXX@
309 CXXCPP = @CXXCPP@
310 CXXDEPMODE = @CXXDEPMODE@
311 CXXFLAGS = @CXXFLAGS@
312 CYGPATH_W = @CYGPATH_W@
313 DATADIRNAME = @DATADIRNAME@
314 DEBUGFLAG = @DEBUGFLAG@
315 DEFS = @DEFS@
316 DEPDIR = @DEPDIR@
317 DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
318 ECHO_C = @ECHO_C@
319 ECHO_N = @ECHO_N@
320 ECHO_T = @ECHO_T@
321 ED2K_MANPAGES = @ED2K_MANPAGES@
322 EGREP = @EGREP@
323 EXEEXT = @EXEEXT@
324 GDLIB_CFLAGS = @GDLIB_CFLAGS@
325 GDLIB_CONFIG_PATH = @GDLIB_CONFIG_PATH@
326 GDLIB_LDFLAGS = @GDLIB_LDFLAGS@
327 GDLIB_LIBS = @GDLIB_LIBS@
328 GENCAT = @GENCAT@
329 GEOIP_CPPFLAGS = @GEOIP_CPPFLAGS@
330 GEOIP_LDFLAGS = @GEOIP_LDFLAGS@
331 GEOIP_LIBS = @GEOIP_LIBS@
332 GLIBC21 = @GLIBC21@
333 GMSGFMT = @GMSGFMT@
334 GREP = @GREP@
335 INCINTL = @INCINTL@
336 INSTALL = @INSTALL@
337 INSTALL_DATA = @INSTALL_DATA@
338 INSTALL_PROGRAM = @INSTALL_PROGRAM@
339 INSTALL_SCRIPT = @INSTALL_SCRIPT@
340 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
341 INSTOBJEXT = @INSTOBJEXT@
342 INTLBISON = @INTLBISON@
343 INTLLIBS = @INTLLIBS@
344 INTLOBJS = @INTLOBJS@
345 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
346 KDE4_CONFIG = @KDE4_CONFIG@
347 KDE_APPLNK_PATH = @KDE_APPLNK_PATH@
348 KDE_HEADER_DIR = @KDE_HEADER_DIR@
349 KDE_ICON_PATH = @KDE_ICON_PATH@
350 KDE_MIME_PATH = @KDE_MIME_PATH@
351 KDE_MODULE_PATH = @KDE_MODULE_PATH@
352 KDE_SERVICE_PATH = @KDE_SERVICE_PATH@
353 LD = @LD@
354 LDFLAGS = @LDFLAGS@
355 LEX = @LEX@
356 LEXLIB = @LEXLIB@
357 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
358 LIBICONV = @LIBICONV@
359 LIBINTL = @LIBINTL@
360 LIBOBJS = @LIBOBJS@
361 LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
362 LIBPNG_CONFIG_PATH = @LIBPNG_CONFIG_PATH@
363 LIBPNG_LDFLAGS = @LIBPNG_LDFLAGS@
364 LIBPNG_LIBS = @LIBPNG_LIBS@
365 LIBS = @LIBS@
366 LIBUPNP_CFLAGS = @LIBUPNP_CFLAGS@
367 LIBUPNP_CPPFLAGS = @LIBUPNP_CPPFLAGS@
368 LIBUPNP_LDFLAGS = @LIBUPNP_LDFLAGS@
369 LIBUPNP_LIBS = @LIBUPNP_LIBS@
370 LTLIBICONV = @LTLIBICONV@
371 LTLIBINTL = @LTLIBINTL@
372 LTLIBOBJS = @LTLIBOBJS@
373 MAINT = @MAINT@
374 MAKEINFO = @MAKEINFO@
375 MKDIR_P = @MKDIR_P@
376 MKINSTALLDIRS = @MKINSTALLDIRS@
377 MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
378 MSGFMT = @MSGFMT@
379 MSGMERGE = @MSGMERGE@
380 MULECFLAGS = @MULECFLAGS@
381 MULECPPFLAGS = @MULECPPFLAGS@
382 MULECXXFLAGS = @MULECXXFLAGS@
383 MULELDFLAGS = @MULELDFLAGS@
384 MULERCFLAGS = @MULERCFLAGS@
385 OBJEXT = @OBJEXT@
386 PACKAGE = @PACKAGE@
387 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
388 PACKAGE_NAME = @PACKAGE_NAME@
389 PACKAGE_STRING = @PACKAGE_STRING@
390 PACKAGE_TARNAME = @PACKAGE_TARNAME@
391 PACKAGE_URL = @PACKAGE_URL@
392 PACKAGE_VERSION = @PACKAGE_VERSION@
393 PATH_SEPARATOR = @PATH_SEPARATOR@
394 PKG_CONFIG = @PKG_CONFIG@
395 POSUB = @POSUB@
396 POW_LIB = @POW_LIB@
397 QT_CORE_CXXFLAGS = @QT_CORE_CXXFLAGS@
398 QT_CORE_LIBS = @QT_CORE_LIBS@
399 QT_DBUS_LDFLAGS = @QT_DBUS_LDFLAGS@
400 QT_GUI_CXXFLAGS = @QT_GUI_CXXFLAGS@
401 QT_GUI_LIBS = @QT_GUI_LIBS@
402 QT_MOC = @QT_MOC@
403 RANLIB = @RANLIB@
404 RC = @RC@
405 RCFLAGS = @RCFLAGS@
406 READLINE_LIBS = @READLINE_LIBS@
407 RESOLV_LIB = @RESOLV_LIB@
408 SED = @SED@
409 SET_MAKE = @SET_MAKE@
410 SHELL = @SHELL@
411 STRIP = @STRIP@
412 SVNDATE = @SVNDATE@
413 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
414 USE_NLS = @USE_NLS@
415 VERSION = @VERSION@
416 WEBSERVER_MANPAGES = @WEBSERVER_MANPAGES@
417 WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
418 WXBASE_LIBS = @WXBASE_LIBS@
419 WXCAS_MANPAGES = @WXCAS_MANPAGES@
420 WX_CFLAGS = @WX_CFLAGS@
421 WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
422 WX_CONFIG_PATH = @WX_CONFIG_PATH@
423 WX_CPPFLAGS = @WX_CPPFLAGS@
424 WX_CXXFLAGS = @WX_CXXFLAGS@
425 WX_CXXFLAGS_ONLY = @WX_CXXFLAGS_ONLY@
426 WX_DEBUG = @WX_DEBUG@
427 WX_LIBS = @WX_LIBS@
428 WX_LIBS_STATIC = @WX_LIBS_STATIC@
429 WX_PORT = @WX_PORT@
430 WX_RESCOMP = @WX_RESCOMP@
431 WX_SHARED = @WX_SHARED@
432 WX_UNICODE = @WX_UNICODE@
433 WX_VERSION = @WX_VERSION@
434 WX_VERSION_MAJOR = @WX_VERSION_MAJOR@
435 WX_VERSION_MICRO = @WX_VERSION_MICRO@
436 WX_VERSION_MINOR = @WX_VERSION_MINOR@
437 XGETTEXT = @XGETTEXT@
438 YACC = @YACC@
439 YFLAGS = @YFLAGS@
440 ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
441 ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
442 ZLIB_LIBS = @ZLIB_LIBS@
443 abs_builddir = @abs_builddir@
444 abs_srcdir = @abs_srcdir@
445 abs_top_builddir = @abs_top_builddir@
446 abs_top_srcdir = @abs_top_srcdir@
447 ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
448 ac_ct_CC = @ac_ct_CC@
449 ac_ct_CXX = @ac_ct_CXX@
450 am__include = @am__include@
451 am__leading_dot = @am__leading_dot@
452 am__quote = @am__quote@
453 am__tar = @am__tar@
454 am__untar = @am__untar@
455 bindir = @bindir@
456 build = @build@
457 build_alias = @build_alias@
458 build_cpu = @build_cpu@
459 build_os = @build_os@
460 build_vendor = @build_vendor@
461 builddir = @builddir@
462 datadir = @datadir@
463 datarootdir = @datarootdir@
464 docdir = @docdir@
465 dvidir = @dvidir@
466 exec_prefix = @exec_prefix@
467 host = @host@
468 host_alias = @host_alias@
469 host_cpu = @host_cpu@
470 host_os = @host_os@
471 host_vendor = @host_vendor@
472 htmldir = @htmldir@
473 includedir = @includedir@
474 infodir = @infodir@
475 install_sh = @install_sh@
476 libdir = @libdir@
477 libexecdir = @libexecdir@
478 localedir = @localedir@
479 localstatedir = @localstatedir@
480 mandir = @mandir@
481 mkdir_p = @mkdir_p@
482 oldincludedir = @oldincludedir@
483 pdfdir = @pdfdir@
484 prefix = @prefix@
485 program_transform_name = @program_transform_name@
486 psdir = @psdir@
487 runstatedir = @runstatedir@
488 sbindir = @sbindir@
489 sharedstatedir = @sharedstatedir@
490 srcdir = @srcdir@
491 sysconfdir = @sysconfdir@
492 target_alias = @target_alias@
493 top_build_prefix = @top_build_prefix@
494 top_builddir = @top_builddir@
495 top_srcdir = @top_srcdir@
496 EXTRA_DIST = README
497 SUBDIRS = docs
498 dist_cas_DATA = tmp.html stat.png
499 casdir = $(datadir)/cas
500 cas_SOURCES = cas.c \
501 configfile.c \
502 functions.c \
503 graphics.c \
504 html.c \
505 lines.c
507 noinst_HEADERS = configfile.h \
508 functions.h \
509 graphics.h \
510 html.h \
511 lines.h \
512 version.h
514 cas_CPPFLAGS = $(MULECPPFLAGS) $(CAS_DEFS)
515 cas_CFLAGS = $(MULECFLAGS) $(GDLIB_CFLAGS)
516 cas_LDFLAGS = $(MULELDFLAGS) $(GDLIB_LDFLAGS) $(am__append_1)
517 cas_LDADD = $(GDLIB_LIBS)
519 # Resources
520 @NEED_RC_TRUE@SUFFIXES = .rc
521 @NEED_RC_TRUE@nodist_cas_SOURCES = cas-version.rc
522 @NEED_RC_TRUE@CLEANFILES = *-version.rc
523 MAINTAINERCLEANFILES = Makefile.in
524 all: all-recursive
526 .SUFFIXES:
527 .SUFFIXES: .rc .$(OBJEXT) .c .o .obj
528 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
529 @for dep in $?; do \
530 case '$(am__configure_deps)' in \
531 *$$dep*) \
532 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
533 && { if test -f $@; then exit 0; else break; fi; }; \
534 exit 1;; \
535 esac; \
536 done; \
537 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/utils/cas/Makefile'; \
538 $(am__cd) $(top_srcdir) && \
539 $(AUTOMAKE) --foreign src/utils/cas/Makefile
540 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
541 @case '$?' in \
542 *config.status*) \
543 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
544 *) \
545 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
546 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
547 esac;
549 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
550 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
552 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
553 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
554 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
555 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
556 $(am__aclocal_m4_deps):
557 install-binPROGRAMS: $(bin_PROGRAMS)
558 @$(NORMAL_INSTALL)
559 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
560 if test -n "$$list"; then \
561 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
562 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
563 fi; \
564 for p in $$list; do echo "$$p $$p"; done | \
565 sed 's/$(EXEEXT)$$//' | \
566 while read p p1; do if test -f $$p \
567 ; then echo "$$p"; echo "$$p"; else :; fi; \
568 done | \
569 sed -e 'p;s,.*/,,;n;h' \
570 -e 's|.*|.|' \
571 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
572 sed 'N;N;N;s,\n, ,g' | \
573 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
574 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
575 if ($$2 == $$4) files[d] = files[d] " " $$1; \
576 else { print "f", $$3 "/" $$4, $$1; } } \
577 END { for (d in files) print "f", d, files[d] }' | \
578 while read type dir files; do \
579 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
580 test -z "$$files" || { \
581 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
582 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
584 ; done
586 uninstall-binPROGRAMS:
587 @$(NORMAL_UNINSTALL)
588 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
589 files=`for p in $$list; do echo "$$p"; done | \
590 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
591 -e 's/$$/$(EXEEXT)/' \
592 `; \
593 test -n "$$list" || exit 0; \
594 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
595 cd "$(DESTDIR)$(bindir)" && rm -f $$files
597 clean-binPROGRAMS:
598 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
600 cas$(EXEEXT): $(cas_OBJECTS) $(cas_DEPENDENCIES) $(EXTRA_cas_DEPENDENCIES)
601 @rm -f cas$(EXEEXT)
602 $(AM_V_CCLD)$(cas_LINK) $(cas_OBJECTS) $(cas_LDADD) $(LIBS)
604 mostlyclean-compile:
605 -rm -f *.$(OBJEXT)
607 distclean-compile:
608 -rm -f *.tab.c
610 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-cas.Po@am__quote@
611 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-configfile.Po@am__quote@
612 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-functions.Po@am__quote@
613 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-graphics.Po@am__quote@
614 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-html.Po@am__quote@
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-lines.Po@am__quote@
617 .c.o:
618 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
619 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
620 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
621 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
624 .c.obj:
625 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
626 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
627 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
628 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
631 cas-cas.o: cas.c
632 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-cas.o -MD -MP -MF $(DEPDIR)/cas-cas.Tpo -c -o cas-cas.o `test -f 'cas.c' || echo '$(srcdir)/'`cas.c
633 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-cas.Tpo $(DEPDIR)/cas-cas.Po
634 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cas.c' object='cas-cas.o' libtool=no @AMDEPBACKSLASH@
635 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-cas.o `test -f 'cas.c' || echo '$(srcdir)/'`cas.c
638 cas-cas.obj: cas.c
639 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-cas.obj -MD -MP -MF $(DEPDIR)/cas-cas.Tpo -c -o cas-cas.obj `if test -f 'cas.c'; then $(CYGPATH_W) 'cas.c'; else $(CYGPATH_W) '$(srcdir)/cas.c'; fi`
640 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-cas.Tpo $(DEPDIR)/cas-cas.Po
641 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cas.c' object='cas-cas.obj' libtool=no @AMDEPBACKSLASH@
642 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-cas.obj `if test -f 'cas.c'; then $(CYGPATH_W) 'cas.c'; else $(CYGPATH_W) '$(srcdir)/cas.c'; fi`
645 cas-configfile.o: configfile.c
646 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-configfile.o -MD -MP -MF $(DEPDIR)/cas-configfile.Tpo -c -o cas-configfile.o `test -f 'configfile.c' || echo '$(srcdir)/'`configfile.c
647 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-configfile.Tpo $(DEPDIR)/cas-configfile.Po
648 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='configfile.c' object='cas-configfile.o' libtool=no @AMDEPBACKSLASH@
649 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-configfile.o `test -f 'configfile.c' || echo '$(srcdir)/'`configfile.c
652 cas-configfile.obj: configfile.c
653 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-configfile.obj -MD -MP -MF $(DEPDIR)/cas-configfile.Tpo -c -o cas-configfile.obj `if test -f 'configfile.c'; then $(CYGPATH_W) 'configfile.c'; else $(CYGPATH_W) '$(srcdir)/configfile.c'; fi`
654 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-configfile.Tpo $(DEPDIR)/cas-configfile.Po
655 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='configfile.c' object='cas-configfile.obj' libtool=no @AMDEPBACKSLASH@
656 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-configfile.obj `if test -f 'configfile.c'; then $(CYGPATH_W) 'configfile.c'; else $(CYGPATH_W) '$(srcdir)/configfile.c'; fi`
659 cas-functions.o: functions.c
660 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-functions.o -MD -MP -MF $(DEPDIR)/cas-functions.Tpo -c -o cas-functions.o `test -f 'functions.c' || echo '$(srcdir)/'`functions.c
661 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-functions.Tpo $(DEPDIR)/cas-functions.Po
662 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='functions.c' object='cas-functions.o' libtool=no @AMDEPBACKSLASH@
663 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
664 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-functions.o `test -f 'functions.c' || echo '$(srcdir)/'`functions.c
666 cas-functions.obj: functions.c
667 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-functions.obj -MD -MP -MF $(DEPDIR)/cas-functions.Tpo -c -o cas-functions.obj `if test -f 'functions.c'; then $(CYGPATH_W) 'functions.c'; else $(CYGPATH_W) '$(srcdir)/functions.c'; fi`
668 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-functions.Tpo $(DEPDIR)/cas-functions.Po
669 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='functions.c' object='cas-functions.obj' libtool=no @AMDEPBACKSLASH@
670 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
671 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-functions.obj `if test -f 'functions.c'; then $(CYGPATH_W) 'functions.c'; else $(CYGPATH_W) '$(srcdir)/functions.c'; fi`
673 cas-graphics.o: graphics.c
674 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-graphics.o -MD -MP -MF $(DEPDIR)/cas-graphics.Tpo -c -o cas-graphics.o `test -f 'graphics.c' || echo '$(srcdir)/'`graphics.c
675 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-graphics.Tpo $(DEPDIR)/cas-graphics.Po
676 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graphics.c' object='cas-graphics.o' libtool=no @AMDEPBACKSLASH@
677 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
678 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-graphics.o `test -f 'graphics.c' || echo '$(srcdir)/'`graphics.c
680 cas-graphics.obj: graphics.c
681 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-graphics.obj -MD -MP -MF $(DEPDIR)/cas-graphics.Tpo -c -o cas-graphics.obj `if test -f 'graphics.c'; then $(CYGPATH_W) 'graphics.c'; else $(CYGPATH_W) '$(srcdir)/graphics.c'; fi`
682 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-graphics.Tpo $(DEPDIR)/cas-graphics.Po
683 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='graphics.c' object='cas-graphics.obj' libtool=no @AMDEPBACKSLASH@
684 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
685 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-graphics.obj `if test -f 'graphics.c'; then $(CYGPATH_W) 'graphics.c'; else $(CYGPATH_W) '$(srcdir)/graphics.c'; fi`
687 cas-html.o: html.c
688 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-html.o -MD -MP -MF $(DEPDIR)/cas-html.Tpo -c -o cas-html.o `test -f 'html.c' || echo '$(srcdir)/'`html.c
689 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-html.Tpo $(DEPDIR)/cas-html.Po
690 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='html.c' object='cas-html.o' libtool=no @AMDEPBACKSLASH@
691 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
692 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-html.o `test -f 'html.c' || echo '$(srcdir)/'`html.c
694 cas-html.obj: html.c
695 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-html.obj -MD -MP -MF $(DEPDIR)/cas-html.Tpo -c -o cas-html.obj `if test -f 'html.c'; then $(CYGPATH_W) 'html.c'; else $(CYGPATH_W) '$(srcdir)/html.c'; fi`
696 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-html.Tpo $(DEPDIR)/cas-html.Po
697 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='html.c' object='cas-html.obj' libtool=no @AMDEPBACKSLASH@
698 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
699 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-html.obj `if test -f 'html.c'; then $(CYGPATH_W) 'html.c'; else $(CYGPATH_W) '$(srcdir)/html.c'; fi`
701 cas-lines.o: lines.c
702 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-lines.o -MD -MP -MF $(DEPDIR)/cas-lines.Tpo -c -o cas-lines.o `test -f 'lines.c' || echo '$(srcdir)/'`lines.c
703 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-lines.Tpo $(DEPDIR)/cas-lines.Po
704 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lines.c' object='cas-lines.o' libtool=no @AMDEPBACKSLASH@
705 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
706 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-lines.o `test -f 'lines.c' || echo '$(srcdir)/'`lines.c
708 cas-lines.obj: lines.c
709 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -MT cas-lines.obj -MD -MP -MF $(DEPDIR)/cas-lines.Tpo -c -o cas-lines.obj `if test -f 'lines.c'; then $(CYGPATH_W) 'lines.c'; else $(CYGPATH_W) '$(srcdir)/lines.c'; fi`
710 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/cas-lines.Tpo $(DEPDIR)/cas-lines.Po
711 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='lines.c' object='cas-lines.obj' libtool=no @AMDEPBACKSLASH@
712 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
713 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(cas_CPPFLAGS) $(CPPFLAGS) $(cas_CFLAGS) $(CFLAGS) -c -o cas-lines.obj `if test -f 'lines.c'; then $(CYGPATH_W) 'lines.c'; else $(CYGPATH_W) '$(srcdir)/lines.c'; fi`
714 install-dist_casDATA: $(dist_cas_DATA)
715 @$(NORMAL_INSTALL)
716 @list='$(dist_cas_DATA)'; test -n "$(casdir)" || list=; \
717 if test -n "$$list"; then \
718 echo " $(MKDIR_P) '$(DESTDIR)$(casdir)'"; \
719 $(MKDIR_P) "$(DESTDIR)$(casdir)" || exit 1; \
720 fi; \
721 for p in $$list; do \
722 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
723 echo "$$d$$p"; \
724 done | $(am__base_list) | \
725 while read files; do \
726 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(casdir)'"; \
727 $(INSTALL_DATA) $$files "$(DESTDIR)$(casdir)" || exit $$?; \
728 done
730 uninstall-dist_casDATA:
731 @$(NORMAL_UNINSTALL)
732 @list='$(dist_cas_DATA)'; test -n "$(casdir)" || list=; \
733 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
734 dir='$(DESTDIR)$(casdir)'; $(am__uninstall_files_from_dir)
736 # This directory's subdirectories are mostly independent; you can cd
737 # into them and run 'make' without going through this Makefile.
738 # To change the values of 'make' variables: instead of editing Makefiles,
739 # (1) if the variable is set in 'config.status', edit 'config.status'
740 # (which will cause the Makefiles to be regenerated when you run 'make');
741 # (2) otherwise, pass the desired values on the 'make' command line.
742 $(am__recursive_targets):
743 @fail=; \
744 if $(am__make_keepgoing); then \
745 failcom='fail=yes'; \
746 else \
747 failcom='exit 1'; \
748 fi; \
749 dot_seen=no; \
750 target=`echo $@ | sed s/-recursive//`; \
751 case "$@" in \
752 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
753 *) list='$(SUBDIRS)' ;; \
754 esac; \
755 for subdir in $$list; do \
756 echo "Making $$target in $$subdir"; \
757 if test "$$subdir" = "."; then \
758 dot_seen=yes; \
759 local_target="$$target-am"; \
760 else \
761 local_target="$$target"; \
762 fi; \
763 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
764 || eval $$failcom; \
765 done; \
766 if test "$$dot_seen" = "no"; then \
767 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
768 fi; test -z "$$fail"
770 ID: $(am__tagged_files)
771 $(am__define_uniq_tagged_files); mkid -fID $$unique
772 tags: tags-recursive
773 TAGS: tags
775 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
776 set x; \
777 here=`pwd`; \
778 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
779 include_option=--etags-include; \
780 empty_fix=.; \
781 else \
782 include_option=--include; \
783 empty_fix=; \
784 fi; \
785 list='$(SUBDIRS)'; for subdir in $$list; do \
786 if test "$$subdir" = .; then :; else \
787 test ! -f $$subdir/TAGS || \
788 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
789 fi; \
790 done; \
791 $(am__define_uniq_tagged_files); \
792 shift; \
793 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
794 test -n "$$unique" || unique=$$empty_fix; \
795 if test $$# -gt 0; then \
796 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
797 "$$@" $$unique; \
798 else \
799 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
800 $$unique; \
801 fi; \
803 ctags: ctags-recursive
805 CTAGS: ctags
806 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
807 $(am__define_uniq_tagged_files); \
808 test -z "$(CTAGS_ARGS)$$unique" \
809 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
810 $$unique
812 GTAGS:
813 here=`$(am__cd) $(top_builddir) && pwd` \
814 && $(am__cd) $(top_srcdir) \
815 && gtags -i $(GTAGS_ARGS) "$$here"
816 cscopelist: cscopelist-recursive
818 cscopelist-am: $(am__tagged_files)
819 list='$(am__tagged_files)'; \
820 case "$(srcdir)" in \
821 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
822 *) sdir=$(subdir)/$(srcdir) ;; \
823 esac; \
824 for i in $$list; do \
825 if test -f "$$i"; then \
826 echo "$(subdir)/$$i"; \
827 else \
828 echo "$$sdir/$$i"; \
829 fi; \
830 done >> $(top_builddir)/cscope.files
832 distclean-tags:
833 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
835 distdir: $(DISTFILES)
836 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
837 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
838 list='$(DISTFILES)'; \
839 dist_files=`for file in $$list; do echo $$file; done | \
840 sed -e "s|^$$srcdirstrip/||;t" \
841 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
842 case $$dist_files in \
843 */*) $(MKDIR_P) `echo "$$dist_files" | \
844 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
845 sort -u` ;; \
846 esac; \
847 for file in $$dist_files; do \
848 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
849 if test -d $$d/$$file; then \
850 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
851 if test -d "$(distdir)/$$file"; then \
852 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
853 fi; \
854 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
855 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
856 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
857 fi; \
858 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
859 else \
860 test -f "$(distdir)/$$file" \
861 || cp -p $$d/$$file "$(distdir)/$$file" \
862 || exit 1; \
863 fi; \
864 done
865 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
866 if test "$$subdir" = .; then :; else \
867 $(am__make_dryrun) \
868 || test -d "$(distdir)/$$subdir" \
869 || $(MKDIR_P) "$(distdir)/$$subdir" \
870 || exit 1; \
871 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
872 $(am__relativize); \
873 new_distdir=$$reldir; \
874 dir1=$$subdir; dir2="$(top_distdir)"; \
875 $(am__relativize); \
876 new_top_distdir=$$reldir; \
877 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
878 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
879 ($(am__cd) $$subdir && \
880 $(MAKE) $(AM_MAKEFLAGS) \
881 top_distdir="$$new_top_distdir" \
882 distdir="$$new_distdir" \
883 am__remove_distdir=: \
884 am__skip_length_check=: \
885 am__skip_mode_fix=: \
886 distdir) \
887 || exit 1; \
888 fi; \
889 done
890 check-am: all-am
891 check: check-recursive
892 all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
893 installdirs: installdirs-recursive
894 installdirs-am:
895 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(casdir)"; do \
896 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
897 done
898 install: install-recursive
899 install-exec: install-exec-recursive
900 install-data: install-data-recursive
901 uninstall: uninstall-recursive
903 install-am: all-am
904 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
906 installcheck: installcheck-recursive
907 install-strip:
908 if test -z '$(STRIP)'; then \
909 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
910 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
911 install; \
912 else \
913 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
914 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
915 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
917 mostlyclean-generic:
919 clean-generic:
920 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
922 distclean-generic:
923 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
924 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
926 maintainer-clean-generic:
927 @echo "This command is intended for maintainers to use"
928 @echo "it deletes files that may require special tools to rebuild."
929 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
930 clean: clean-recursive
932 clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
934 distclean: distclean-recursive
935 -rm -rf ./$(DEPDIR)
936 -rm -f Makefile
937 distclean-am: clean-am distclean-compile distclean-generic \
938 distclean-tags
940 dvi: dvi-recursive
942 dvi-am:
944 html: html-recursive
946 html-am:
948 info: info-recursive
950 info-am:
952 install-data-am: install-dist_casDATA
954 install-dvi: install-dvi-recursive
956 install-dvi-am:
958 install-exec-am: install-binPROGRAMS
960 install-html: install-html-recursive
962 install-html-am:
964 install-info: install-info-recursive
966 install-info-am:
968 install-man:
970 install-pdf: install-pdf-recursive
972 install-pdf-am:
974 install-ps: install-ps-recursive
976 install-ps-am:
978 installcheck-am:
980 maintainer-clean: maintainer-clean-recursive
981 -rm -rf ./$(DEPDIR)
982 -rm -f Makefile
983 maintainer-clean-am: distclean-am maintainer-clean-generic
985 mostlyclean: mostlyclean-recursive
987 mostlyclean-am: mostlyclean-compile mostlyclean-generic
989 pdf: pdf-recursive
991 pdf-am:
993 ps: ps-recursive
995 ps-am:
997 uninstall-am: uninstall-binPROGRAMS uninstall-dist_casDATA
999 .MAKE: $(am__recursive_targets) install-am install-strip
1001 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
1002 check-am clean clean-binPROGRAMS clean-generic cscopelist-am \
1003 ctags ctags-am distclean distclean-compile distclean-generic \
1004 distclean-tags distdir dvi dvi-am html html-am info info-am \
1005 install install-am install-binPROGRAMS install-data \
1006 install-data-am install-dist_casDATA install-dvi \
1007 install-dvi-am install-exec install-exec-am install-html \
1008 install-html-am install-info install-info-am install-man \
1009 install-pdf install-pdf-am install-ps install-ps-am \
1010 install-strip installcheck installcheck-am installdirs \
1011 installdirs-am maintainer-clean maintainer-clean-generic \
1012 mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
1013 ps ps-am tags tags-am uninstall uninstall-am \
1014 uninstall-binPROGRAMS uninstall-dist_casDATA
1016 .PRECIOUS: Makefile
1019 @NEED_RC_TRUE@.rc.$(OBJEXT):
1020 @NEED_RC_TRUE@ $(RC) $(MULERCFLAGS) -I$(top_srcdir) $(RCFLAGS) -O COFF -i "$<" -o "$@"
1022 @NEED_RC_TRUE@cas-version.rc: $(top_builddir)/version.rc
1023 @NEED_RC_TRUE@ @sed -e 's/VER_FILEDESCRIPTION_STR/"C aMule Statistics"/' \
1024 @NEED_RC_TRUE@ -e 's/VER_INTERNALNAME_STR/"cas"/' \
1025 @NEED_RC_TRUE@ -e 's/VER_ORIGINALFILENAME_STR/"cas$(EXEEXT)"/' "$<" > "$@"
1027 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1028 # Otherwise a system limit (for SysV at least) may be exceeded.
1029 .NOEXPORT: