1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
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
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = include
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
94	$(top_srcdir)/configure.ac
95am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
96	$(ACLOCAL_M4)
97DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
98	$(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 =
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 =
115SOURCES =
116DIST_SOURCES =
117am__can_run_installinfo = \
118  case $$AM_UPDATE_INFO_DIR in \
119    n|no|NO) false;; \
120    *) (install-info --version) >/dev/null 2>&1;; \
121  esac
122HEADERS = $(noinst_HEADERS)
123am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124# Read a list of newline-separated strings from the standard input,
125# and print each of them once, without duplicates.  Input order is
126# *not* preserved.
127am__uniquify_input = $(AWK) '\
128  BEGIN { nonempty = 0; } \
129  { items[$$0] = 1; nonempty = 1; } \
130  END { if (nonempty) { for (i in items) print i; }; } \
131'
132# Make sure the list of sources is unique.  This is necessary because,
133# e.g., the same source file might be shared among _SOURCES variables
134# for different programs/libraries.
135am__define_uniq_tagged_files = \
136  list='$(am__tagged_files)'; \
137  unique=`for i in $$list; do \
138    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
139  done | $(am__uniquify_input)`
140ETAGS = etags
141CTAGS = ctags
142am__DIST_COMMON = $(srcdir)/Makefile.in
143DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144ACLOCAL = @ACLOCAL@
145ALSA_CFLAGS = @ALSA_CFLAGS@
146ALSA_LIBS = @ALSA_LIBS@
147AMTAR = @AMTAR@
148AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
149AUTOCONF = @AUTOCONF@
150AUTOHEADER = @AUTOHEADER@
151AUTOMAKE = @AUTOMAKE@
152AWK = @AWK@
153CC = @CC@
154CCDEPMODE = @CCDEPMODE@
155CFLAGS = @CFLAGS@
156CPP = @CPP@
157CPPFLAGS = @CPPFLAGS@
158CXX = @CXX@
159CXXDEPMODE = @CXXDEPMODE@
160CXXFLAGS = @CXXFLAGS@
161CYGPATH_W = @CYGPATH_W@
162DEFS = @DEFS@
163DEPDIR = @DEPDIR@
164ECHO_C = @ECHO_C@
165ECHO_N = @ECHO_N@
166ECHO_T = @ECHO_T@
167EGREP = @EGREP@
168EXEEXT = @EXEEXT@
169GREP = @GREP@
170INSTALL = @INSTALL@
171INSTALL_DATA = @INSTALL_DATA@
172INSTALL_PROGRAM = @INSTALL_PROGRAM@
173INSTALL_SCRIPT = @INSTALL_SCRIPT@
174INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
175LDFLAGS = @LDFLAGS@
176LIBOBJS = @LIBOBJS@
177LIBS = @LIBS@
178LTLIBOBJS = @LTLIBOBJS@
179MAKEINFO = @MAKEINFO@
180MKDIR_P = @MKDIR_P@
181OBJEXT = @OBJEXT@
182PACKAGE = @PACKAGE@
183PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
184PACKAGE_NAME = @PACKAGE_NAME@
185PACKAGE_STRING = @PACKAGE_STRING@
186PACKAGE_TARNAME = @PACKAGE_TARNAME@
187PACKAGE_URL = @PACKAGE_URL@
188PACKAGE_VERSION = @PACKAGE_VERSION@
189PATH_SEPARATOR = @PATH_SEPARATOR@
190RANLIB = @RANLIB@
191SDL_CFLAGS = @SDL_CFLAGS@
192SDL_CONFIG = @SDL_CONFIG@
193SDL_LIBS = @SDL_LIBS@
194SET_MAKE = @SET_MAKE@
195SHELL = @SHELL@
196STRIP = @STRIP@
197VERSION = @VERSION@
198WINDRES = @WINDRES@
199abs_builddir = @abs_builddir@
200abs_srcdir = @abs_srcdir@
201abs_top_builddir = @abs_top_builddir@
202abs_top_srcdir = @abs_top_srcdir@
203ac_ct_CC = @ac_ct_CC@
204ac_ct_CXX = @ac_ct_CXX@
205am__include = @am__include@
206am__leading_dot = @am__leading_dot@
207am__quote = @am__quote@
208am__tar = @am__tar@
209am__untar = @am__untar@
210bindir = @bindir@
211build = @build@
212build_alias = @build_alias@
213build_cpu = @build_cpu@
214build_os = @build_os@
215build_vendor = @build_vendor@
216builddir = @builddir@
217datadir = @datadir@
218datarootdir = @datarootdir@
219docdir = @docdir@
220dvidir = @dvidir@
221exec_prefix = @exec_prefix@
222host = @host@
223host_alias = @host_alias@
224host_cpu = @host_cpu@
225host_os = @host_os@
226host_vendor = @host_vendor@
227htmldir = @htmldir@
228includedir = @includedir@
229infodir = @infodir@
230install_sh = @install_sh@
231libdir = @libdir@
232libexecdir = @libexecdir@
233localedir = @localedir@
234localstatedir = @localstatedir@
235mandir = @mandir@
236mkdir_p = @mkdir_p@
237oldincludedir = @oldincludedir@
238pdfdir = @pdfdir@
239prefix = @prefix@
240program_transform_name = @program_transform_name@
241psdir = @psdir@
242runstatedir = @runstatedir@
243sbindir = @sbindir@
244sharedstatedir = @sharedstatedir@
245srcdir = @srcdir@
246sysconfdir = @sysconfdir@
247target_alias = @target_alias@
248top_build_prefix = @top_build_prefix@
249top_builddir = @top_builddir@
250top_srcdir = @top_srcdir@
251noinst_HEADERS = \
252bios.h \
253bios_disk.h \
254callback.h \
255cpu.h \
256cross.h \
257control.h \
258debug.h \
259dma.h \
260dos_inc.h \
261dos_system.h \
262dosbox.h \
263fpu.h \
264hardware.h \
265inout.h \
266joystick.h \
267ipx.h \
268ipxserver.h \
269keyboard.h \
270logging.h \
271mapper.h \
272mem.h \
273mixer.h \
274modules.h \
275mouse.h \
276paging.h \
277pic.h \
278programs.h \
279render.h \
280regs.h \
281render.h \
282serialport.h \
283setup.h \
284shell.h \
285support.h \
286timer.h \
287vga.h \
288video.h
289
290all: all-am
291
292.SUFFIXES:
293$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
294	@for dep in $?; do \
295	  case '$(am__configure_deps)' in \
296	    *$$dep*) \
297	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
298	        && { if test -f $@; then exit 0; else break; fi; }; \
299	      exit 1;; \
300	  esac; \
301	done; \
302	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
303	$(am__cd) $(top_srcdir) && \
304	  $(AUTOMAKE) --gnu include/Makefile
305Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
306	@case '$?' in \
307	  *config.status*) \
308	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
309	  *) \
310	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
311	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
312	esac;
313
314$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
315	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
316
317$(top_srcdir)/configure:  $(am__configure_deps)
318	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
319$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
320	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
321$(am__aclocal_m4_deps):
322
323ID: $(am__tagged_files)
324	$(am__define_uniq_tagged_files); mkid -fID $$unique
325tags: tags-am
326TAGS: tags
327
328tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
329	set x; \
330	here=`pwd`; \
331	$(am__define_uniq_tagged_files); \
332	shift; \
333	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
334	  test -n "$$unique" || unique=$$empty_fix; \
335	  if test $$# -gt 0; then \
336	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
337	      "$$@" $$unique; \
338	  else \
339	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
340	      $$unique; \
341	  fi; \
342	fi
343ctags: ctags-am
344
345CTAGS: ctags
346ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
347	$(am__define_uniq_tagged_files); \
348	test -z "$(CTAGS_ARGS)$$unique" \
349	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
350	     $$unique
351
352GTAGS:
353	here=`$(am__cd) $(top_builddir) && pwd` \
354	  && $(am__cd) $(top_srcdir) \
355	  && gtags -i $(GTAGS_ARGS) "$$here"
356cscopelist: cscopelist-am
357
358cscopelist-am: $(am__tagged_files)
359	list='$(am__tagged_files)'; \
360	case "$(srcdir)" in \
361	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
362	  *) sdir=$(subdir)/$(srcdir) ;; \
363	esac; \
364	for i in $$list; do \
365	  if test -f "$$i"; then \
366	    echo "$(subdir)/$$i"; \
367	  else \
368	    echo "$$sdir/$$i"; \
369	  fi; \
370	done >> $(top_builddir)/cscope.files
371
372distclean-tags:
373	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
374
375distdir: $(DISTFILES)
376	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
377	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
378	list='$(DISTFILES)'; \
379	  dist_files=`for file in $$list; do echo $$file; done | \
380	  sed -e "s|^$$srcdirstrip/||;t" \
381	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
382	case $$dist_files in \
383	  */*) $(MKDIR_P) `echo "$$dist_files" | \
384			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
385			   sort -u` ;; \
386	esac; \
387	for file in $$dist_files; do \
388	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
389	  if test -d $$d/$$file; then \
390	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
391	    if test -d "$(distdir)/$$file"; then \
392	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
393	    fi; \
394	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
395	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
396	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
397	    fi; \
398	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
399	  else \
400	    test -f "$(distdir)/$$file" \
401	    || cp -p $$d/$$file "$(distdir)/$$file" \
402	    || exit 1; \
403	  fi; \
404	done
405check-am: all-am
406check: check-am
407all-am: Makefile $(HEADERS)
408installdirs:
409install: install-am
410install-exec: install-exec-am
411install-data: install-data-am
412uninstall: uninstall-am
413
414install-am: all-am
415	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
416
417installcheck: installcheck-am
418install-strip:
419	if test -z '$(STRIP)'; then \
420	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
421	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
422	      install; \
423	else \
424	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
425	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
426	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
427	fi
428mostlyclean-generic:
429
430clean-generic:
431
432distclean-generic:
433	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
434	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
435
436maintainer-clean-generic:
437	@echo "This command is intended for maintainers to use"
438	@echo "it deletes files that may require special tools to rebuild."
439clean: clean-am
440
441clean-am: clean-generic mostlyclean-am
442
443distclean: distclean-am
444	-rm -f Makefile
445distclean-am: clean-am distclean-generic distclean-tags
446
447dvi: dvi-am
448
449dvi-am:
450
451html: html-am
452
453html-am:
454
455info: info-am
456
457info-am:
458
459install-data-am:
460
461install-dvi: install-dvi-am
462
463install-dvi-am:
464
465install-exec-am:
466
467install-html: install-html-am
468
469install-html-am:
470
471install-info: install-info-am
472
473install-info-am:
474
475install-man:
476
477install-pdf: install-pdf-am
478
479install-pdf-am:
480
481install-ps: install-ps-am
482
483install-ps-am:
484
485installcheck-am:
486
487maintainer-clean: maintainer-clean-am
488	-rm -f Makefile
489maintainer-clean-am: distclean-am maintainer-clean-generic
490
491mostlyclean: mostlyclean-am
492
493mostlyclean-am: mostlyclean-generic
494
495pdf: pdf-am
496
497pdf-am:
498
499ps: ps-am
500
501ps-am:
502
503uninstall-am:
504
505.MAKE: install-am install-strip
506
507.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
508	cscopelist-am ctags ctags-am distclean distclean-generic \
509	distclean-tags distdir dvi dvi-am html html-am info info-am \
510	install install-am install-data install-data-am install-dvi \
511	install-dvi-am install-exec install-exec-am install-html \
512	install-html-am install-info install-info-am install-man \
513	install-pdf install-pdf-am install-ps install-ps-am \
514	install-strip installcheck installcheck-am installdirs \
515	maintainer-clean maintainer-clean-generic mostlyclean \
516	mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
517	uninstall-am
518
519.PRECIOUS: Makefile
520
521
522# Tell versions [3.59,3.63) of GNU make to not export all variables.
523# Otherwise a system limit (for SysV at least) may be exceeded.
524.NOEXPORT:
525