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