~ubuntu-branches/ubuntu/precise/amule-adunanza/precise

« back to all changes in this revision

Viewing changes to src/utils/cas/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2010-02-18 21:16:23 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218211623-gptwe60zx1knfkmu
Tags: 2010.1+2.2.6-0ubuntu1
* New upstream release (LP: #524697)
  - Drop manpages_spelling_fixes.diff fixed by upstream
  - Drop cryptopp-reference.diff fixed by upstream
  - Bump Standards-Version no changes required
  - Update install files (amule -> amuleadunanza)
  - debian/rules: amule.xpm -> amuleadunanza.xpm
  - Add README.Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
16
16
 
17
17
 
18
18
 
19
 
srcdir = @srcdir@
20
 
top_srcdir = @top_srcdir@
21
19
VPATH = @srcdir@
22
20
pkgdatadir = $(datadir)/@PACKAGE@
23
21
pkglibdir = $(libdir)/@PACKAGE@
24
22
pkgincludedir = $(includedir)/@PACKAGE@
25
 
top_builddir = ../../..
26
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27
 
INSTALL = @INSTALL@
28
24
install_sh_DATA = $(install_sh) -c -m 644
29
25
install_sh_PROGRAM = $(install_sh) -c
30
26
install_sh_SCRIPT = $(install_sh) -c
44
40
DIST_COMMON = README $(dist_cas_DATA) $(noinst_HEADERS) \
45
41
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in
46
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
47
 
am__aclocal_m4_deps = $(top_srcdir)/m4/build-tools.m4 \
48
 
        $(top_srcdir)/m4/codeset.m4 $(top_srcdir)/m4/cryptopp.m4 \
49
 
        $(top_srcdir)/m4/fallocate.m4 $(top_srcdir)/m4/gdlib.m4 \
50
 
        $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/glibc21.m4 \
51
 
        $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intdiv0.m4 \
52
 
        $(top_srcdir)/m4/inttypes-pri.m4 $(top_srcdir)/m4/inttypes.m4 \
53
 
        $(top_srcdir)/m4/inttypes_h.m4 $(top_srcdir)/m4/isc-posix.m4 \
54
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/lib-ld.m4 \
55
 
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
56
 
        $(top_srcdir)/m4/libpng.m4 $(top_srcdir)/m4/libupnp.m4 \
57
 
        $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
58
 
        $(top_srcdir)/m4/progtest.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
 
43
am__aclocal_m4_deps = $(top_srcdir)/m4/GeoIP.m4 \
 
44
        $(top_srcdir)/m4/build-tools.m4 $(top_srcdir)/m4/codeset.m4 \
 
45
        $(top_srcdir)/m4/cryptopp.m4 $(top_srcdir)/m4/fallocate.m4 \
 
46
        $(top_srcdir)/m4/gdlib.m4 $(top_srcdir)/m4/gettext.m4 \
 
47
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/iconv.m4 \
 
48
        $(top_srcdir)/m4/intdiv0.m4 $(top_srcdir)/m4/inttypes-pri.m4 \
 
49
        $(top_srcdir)/m4/inttypes.m4 $(top_srcdir)/m4/inttypes_h.m4 \
 
50
        $(top_srcdir)/m4/isc-posix.m4 $(top_srcdir)/m4/lcmessage.m4 \
 
51
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
 
52
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libpng.m4 \
 
53
        $(top_srcdir)/m4/libupnp.m4 $(top_srcdir)/m4/nls.m4 \
 
54
        $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/progtest.m4 \
 
55
        $(top_srcdir)/m4/readline.m4 $(top_srcdir)/m4/stdint_h.m4 \
 
56
        $(top_srcdir)/m4/uintmax_t.m4 $(top_srcdir)/m4/ulonglong.m4 \
 
57
        $(top_srcdir)/m4/wxwin.m4 $(top_srcdir)/m4/zlib.m4 \
 
58
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
63
59
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64
60
        $(ACLOCAL_M4)
65
61
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
75
71
cas_OBJECTS = $(am_cas_OBJECTS) $(nodist_cas_OBJECTS)
76
72
am__DEPENDENCIES_1 =
77
73
cas_DEPENDENCIES = $(am__DEPENDENCIES_1)
78
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
74
cas_LINK = $(CCLD) $(cas_CFLAGS) $(CFLAGS) $(cas_LDFLAGS) $(LDFLAGS) \
 
75
        -o $@
 
76
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
79
77
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
78
am__depfiles_maybe = depfiles
81
79
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
86
84
DIST_SOURCES = $(cas_SOURCES)
87
85
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
88
86
        html-recursive info-recursive install-data-recursive \
89
 
        install-exec-recursive install-info-recursive \
90
 
        install-recursive installcheck-recursive installdirs-recursive \
91
 
        pdf-recursive ps-recursive uninstall-info-recursive \
92
 
        uninstall-recursive
 
87
        install-dvi-recursive install-exec-recursive \
 
88
        install-html-recursive install-info-recursive \
 
89
        install-pdf-recursive install-ps-recursive install-recursive \
 
90
        installcheck-recursive installdirs-recursive pdf-recursive \
 
91
        ps-recursive uninstall-recursive
93
92
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
94
93
am__vpath_adj = case $$p in \
95
94
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
99
98
dist_casDATA_INSTALL = $(INSTALL_DATA)
100
99
DATA = $(dist_cas_DATA)
101
100
HEADERS = $(noinst_HEADERS)
 
101
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
102
  distclean-recursive maintainer-clean-recursive
102
103
ETAGS = etags
103
104
CTAGS = ctags
104
105
DIST_SUBDIRS = $(SUBDIRS)
105
106
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
106
107
ACLOCAL = @ACLOCAL@
107
 
ALCC_FALSE = @ALCC_FALSE@
108
108
ALCC_MANPAGES = @ALCC_MANPAGES@
109
 
ALCC_TRUE = @ALCC_TRUE@
110
 
ALC_FALSE = @ALC_FALSE@
111
109
ALC_MANPAGES = @ALC_MANPAGES@
112
 
ALC_TRUE = @ALC_TRUE@
113
110
ALLOCA = @ALLOCA@
114
 
AMDEP_FALSE = @AMDEP_FALSE@
115
 
AMDEP_TRUE = @AMDEP_TRUE@
116
111
AMTAR = @AMTAR@
117
112
AMULECMD_MANPAGES = @AMULECMD_MANPAGES@
118
113
AMULEWEB_DEFS = @AMULEWEB_DEFS@
119
 
AMULE_DAEMON_FALSE = @AMULE_DAEMON_FALSE@
120
114
AMULE_DAEMON_MANPAGES = @AMULE_DAEMON_MANPAGES@
121
 
AMULE_DAEMON_TRUE = @AMULE_DAEMON_TRUE@
122
 
AMULE_GUI_FALSE = @AMULE_GUI_FALSE@
123
115
AMULE_GUI_MANPAGES = @AMULE_GUI_MANPAGES@
124
 
AMULE_GUI_TRUE = @AMULE_GUI_TRUE@
125
116
AR = @AR@
126
117
AUTOCONF = @AUTOCONF@
127
118
AUTOHEADER = @AUTOHEADER@
136
127
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
137
128
BUILD_LDFLAGS = @BUILD_LDFLAGS@
138
129
CAS_DEFS = @CAS_DEFS@
139
 
CAS_FALSE = @CAS_FALSE@
140
130
CAS_MANPAGES = @CAS_MANPAGES@
141
 
CAS_TRUE = @CAS_TRUE@
142
131
CATOBJEXT = @CATOBJEXT@
143
132
CC = @CC@
144
133
CCDEPMODE = @CCDEPMODE@
145
134
CFLAGS = @CFLAGS@
146
 
COMPILE_CMD_FALSE = @COMPILE_CMD_FALSE@
147
 
COMPILE_CMD_TRUE = @COMPILE_CMD_TRUE@
148
 
COMPILE_NLS_FALSE = @COMPILE_NLS_FALSE@
149
 
COMPILE_NLS_TRUE = @COMPILE_NLS_TRUE@
150
135
CPP = @CPP@
151
136
CPPFLAGS = @CPPFLAGS@
152
137
CRYPTOPP_CPPFLAGS = @CRYPTOPP_CPPFLAGS@
163
148
ECHO_C = @ECHO_C@
164
149
ECHO_N = @ECHO_N@
165
150
ECHO_T = @ECHO_T@
166
 
ED2K_FALSE = @ED2K_FALSE@
167
151
ED2K_MANPAGES = @ED2K_MANPAGES@
168
 
ED2K_TRUE = @ED2K_TRUE@
169
152
EGREP = @EGREP@
170
 
ENABLE_IP2COUNTRY_FALSE = @ENABLE_IP2COUNTRY_FALSE@
171
 
ENABLE_IP2COUNTRY_TRUE = @ENABLE_IP2COUNTRY_TRUE@
172
 
ENABLE_UPNP_FALSE = @ENABLE_UPNP_FALSE@
173
 
ENABLE_UPNP_TRUE = @ENABLE_UPNP_TRUE@
174
153
EXEEXT = @EXEEXT@
175
154
GDLIB_CFLAGS = @GDLIB_CFLAGS@
176
155
GDLIB_CONFIG_PATH = @GDLIB_CONFIG_PATH@
177
156
GDLIB_LDFLAGS = @GDLIB_LDFLAGS@
178
157
GDLIB_LIBS = @GDLIB_LIBS@
179
158
GENCAT = @GENCAT@
180
 
GENERATE_FLEX_HEADER_FALSE = @GENERATE_FLEX_HEADER_FALSE@
181
 
GENERATE_FLEX_HEADER_TRUE = @GENERATE_FLEX_HEADER_TRUE@
182
159
GEOIP_CPPFLAGS = @GEOIP_CPPFLAGS@
183
160
GEOIP_LDFLAGS = @GEOIP_LDFLAGS@
184
161
GEOIP_LIBS = @GEOIP_LIBS@
186
163
GMSGFMT = @GMSGFMT@
187
164
GREP = @GREP@
188
165
INCINTL = @INCINTL@
 
166
INSTALL = @INSTALL@
189
167
INSTALL_DATA = @INSTALL_DATA@
190
168
INSTALL_PROGRAM = @INSTALL_PROGRAM@
191
169
INSTALL_SCRIPT = @INSTALL_SCRIPT@
216
194
LTLIBINTL = @LTLIBINTL@
217
195
LTLIBOBJS = @LTLIBOBJS@
218
196
MAINT = @MAINT@
219
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
220
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
221
197
MAKEINFO = @MAKEINFO@
 
198
MKDIR_P = @MKDIR_P@
222
199
MKINSTALLDIRS = @MKINSTALLDIRS@
223
 
MONOLITHIC_FALSE = @MONOLITHIC_FALSE@
224
200
MONOLITHIC_MANPAGES = @MONOLITHIC_MANPAGES@
225
 
MONOLITHIC_TRUE = @MONOLITHIC_TRUE@
226
201
MSGFMT = @MSGFMT@
227
202
MSGMERGE = @MSGMERGE@
228
203
MULECFLAGS = @MULECFLAGS@
230
205
MULECXXFLAGS = @MULECXXFLAGS@
231
206
MULELDFLAGS = @MULELDFLAGS@
232
207
MULERCFLAGS = @MULERCFLAGS@
233
 
NEED_CORESERVICES_FALSE = @NEED_CORESERVICES_FALSE@
234
 
NEED_CORESERVICES_TRUE = @NEED_CORESERVICES_TRUE@
235
 
NEED_RC_FALSE = @NEED_RC_FALSE@
236
 
NEED_RC_TRUE = @NEED_RC_TRUE@
237
208
OBJEXT = @OBJEXT@
238
209
PACKAGE = @PACKAGE@
239
210
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
255
226
SHELL = @SHELL@
256
227
STRIP = @STRIP@
257
228
SVNDATE = @SVNDATE@
258
 
SYS_WIN32_FALSE = @SYS_WIN32_FALSE@
259
 
SYS_WIN32_TRUE = @SYS_WIN32_TRUE@
260
229
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
261
230
USE_NLS = @USE_NLS@
262
231
VERSION = @VERSION@
263
 
WEB_FALSE = @WEB_FALSE@
264
232
WEB_MANPAGES = @WEB_MANPAGES@
265
 
WEB_TRUE = @WEB_TRUE@
266
233
WXBASE_CPPFLAGS = @WXBASE_CPPFLAGS@
267
234
WXBASE_LIBS = @WXBASE_LIBS@
268
 
WXCAS_FALSE = @WXCAS_FALSE@
269
235
WXCAS_MANPAGES = @WXCAS_MANPAGES@
270
 
WXCAS_TRUE = @WXCAS_TRUE@
271
236
WX_CFLAGS = @WX_CFLAGS@
272
237
WX_CFLAGS_ONLY = @WX_CFLAGS_ONLY@
273
238
WX_CONFIG_PATH = @WX_CONFIG_PATH@
292
257
ZLIB_CPPFLAGS = @ZLIB_CPPFLAGS@
293
258
ZLIB_LDFLAGS = @ZLIB_LDFLAGS@
294
259
ZLIB_LIBS = @ZLIB_LIBS@
 
260
abs_builddir = @abs_builddir@
 
261
abs_srcdir = @abs_srcdir@
 
262
abs_top_builddir = @abs_top_builddir@
 
263
abs_top_srcdir = @abs_top_srcdir@
295
264
ac_ct_BUILD_CC = @ac_ct_BUILD_CC@
296
265
ac_ct_CC = @ac_ct_CC@
297
266
ac_ct_CXX = @ac_ct_CXX@
298
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
299
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
300
 
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
301
 
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
302
267
am__include = @am__include@
303
268
am__leading_dot = @am__leading_dot@
304
269
am__quote = @am__quote@
310
275
build_cpu = @build_cpu@
311
276
build_os = @build_os@
312
277
build_vendor = @build_vendor@
 
278
builddir = @builddir@
313
279
datadir = @datadir@
314
280
datarootdir = @datarootdir@
315
281
docdir = @docdir@
337
303
psdir = @psdir@
338
304
sbindir = @sbindir@
339
305
sharedstatedir = @sharedstatedir@
 
306
srcdir = @srcdir@
340
307
sysconfdir = @sysconfdir@
341
308
target_alias = @target_alias@
 
309
top_build_prefix = @top_build_prefix@
 
310
top_builddir = @top_builddir@
 
311
top_srcdir = @top_srcdir@
342
312
EXTRA_DIST = README
343
313
SUBDIRS = docs
344
314
dist_cas_DATA = tmp.html stat.png
345
 
casdir = $(datadir)/cas
 
315
casdir = $(datadir)/casAdunanzA
346
316
cas_SOURCES = cas.c \
347
317
              configfile.c \
348
318
              functions.c \
402
372
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
403
373
install-binPROGRAMS: $(bin_PROGRAMS)
404
374
        @$(NORMAL_INSTALL)
405
 
        test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
 
375
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
406
376
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
407
377
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
408
378
          if test -f $$p \
425
395
        -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
426
396
cas$(EXEEXT): $(cas_OBJECTS) $(cas_DEPENDENCIES) 
427
397
        @rm -f cas$(EXEEXT)
428
 
        $(LINK) $(cas_LDFLAGS) $(cas_OBJECTS) $(cas_LDADD) $(LIBS)
 
398
        $(cas_LINK) $(cas_OBJECTS) $(cas_LDADD) $(LIBS)
429
399
 
430
400
mostlyclean-compile:
431
401
        -rm -f *.$(OBJEXT)
441
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cas-lines.Po@am__quote@
442
412
 
443
413
.c.o:
444
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
445
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
414
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
415
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446
416
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
447
417
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
448
418
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
449
419
 
450
420
.c.obj:
451
 
@am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
452
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
421
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
422
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
453
423
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
454
424
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
455
425
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
456
426
 
457
427
cas-cas.o: cas.c
458
 
@am__fastdepCC_TRUE@    if $(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; \
459
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-cas.Tpo" "$(DEPDIR)/cas-cas.Po"; else rm -f "$(DEPDIR)/cas-cas.Tpo"; exit 1; fi
 
428
@am__fastdepCC_TRUE@    $(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
 
429
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-cas.Tpo $(DEPDIR)/cas-cas.Po
460
430
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cas.c' object='cas-cas.o' libtool=no @AMDEPBACKSLASH@
461
431
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
462
432
@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
463
433
 
464
434
cas-cas.obj: cas.c
465
 
@am__fastdepCC_TRUE@    if $(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`; \
466
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-cas.Tpo" "$(DEPDIR)/cas-cas.Po"; else rm -f "$(DEPDIR)/cas-cas.Tpo"; exit 1; fi
 
435
@am__fastdepCC_TRUE@    $(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`
 
436
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-cas.Tpo $(DEPDIR)/cas-cas.Po
467
437
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cas.c' object='cas-cas.obj' libtool=no @AMDEPBACKSLASH@
468
438
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
469
439
@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`
470
440
 
471
441
cas-configfile.o: configfile.c
472
 
@am__fastdepCC_TRUE@    if $(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; \
473
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-configfile.Tpo" "$(DEPDIR)/cas-configfile.Po"; else rm -f "$(DEPDIR)/cas-configfile.Tpo"; exit 1; fi
 
442
@am__fastdepCC_TRUE@    $(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
 
443
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-configfile.Tpo $(DEPDIR)/cas-configfile.Po
474
444
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='configfile.c' object='cas-configfile.o' libtool=no @AMDEPBACKSLASH@
475
445
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
476
446
@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
477
447
 
478
448
cas-configfile.obj: configfile.c
479
 
@am__fastdepCC_TRUE@    if $(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`; \
480
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-configfile.Tpo" "$(DEPDIR)/cas-configfile.Po"; else rm -f "$(DEPDIR)/cas-configfile.Tpo"; exit 1; fi
 
449
@am__fastdepCC_TRUE@    $(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`
 
450
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-configfile.Tpo $(DEPDIR)/cas-configfile.Po
481
451
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='configfile.c' object='cas-configfile.obj' libtool=no @AMDEPBACKSLASH@
482
452
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
483
453
@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`
484
454
 
485
455
cas-functions.o: functions.c
486
 
@am__fastdepCC_TRUE@    if $(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; \
487
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-functions.Tpo" "$(DEPDIR)/cas-functions.Po"; else rm -f "$(DEPDIR)/cas-functions.Tpo"; exit 1; fi
 
456
@am__fastdepCC_TRUE@    $(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
 
457
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-functions.Tpo $(DEPDIR)/cas-functions.Po
488
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='functions.c' object='cas-functions.o' libtool=no @AMDEPBACKSLASH@
489
459
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490
460
@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
491
461
 
492
462
cas-functions.obj: functions.c
493
 
@am__fastdepCC_TRUE@    if $(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`; \
494
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-functions.Tpo" "$(DEPDIR)/cas-functions.Po"; else rm -f "$(DEPDIR)/cas-functions.Tpo"; exit 1; fi
 
463
@am__fastdepCC_TRUE@    $(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`
 
464
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-functions.Tpo $(DEPDIR)/cas-functions.Po
495
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='functions.c' object='cas-functions.obj' libtool=no @AMDEPBACKSLASH@
496
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
467
@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`
498
468
 
499
469
cas-graphics.o: graphics.c
500
 
@am__fastdepCC_TRUE@    if $(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; \
501
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-graphics.Tpo" "$(DEPDIR)/cas-graphics.Po"; else rm -f "$(DEPDIR)/cas-graphics.Tpo"; exit 1; fi
 
470
@am__fastdepCC_TRUE@    $(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
 
471
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-graphics.Tpo $(DEPDIR)/cas-graphics.Po
502
472
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='graphics.c' object='cas-graphics.o' libtool=no @AMDEPBACKSLASH@
503
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504
474
@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
505
475
 
506
476
cas-graphics.obj: graphics.c
507
 
@am__fastdepCC_TRUE@    if $(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`; \
508
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-graphics.Tpo" "$(DEPDIR)/cas-graphics.Po"; else rm -f "$(DEPDIR)/cas-graphics.Tpo"; exit 1; fi
 
477
@am__fastdepCC_TRUE@    $(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`
 
478
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-graphics.Tpo $(DEPDIR)/cas-graphics.Po
509
479
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='graphics.c' object='cas-graphics.obj' libtool=no @AMDEPBACKSLASH@
510
480
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511
481
@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`
512
482
 
513
483
cas-html.o: html.c
514
 
@am__fastdepCC_TRUE@    if $(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; \
515
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-html.Tpo" "$(DEPDIR)/cas-html.Po"; else rm -f "$(DEPDIR)/cas-html.Tpo"; exit 1; fi
 
484
@am__fastdepCC_TRUE@    $(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
 
485
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-html.Tpo $(DEPDIR)/cas-html.Po
516
486
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='html.c' object='cas-html.o' libtool=no @AMDEPBACKSLASH@
517
487
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
518
488
@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
519
489
 
520
490
cas-html.obj: html.c
521
 
@am__fastdepCC_TRUE@    if $(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`; \
522
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-html.Tpo" "$(DEPDIR)/cas-html.Po"; else rm -f "$(DEPDIR)/cas-html.Tpo"; exit 1; fi
 
491
@am__fastdepCC_TRUE@    $(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`
 
492
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-html.Tpo $(DEPDIR)/cas-html.Po
523
493
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='html.c' object='cas-html.obj' libtool=no @AMDEPBACKSLASH@
524
494
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
525
495
@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`
526
496
 
527
497
cas-lines.o: lines.c
528
 
@am__fastdepCC_TRUE@    if $(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; \
529
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-lines.Tpo" "$(DEPDIR)/cas-lines.Po"; else rm -f "$(DEPDIR)/cas-lines.Tpo"; exit 1; fi
 
498
@am__fastdepCC_TRUE@    $(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
 
499
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-lines.Tpo $(DEPDIR)/cas-lines.Po
530
500
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lines.c' object='cas-lines.o' libtool=no @AMDEPBACKSLASH@
531
501
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
532
502
@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
533
503
 
534
504
cas-lines.obj: lines.c
535
 
@am__fastdepCC_TRUE@    if $(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`; \
536
 
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/cas-lines.Tpo" "$(DEPDIR)/cas-lines.Po"; else rm -f "$(DEPDIR)/cas-lines.Tpo"; exit 1; fi
 
505
@am__fastdepCC_TRUE@    $(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`
 
506
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/cas-lines.Tpo $(DEPDIR)/cas-lines.Po
537
507
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lines.c' object='cas-lines.obj' libtool=no @AMDEPBACKSLASH@
538
508
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539
509
@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`
540
 
uninstall-info-am:
541
510
install-dist_casDATA: $(dist_cas_DATA)
542
511
        @$(NORMAL_INSTALL)
543
 
        test -z "$(casdir)" || $(mkdir_p) "$(DESTDIR)$(casdir)"
 
512
        test -z "$(casdir)" || $(MKDIR_P) "$(DESTDIR)$(casdir)"
544
513
        @list='$(dist_cas_DATA)'; for p in $$list; do \
545
514
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
546
515
          f=$(am__strip_dir) \
587
556
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
588
557
        fi; test -z "$$fail"
589
558
 
590
 
mostlyclean-recursive clean-recursive distclean-recursive \
591
 
maintainer-clean-recursive:
 
559
$(RECURSIVE_CLEAN_TARGETS):
592
560
        @failcom='exit 1'; \
593
561
        for f in x $$MAKEFLAGS; do \
594
562
          case $$f in \
632
600
        unique=`for i in $$list; do \
633
601
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
634
602
          done | \
635
 
          $(AWK) '    { files[$$0] = 1; } \
636
 
               END { for (i in files) print i; }'`; \
 
603
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
604
              END { if (nonempty) { for (i in files) print i; }; }'`; \
637
605
        mkid -fID $$unique
638
606
tags: TAGS
639
607
 
658
626
        unique=`for i in $$list; do \
659
627
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
660
628
          done | \
661
 
          $(AWK) '    { files[$$0] = 1; } \
662
 
               END { for (i in files) print i; }'`; \
 
629
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
630
              END { if (nonempty) { for (i in files) print i; }; }'`; \
663
631
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
664
632
          test -n "$$unique" || unique=$$empty_fix; \
665
633
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
669
637
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
670
638
                $(TAGS_FILES) $(LISP)
671
639
        tags=; \
672
 
        here=`pwd`; \
673
640
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
674
641
        unique=`for i in $$list; do \
675
642
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676
643
          done | \
677
 
          $(AWK) '    { files[$$0] = 1; } \
678
 
               END { for (i in files) print i; }'`; \
 
644
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
645
              END { if (nonempty) { for (i in files) print i; }; }'`; \
679
646
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
680
647
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
681
648
             $$tags $$unique
689
656
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
690
657
 
691
658
distdir: $(DISTFILES)
692
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
693
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
694
 
        list='$(DISTFILES)'; for file in $$list; do \
695
 
          case $$file in \
696
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
697
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
698
 
          esac; \
 
659
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
660
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
661
        list='$(DISTFILES)'; \
 
662
          dist_files=`for file in $$list; do echo $$file; done | \
 
663
          sed -e "s|^$$srcdirstrip/||;t" \
 
664
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
665
        case $$dist_files in \
 
666
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
667
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
668
                           sort -u` ;; \
 
669
        esac; \
 
670
        for file in $$dist_files; do \
699
671
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
700
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
701
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
702
 
            dir="/$$dir"; \
703
 
            $(mkdir_p) "$(distdir)$$dir"; \
704
 
          else \
705
 
            dir=''; \
706
 
          fi; \
707
672
          if test -d $$d/$$file; then \
 
673
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
708
674
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
709
675
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
710
676
            fi; \
718
684
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
719
685
          if test "$$subdir" = .; then :; else \
720
686
            test -d "$(distdir)/$$subdir" \
721
 
            || $(mkdir_p) "$(distdir)/$$subdir" \
 
687
            || $(MKDIR_P) "$(distdir)/$$subdir" \
722
688
            || exit 1; \
723
689
            distdir=`$(am__cd) $(distdir) && pwd`; \
724
690
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
726
692
              $(MAKE) $(AM_MAKEFLAGS) \
727
693
                top_distdir="$$top_distdir" \
728
694
                distdir="$$distdir/$$subdir" \
 
695
                am__remove_distdir=: \
 
696
                am__skip_length_check=: \
729
697
                distdir) \
730
698
              || exit 1; \
731
699
          fi; \
736
704
installdirs: installdirs-recursive
737
705
installdirs-am:
738
706
        for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(casdir)"; do \
739
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
707
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
740
708
        done
741
709
install: install-recursive
742
710
install-exec: install-exec-recursive
786
754
 
787
755
install-data-am: install-dist_casDATA
788
756
 
 
757
install-dvi: install-dvi-recursive
 
758
 
789
759
install-exec-am: install-binPROGRAMS
790
760
 
 
761
install-html: install-html-recursive
 
762
 
791
763
install-info: install-info-recursive
792
764
 
793
765
install-man:
794
766
 
 
767
install-pdf: install-pdf-recursive
 
768
 
 
769
install-ps: install-ps-recursive
 
770
 
795
771
installcheck-am:
796
772
 
797
773
maintainer-clean: maintainer-clean-recursive
811
787
 
812
788
ps-am:
813
789
 
814
 
uninstall-am: uninstall-binPROGRAMS uninstall-dist_casDATA \
815
 
        uninstall-info-am
816
 
 
817
 
uninstall-info: uninstall-info-recursive
818
 
 
819
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
820
 
        clean clean-binPROGRAMS clean-generic clean-recursive ctags \
821
 
        ctags-recursive distclean distclean-compile distclean-generic \
822
 
        distclean-recursive distclean-tags distdir dvi dvi-am html \
823
 
        html-am info info-am install install-am install-binPROGRAMS \
824
 
        install-data install-data-am install-dist_casDATA install-exec \
825
 
        install-exec-am install-info install-info-am install-man \
826
 
        install-strip installcheck installcheck-am installdirs \
827
 
        installdirs-am maintainer-clean maintainer-clean-generic \
828
 
        maintainer-clean-recursive mostlyclean mostlyclean-compile \
829
 
        mostlyclean-generic mostlyclean-recursive pdf pdf-am ps ps-am \
830
 
        tags tags-recursive uninstall uninstall-am \
831
 
        uninstall-binPROGRAMS uninstall-dist_casDATA uninstall-info-am
 
790
uninstall-am: uninstall-binPROGRAMS uninstall-dist_casDATA
 
791
 
 
792
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
793
        install-strip
 
794
 
 
795
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
796
        all all-am check check-am clean clean-binPROGRAMS \
 
797
        clean-generic ctags ctags-recursive distclean \
 
798
        distclean-compile distclean-generic distclean-tags distdir dvi \
 
799
        dvi-am html html-am info info-am install install-am \
 
800
        install-binPROGRAMS install-data install-data-am \
 
801
        install-dist_casDATA install-dvi install-dvi-am install-exec \
 
802
        install-exec-am install-html install-html-am install-info \
 
803
        install-info-am install-man install-pdf install-pdf-am \
 
804
        install-ps install-ps-am install-strip installcheck \
 
805
        installcheck-am installdirs installdirs-am maintainer-clean \
 
806
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
807
        mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
 
808
        uninstall uninstall-am uninstall-binPROGRAMS \
 
809
        uninstall-dist_casDATA
832
810
 
833
811
 
834
812
@NEED_RC_TRUE@.rc.$(OBJEXT):