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
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37target_triplet = @target@
38subdir = src/drz80
39DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41am__aclocal_m4_deps = $(top_srcdir)/configure.in
42am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43	$(ACLOCAL_M4)
44mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
45CONFIG_HEADER = $(top_builddir)/config.h
46CONFIG_CLEAN_FILES =
47CONFIG_CLEAN_VPATH_FILES =
48LIBRARIES = $(noinst_LIBRARIES)
49AR = ar
50ARFLAGS = cru
51AM_V_AR = $(am__v_AR_$(V))
52am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
53am__v_AR_0 = @echo "  AR    " $@;
54AM_V_at = $(am__v_at_$(V))
55am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
56am__v_at_0 = @
57libdrz80_a_AR = $(AR) $(ARFLAGS)
58libdrz80_a_DEPENDENCIES = DrZ80.o
59am_libdrz80_a_OBJECTS = DrZ80.$(OBJEXT)
60libdrz80_a_OBJECTS = $(am_libdrz80_a_OBJECTS)
61DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
62CCASCOMPILE = $(CCAS) $(AM_CCASFLAGS) $(CCASFLAGS)
63AM_V_CCAS = $(am__v_CCAS_$(V))
64am__v_CCAS_ = $(am__v_CCAS_$(AM_DEFAULT_VERBOSITY))
65am__v_CCAS_0 = @echo "  CCAS  " $@;
66COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68AM_V_CC = $(am__v_CC_$(V))
69am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
70am__v_CC_0 = @echo "  CC    " $@;
71CCLD = $(CC)
72LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
73AM_V_CCLD = $(am__v_CCLD_$(V))
74am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
75am__v_CCLD_0 = @echo "  CCLD  " $@;
76AM_V_GEN = $(am__v_GEN_$(V))
77am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
78am__v_GEN_0 = @echo "  GEN   " $@;
79SOURCES = $(libdrz80_a_SOURCES)
80DIST_SOURCES = $(libdrz80_a_SOURCES)
81ETAGS = etags
82CTAGS = ctags
83DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84ACLOCAL = @ACLOCAL@
85AMTAR = @AMTAR@
86AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
87AUTOCONF = @AUTOCONF@
88AUTOHEADER = @AUTOHEADER@
89AUTOMAKE = @AUTOMAKE@
90AWK = @AWK@
91CC = @CC@
92CCAS = @CCAS@
93CCASDEPMODE = @CCASDEPMODE@
94CCASFLAGS = @CCASFLAGS@
95CCDEPMODE = @CCDEPMODE@
96CC_FOR_BUILD = @CC_FOR_BUILD@
97CFLAGS = @CFLAGS@
98CPP = @CPP@
99CPPFLAGS = @CPPFLAGS@
100CYGPATH_W = @CYGPATH_W@
101DEFS = @DEFS@
102DEPDIR = @DEPDIR@
103ECHO_C = @ECHO_C@
104ECHO_N = @ECHO_N@
105ECHO_T = @ECHO_T@
106EGREP = @EGREP@
107EXEEXT = @EXEEXT@
108GREP = @GREP@
109INSTALL = @INSTALL@
110INSTALL_DATA = @INSTALL_DATA@
111INSTALL_PROGRAM = @INSTALL_PROGRAM@
112INSTALL_SCRIPT = @INSTALL_SCRIPT@
113INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
114LDFLAGS = @LDFLAGS@
115LIBOBJS = @LIBOBJS@
116LIBS = @LIBS@
117LTLIBOBJS = @LTLIBOBJS@
118MAKEINFO = @MAKEINFO@
119MKDIR_P = @MKDIR_P@
120OBJEXT = @OBJEXT@
121PACKAGE = @PACKAGE@
122PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
123PACKAGE_NAME = @PACKAGE_NAME@
124PACKAGE_STRING = @PACKAGE_STRING@
125PACKAGE_TARNAME = @PACKAGE_TARNAME@
126PACKAGE_URL = @PACKAGE_URL@
127PACKAGE_VERSION = @PACKAGE_VERSION@
128PATH_SEPARATOR = @PATH_SEPARATOR@
129RANLIB = @RANLIB@
130SDL_CFLAGS = @SDL_CFLAGS@
131SDL_CONFIG = @SDL_CONFIG@
132SDL_LIBS = @SDL_LIBS@
133SET_MAKE = @SET_MAKE@
134SHELL = @SHELL@
135STRIP = @STRIP@
136VERSION = @VERSION@
137abs_builddir = @abs_builddir@
138abs_srcdir = @abs_srcdir@
139abs_top_builddir = @abs_top_builddir@
140abs_top_srcdir = @abs_top_srcdir@
141ac_ct_CC = @ac_ct_CC@
142am__include = @am__include@
143am__leading_dot = @am__leading_dot@
144am__quote = @am__quote@
145am__tar = @am__tar@
146am__untar = @am__untar@
147bindir = @bindir@
148build = @build@
149build_alias = @build_alias@
150build_cpu = @build_cpu@
151build_os = @build_os@
152build_vendor = @build_vendor@
153builddir = @builddir@
154datadir = @datadir@
155datarootdir = @datarootdir@
156docdir = @docdir@
157dvidir = @dvidir@
158exec_prefix = @exec_prefix@
159have_nasm = @have_nasm@
160host = @host@
161host_alias = @host_alias@
162host_cpu = @host_cpu@
163host_os = @host_os@
164host_vendor = @host_vendor@
165htmldir = @htmldir@
166includedir = @includedir@
167infodir = @infodir@
168install_sh = @install_sh@
169libdir = @libdir@
170libexecdir = @libexecdir@
171localedir = @localedir@
172localstatedir = @localstatedir@
173mandir = @mandir@
174mkdir_p = @mkdir_p@
175oldincludedir = @oldincludedir@
176pdfdir = @pdfdir@
177prefix = @prefix@
178program_transform_name = @program_transform_name@
179psdir = @psdir@
180sbindir = @sbindir@
181sharedstatedir = @sharedstatedir@
182srcdir = @srcdir@
183sysconfdir = @sysconfdir@
184target = @target@
185target_alias = @target_alias@
186target_cpu = @target_cpu@
187target_os = @target_os@
188target_vendor = @target_vendor@
189top_build_prefix = @top_build_prefix@
190top_builddir = @top_builddir@
191top_srcdir = @top_srcdir@
192noinst_LIBRARIES = libdrz80.a
193libdrz80_a_SOURCES = DrZ80.s  DrZ80.h
194#Z80.c z80.h
195libdrz80_a_LIBADD = DrZ80.o
196all: all-am
197
198.SUFFIXES:
199.SUFFIXES: .o .obj .s
200$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
201	@for dep in $?; do \
202	  case '$(am__configure_deps)' in \
203	    *$$dep*) \
204	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
205	        && { if test -f $@; then exit 0; else break; fi; }; \
206	      exit 1;; \
207	  esac; \
208	done; \
209	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/drz80/Makefile'; \
210	$(am__cd) $(top_srcdir) && \
211	  $(AUTOMAKE) --gnu src/drz80/Makefile
212.PRECIOUS: Makefile
213Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
214	@case '$?' in \
215	  *config.status*) \
216	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
217	  *) \
218	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
219	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
220	esac;
221
222$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
223	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
224
225$(top_srcdir)/configure:  $(am__configure_deps)
226	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
228	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
229$(am__aclocal_m4_deps):
230
231clean-noinstLIBRARIES:
232	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
233libdrz80.a: $(libdrz80_a_OBJECTS) $(libdrz80_a_DEPENDENCIES)
234	$(AM_V_at)-rm -f libdrz80.a
235	$(AM_V_AR)$(libdrz80_a_AR) libdrz80.a $(libdrz80_a_OBJECTS) $(libdrz80_a_LIBADD)
236	$(AM_V_at)$(RANLIB) libdrz80.a
237
238mostlyclean-compile:
239	-rm -f *.$(OBJEXT)
240
241distclean-compile:
242	-rm -f *.tab.c
243
244.s.o:
245	$(AM_V_CCAS) @AM_BACKSLASH@
246	$(CCASCOMPILE) -c -o $@ $<
247
248.s.obj:
249	$(AM_V_CCAS) @AM_BACKSLASH@
250	$(CCASCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
251
252ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
253	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
254	unique=`for i in $$list; do \
255	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
256	  done | \
257	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
258	      END { if (nonempty) { for (i in files) print i; }; }'`; \
259	mkid -fID $$unique
260tags: TAGS
261
262TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
263		$(TAGS_FILES) $(LISP)
264	set x; \
265	here=`pwd`; \
266	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
267	unique=`for i in $$list; do \
268	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
269	  done | \
270	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
271	      END { if (nonempty) { for (i in files) print i; }; }'`; \
272	shift; \
273	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
274	  test -n "$$unique" || unique=$$empty_fix; \
275	  if test $$# -gt 0; then \
276	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
277	      "$$@" $$unique; \
278	  else \
279	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
280	      $$unique; \
281	  fi; \
282	fi
283ctags: CTAGS
284CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
285		$(TAGS_FILES) $(LISP)
286	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
287	unique=`for i in $$list; do \
288	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289	  done | \
290	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
291	      END { if (nonempty) { for (i in files) print i; }; }'`; \
292	test -z "$(CTAGS_ARGS)$$unique" \
293	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
294	     $$unique
295
296GTAGS:
297	here=`$(am__cd) $(top_builddir) && pwd` \
298	  && $(am__cd) $(top_srcdir) \
299	  && gtags -i $(GTAGS_ARGS) "$$here"
300
301distclean-tags:
302	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
303
304distdir: $(DISTFILES)
305	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
306	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
307	list='$(DISTFILES)'; \
308	  dist_files=`for file in $$list; do echo $$file; done | \
309	  sed -e "s|^$$srcdirstrip/||;t" \
310	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
311	case $$dist_files in \
312	  */*) $(MKDIR_P) `echo "$$dist_files" | \
313			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
314			   sort -u` ;; \
315	esac; \
316	for file in $$dist_files; do \
317	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
318	  if test -d $$d/$$file; then \
319	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
320	    if test -d "$(distdir)/$$file"; then \
321	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
322	    fi; \
323	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
324	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
325	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
326	    fi; \
327	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
328	  else \
329	    test -f "$(distdir)/$$file" \
330	    || cp -p $$d/$$file "$(distdir)/$$file" \
331	    || exit 1; \
332	  fi; \
333	done
334check-am: all-am
335check: check-am
336all-am: Makefile $(LIBRARIES)
337installdirs:
338install: install-am
339install-exec: install-exec-am
340install-data: install-data-am
341uninstall: uninstall-am
342
343install-am: all-am
344	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345
346installcheck: installcheck-am
347install-strip:
348	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
350	  `test -z '$(STRIP)' || \
351	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
352mostlyclean-generic:
353
354clean-generic:
355
356distclean-generic:
357	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
358	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
359
360maintainer-clean-generic:
361	@echo "This command is intended for maintainers to use"
362	@echo "it deletes files that may require special tools to rebuild."
363clean: clean-am
364
365clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
366
367distclean: distclean-am
368	-rm -f Makefile
369distclean-am: clean-am distclean-compile distclean-generic \
370	distclean-tags
371
372dvi: dvi-am
373
374dvi-am:
375
376html: html-am
377
378html-am:
379
380info: info-am
381
382info-am:
383
384install-data-am:
385
386install-dvi: install-dvi-am
387
388install-dvi-am:
389
390install-exec-am:
391
392install-html: install-html-am
393
394install-html-am:
395
396install-info: install-info-am
397
398install-info-am:
399
400install-man:
401
402install-pdf: install-pdf-am
403
404install-pdf-am:
405
406install-ps: install-ps-am
407
408install-ps-am:
409
410installcheck-am:
411
412maintainer-clean: maintainer-clean-am
413	-rm -f Makefile
414maintainer-clean-am: distclean-am maintainer-clean-generic
415
416mostlyclean: mostlyclean-am
417
418mostlyclean-am: mostlyclean-compile mostlyclean-generic
419
420pdf: pdf-am
421
422pdf-am:
423
424ps: ps-am
425
426ps-am:
427
428uninstall-am:
429
430.MAKE: install-am install-strip
431
432.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
433	clean-noinstLIBRARIES ctags distclean distclean-compile \
434	distclean-generic distclean-tags distdir dvi dvi-am html \
435	html-am info info-am install install-am install-data \
436	install-data-am install-dvi install-dvi-am install-exec \
437	install-exec-am install-html install-html-am install-info \
438	install-info-am install-man install-pdf install-pdf-am \
439	install-ps install-ps-am install-strip installcheck \
440	installcheck-am installdirs maintainer-clean \
441	maintainer-clean-generic mostlyclean mostlyclean-compile \
442	mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
443	uninstall-am
444
445#Z80.o
446
447# Tell versions [3.59,3.63) of GNU make to not export all variables.
448# Otherwise a system limit (for SysV at least) may be exceeded.
449.NOEXPORT:
450