1# Makefile.in generated by automake 1.8.4 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004  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.
9
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.
14
15@SET_MAKE@
16
17SOURCES = $(libsidplay2_la_SOURCES)
18
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
22pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25top_builddir = ..
26am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
27INSTALL = @INSTALL@
28install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
31INSTALL_HEADER = $(INSTALL_DATA)
32transform = $(program_transform_name)
33NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
39host_triplet = @host@
40subdir = src
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/unix/ac_compile_check_sizeof.m4 \
44	$(top_srcdir)/unix/ac_create_stdint_h.m4 \
45	$(top_srcdir)/unix/my_macros.m4 $(top_srcdir)/configure.ac
46am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
47	$(ACLOCAL_M4)
48mkinstalldirs = $(mkdir_p)
49CONFIG_HEADER = $(top_builddir)/unix/config.h
50CONFIG_CLEAN_FILES =
51am__installdirs = "$(DESTDIR)$(libdir)"
52libLTLIBRARIES_INSTALL = $(INSTALL)
53LTLIBRARIES = $(lib_LTLIBRARIES)
54libsidplay2_la_DEPENDENCIES = ./mos6510/libmos6510.la \
55	./mos6526/libmos6526.la ./mos656x/libmos656x.la \
56	./xsid/libxsid.la ./sidtune/libsidtune.la \
57	./sid6526/libsid6526.la
58am_libsidplay2_la_OBJECTS = config.lo event.lo player.lo psiddrv.lo \
59	mixer.lo reloc65.lo sidplay2.lo
60libsidplay2_la_OBJECTS = $(am_libsidplay2_la_OBJECTS)
61depcomp = $(SHELL) $(top_srcdir)/unix/depcomp
62am__depfiles_maybe = depfiles
63@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/config.Plo ./$(DEPDIR)/event.Plo \
64@AMDEP_TRUE@	./$(DEPDIR)/mixer.Plo ./$(DEPDIR)/player.Plo \
65@AMDEP_TRUE@	./$(DEPDIR)/psiddrv.Plo ./$(DEPDIR)/reloc65.Plo \
66@AMDEP_TRUE@	./$(DEPDIR)/sidplay2.Plo
67COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
70	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71	$(AM_CFLAGS) $(CFLAGS)
72CCLD = $(CC)
73LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74	$(AM_LDFLAGS) $(LDFLAGS) -o $@
75CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
76	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
77LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) \
78	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
79	$(AM_CXXFLAGS) $(CXXFLAGS)
80CXXLD = $(CXX)
81CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
82	$(AM_LDFLAGS) $(LDFLAGS) -o $@
83SOURCES = $(libsidplay2_la_SOURCES)
84DIST_SOURCES = $(libsidplay2_la_SOURCES)
85RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
86	html-recursive info-recursive install-data-recursive \
87	install-exec-recursive install-info-recursive \
88	install-recursive installcheck-recursive installdirs-recursive \
89	pdf-recursive ps-recursive uninstall-info-recursive \
90	uninstall-recursive
91ETAGS = etags
92CTAGS = ctags
93DIST_SUBDIRS = $(SUBDIRS)
94DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95ACLOCAL = @ACLOCAL@
96ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
97AMDEP_FALSE = @AMDEP_FALSE@
98AMDEP_TRUE = @AMDEP_TRUE@
99AMTAR = @AMTAR@
100AR = @AR@
101AS = @AS@
102AUTOCONF = @AUTOCONF@
103AUTOHEADER = @AUTOHEADER@
104AUTOMAKE = @AUTOMAKE@
105AWK = @AWK@
106CC = @CC@
107CCDEPMODE = @CCDEPMODE@
108CFLAGS = @CFLAGS@
109CPP = @CPP@
110CPPFLAGS = @CPPFLAGS@
111CXX = @CXX@
112CXXCPP = @CXXCPP@
113CXXDEPMODE = @CXXDEPMODE@
114CXXFLAGS = @CXXFLAGS@
115CYGPATH_W = @CYGPATH_W@
116
117# Remove bad default includes
118DEFAULT_INCLUDES =
119DEFS = @DEFS@
120DEPDIR = @DEPDIR@
121DLLTOOL = @DLLTOOL@
122ECHO = @ECHO@
123ECHO_C = @ECHO_C@
124ECHO_N = @ECHO_N@
125ECHO_T = @ECHO_T@
126EGREP = @EGREP@
127EXEEXT = @EXEEXT@
128F77 = @F77@
129FFLAGS = @FFLAGS@
130INSTALL_DATA = @INSTALL_DATA@
131INSTALL_PROGRAM = @INSTALL_PROGRAM@
132INSTALL_SCRIPT = @INSTALL_SCRIPT@
133INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
134LDFLAGS = @LDFLAGS@
135LIBOBJS = @LIBOBJS@
136LIBS = @LIBS@
137LIBTOOL = @LIBTOOL@
138LIBVERSION = @LIBVERSION@
139LN_S = @LN_S@
140LTLIBOBJS = @LTLIBOBJS@
141MAKEINFO = @MAKEINFO@
142OBJDUMP = @OBJDUMP@
143OBJEXT = @OBJEXT@
144PACKAGE = @PACKAGE@
145PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
146PACKAGE_NAME = @PACKAGE_NAME@
147PACKAGE_STRING = @PACKAGE_STRING@
148PACKAGE_TARNAME = @PACKAGE_TARNAME@
149PACKAGE_VERSION = @PACKAGE_VERSION@
150PATH_SEPARATOR = @PATH_SEPARATOR@
151RANLIB = @RANLIB@
152SET_MAKE = @SET_MAKE@
153SHELL = @SHELL@
154SID_HAVE_BOOL = @SID_HAVE_BOOL@
155SID_HAVE_STDBOOL_H = @SID_HAVE_STDBOOL_H@
156SID_SIZEOF_CHAR = @SID_SIZEOF_CHAR@
157SID_SIZEOF_INT = @SID_SIZEOF_INT@
158SID_SIZEOF_LONG_INT = @SID_SIZEOF_LONG_INT@
159SID_SIZEOF_SHORT_INT = @SID_SIZEOF_SHORT_INT@
160SID_WORDS_ENDIANESS = @SID_WORDS_ENDIANESS@
161STRIP = @STRIP@
162VERSION = @VERSION@
163ac_ct_AR = @ac_ct_AR@
164ac_ct_AS = @ac_ct_AS@
165ac_ct_CC = @ac_ct_CC@
166ac_ct_CXX = @ac_ct_CXX@
167ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
168ac_ct_F77 = @ac_ct_F77@
169ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
170ac_ct_RANLIB = @ac_ct_RANLIB@
171ac_ct_STRIP = @ac_ct_STRIP@
172am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
173am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
174am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
175am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
176am__include = @am__include@
177am__leading_dot = @am__leading_dot@
178am__quote = @am__quote@
179bindir = @bindir@
180build = @build@
181build_alias = @build_alias@
182build_cpu = @build_cpu@
183build_os = @build_os@
184build_vendor = @build_vendor@
185builders = @builders@
186datadir = @datadir@
187exec_prefix = @exec_prefix@
188host = @host@
189host_alias = @host_alias@
190host_cpu = @host_cpu@
191host_os = @host_os@
192host_vendor = @host_vendor@
193includedir = @includedir@
194infodir = @infodir@
195install_sh = @install_sh@
196libdir = @libdir@
197libexecdir = @libexecdir@
198localstatedir = @localstatedir@
199mandir = @mandir@
200mkdir_p = @mkdir_p@
201oldincludedir = @oldincludedir@
202prefix = @prefix@
203program_transform_name = @program_transform_name@
204sbindir = @sbindir@
205sharedstatedir = @sharedstatedir@
206sysconfdir = @sysconfdir@
207target_alias = @target_alias@
208SUBDIRS = c64 mos6510 mos6526 mos656x xsid sid6526 sidtune
209EXTRA_DIST = psiddrv.bin kernal.bin poweron.bin basic.bin char.bin
210
211# The library.
212lib_LTLIBRARIES = libsidplay2.la
213libsidplay2_la_SOURCES = config.cpp event.cpp \
214player.cpp player.h \
215psiddrv.cpp mixer.cpp \
216reloc65.c sidplay2.cpp \
217nullsid.h psiddrv.a65
218
219libsidplay2_la_LIBADD = \
220./mos6510/libmos6510.la ./mos6526/libmos6526.la \
221./mos656x/libmos656x.la ./xsid/libxsid.la \
222./sidtune/libsidtune.la ./sid6526/libsid6526.la
223
224
225# We substitute the libtool-specific library version in configure.in.
226libsidplay2_la_LDFLAGS = -version-info $(LIBVERSION)
227SUFFIXES = .a65
228all: all-recursive
229
230.SUFFIXES:
231.SUFFIXES: .a65 .c .cpp .lo .o .obj
232$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
233	@for dep in $?; do \
234	  case '$(am__configure_deps)' in \
235	    *$$dep*) \
236	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
237		&& exit 0; \
238	      exit 1;; \
239	  esac; \
240	done; \
241	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/Makefile'; \
242	cd $(top_srcdir) && \
243	  $(AUTOMAKE) --gnu  src/Makefile
244.PRECIOUS: Makefile
245Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
246	@case '$?' in \
247	  *config.status*) \
248	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
249	  *) \
250	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
251	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
252	esac;
253
254$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
255	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
256
257$(top_srcdir)/configure:  $(am__configure_deps)
258	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
259$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
260	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261install-libLTLIBRARIES: $(lib_LTLIBRARIES)
262	@$(NORMAL_INSTALL)
263	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
264	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
265	  if test -f $$p; then \
266	    f="`echo $$p | sed -e 's|^.*/||'`"; \
267	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
268	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
269	  else :; fi; \
270	done
271
272uninstall-libLTLIBRARIES:
273	@$(NORMAL_UNINSTALL)
274	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
275	    p="`echo $$p | sed -e 's|^.*/||'`"; \
276	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
277	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
278	done
279
280clean-libLTLIBRARIES:
281	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
282	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
283	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
284	  test "$$dir" = "$$p" && dir=.; \
285	  echo "rm -f \"$${dir}/so_locations\""; \
286	  rm -f "$${dir}/so_locations"; \
287	done
288libsidplay2.la: $(libsidplay2_la_OBJECTS) $(libsidplay2_la_DEPENDENCIES)
289	$(CXXLINK) -rpath $(libdir) $(libsidplay2_la_LDFLAGS) $(libsidplay2_la_OBJECTS) $(libsidplay2_la_LIBADD) $(LIBS)
290
291mostlyclean-compile:
292	-rm -f *.$(OBJEXT)
293
294distclean-compile:
295	-rm -f *.tab.c
296
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/config.Plo@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mixer.Plo@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/player.Plo@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psiddrv.Plo@am__quote@
302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/reloc65.Plo@am__quote@
303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sidplay2.Plo@am__quote@
304
305.c.o:
306@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
307@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
308@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
309@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
310@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311@am__fastdepCC_FALSE@	$(COMPILE) -c $<
312
313.c.obj:
314@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
315@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
318@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
319@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
320
321.c.lo:
322@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
323@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
324@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
325@AMDEP_TRUE@@am__fastdepCC_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
326@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
327@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
328
329.cpp.o:
330@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
331@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
332@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
333@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
334@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
335@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
336
337.cpp.obj:
338@am__fastdepCXX_TRUE@	if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
339@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
340@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
341@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
342@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
344
345.cpp.lo:
346@am__fastdepCXX_TRUE@	if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
347@am__fastdepCXX_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
348@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
349@AMDEP_TRUE@@am__fastdepCXX_FALSE@	depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
350@AMDEP_TRUE@@am__fastdepCXX_FALSE@	$(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
351@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
352
353mostlyclean-libtool:
354	-rm -f *.lo
355
356clean-libtool:
357	-rm -rf .libs _libs
358
359distclean-libtool:
360	-rm -f libtool
361uninstall-info-am:
362
363# This directory's subdirectories are mostly independent; you can cd
364# into them and run `make' without going through this Makefile.
365# To change the values of `make' variables: instead of editing Makefiles,
366# (1) if the variable is set in `config.status', edit `config.status'
367#     (which will cause the Makefiles to be regenerated when you run `make');
368# (2) otherwise, pass the desired values on the `make' command line.
369$(RECURSIVE_TARGETS):
370	@set fnord $$MAKEFLAGS; amf=$$2; \
371	dot_seen=no; \
372	target=`echo $@ | sed s/-recursive//`; \
373	list='$(SUBDIRS)'; for subdir in $$list; do \
374	  echo "Making $$target in $$subdir"; \
375	  if test "$$subdir" = "."; then \
376	    dot_seen=yes; \
377	    local_target="$$target-am"; \
378	  else \
379	    local_target="$$target"; \
380	  fi; \
381	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
382	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
383	done; \
384	if test "$$dot_seen" = "no"; then \
385	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
386	fi; test -z "$$fail"
387
388mostlyclean-recursive clean-recursive distclean-recursive \
389maintainer-clean-recursive:
390	@set fnord $$MAKEFLAGS; amf=$$2; \
391	dot_seen=no; \
392	case "$@" in \
393	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
394	  *) list='$(SUBDIRS)' ;; \
395	esac; \
396	rev=''; for subdir in $$list; do \
397	  if test "$$subdir" = "."; then :; else \
398	    rev="$$subdir $$rev"; \
399	  fi; \
400	done; \
401	rev="$$rev ."; \
402	target=`echo $@ | sed s/-recursive//`; \
403	for subdir in $$rev; do \
404	  echo "Making $$target in $$subdir"; \
405	  if test "$$subdir" = "."; then \
406	    local_target="$$target-am"; \
407	  else \
408	    local_target="$$target"; \
409	  fi; \
410	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
411	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
412	done && test -z "$$fail"
413tags-recursive:
414	list='$(SUBDIRS)'; for subdir in $$list; do \
415	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
416	done
417ctags-recursive:
418	list='$(SUBDIRS)'; for subdir in $$list; do \
419	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
420	done
421
422ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424	unique=`for i in $$list; do \
425	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426	  done | \
427	  $(AWK) '    { files[$$0] = 1; } \
428	       END { for (i in files) print i; }'`; \
429	mkid -fID $$unique
430tags: TAGS
431
432TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433		$(TAGS_FILES) $(LISP)
434	tags=; \
435	here=`pwd`; \
436	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
437	  include_option=--etags-include; \
438	  empty_fix=.; \
439	else \
440	  include_option=--include; \
441	  empty_fix=; \
442	fi; \
443	list='$(SUBDIRS)'; for subdir in $$list; do \
444	  if test "$$subdir" = .; then :; else \
445	    test -f $$subdir/TAGS && \
446	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
447	  fi; \
448	done; \
449	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
450	unique=`for i in $$list; do \
451	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
452	  done | \
453	  $(AWK) '    { files[$$0] = 1; } \
454	       END { for (i in files) print i; }'`; \
455	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
456	  test -z "$$unique" && unique=$$empty_fix; \
457	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
458	    $$tags $$unique; \
459	fi
460ctags: CTAGS
461CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
462		$(TAGS_FILES) $(LISP)
463	tags=; \
464	here=`pwd`; \
465	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
466	unique=`for i in $$list; do \
467	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
468	  done | \
469	  $(AWK) '    { files[$$0] = 1; } \
470	       END { for (i in files) print i; }'`; \
471	test -z "$(CTAGS_ARGS)$$tags$$unique" \
472	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
473	     $$tags $$unique
474
475GTAGS:
476	here=`$(am__cd) $(top_builddir) && pwd` \
477	  && cd $(top_srcdir) \
478	  && gtags -i $(GTAGS_ARGS) $$here
479
480distclean-tags:
481	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
482
483distdir: $(DISTFILES)
484	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
485	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
486	list='$(DISTFILES)'; for file in $$list; do \
487	  case $$file in \
488	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
489	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
490	  esac; \
491	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
492	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
493	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
494	    dir="/$$dir"; \
495	    $(mkdir_p) "$(distdir)$$dir"; \
496	  else \
497	    dir=''; \
498	  fi; \
499	  if test -d $$d/$$file; then \
500	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
501	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
502	    fi; \
503	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
504	  else \
505	    test -f $(distdir)/$$file \
506	    || cp -p $$d/$$file $(distdir)/$$file \
507	    || exit 1; \
508	  fi; \
509	done
510	list='$(SUBDIRS)'; for subdir in $$list; do \
511	  if test "$$subdir" = .; then :; else \
512	    test -d "$(distdir)/$$subdir" \
513	    || mkdir "$(distdir)/$$subdir" \
514	    || exit 1; \
515	    (cd $$subdir && \
516	      $(MAKE) $(AM_MAKEFLAGS) \
517	        top_distdir="../$(top_distdir)" \
518	        distdir="../$(distdir)/$$subdir" \
519	        distdir) \
520	      || exit 1; \
521	  fi; \
522	done
523check-am: all-am
524check: check-recursive
525all-am: Makefile $(LTLIBRARIES)
526installdirs: installdirs-recursive
527installdirs-am:
528	for dir in "$(DESTDIR)$(libdir)"; do \
529	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
530	done
531install: install-recursive
532install-exec: install-exec-recursive
533install-data: install-data-recursive
534uninstall: uninstall-recursive
535
536install-am: all-am
537	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
538
539installcheck: installcheck-recursive
540install-strip:
541	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
542	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
543	  `test -z '$(STRIP)' || \
544	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
545mostlyclean-generic:
546
547clean-generic:
548
549distclean-generic:
550	-rm -f $(CONFIG_CLEAN_FILES)
551
552maintainer-clean-generic:
553	@echo "This command is intended for maintainers to use"
554	@echo "it deletes files that may require special tools to rebuild."
555clean: clean-recursive
556
557clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
558	mostlyclean-am
559
560distclean: distclean-recursive
561	-rm -rf ./$(DEPDIR)
562	-rm -f Makefile
563distclean-am: clean-am distclean-compile distclean-generic \
564	distclean-libtool distclean-tags
565
566dvi: dvi-recursive
567
568dvi-am:
569
570html: html-recursive
571
572info: info-recursive
573
574info-am:
575
576install-data-am:
577
578install-exec-am: install-libLTLIBRARIES
579
580install-info: install-info-recursive
581
582install-man:
583
584installcheck-am:
585
586maintainer-clean: maintainer-clean-recursive
587	-rm -rf ./$(DEPDIR)
588	-rm -f Makefile
589maintainer-clean-am: distclean-am maintainer-clean-generic
590
591mostlyclean: mostlyclean-recursive
592
593mostlyclean-am: mostlyclean-compile mostlyclean-generic \
594	mostlyclean-libtool
595
596pdf: pdf-recursive
597
598pdf-am:
599
600ps: ps-recursive
601
602ps-am:
603
604uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
605
606uninstall-info: uninstall-info-recursive
607
608.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
609	clean clean-generic clean-libLTLIBRARIES clean-libtool \
610	clean-recursive ctags ctags-recursive distclean \
611	distclean-compile distclean-generic distclean-libtool \
612	distclean-recursive distclean-tags distdir dvi dvi-am html \
613	html-am info info-am install install-am install-data \
614	install-data-am install-exec install-exec-am install-info \
615	install-info-am install-libLTLIBRARIES install-man \
616	install-strip installcheck installcheck-am installdirs \
617	installdirs-am maintainer-clean maintainer-clean-generic \
618	maintainer-clean-recursive mostlyclean mostlyclean-compile \
619	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
620	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
621	uninstall-info-am uninstall-libLTLIBRARIES
622
623
624%.bin : %.a65
625	xa -R -G $< -o $(srcdir)/$*.o65
626	od -v -An -w8 -tx1 $(srcdir)/$*.o65 | sed -re 's/[[:alnum:]]+/0x&,/g' > $(srcdir)/$@
627# Tell versions [3.59,3.63) of GNU make to not export all variables.
628# Otherwise a system limit (for SysV at least) may be exceeded.
629.NOEXPORT:
630