summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <franklin@rockbox.org>2019-07-28 18:49:45 -0400
committerFranklin Wei <franklin@rockbox.org>2019-07-29 00:50:23 +0200
commite19857e712ff54cec08d5a6342a32dae2788cb50 (patch)
treeab3a37f86351cef35414edf1c8ea0ab68c00164f
parent8379b230f66d5ef0ac3e7282431d1f40fc90f22c (diff)
downloadrockbox-e19857e712ff54cec08d5a6342a32dae2788cb50.tar.gz
rockbox-e19857e712ff54cec08d5a6342a32dae2788cb50.zip
duke3d: remove unused files
A bunch of cruft left over when I copied the files... Change-Id: I29d12dae9e507af477fc06ff348c02aee68606a8
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/Makefile693
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.am3
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.in693
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/ChangeLog177
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/LICENSE7
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/README15
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/callbacks.h27
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/enet.h592
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/list.h43
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/protocol.h198
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/time.h18
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/types.h13
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/unix.h40
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/utility.h12
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/win32.h57
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.c6
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.cpp1213
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/windows/inttypes.h305
-rw-r--r--apps/plugins/sdl/progs/duke3d/Engine/src/windows/stdint.h247
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/Makefile942
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/Makefile.am14
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/Makefile.in942
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile546
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.am4
-rw-r--r--apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.in546
25 files changed, 0 insertions, 7353 deletions
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile b/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile
deleted file mode 100644
index c70fbde47c..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile
+++ /dev/null
@@ -1,693 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# Engine/src/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2017 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
16
17
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)/chocolate-duke3d
74pkgincludedir = $(includedir)/chocolate-duke3d
75pkglibdir = $(libdir)/chocolate-duke3d
76pkglibexecdir = $(libexecdir)/chocolate-duke3d
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 = :
89subdir = Engine/src
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98LIBRARIES = $(noinst_LIBRARIES)
99AR = ar
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_$(V))
102am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
103am__v_AR_0 = @echo " AR " $@;
104am__v_AR_1 =
105libEngine_a_AR = $(AR) $(ARFLAGS)
106libEngine_a_LIBADD =
107am_libEngine_a_OBJECTS = libEngine_a-cache.$(OBJEXT) \
108 libEngine_a-display.$(OBJEXT) libEngine_a-draw.$(OBJEXT) \
109 libEngine_a-dummy_multi.$(OBJEXT) libEngine_a-engine.$(OBJEXT) \
110 libEngine_a-filesystem.$(OBJEXT) \
111 libEngine_a-fixedPoint_math.$(OBJEXT) \
112 libEngine_a-mmulti.$(OBJEXT) libEngine_a-network.$(OBJEXT) \
113 libEngine_a-tiles.$(OBJEXT)
114libEngine_a_OBJECTS = $(am_libEngine_a_OBJECTS)
115AM_V_P = $(am__v_P_$(V))
116am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
117am__v_P_0 = false
118am__v_P_1 = :
119AM_V_GEN = $(am__v_GEN_$(V))
120am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
121am__v_GEN_0 = @echo " GEN " $@;
122am__v_GEN_1 =
123AM_V_at = $(am__v_at_$(V))
124am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
125am__v_at_0 = @
126am__v_at_1 =
127DEFAULT_INCLUDES = -I.
128depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
129am__depfiles_maybe = depfiles
130am__mv = mv -f
131AM_V_lt = $(am__v_lt_$(V))
132am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
133am__v_lt_0 = --silent
134am__v_lt_1 =
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137AM_V_CC = $(am__v_CC_$(V))
138am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
139am__v_CC_0 = @echo " CC " $@;
140am__v_CC_1 =
141CCLD = $(CC)
142LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_CCLD = $(am__v_CCLD_$(V))
144am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
145am__v_CCLD_0 = @echo " CCLD " $@;
146am__v_CCLD_1 =
147SOURCES = $(libEngine_a_SOURCES)
148DIST_SOURCES = $(libEngine_a_SOURCES)
149am__can_run_installinfo = \
150 case $$AM_UPDATE_INFO_DIR in \
151 n|no|NO) false;; \
152 *) (install-info --version) >/dev/null 2>&1;; \
153 esac
154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155# Read a list of newline-separated strings from the standard input,
156# and print each of them once, without duplicates. Input order is
157# *not* preserved.
158am__uniquify_input = $(AWK) '\
159 BEGIN { nonempty = 0; } \
160 { items[$$0] = 1; nonempty = 1; } \
161 END { if (nonempty) { for (i in items) print i; }; } \
162'
163# Make sure the list of sources is unique. This is necessary because,
164# e.g., the same source file might be shared among _SOURCES variables
165# for different programs/libraries.
166am__define_uniq_tagged_files = \
167 list='$(am__tagged_files)'; \
168 unique=`for i in $$list; do \
169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170 done | $(am__uniquify_input)`
171ETAGS = etags
172CTAGS = ctags
173am__DIST_COMMON = $(srcdir)/Makefile.in \
174 $(top_srcdir)/build-aux/depcomp
175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176ACLOCAL = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing aclocal-1.15
177AMTAR = $${TAR-tar}
178AM_DEFAULT_VERBOSITY = 0
179AUTOCONF = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing autoconf
180AUTOHEADER = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing autoheader
181AUTOMAKE = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing automake-1.15
182AWK = gawk
183CC = gcc
184CCDEPMODE = depmode=gcc3
185CFLAGS = -Wall -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-parentheses -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-result -fno-strict-aliasing -fno-aggressive-loop-optimizations -DPLATFORM_UNIX -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -g -O2
186CPP = gcc -E
187CPPFLAGS =
188CYGPATH_W = echo
189DEFS = -DPACKAGE_NAME=\"Chocolate\ Duke3D\" -DPACKAGE_TARNAME=\"chocolate-duke3d\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Chocolate\ Duke3D\ 1.0\" -DPACKAGE_BUGREPORT=\"https://github.com/fabiensanglard/chocolate_duke3D/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"chocolate-duke3d\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ASSERT_H=1 -DHAVE_ENET_ENET_H=1
190DEPDIR = .deps
191ECHO_C =
192ECHO_N = -n
193ECHO_T =
194EGREP = /usr/bin/grep -E
195EXEEXT =
196GREP = /usr/bin/grep
197INSTALL = /usr/bin/install -c
198INSTALL_DATA = ${INSTALL} -m 644
199INSTALL_PROGRAM = ${INSTALL}
200INSTALL_SCRIPT = ${INSTALL}
201INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
202LDFLAGS = -lSDL -lpthread -lSDL_mixer -lSDL -lpthread
203LIBOBJS =
204LIBS =
205LTLIBOBJS =
206MAKEINFO = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing makeinfo
207MKDIR_P = /usr/bin/mkdir -p
208OBJEXT = o
209PACKAGE = chocolate-duke3d
210PACKAGE_BUGREPORT = https://github.com/fabiensanglard/chocolate_duke3D/issues
211PACKAGE_NAME = Chocolate Duke3D
212PACKAGE_STRING = Chocolate Duke3D 1.0
213PACKAGE_TARNAME = chocolate-duke3d
214PACKAGE_URL =
215PACKAGE_VERSION = 1.0
216PATH_SEPARATOR = :
217PKG_CONFIG = /usr/bin/pkg-config
218PKG_CONFIG_LIBDIR =
219PKG_CONFIG_PATH =
220RANLIB = ranlib
221SDL_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
222SDL_LIBS = -lSDL -lpthread
223SDL_MIXER_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
224SDL_MIXER_LIBS = -lSDL_mixer -lSDL -lpthread
225SET_MAKE =
226SHELL = /bin/sh
227STRIP =
228VERSION = 1.0
229WINDRES =
230abs_builddir = /home/franklin/chocolate_duke3D/Engine/src
231abs_srcdir = /home/franklin/chocolate_duke3D/Engine/src
232abs_top_builddir = /home/franklin/chocolate_duke3D
233abs_top_srcdir = /home/franklin/chocolate_duke3D
234ac_ct_CC = gcc
235am__include = include
236am__leading_dot = .
237am__quote =
238am__tar = $${TAR-tar} chof - "$$tardir"
239am__untar = $${TAR-tar} xf -
240bindir = ${exec_prefix}/bin
241build_alias =
242builddir = .
243datadir = ${datarootdir}
244datarootdir = ${prefix}/share
245docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
246dvidir = ${docdir}
247exec_prefix = ${prefix}
248host_alias =
249htmldir = ${docdir}
250includedir = ${prefix}/include
251infodir = ${datarootdir}/info
252install_sh = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/install-sh
253libdir = ${exec_prefix}/lib
254libexecdir = ${exec_prefix}/libexec
255localedir = ${datarootdir}/locale
256localstatedir = ${prefix}/var
257mandir = ${datarootdir}/man
258mkdir_p = $(MKDIR_P)
259oldincludedir = /usr/include
260pdfdir = ${docdir}
261prefix = /usr/local
262program_transform_name = s,x,x,
263psdir = ${docdir}
264sbindir = ${exec_prefix}/sbin
265sharedstatedir = ${prefix}/com
266srcdir = .
267sysconfdir = ${prefix}/etc
268target_alias =
269top_build_prefix = ../../
270top_builddir = ../..
271top_srcdir = ../..
272noinst_LIBRARIES = libEngine.a
273libEngine_a_SOURCES = cache.c display.c draw.c dummy_multi.c engine.c filesystem.c fixedPoint_math.c mmulti.c network.c tiles.c
274libEngine_a_CFLAGS = -I$(top_srcdir)/Game/src
275all: all-am
276
277.SUFFIXES:
278.SUFFIXES: .c .o .obj
279$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
280 @for dep in $?; do \
281 case '$(am__configure_deps)' in \
282 *$$dep*) \
283 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284 && { if test -f $@; then exit 0; else break; fi; }; \
285 exit 1;; \
286 esac; \
287 done; \
288 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Engine/src/Makefile'; \
289 $(am__cd) $(top_srcdir) && \
290 $(AUTOMAKE) --foreign Engine/src/Makefile
291Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292 @case '$?' in \
293 *config.status*) \
294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295 *) \
296 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298 esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303$(top_srcdir)/configure: $(am__configure_deps)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(ACLOCAL_M4): $(am__aclocal_m4_deps)
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(am__aclocal_m4_deps):
308
309clean-noinstLIBRARIES:
310 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
311
312libEngine.a: $(libEngine_a_OBJECTS) $(libEngine_a_DEPENDENCIES) $(EXTRA_libEngine_a_DEPENDENCIES)
313 $(AM_V_at)-rm -f libEngine.a
314 $(AM_V_AR)$(libEngine_a_AR) libEngine.a $(libEngine_a_OBJECTS) $(libEngine_a_LIBADD)
315 $(AM_V_at)$(RANLIB) libEngine.a
316
317mostlyclean-compile:
318 -rm -f *.$(OBJEXT)
319
320distclean-compile:
321 -rm -f *.tab.c
322
323include ./$(DEPDIR)/libEngine_a-cache.Po
324include ./$(DEPDIR)/libEngine_a-display.Po
325include ./$(DEPDIR)/libEngine_a-draw.Po
326include ./$(DEPDIR)/libEngine_a-dummy_multi.Po
327include ./$(DEPDIR)/libEngine_a-engine.Po
328include ./$(DEPDIR)/libEngine_a-filesystem.Po
329include ./$(DEPDIR)/libEngine_a-fixedPoint_math.Po
330include ./$(DEPDIR)/libEngine_a-mmulti.Po
331include ./$(DEPDIR)/libEngine_a-network.Po
332include ./$(DEPDIR)/libEngine_a-tiles.Po
333
334.c.o:
335 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337# $(AM_V_CC)source='$<' object='$@' libtool=no \
338# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
339# $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
340
341.c.obj:
342 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344# $(AM_V_CC)source='$<' object='$@' libtool=no \
345# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
346# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
347
348libEngine_a-cache.o: cache.c
349 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-cache.o -MD -MP -MF $(DEPDIR)/libEngine_a-cache.Tpo -c -o libEngine_a-cache.o `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
350 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-cache.Tpo $(DEPDIR)/libEngine_a-cache.Po
351# $(AM_V_CC)source='cache.c' object='libEngine_a-cache.o' libtool=no \
352# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
353# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-cache.o `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
354
355libEngine_a-cache.obj: cache.c
356 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-cache.obj -MD -MP -MF $(DEPDIR)/libEngine_a-cache.Tpo -c -o libEngine_a-cache.obj `if test -f 'cache.c'; then $(CYGPATH_W) 'cache.c'; else $(CYGPATH_W) '$(srcdir)/cache.c'; fi`
357 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-cache.Tpo $(DEPDIR)/libEngine_a-cache.Po
358# $(AM_V_CC)source='cache.c' object='libEngine_a-cache.obj' libtool=no \
359# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
360# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-cache.obj `if test -f 'cache.c'; then $(CYGPATH_W) 'cache.c'; else $(CYGPATH_W) '$(srcdir)/cache.c'; fi`
361
362libEngine_a-display.o: display.c
363 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-display.o -MD -MP -MF $(DEPDIR)/libEngine_a-display.Tpo -c -o libEngine_a-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c
364 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-display.Tpo $(DEPDIR)/libEngine_a-display.Po
365# $(AM_V_CC)source='display.c' object='libEngine_a-display.o' libtool=no \
366# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
367# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c
368
369libEngine_a-display.obj: display.c
370 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-display.obj -MD -MP -MF $(DEPDIR)/libEngine_a-display.Tpo -c -o libEngine_a-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`
371 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-display.Tpo $(DEPDIR)/libEngine_a-display.Po
372# $(AM_V_CC)source='display.c' object='libEngine_a-display.obj' libtool=no \
373# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
374# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`
375
376libEngine_a-draw.o: draw.c
377 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-draw.o -MD -MP -MF $(DEPDIR)/libEngine_a-draw.Tpo -c -o libEngine_a-draw.o `test -f 'draw.c' || echo '$(srcdir)/'`draw.c
378 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-draw.Tpo $(DEPDIR)/libEngine_a-draw.Po
379# $(AM_V_CC)source='draw.c' object='libEngine_a-draw.o' libtool=no \
380# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
381# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-draw.o `test -f 'draw.c' || echo '$(srcdir)/'`draw.c
382
383libEngine_a-draw.obj: draw.c
384 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-draw.obj -MD -MP -MF $(DEPDIR)/libEngine_a-draw.Tpo -c -o libEngine_a-draw.obj `if test -f 'draw.c'; then $(CYGPATH_W) 'draw.c'; else $(CYGPATH_W) '$(srcdir)/draw.c'; fi`
385 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-draw.Tpo $(DEPDIR)/libEngine_a-draw.Po
386# $(AM_V_CC)source='draw.c' object='libEngine_a-draw.obj' libtool=no \
387# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
388# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-draw.obj `if test -f 'draw.c'; then $(CYGPATH_W) 'draw.c'; else $(CYGPATH_W) '$(srcdir)/draw.c'; fi`
389
390libEngine_a-dummy_multi.o: dummy_multi.c
391 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-dummy_multi.o -MD -MP -MF $(DEPDIR)/libEngine_a-dummy_multi.Tpo -c -o libEngine_a-dummy_multi.o `test -f 'dummy_multi.c' || echo '$(srcdir)/'`dummy_multi.c
392 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-dummy_multi.Tpo $(DEPDIR)/libEngine_a-dummy_multi.Po
393# $(AM_V_CC)source='dummy_multi.c' object='libEngine_a-dummy_multi.o' libtool=no \
394# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
395# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-dummy_multi.o `test -f 'dummy_multi.c' || echo '$(srcdir)/'`dummy_multi.c
396
397libEngine_a-dummy_multi.obj: dummy_multi.c
398 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-dummy_multi.obj -MD -MP -MF $(DEPDIR)/libEngine_a-dummy_multi.Tpo -c -o libEngine_a-dummy_multi.obj `if test -f 'dummy_multi.c'; then $(CYGPATH_W) 'dummy_multi.c'; else $(CYGPATH_W) '$(srcdir)/dummy_multi.c'; fi`
399 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-dummy_multi.Tpo $(DEPDIR)/libEngine_a-dummy_multi.Po
400# $(AM_V_CC)source='dummy_multi.c' object='libEngine_a-dummy_multi.obj' libtool=no \
401# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
402# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-dummy_multi.obj `if test -f 'dummy_multi.c'; then $(CYGPATH_W) 'dummy_multi.c'; else $(CYGPATH_W) '$(srcdir)/dummy_multi.c'; fi`
403
404libEngine_a-engine.o: engine.c
405 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-engine.o -MD -MP -MF $(DEPDIR)/libEngine_a-engine.Tpo -c -o libEngine_a-engine.o `test -f 'engine.c' || echo '$(srcdir)/'`engine.c
406 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-engine.Tpo $(DEPDIR)/libEngine_a-engine.Po
407# $(AM_V_CC)source='engine.c' object='libEngine_a-engine.o' libtool=no \
408# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
409# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-engine.o `test -f 'engine.c' || echo '$(srcdir)/'`engine.c
410
411libEngine_a-engine.obj: engine.c
412 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-engine.obj -MD -MP -MF $(DEPDIR)/libEngine_a-engine.Tpo -c -o libEngine_a-engine.obj `if test -f 'engine.c'; then $(CYGPATH_W) 'engine.c'; else $(CYGPATH_W) '$(srcdir)/engine.c'; fi`
413 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-engine.Tpo $(DEPDIR)/libEngine_a-engine.Po
414# $(AM_V_CC)source='engine.c' object='libEngine_a-engine.obj' libtool=no \
415# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
416# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-engine.obj `if test -f 'engine.c'; then $(CYGPATH_W) 'engine.c'; else $(CYGPATH_W) '$(srcdir)/engine.c'; fi`
417
418libEngine_a-filesystem.o: filesystem.c
419 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-filesystem.o -MD -MP -MF $(DEPDIR)/libEngine_a-filesystem.Tpo -c -o libEngine_a-filesystem.o `test -f 'filesystem.c' || echo '$(srcdir)/'`filesystem.c
420 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-filesystem.Tpo $(DEPDIR)/libEngine_a-filesystem.Po
421# $(AM_V_CC)source='filesystem.c' object='libEngine_a-filesystem.o' libtool=no \
422# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
423# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-filesystem.o `test -f 'filesystem.c' || echo '$(srcdir)/'`filesystem.c
424
425libEngine_a-filesystem.obj: filesystem.c
426 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-filesystem.obj -MD -MP -MF $(DEPDIR)/libEngine_a-filesystem.Tpo -c -o libEngine_a-filesystem.obj `if test -f 'filesystem.c'; then $(CYGPATH_W) 'filesystem.c'; else $(CYGPATH_W) '$(srcdir)/filesystem.c'; fi`
427 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-filesystem.Tpo $(DEPDIR)/libEngine_a-filesystem.Po
428# $(AM_V_CC)source='filesystem.c' object='libEngine_a-filesystem.obj' libtool=no \
429# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
430# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-filesystem.obj `if test -f 'filesystem.c'; then $(CYGPATH_W) 'filesystem.c'; else $(CYGPATH_W) '$(srcdir)/filesystem.c'; fi`
431
432libEngine_a-fixedPoint_math.o: fixedPoint_math.c
433 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-fixedPoint_math.o -MD -MP -MF $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo -c -o libEngine_a-fixedPoint_math.o `test -f 'fixedPoint_math.c' || echo '$(srcdir)/'`fixedPoint_math.c
434 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo $(DEPDIR)/libEngine_a-fixedPoint_math.Po
435# $(AM_V_CC)source='fixedPoint_math.c' object='libEngine_a-fixedPoint_math.o' libtool=no \
436# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
437# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-fixedPoint_math.o `test -f 'fixedPoint_math.c' || echo '$(srcdir)/'`fixedPoint_math.c
438
439libEngine_a-fixedPoint_math.obj: fixedPoint_math.c
440 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-fixedPoint_math.obj -MD -MP -MF $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo -c -o libEngine_a-fixedPoint_math.obj `if test -f 'fixedPoint_math.c'; then $(CYGPATH_W) 'fixedPoint_math.c'; else $(CYGPATH_W) '$(srcdir)/fixedPoint_math.c'; fi`
441 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo $(DEPDIR)/libEngine_a-fixedPoint_math.Po
442# $(AM_V_CC)source='fixedPoint_math.c' object='libEngine_a-fixedPoint_math.obj' libtool=no \
443# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
444# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-fixedPoint_math.obj `if test -f 'fixedPoint_math.c'; then $(CYGPATH_W) 'fixedPoint_math.c'; else $(CYGPATH_W) '$(srcdir)/fixedPoint_math.c'; fi`
445
446libEngine_a-mmulti.o: mmulti.c
447 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-mmulti.o -MD -MP -MF $(DEPDIR)/libEngine_a-mmulti.Tpo -c -o libEngine_a-mmulti.o `test -f 'mmulti.c' || echo '$(srcdir)/'`mmulti.c
448 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-mmulti.Tpo $(DEPDIR)/libEngine_a-mmulti.Po
449# $(AM_V_CC)source='mmulti.c' object='libEngine_a-mmulti.o' libtool=no \
450# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
451# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-mmulti.o `test -f 'mmulti.c' || echo '$(srcdir)/'`mmulti.c
452
453libEngine_a-mmulti.obj: mmulti.c
454 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-mmulti.obj -MD -MP -MF $(DEPDIR)/libEngine_a-mmulti.Tpo -c -o libEngine_a-mmulti.obj `if test -f 'mmulti.c'; then $(CYGPATH_W) 'mmulti.c'; else $(CYGPATH_W) '$(srcdir)/mmulti.c'; fi`
455 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-mmulti.Tpo $(DEPDIR)/libEngine_a-mmulti.Po
456# $(AM_V_CC)source='mmulti.c' object='libEngine_a-mmulti.obj' libtool=no \
457# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
458# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-mmulti.obj `if test -f 'mmulti.c'; then $(CYGPATH_W) 'mmulti.c'; else $(CYGPATH_W) '$(srcdir)/mmulti.c'; fi`
459
460libEngine_a-network.o: network.c
461 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-network.o -MD -MP -MF $(DEPDIR)/libEngine_a-network.Tpo -c -o libEngine_a-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
462 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-network.Tpo $(DEPDIR)/libEngine_a-network.Po
463# $(AM_V_CC)source='network.c' object='libEngine_a-network.o' libtool=no \
464# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
465# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
466
467libEngine_a-network.obj: network.c
468 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-network.obj -MD -MP -MF $(DEPDIR)/libEngine_a-network.Tpo -c -o libEngine_a-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
469 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-network.Tpo $(DEPDIR)/libEngine_a-network.Po
470# $(AM_V_CC)source='network.c' object='libEngine_a-network.obj' libtool=no \
471# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
472# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
473
474libEngine_a-tiles.o: tiles.c
475 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-tiles.o -MD -MP -MF $(DEPDIR)/libEngine_a-tiles.Tpo -c -o libEngine_a-tiles.o `test -f 'tiles.c' || echo '$(srcdir)/'`tiles.c
476 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-tiles.Tpo $(DEPDIR)/libEngine_a-tiles.Po
477# $(AM_V_CC)source='tiles.c' object='libEngine_a-tiles.o' libtool=no \
478# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
479# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-tiles.o `test -f 'tiles.c' || echo '$(srcdir)/'`tiles.c
480
481libEngine_a-tiles.obj: tiles.c
482 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-tiles.obj -MD -MP -MF $(DEPDIR)/libEngine_a-tiles.Tpo -c -o libEngine_a-tiles.obj `if test -f 'tiles.c'; then $(CYGPATH_W) 'tiles.c'; else $(CYGPATH_W) '$(srcdir)/tiles.c'; fi`
483 $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-tiles.Tpo $(DEPDIR)/libEngine_a-tiles.Po
484# $(AM_V_CC)source='tiles.c' object='libEngine_a-tiles.obj' libtool=no \
485# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
486# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-tiles.obj `if test -f 'tiles.c'; then $(CYGPATH_W) 'tiles.c'; else $(CYGPATH_W) '$(srcdir)/tiles.c'; fi`
487
488ID: $(am__tagged_files)
489 $(am__define_uniq_tagged_files); mkid -fID $$unique
490tags: tags-am
491TAGS: tags
492
493tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
494 set x; \
495 here=`pwd`; \
496 $(am__define_uniq_tagged_files); \
497 shift; \
498 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
499 test -n "$$unique" || unique=$$empty_fix; \
500 if test $$# -gt 0; then \
501 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502 "$$@" $$unique; \
503 else \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 $$unique; \
506 fi; \
507 fi
508ctags: ctags-am
509
510CTAGS: ctags
511ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
512 $(am__define_uniq_tagged_files); \
513 test -z "$(CTAGS_ARGS)$$unique" \
514 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
515 $$unique
516
517GTAGS:
518 here=`$(am__cd) $(top_builddir) && pwd` \
519 && $(am__cd) $(top_srcdir) \
520 && gtags -i $(GTAGS_ARGS) "$$here"
521cscopelist: cscopelist-am
522
523cscopelist-am: $(am__tagged_files)
524 list='$(am__tagged_files)'; \
525 case "$(srcdir)" in \
526 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
527 *) sdir=$(subdir)/$(srcdir) ;; \
528 esac; \
529 for i in $$list; do \
530 if test -f "$$i"; then \
531 echo "$(subdir)/$$i"; \
532 else \
533 echo "$$sdir/$$i"; \
534 fi; \
535 done >> $(top_builddir)/cscope.files
536
537distclean-tags:
538 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539
540distdir: $(DISTFILES)
541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 list='$(DISTFILES)'; \
544 dist_files=`for file in $$list; do echo $$file; done | \
545 sed -e "s|^$$srcdirstrip/||;t" \
546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547 case $$dist_files in \
548 */*) $(MKDIR_P) `echo "$$dist_files" | \
549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550 sort -u` ;; \
551 esac; \
552 for file in $$dist_files; do \
553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554 if test -d $$d/$$file; then \
555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556 if test -d "$(distdir)/$$file"; then \
557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558 fi; \
559 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564 else \
565 test -f "$(distdir)/$$file" \
566 || cp -p $$d/$$file "$(distdir)/$$file" \
567 || exit 1; \
568 fi; \
569 done
570check-am: all-am
571check: check-am
572all-am: Makefile $(LIBRARIES)
573installdirs:
574install: install-am
575install-exec: install-exec-am
576install-data: install-data-am
577uninstall: uninstall-am
578
579install-am: all-am
580 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
581
582installcheck: installcheck-am
583install-strip:
584 if test -z '$(STRIP)'; then \
585 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
587 install; \
588 else \
589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
591 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
592 fi
593mostlyclean-generic:
594
595clean-generic:
596
597distclean-generic:
598 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
599 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
600
601maintainer-clean-generic:
602 @echo "This command is intended for maintainers to use"
603 @echo "it deletes files that may require special tools to rebuild."
604clean: clean-am
605
606clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
607
608distclean: distclean-am
609 -rm -rf ./$(DEPDIR)
610 -rm -f Makefile
611distclean-am: clean-am distclean-compile distclean-generic \
612 distclean-tags
613
614dvi: dvi-am
615
616dvi-am:
617
618html: html-am
619
620html-am:
621
622info: info-am
623
624info-am:
625
626install-data-am:
627
628install-dvi: install-dvi-am
629
630install-dvi-am:
631
632install-exec-am:
633
634install-html: install-html-am
635
636install-html-am:
637
638install-info: install-info-am
639
640install-info-am:
641
642install-man:
643
644install-pdf: install-pdf-am
645
646install-pdf-am:
647
648install-ps: install-ps-am
649
650install-ps-am:
651
652installcheck-am:
653
654maintainer-clean: maintainer-clean-am
655 -rm -rf ./$(DEPDIR)
656 -rm -f Makefile
657maintainer-clean-am: distclean-am maintainer-clean-generic
658
659mostlyclean: mostlyclean-am
660
661mostlyclean-am: mostlyclean-compile mostlyclean-generic
662
663pdf: pdf-am
664
665pdf-am:
666
667ps: ps-am
668
669ps-am:
670
671uninstall-am:
672
673.MAKE: install-am install-strip
674
675.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
676 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
677 distclean-compile distclean-generic distclean-tags distdir dvi \
678 dvi-am html html-am info info-am install install-am \
679 install-data install-data-am install-dvi install-dvi-am \
680 install-exec install-exec-am install-html install-html-am \
681 install-info install-info-am install-man install-pdf \
682 install-pdf-am install-ps install-ps-am install-strip \
683 installcheck installcheck-am installdirs maintainer-clean \
684 maintainer-clean-generic mostlyclean mostlyclean-compile \
685 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
686 uninstall-am
687
688.PRECIOUS: Makefile
689
690
691# Tell versions [3.59,3.63) of GNU make to not export all variables.
692# Otherwise a system limit (for SysV at least) may be exceeded.
693.NOEXPORT:
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.am b/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.am
deleted file mode 100644
index 74eff1286e..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
1noinst_LIBRARIES = libEngine.a
2libEngine_a_SOURCES = cache.c display.c draw.c dummy_multi.c engine.c filesystem.c fixedPoint_math.c mmulti.c network.c tiles.c
3libEngine_a_CFLAGS = -I$(top_srcdir)/Game/src
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.in b/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.in
deleted file mode 100644
index cf7465b165..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/Makefile.in
+++ /dev/null
@@ -1,693 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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 = :
89subdir = Engine/src
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98LIBRARIES = $(noinst_LIBRARIES)
99AR = ar
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_@AM_V@)
102am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
103am__v_AR_0 = @echo " AR " $@;
104am__v_AR_1 =
105libEngine_a_AR = $(AR) $(ARFLAGS)
106libEngine_a_LIBADD =
107am_libEngine_a_OBJECTS = libEngine_a-cache.$(OBJEXT) \
108 libEngine_a-display.$(OBJEXT) libEngine_a-draw.$(OBJEXT) \
109 libEngine_a-dummy_multi.$(OBJEXT) libEngine_a-engine.$(OBJEXT) \
110 libEngine_a-filesystem.$(OBJEXT) \
111 libEngine_a-fixedPoint_math.$(OBJEXT) \
112 libEngine_a-mmulti.$(OBJEXT) libEngine_a-network.$(OBJEXT) \
113 libEngine_a-tiles.$(OBJEXT)
114libEngine_a_OBJECTS = $(am_libEngine_a_OBJECTS)
115AM_V_P = $(am__v_P_@AM_V@)
116am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
117am__v_P_0 = false
118am__v_P_1 = :
119AM_V_GEN = $(am__v_GEN_@AM_V@)
120am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
121am__v_GEN_0 = @echo " GEN " $@;
122am__v_GEN_1 =
123AM_V_at = $(am__v_at_@AM_V@)
124am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
125am__v_at_0 = @
126am__v_at_1 =
127DEFAULT_INCLUDES = -I.@am__isrc@
128depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
129am__depfiles_maybe = depfiles
130am__mv = mv -f
131AM_V_lt = $(am__v_lt_@AM_V@)
132am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
133am__v_lt_0 = --silent
134am__v_lt_1 =
135COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
136 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137AM_V_CC = $(am__v_CC_@AM_V@)
138am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
139am__v_CC_0 = @echo " CC " $@;
140am__v_CC_1 =
141CCLD = $(CC)
142LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
143AM_V_CCLD = $(am__v_CCLD_@AM_V@)
144am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
145am__v_CCLD_0 = @echo " CCLD " $@;
146am__v_CCLD_1 =
147SOURCES = $(libEngine_a_SOURCES)
148DIST_SOURCES = $(libEngine_a_SOURCES)
149am__can_run_installinfo = \
150 case $$AM_UPDATE_INFO_DIR in \
151 n|no|NO) false;; \
152 *) (install-info --version) >/dev/null 2>&1;; \
153 esac
154am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155# Read a list of newline-separated strings from the standard input,
156# and print each of them once, without duplicates. Input order is
157# *not* preserved.
158am__uniquify_input = $(AWK) '\
159 BEGIN { nonempty = 0; } \
160 { items[$$0] = 1; nonempty = 1; } \
161 END { if (nonempty) { for (i in items) print i; }; } \
162'
163# Make sure the list of sources is unique. This is necessary because,
164# e.g., the same source file might be shared among _SOURCES variables
165# for different programs/libraries.
166am__define_uniq_tagged_files = \
167 list='$(am__tagged_files)'; \
168 unique=`for i in $$list; do \
169 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170 done | $(am__uniquify_input)`
171ETAGS = etags
172CTAGS = ctags
173am__DIST_COMMON = $(srcdir)/Makefile.in \
174 $(top_srcdir)/build-aux/depcomp
175DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176ACLOCAL = @ACLOCAL@
177AMTAR = @AMTAR@
178AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
179AUTOCONF = @AUTOCONF@
180AUTOHEADER = @AUTOHEADER@
181AUTOMAKE = @AUTOMAKE@
182AWK = @AWK@
183CC = @CC@
184CCDEPMODE = @CCDEPMODE@
185CFLAGS = @CFLAGS@
186CPP = @CPP@
187CPPFLAGS = @CPPFLAGS@
188CYGPATH_W = @CYGPATH_W@
189DEFS = @DEFS@
190DEPDIR = @DEPDIR@
191ECHO_C = @ECHO_C@
192ECHO_N = @ECHO_N@
193ECHO_T = @ECHO_T@
194EGREP = @EGREP@
195EXEEXT = @EXEEXT@
196GREP = @GREP@
197INSTALL = @INSTALL@
198INSTALL_DATA = @INSTALL_DATA@
199INSTALL_PROGRAM = @INSTALL_PROGRAM@
200INSTALL_SCRIPT = @INSTALL_SCRIPT@
201INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
202LDFLAGS = @LDFLAGS@
203LIBOBJS = @LIBOBJS@
204LIBS = @LIBS@
205LTLIBOBJS = @LTLIBOBJS@
206MAKEINFO = @MAKEINFO@
207MKDIR_P = @MKDIR_P@
208OBJEXT = @OBJEXT@
209PACKAGE = @PACKAGE@
210PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
211PACKAGE_NAME = @PACKAGE_NAME@
212PACKAGE_STRING = @PACKAGE_STRING@
213PACKAGE_TARNAME = @PACKAGE_TARNAME@
214PACKAGE_URL = @PACKAGE_URL@
215PACKAGE_VERSION = @PACKAGE_VERSION@
216PATH_SEPARATOR = @PATH_SEPARATOR@
217PKG_CONFIG = @PKG_CONFIG@
218PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
219PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
220RANLIB = @RANLIB@
221SDL_CFLAGS = @SDL_CFLAGS@
222SDL_LIBS = @SDL_LIBS@
223SDL_MIXER_CFLAGS = @SDL_MIXER_CFLAGS@
224SDL_MIXER_LIBS = @SDL_MIXER_LIBS@
225SET_MAKE = @SET_MAKE@
226SHELL = @SHELL@
227STRIP = @STRIP@
228VERSION = @VERSION@
229WINDRES = @WINDRES@
230abs_builddir = @abs_builddir@
231abs_srcdir = @abs_srcdir@
232abs_top_builddir = @abs_top_builddir@
233abs_top_srcdir = @abs_top_srcdir@
234ac_ct_CC = @ac_ct_CC@
235am__include = @am__include@
236am__leading_dot = @am__leading_dot@
237am__quote = @am__quote@
238am__tar = @am__tar@
239am__untar = @am__untar@
240bindir = @bindir@
241build_alias = @build_alias@
242builddir = @builddir@
243datadir = @datadir@
244datarootdir = @datarootdir@
245docdir = @docdir@
246dvidir = @dvidir@
247exec_prefix = @exec_prefix@
248host_alias = @host_alias@
249htmldir = @htmldir@
250includedir = @includedir@
251infodir = @infodir@
252install_sh = @install_sh@
253libdir = @libdir@
254libexecdir = @libexecdir@
255localedir = @localedir@
256localstatedir = @localstatedir@
257mandir = @mandir@
258mkdir_p = @mkdir_p@
259oldincludedir = @oldincludedir@
260pdfdir = @pdfdir@
261prefix = @prefix@
262program_transform_name = @program_transform_name@
263psdir = @psdir@
264sbindir = @sbindir@
265sharedstatedir = @sharedstatedir@
266srcdir = @srcdir@
267sysconfdir = @sysconfdir@
268target_alias = @target_alias@
269top_build_prefix = @top_build_prefix@
270top_builddir = @top_builddir@
271top_srcdir = @top_srcdir@
272noinst_LIBRARIES = libEngine.a
273libEngine_a_SOURCES = cache.c display.c draw.c dummy_multi.c engine.c filesystem.c fixedPoint_math.c mmulti.c network.c tiles.c
274libEngine_a_CFLAGS = -I$(top_srcdir)/Game/src
275all: all-am
276
277.SUFFIXES:
278.SUFFIXES: .c .o .obj
279$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
280 @for dep in $?; do \
281 case '$(am__configure_deps)' in \
282 *$$dep*) \
283 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
284 && { if test -f $@; then exit 0; else break; fi; }; \
285 exit 1;; \
286 esac; \
287 done; \
288 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Engine/src/Makefile'; \
289 $(am__cd) $(top_srcdir) && \
290 $(AUTOMAKE) --foreign Engine/src/Makefile
291Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292 @case '$?' in \
293 *config.status*) \
294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
295 *) \
296 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
297 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
298 esac;
299
300$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
301 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
302
303$(top_srcdir)/configure: $(am__configure_deps)
304 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305$(ACLOCAL_M4): $(am__aclocal_m4_deps)
306 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307$(am__aclocal_m4_deps):
308
309clean-noinstLIBRARIES:
310 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
311
312libEngine.a: $(libEngine_a_OBJECTS) $(libEngine_a_DEPENDENCIES) $(EXTRA_libEngine_a_DEPENDENCIES)
313 $(AM_V_at)-rm -f libEngine.a
314 $(AM_V_AR)$(libEngine_a_AR) libEngine.a $(libEngine_a_OBJECTS) $(libEngine_a_LIBADD)
315 $(AM_V_at)$(RANLIB) libEngine.a
316
317mostlyclean-compile:
318 -rm -f *.$(OBJEXT)
319
320distclean-compile:
321 -rm -f *.tab.c
322
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-cache.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-display.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-draw.Po@am__quote@
326@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-dummy_multi.Po@am__quote@
327@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-engine.Po@am__quote@
328@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-filesystem.Po@am__quote@
329@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-fixedPoint_math.Po@am__quote@
330@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-mmulti.Po@am__quote@
331@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-network.Po@am__quote@
332@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libEngine_a-tiles.Po@am__quote@
333
334.c.o:
335@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
336@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
340
341.c.obj:
342@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
343@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
344@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
345@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
346@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
347
348libEngine_a-cache.o: cache.c
349@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-cache.o -MD -MP -MF $(DEPDIR)/libEngine_a-cache.Tpo -c -o libEngine_a-cache.o `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
350@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-cache.Tpo $(DEPDIR)/libEngine_a-cache.Po
351@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cache.c' object='libEngine_a-cache.o' libtool=no @AMDEPBACKSLASH@
352@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
353@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-cache.o `test -f 'cache.c' || echo '$(srcdir)/'`cache.c
354
355libEngine_a-cache.obj: cache.c
356@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-cache.obj -MD -MP -MF $(DEPDIR)/libEngine_a-cache.Tpo -c -o libEngine_a-cache.obj `if test -f 'cache.c'; then $(CYGPATH_W) 'cache.c'; else $(CYGPATH_W) '$(srcdir)/cache.c'; fi`
357@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-cache.Tpo $(DEPDIR)/libEngine_a-cache.Po
358@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cache.c' object='libEngine_a-cache.obj' libtool=no @AMDEPBACKSLASH@
359@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
360@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-cache.obj `if test -f 'cache.c'; then $(CYGPATH_W) 'cache.c'; else $(CYGPATH_W) '$(srcdir)/cache.c'; fi`
361
362libEngine_a-display.o: display.c
363@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-display.o -MD -MP -MF $(DEPDIR)/libEngine_a-display.Tpo -c -o libEngine_a-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c
364@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-display.Tpo $(DEPDIR)/libEngine_a-display.Po
365@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='display.c' object='libEngine_a-display.o' libtool=no @AMDEPBACKSLASH@
366@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
367@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-display.o `test -f 'display.c' || echo '$(srcdir)/'`display.c
368
369libEngine_a-display.obj: display.c
370@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-display.obj -MD -MP -MF $(DEPDIR)/libEngine_a-display.Tpo -c -o libEngine_a-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`
371@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-display.Tpo $(DEPDIR)/libEngine_a-display.Po
372@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='display.c' object='libEngine_a-display.obj' libtool=no @AMDEPBACKSLASH@
373@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
374@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-display.obj `if test -f 'display.c'; then $(CYGPATH_W) 'display.c'; else $(CYGPATH_W) '$(srcdir)/display.c'; fi`
375
376libEngine_a-draw.o: draw.c
377@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-draw.o -MD -MP -MF $(DEPDIR)/libEngine_a-draw.Tpo -c -o libEngine_a-draw.o `test -f 'draw.c' || echo '$(srcdir)/'`draw.c
378@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-draw.Tpo $(DEPDIR)/libEngine_a-draw.Po
379@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='draw.c' object='libEngine_a-draw.o' libtool=no @AMDEPBACKSLASH@
380@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
381@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-draw.o `test -f 'draw.c' || echo '$(srcdir)/'`draw.c
382
383libEngine_a-draw.obj: draw.c
384@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-draw.obj -MD -MP -MF $(DEPDIR)/libEngine_a-draw.Tpo -c -o libEngine_a-draw.obj `if test -f 'draw.c'; then $(CYGPATH_W) 'draw.c'; else $(CYGPATH_W) '$(srcdir)/draw.c'; fi`
385@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-draw.Tpo $(DEPDIR)/libEngine_a-draw.Po
386@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='draw.c' object='libEngine_a-draw.obj' libtool=no @AMDEPBACKSLASH@
387@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
388@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-draw.obj `if test -f 'draw.c'; then $(CYGPATH_W) 'draw.c'; else $(CYGPATH_W) '$(srcdir)/draw.c'; fi`
389
390libEngine_a-dummy_multi.o: dummy_multi.c
391@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-dummy_multi.o -MD -MP -MF $(DEPDIR)/libEngine_a-dummy_multi.Tpo -c -o libEngine_a-dummy_multi.o `test -f 'dummy_multi.c' || echo '$(srcdir)/'`dummy_multi.c
392@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-dummy_multi.Tpo $(DEPDIR)/libEngine_a-dummy_multi.Po
393@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dummy_multi.c' object='libEngine_a-dummy_multi.o' libtool=no @AMDEPBACKSLASH@
394@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
395@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-dummy_multi.o `test -f 'dummy_multi.c' || echo '$(srcdir)/'`dummy_multi.c
396
397libEngine_a-dummy_multi.obj: dummy_multi.c
398@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-dummy_multi.obj -MD -MP -MF $(DEPDIR)/libEngine_a-dummy_multi.Tpo -c -o libEngine_a-dummy_multi.obj `if test -f 'dummy_multi.c'; then $(CYGPATH_W) 'dummy_multi.c'; else $(CYGPATH_W) '$(srcdir)/dummy_multi.c'; fi`
399@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-dummy_multi.Tpo $(DEPDIR)/libEngine_a-dummy_multi.Po
400@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dummy_multi.c' object='libEngine_a-dummy_multi.obj' libtool=no @AMDEPBACKSLASH@
401@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
402@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-dummy_multi.obj `if test -f 'dummy_multi.c'; then $(CYGPATH_W) 'dummy_multi.c'; else $(CYGPATH_W) '$(srcdir)/dummy_multi.c'; fi`
403
404libEngine_a-engine.o: engine.c
405@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-engine.o -MD -MP -MF $(DEPDIR)/libEngine_a-engine.Tpo -c -o libEngine_a-engine.o `test -f 'engine.c' || echo '$(srcdir)/'`engine.c
406@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-engine.Tpo $(DEPDIR)/libEngine_a-engine.Po
407@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='engine.c' object='libEngine_a-engine.o' libtool=no @AMDEPBACKSLASH@
408@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
409@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-engine.o `test -f 'engine.c' || echo '$(srcdir)/'`engine.c
410
411libEngine_a-engine.obj: engine.c
412@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-engine.obj -MD -MP -MF $(DEPDIR)/libEngine_a-engine.Tpo -c -o libEngine_a-engine.obj `if test -f 'engine.c'; then $(CYGPATH_W) 'engine.c'; else $(CYGPATH_W) '$(srcdir)/engine.c'; fi`
413@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-engine.Tpo $(DEPDIR)/libEngine_a-engine.Po
414@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='engine.c' object='libEngine_a-engine.obj' libtool=no @AMDEPBACKSLASH@
415@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
416@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-engine.obj `if test -f 'engine.c'; then $(CYGPATH_W) 'engine.c'; else $(CYGPATH_W) '$(srcdir)/engine.c'; fi`
417
418libEngine_a-filesystem.o: filesystem.c
419@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-filesystem.o -MD -MP -MF $(DEPDIR)/libEngine_a-filesystem.Tpo -c -o libEngine_a-filesystem.o `test -f 'filesystem.c' || echo '$(srcdir)/'`filesystem.c
420@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-filesystem.Tpo $(DEPDIR)/libEngine_a-filesystem.Po
421@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filesystem.c' object='libEngine_a-filesystem.o' libtool=no @AMDEPBACKSLASH@
422@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
423@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-filesystem.o `test -f 'filesystem.c' || echo '$(srcdir)/'`filesystem.c
424
425libEngine_a-filesystem.obj: filesystem.c
426@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-filesystem.obj -MD -MP -MF $(DEPDIR)/libEngine_a-filesystem.Tpo -c -o libEngine_a-filesystem.obj `if test -f 'filesystem.c'; then $(CYGPATH_W) 'filesystem.c'; else $(CYGPATH_W) '$(srcdir)/filesystem.c'; fi`
427@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-filesystem.Tpo $(DEPDIR)/libEngine_a-filesystem.Po
428@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='filesystem.c' object='libEngine_a-filesystem.obj' libtool=no @AMDEPBACKSLASH@
429@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
430@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-filesystem.obj `if test -f 'filesystem.c'; then $(CYGPATH_W) 'filesystem.c'; else $(CYGPATH_W) '$(srcdir)/filesystem.c'; fi`
431
432libEngine_a-fixedPoint_math.o: fixedPoint_math.c
433@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-fixedPoint_math.o -MD -MP -MF $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo -c -o libEngine_a-fixedPoint_math.o `test -f 'fixedPoint_math.c' || echo '$(srcdir)/'`fixedPoint_math.c
434@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo $(DEPDIR)/libEngine_a-fixedPoint_math.Po
435@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fixedPoint_math.c' object='libEngine_a-fixedPoint_math.o' libtool=no @AMDEPBACKSLASH@
436@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
437@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-fixedPoint_math.o `test -f 'fixedPoint_math.c' || echo '$(srcdir)/'`fixedPoint_math.c
438
439libEngine_a-fixedPoint_math.obj: fixedPoint_math.c
440@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-fixedPoint_math.obj -MD -MP -MF $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo -c -o libEngine_a-fixedPoint_math.obj `if test -f 'fixedPoint_math.c'; then $(CYGPATH_W) 'fixedPoint_math.c'; else $(CYGPATH_W) '$(srcdir)/fixedPoint_math.c'; fi`
441@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-fixedPoint_math.Tpo $(DEPDIR)/libEngine_a-fixedPoint_math.Po
442@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='fixedPoint_math.c' object='libEngine_a-fixedPoint_math.obj' libtool=no @AMDEPBACKSLASH@
443@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
444@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-fixedPoint_math.obj `if test -f 'fixedPoint_math.c'; then $(CYGPATH_W) 'fixedPoint_math.c'; else $(CYGPATH_W) '$(srcdir)/fixedPoint_math.c'; fi`
445
446libEngine_a-mmulti.o: mmulti.c
447@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-mmulti.o -MD -MP -MF $(DEPDIR)/libEngine_a-mmulti.Tpo -c -o libEngine_a-mmulti.o `test -f 'mmulti.c' || echo '$(srcdir)/'`mmulti.c
448@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-mmulti.Tpo $(DEPDIR)/libEngine_a-mmulti.Po
449@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mmulti.c' object='libEngine_a-mmulti.o' libtool=no @AMDEPBACKSLASH@
450@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
451@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-mmulti.o `test -f 'mmulti.c' || echo '$(srcdir)/'`mmulti.c
452
453libEngine_a-mmulti.obj: mmulti.c
454@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-mmulti.obj -MD -MP -MF $(DEPDIR)/libEngine_a-mmulti.Tpo -c -o libEngine_a-mmulti.obj `if test -f 'mmulti.c'; then $(CYGPATH_W) 'mmulti.c'; else $(CYGPATH_W) '$(srcdir)/mmulti.c'; fi`
455@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-mmulti.Tpo $(DEPDIR)/libEngine_a-mmulti.Po
456@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='mmulti.c' object='libEngine_a-mmulti.obj' libtool=no @AMDEPBACKSLASH@
457@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
458@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-mmulti.obj `if test -f 'mmulti.c'; then $(CYGPATH_W) 'mmulti.c'; else $(CYGPATH_W) '$(srcdir)/mmulti.c'; fi`
459
460libEngine_a-network.o: network.c
461@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-network.o -MD -MP -MF $(DEPDIR)/libEngine_a-network.Tpo -c -o libEngine_a-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
462@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-network.Tpo $(DEPDIR)/libEngine_a-network.Po
463@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='network.c' object='libEngine_a-network.o' libtool=no @AMDEPBACKSLASH@
464@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
466
467libEngine_a-network.obj: network.c
468@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-network.obj -MD -MP -MF $(DEPDIR)/libEngine_a-network.Tpo -c -o libEngine_a-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
469@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-network.Tpo $(DEPDIR)/libEngine_a-network.Po
470@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='network.c' object='libEngine_a-network.obj' libtool=no @AMDEPBACKSLASH@
471@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
472@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
473
474libEngine_a-tiles.o: tiles.c
475@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-tiles.o -MD -MP -MF $(DEPDIR)/libEngine_a-tiles.Tpo -c -o libEngine_a-tiles.o `test -f 'tiles.c' || echo '$(srcdir)/'`tiles.c
476@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-tiles.Tpo $(DEPDIR)/libEngine_a-tiles.Po
477@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tiles.c' object='libEngine_a-tiles.o' libtool=no @AMDEPBACKSLASH@
478@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
479@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-tiles.o `test -f 'tiles.c' || echo '$(srcdir)/'`tiles.c
480
481libEngine_a-tiles.obj: tiles.c
482@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -MT libEngine_a-tiles.obj -MD -MP -MF $(DEPDIR)/libEngine_a-tiles.Tpo -c -o libEngine_a-tiles.obj `if test -f 'tiles.c'; then $(CYGPATH_W) 'tiles.c'; else $(CYGPATH_W) '$(srcdir)/tiles.c'; fi`
483@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libEngine_a-tiles.Tpo $(DEPDIR)/libEngine_a-tiles.Po
484@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='tiles.c' object='libEngine_a-tiles.obj' libtool=no @AMDEPBACKSLASH@
485@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
486@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libEngine_a_CFLAGS) $(CFLAGS) -c -o libEngine_a-tiles.obj `if test -f 'tiles.c'; then $(CYGPATH_W) 'tiles.c'; else $(CYGPATH_W) '$(srcdir)/tiles.c'; fi`
487
488ID: $(am__tagged_files)
489 $(am__define_uniq_tagged_files); mkid -fID $$unique
490tags: tags-am
491TAGS: tags
492
493tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
494 set x; \
495 here=`pwd`; \
496 $(am__define_uniq_tagged_files); \
497 shift; \
498 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
499 test -n "$$unique" || unique=$$empty_fix; \
500 if test $$# -gt 0; then \
501 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
502 "$$@" $$unique; \
503 else \
504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
505 $$unique; \
506 fi; \
507 fi
508ctags: ctags-am
509
510CTAGS: ctags
511ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
512 $(am__define_uniq_tagged_files); \
513 test -z "$(CTAGS_ARGS)$$unique" \
514 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
515 $$unique
516
517GTAGS:
518 here=`$(am__cd) $(top_builddir) && pwd` \
519 && $(am__cd) $(top_srcdir) \
520 && gtags -i $(GTAGS_ARGS) "$$here"
521cscopelist: cscopelist-am
522
523cscopelist-am: $(am__tagged_files)
524 list='$(am__tagged_files)'; \
525 case "$(srcdir)" in \
526 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
527 *) sdir=$(subdir)/$(srcdir) ;; \
528 esac; \
529 for i in $$list; do \
530 if test -f "$$i"; then \
531 echo "$(subdir)/$$i"; \
532 else \
533 echo "$$sdir/$$i"; \
534 fi; \
535 done >> $(top_builddir)/cscope.files
536
537distclean-tags:
538 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
539
540distdir: $(DISTFILES)
541 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
542 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
543 list='$(DISTFILES)'; \
544 dist_files=`for file in $$list; do echo $$file; done | \
545 sed -e "s|^$$srcdirstrip/||;t" \
546 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
547 case $$dist_files in \
548 */*) $(MKDIR_P) `echo "$$dist_files" | \
549 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
550 sort -u` ;; \
551 esac; \
552 for file in $$dist_files; do \
553 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
554 if test -d $$d/$$file; then \
555 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
556 if test -d "$(distdir)/$$file"; then \
557 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
558 fi; \
559 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
560 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
561 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
562 fi; \
563 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
564 else \
565 test -f "$(distdir)/$$file" \
566 || cp -p $$d/$$file "$(distdir)/$$file" \
567 || exit 1; \
568 fi; \
569 done
570check-am: all-am
571check: check-am
572all-am: Makefile $(LIBRARIES)
573installdirs:
574install: install-am
575install-exec: install-exec-am
576install-data: install-data-am
577uninstall: uninstall-am
578
579install-am: all-am
580 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
581
582installcheck: installcheck-am
583install-strip:
584 if test -z '$(STRIP)'; then \
585 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
586 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
587 install; \
588 else \
589 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
590 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
591 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
592 fi
593mostlyclean-generic:
594
595clean-generic:
596
597distclean-generic:
598 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
599 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
600
601maintainer-clean-generic:
602 @echo "This command is intended for maintainers to use"
603 @echo "it deletes files that may require special tools to rebuild."
604clean: clean-am
605
606clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
607
608distclean: distclean-am
609 -rm -rf ./$(DEPDIR)
610 -rm -f Makefile
611distclean-am: clean-am distclean-compile distclean-generic \
612 distclean-tags
613
614dvi: dvi-am
615
616dvi-am:
617
618html: html-am
619
620html-am:
621
622info: info-am
623
624info-am:
625
626install-data-am:
627
628install-dvi: install-dvi-am
629
630install-dvi-am:
631
632install-exec-am:
633
634install-html: install-html-am
635
636install-html-am:
637
638install-info: install-info-am
639
640install-info-am:
641
642install-man:
643
644install-pdf: install-pdf-am
645
646install-pdf-am:
647
648install-ps: install-ps-am
649
650install-ps-am:
651
652installcheck-am:
653
654maintainer-clean: maintainer-clean-am
655 -rm -rf ./$(DEPDIR)
656 -rm -f Makefile
657maintainer-clean-am: distclean-am maintainer-clean-generic
658
659mostlyclean: mostlyclean-am
660
661mostlyclean-am: mostlyclean-compile mostlyclean-generic
662
663pdf: pdf-am
664
665pdf-am:
666
667ps: ps-am
668
669ps-am:
670
671uninstall-am:
672
673.MAKE: install-am install-strip
674
675.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
676 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
677 distclean-compile distclean-generic distclean-tags distdir dvi \
678 dvi-am html html-am info info-am install install-am \
679 install-data install-data-am install-dvi install-dvi-am \
680 install-exec install-exec-am install-html install-html-am \
681 install-info install-info-am install-man install-pdf \
682 install-pdf-am install-ps install-ps-am install-strip \
683 installcheck installcheck-am installdirs maintainer-clean \
684 maintainer-clean-generic mostlyclean mostlyclean-compile \
685 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
686 uninstall-am
687
688.PRECIOUS: Makefile
689
690
691# Tell versions [3.59,3.63) of GNU make to not export all variables.
692# Otherwise a system limit (for SysV at least) may be exceeded.
693.NOEXPORT:
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/ChangeLog b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/ChangeLog
deleted file mode 100644
index 9386a01bf0..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/ChangeLog
+++ /dev/null
@@ -1,177 +0,0 @@
1ENet 1.3.13 (April 30, 2015):
2
3* miscellaneous bug fixes
4* added premake and cmake support
5* miscellaneous documentation cleanups
6
7ENet 1.3.12 (April 24, 2014):
8
9* added maximumPacketSize and maximumWaitingData fields to ENetHost to limit the amount of
10data waiting to be delivered on a peer (beware that the default maximumPacketSize is
1132MB and should be set higher if desired as should maximumWaitingData)
12
13ENet 1.3.11 (December 26, 2013):
14
15* allow an ENetHost to connect to itself
16* fixed possible bug with disconnect notifications during connect attempts
17* fixed some preprocessor definition bugs
18
19ENet 1.3.10 (October 23, 2013);
20
21* doubled maximum reliable window size
22* fixed RCVTIMEO/SNDTIMEO socket options and also added NODELAY
23
24ENet 1.3.9 (August 19, 2013):
25
26* added duplicatePeers option to ENetHost which can limit the number of peers from duplicate IPs
27* added enet_socket_get_option() and ENET_SOCKOPT_ERROR
28* added enet_host_random_seed() platform stub
29
30ENet 1.3.8 (June 2, 2013):
31
32* added enet_linked_version() for checking the linked version
33* added enet_socket_get_address() for querying the local address of a socket
34* silenced some debugging prints unless ENET_DEBUG is defined during compilation
35* handle EINTR in enet_socket_wait() so that enet_host_service() doesn't propagate errors from signals
36* optimized enet_host_bandwidth_throttle() to be less expensive for large numbers of peers
37
38ENet 1.3.7 (March 6, 2013):
39
40* added ENET_PACKET_FLAG_SENT to indicate that a packet is being freed because it has been sent
41* added userData field to ENetPacket
42* changed how random seed is generated on Windows to avoid import warnings
43* fixed case where disconnects could be generated with no preceding connect event
44
45ENet 1.3.6 (December 11, 2012):
46
47* added support for intercept callback in ENetHost that can be used to process raw packets before ENet
48* added enet_socket_shutdown() for issuing shutdown on a socket
49* fixed enet_socket_connect() to not error on non-blocking connects
50* fixed bug in MTU negotiation during connections
51
52ENet 1.3.5 (July 31, 2012):
53
54* fixed bug in unreliable packet fragment queuing
55
56ENet 1.3.4 (May 29, 2012):
57
58* added enet_peer_ping_interval() for configuring per-peer ping intervals
59* added enet_peer_timeout() for configuring per-peer timeouts
60* added protocol packet size limits
61
62ENet 1.3.3 (June 28, 2011):
63
64* fixed bug with simultaneous disconnects not dispatching events
65
66ENet 1.3.2 (May 31, 2011):
67
68* added support for unreliable packet fragmenting via the packet flag
69ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT
70* fixed regression in unreliable packet queuing
71* added check against received port to limit some forms of IP-spoofing
72
73ENet 1.3.1 (February 10, 2011):
74
75* fixed bug in tracking of reliable data in transit
76* reliable data window size now scales with the throttle
77* fixed bug in fragment length calculation when checksums are used
78
79ENet 1.3.0 (June 5, 2010):
80
81* enet_host_create() now requires the channel limit to be specified as
82a parameter
83* enet_host_connect() now accepts a data parameter which is supplied
84to the receiving receiving host in the event data field for a connect event
85* added an adaptive order-2 PPM range coder as a built-in compressor option
86which can be set with enet_host_compress_with_range_coder()
87* added support for packet compression configurable with a callback
88* improved session number handling to not rely on the packet checksum
89field, saving 4 bytes per packet unless the checksum option is used
90* removed the dependence on the rand callback for session number handling
91
92Caveats: This version is not protocol compatible with the 1.2 series or
93earlier. The enet_host_connect and enet_host_create API functions require
94supplying additional parameters.
95
96ENet 1.2.5 (June 28, 2011):
97
98* fixed bug with simultaneous disconnects not dispatching events
99
100ENet 1.2.4 (May 31, 2011):
101
102* fixed regression in unreliable packet queuing
103* added check against received port to limit some forms of IP-spoofing
104
105ENet 1.2.3 (February 10, 2011):
106
107* fixed bug in tracking reliable data in transit
108
109ENet 1.2.2 (June 5, 2010):
110
111* checksum functionality is now enabled by setting a checksum callback
112inside ENetHost instead of being a configure script option
113* added totalSentData, totalSentPackets, totalReceivedData, and
114totalReceivedPackets counters inside ENetHost for getting usage
115statistics
116* added enet_host_channel_limit() for limiting the maximum number of
117channels allowed by connected peers
118* now uses dispatch queues for event dispatch rather than potentially
119unscalable array walking
120* added no_memory callback that is called when a malloc attempt fails,
121such that if no_memory returns rather than aborts (the default behavior),
122then the error is propagated to the return value of the API calls
123* now uses packed attribute for protocol structures on platforms with
124strange alignment rules
125* improved autoconf build system contributed by Nathan Brink allowing
126for easier building as a shared library
127
128Caveats: If you were using the compile-time option that enabled checksums,
129make sure to set the checksum callback inside ENetHost to enet_crc32 to
130regain the old behavior. The ENetCallbacks structure has added new fields,
131so make sure to clear the structure to zero before use if
132using enet_initialize_with_callbacks().
133
134ENet 1.2.1 (November 12, 2009):
135
136* fixed bug that could cause disconnect events to be dropped
137* added thin wrapper around select() for portable usage
138* added ENET_SOCKOPT_REUSEADDR socket option
139* factored enet_socket_bind()/enet_socket_listen() out of enet_socket_create()
140* added contributed Code::Blocks build file
141
142ENet 1.2 (February 12, 2008):
143
144* fixed bug in VERIFY_CONNECT acknowledgement that could cause connect
145attempts to occasionally timeout
146* fixed acknowledgements to check both the outgoing and sent queues
147when removing acknowledged packets
148* fixed accidental bit rot in the MSVC project file
149* revised sequence number overflow handling to address some possible
150disconnect bugs
151* added enet_host_check_events() for getting only local queued events
152* factored out socket option setting into enet_socket_set_option() so
153that socket options are now set separately from enet_socket_create()
154
155Caveats: While this release is superficially protocol compatible with 1.1,
156differences in the sequence number overflow handling can potentially cause
157random disconnects.
158
159ENet 1.1 (June 6, 2007):
160
161* optional CRC32 just in case someone needs a stronger checksum than UDP
162provides (--enable-crc32 configure option)
163* the size of packet headers are half the size they used to be (so less
164overhead when sending small packets)
165* enet_peer_disconnect_later() that waits till all queued outgoing
166packets get sent before issuing an actual disconnect
167* freeCallback field in individual packets for notification of when a
168packet is about to be freed
169* ENET_PACKET_FLAG_NO_ALLOCATE for supplying pre-allocated data to a
170packet (can be used in concert with freeCallback to support some custom
171allocation schemes that the normal memory allocation callbacks would
172normally not allow)
173* enet_address_get_host_ip() for printing address numbers
174* promoted the enet_socket_*() functions to be part of the API now
175* a few stability/crash fixes
176
177
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/LICENSE b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/LICENSE
deleted file mode 100644
index 436053efda..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/LICENSE
+++ /dev/null
@@ -1,7 +0,0 @@
1Copyright (c) 2002-2015 Lee Salzman
2
3Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
5The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
7THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/README b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/README
deleted file mode 100644
index 54b2d21304..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/README
+++ /dev/null
@@ -1,15 +0,0 @@
1Please visit the ENet homepage at http://enet.bespin.org for installation
2and usage instructions.
3
4If you obtained this package from github, the quick description on how to build
5is:
6
7# Generate the build system.
8
9autoreconf -vfi
10
11# Compile and install the library.
12
13./configure && make && make install
14
15
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/callbacks.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/callbacks.h
deleted file mode 100644
index 340a4a9896..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/callbacks.h
+++ /dev/null
@@ -1,27 +0,0 @@
1/**
2 @file callbacks.h
3 @brief ENet callbacks
4*/
5#ifndef __ENET_CALLBACKS_H__
6#define __ENET_CALLBACKS_H__
7
8#include <stdlib.h>
9
10typedef struct _ENetCallbacks
11{
12 void * (ENET_CALLBACK * malloc) (size_t size);
13 void (ENET_CALLBACK * free) (void * memory);
14 void (ENET_CALLBACK * no_memory) (void);
15} ENetCallbacks;
16
17/** @defgroup callbacks ENet internal callbacks
18 @{
19 @ingroup private
20*/
21extern void * enet_malloc (size_t);
22extern void enet_free (void *);
23
24/** @} */
25
26#endif /* __ENET_CALLBACKS_H__ */
27
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/enet.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/enet.h
deleted file mode 100644
index ac1ca8636a..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/enet.h
+++ /dev/null
@@ -1,592 +0,0 @@
1/**
2 @file enet.h
3 @brief ENet public header file
4*/
5#ifndef __ENET_ENET_H__
6#define __ENET_ENET_H__
7
8#ifdef __cplusplus
9extern "C"
10{
11#endif
12
13#include <stdlib.h>
14
15#ifdef _WIN32
16#include "win32.h"
17#else
18#include "unix.h"
19#endif
20
21#include "types.h"
22#include "protocol.h"
23#include "list.h"
24#include "callbacks.h"
25
26#define ENET_VERSION_MAJOR 1
27#define ENET_VERSION_MINOR 3
28#define ENET_VERSION_PATCH 13
29#define ENET_VERSION_CREATE(major, minor, patch) (((major)<<16) | ((minor)<<8) | (patch))
30#define ENET_VERSION_GET_MAJOR(version) (((version)>>16)&0xFF)
31#define ENET_VERSION_GET_MINOR(version) (((version)>>8)&0xFF)
32#define ENET_VERSION_GET_PATCH(version) ((version)&0xFF)
33#define ENET_VERSION ENET_VERSION_CREATE(ENET_VERSION_MAJOR, ENET_VERSION_MINOR, ENET_VERSION_PATCH)
34
35typedef enet_uint32 ENetVersion;
36
37struct _ENetHost;
38struct _ENetEvent;
39struct _ENetPacket;
40
41typedef enum _ENetSocketType
42{
43 ENET_SOCKET_TYPE_STREAM = 1,
44 ENET_SOCKET_TYPE_DATAGRAM = 2
45} ENetSocketType;
46
47typedef enum _ENetSocketWait
48{
49 ENET_SOCKET_WAIT_NONE = 0,
50 ENET_SOCKET_WAIT_SEND = (1 << 0),
51 ENET_SOCKET_WAIT_RECEIVE = (1 << 1),
52 ENET_SOCKET_WAIT_INTERRUPT = (1 << 2)
53} ENetSocketWait;
54
55typedef enum _ENetSocketOption
56{
57 ENET_SOCKOPT_NONBLOCK = 1,
58 ENET_SOCKOPT_BROADCAST = 2,
59 ENET_SOCKOPT_RCVBUF = 3,
60 ENET_SOCKOPT_SNDBUF = 4,
61 ENET_SOCKOPT_REUSEADDR = 5,
62 ENET_SOCKOPT_RCVTIMEO = 6,
63 ENET_SOCKOPT_SNDTIMEO = 7,
64 ENET_SOCKOPT_ERROR = 8,
65 ENET_SOCKOPT_NODELAY = 9
66} ENetSocketOption;
67
68typedef enum _ENetSocketShutdown
69{
70 ENET_SOCKET_SHUTDOWN_READ = 0,
71 ENET_SOCKET_SHUTDOWN_WRITE = 1,
72 ENET_SOCKET_SHUTDOWN_READ_WRITE = 2
73} ENetSocketShutdown;
74
75#define ENET_HOST_ANY 0
76#define ENET_HOST_BROADCAST 0xFFFFFFFFU
77#define ENET_PORT_ANY 0
78
79/**
80 * Portable internet address structure.
81 *
82 * The host must be specified in network byte-order, and the port must be in host
83 * byte-order. The constant ENET_HOST_ANY may be used to specify the default
84 * server host. The constant ENET_HOST_BROADCAST may be used to specify the
85 * broadcast address (255.255.255.255). This makes sense for enet_host_connect,
86 * but not for enet_host_create. Once a server responds to a broadcast, the
87 * address is updated from ENET_HOST_BROADCAST to the server's actual IP address.
88 */
89typedef struct _ENetAddress
90{
91 enet_uint32 host;
92 enet_uint16 port;
93} ENetAddress;
94
95/**
96 * Packet flag bit constants.
97 *
98 * The host must be specified in network byte-order, and the port must be in
99 * host byte-order. The constant ENET_HOST_ANY may be used to specify the
100 * default server host.
101
102 @sa ENetPacket
103*/
104typedef enum _ENetPacketFlag
105{
106 /** packet must be received by the target peer and resend attempts should be
107 * made until the packet is delivered */
108 ENET_PACKET_FLAG_RELIABLE = (1 << 0),
109 /** packet will not be sequenced with other packets
110 * not supported for reliable packets
111 */
112 ENET_PACKET_FLAG_UNSEQUENCED = (1 << 1),
113 /** packet will not allocate data, and user must supply it instead */
114 ENET_PACKET_FLAG_NO_ALLOCATE = (1 << 2),
115 /** packet will be fragmented using unreliable (instead of reliable) sends
116 * if it exceeds the MTU */
117 ENET_PACKET_FLAG_UNRELIABLE_FRAGMENT = (1 << 3),
118
119 /** whether the packet has been sent from all queues it has been entered into */
120 ENET_PACKET_FLAG_SENT = (1<<8)
121} ENetPacketFlag;
122
123typedef void (ENET_CALLBACK * ENetPacketFreeCallback) (struct _ENetPacket *);
124
125/**
126 * ENet packet structure.
127 *
128 * An ENet data packet that may be sent to or received from a peer. The shown
129 * fields should only be read and never modified. The data field contains the
130 * allocated data for the packet. The dataLength fields specifies the length
131 * of the allocated data. The flags field is either 0 (specifying no flags),
132 * or a bitwise-or of any combination of the following flags:
133 *
134 * ENET_PACKET_FLAG_RELIABLE - packet must be received by the target peer
135 * and resend attempts should be made until the packet is delivered
136 *
137 * ENET_PACKET_FLAG_UNSEQUENCED - packet will not be sequenced with other packets
138 * (not supported for reliable packets)
139 *
140 * ENET_PACKET_FLAG_NO_ALLOCATE - packet will not allocate data, and user must supply it instead
141
142 @sa ENetPacketFlag
143 */
144typedef struct _ENetPacket
145{
146 size_t referenceCount; /**< internal use only */
147 enet_uint32 flags; /**< bitwise-or of ENetPacketFlag constants */
148 enet_uint8 * data; /**< allocated data for packet */
149 size_t dataLength; /**< length of data */
150 ENetPacketFreeCallback freeCallback; /**< function to be called when the packet is no longer in use */
151 void * userData; /**< application private data, may be freely modified */
152} ENetPacket;
153
154typedef struct _ENetAcknowledgement
155{
156 ENetListNode acknowledgementList;
157 enet_uint32 sentTime;
158 ENetProtocol command;
159} ENetAcknowledgement;
160
161typedef struct _ENetOutgoingCommand
162{
163 ENetListNode outgoingCommandList;
164 enet_uint16 reliableSequenceNumber;
165 enet_uint16 unreliableSequenceNumber;
166 enet_uint32 sentTime;
167 enet_uint32 roundTripTimeout;
168 enet_uint32 roundTripTimeoutLimit;
169 enet_uint32 fragmentOffset;
170 enet_uint16 fragmentLength;
171 enet_uint16 sendAttempts;
172 ENetProtocol command;
173 ENetPacket * packet;
174} ENetOutgoingCommand;
175
176typedef struct _ENetIncomingCommand
177{
178 ENetListNode incomingCommandList;
179 enet_uint16 reliableSequenceNumber;
180 enet_uint16 unreliableSequenceNumber;
181 ENetProtocol command;
182 enet_uint32 fragmentCount;
183 enet_uint32 fragmentsRemaining;
184 enet_uint32 * fragments;
185 ENetPacket * packet;
186} ENetIncomingCommand;
187
188typedef enum _ENetPeerState
189{
190 ENET_PEER_STATE_DISCONNECTED = 0,
191 ENET_PEER_STATE_CONNECTING = 1,
192 ENET_PEER_STATE_ACKNOWLEDGING_CONNECT = 2,
193 ENET_PEER_STATE_CONNECTION_PENDING = 3,
194 ENET_PEER_STATE_CONNECTION_SUCCEEDED = 4,
195 ENET_PEER_STATE_CONNECTED = 5,
196 ENET_PEER_STATE_DISCONNECT_LATER = 6,
197 ENET_PEER_STATE_DISCONNECTING = 7,
198 ENET_PEER_STATE_ACKNOWLEDGING_DISCONNECT = 8,
199 ENET_PEER_STATE_ZOMBIE = 9
200} ENetPeerState;
201
202#ifndef ENET_BUFFER_MAXIMUM
203#define ENET_BUFFER_MAXIMUM (1 + 2 * ENET_PROTOCOL_MAXIMUM_PACKET_COMMANDS)
204#endif
205
206enum
207{
208 ENET_HOST_RECEIVE_BUFFER_SIZE = 256 * 1024,
209 ENET_HOST_SEND_BUFFER_SIZE = 256 * 1024,
210 ENET_HOST_BANDWIDTH_THROTTLE_INTERVAL = 1000,
211 ENET_HOST_DEFAULT_MTU = 1400,
212 ENET_HOST_DEFAULT_MAXIMUM_PACKET_SIZE = 32 * 1024 * 1024,
213 ENET_HOST_DEFAULT_MAXIMUM_WAITING_DATA = 32 * 1024 * 1024,
214
215 ENET_PEER_DEFAULT_ROUND_TRIP_TIME = 500,
216 ENET_PEER_DEFAULT_PACKET_THROTTLE = 32,
217 ENET_PEER_PACKET_THROTTLE_SCALE = 32,
218 ENET_PEER_PACKET_THROTTLE_COUNTER = 7,
219 ENET_PEER_PACKET_THROTTLE_ACCELERATION = 2,
220 ENET_PEER_PACKET_THROTTLE_DECELERATION = 2,
221 ENET_PEER_PACKET_THROTTLE_INTERVAL = 5000,
222 ENET_PEER_PACKET_LOSS_SCALE = (1 << 16),
223 ENET_PEER_PACKET_LOSS_INTERVAL = 10000,
224 ENET_PEER_WINDOW_SIZE_SCALE = 64 * 1024,
225 ENET_PEER_TIMEOUT_LIMIT = 32,
226 ENET_PEER_TIMEOUT_MINIMUM = 5000,
227 ENET_PEER_TIMEOUT_MAXIMUM = 30000,
228 ENET_PEER_PING_INTERVAL = 500,
229 ENET_PEER_UNSEQUENCED_WINDOWS = 64,
230 ENET_PEER_UNSEQUENCED_WINDOW_SIZE = 1024,
231 ENET_PEER_FREE_UNSEQUENCED_WINDOWS = 32,
232 ENET_PEER_RELIABLE_WINDOWS = 16,
233 ENET_PEER_RELIABLE_WINDOW_SIZE = 0x1000,
234 ENET_PEER_FREE_RELIABLE_WINDOWS = 8
235};
236
237typedef struct _ENetChannel
238{
239 enet_uint16 outgoingReliableSequenceNumber;
240 enet_uint16 outgoingUnreliableSequenceNumber;
241 enet_uint16 usedReliableWindows;
242 enet_uint16 reliableWindows [ENET_PEER_RELIABLE_WINDOWS];
243 enet_uint16 incomingReliableSequenceNumber;
244 enet_uint16 incomingUnreliableSequenceNumber;
245 ENetList incomingReliableCommands;
246 ENetList incomingUnreliableCommands;
247} ENetChannel;
248
249/**
250 * An ENet peer which data packets may be sent or received from.
251 *
252 * No fields should be modified unless otherwise specified.
253 */
254typedef struct _ENetPeer
255{
256 ENetListNode dispatchList;
257 struct _ENetHost * host;
258 enet_uint16 outgoingPeerID;
259 enet_uint16 incomingPeerID;
260 enet_uint32 connectID;
261 enet_uint8 outgoingSessionID;
262 enet_uint8 incomingSessionID;
263 ENetAddress address; /**< Internet address of the peer */
264 void * data; /**< Application private data, may be freely modified */
265 ENetPeerState state;
266 ENetChannel * channels;
267 size_t channelCount; /**< Number of channels allocated for communication with peer */
268 enet_uint32 incomingBandwidth; /**< Downstream bandwidth of the client in bytes/second */
269 enet_uint32 outgoingBandwidth; /**< Upstream bandwidth of the client in bytes/second */
270 enet_uint32 incomingBandwidthThrottleEpoch;
271 enet_uint32 outgoingBandwidthThrottleEpoch;
272 enet_uint32 incomingDataTotal;
273 enet_uint32 outgoingDataTotal;
274 enet_uint32 lastSendTime;
275 enet_uint32 lastReceiveTime;
276 enet_uint32 nextTimeout;
277 enet_uint32 earliestTimeout;
278 enet_uint32 packetLossEpoch;
279 enet_uint32 packetsSent;
280 enet_uint32 packetsLost;
281 enet_uint32 packetLoss; /**< mean packet loss of reliable packets as a ratio with respect to the constant ENET_PEER_PACKET_LOSS_SCALE */
282 enet_uint32 packetLossVariance;
283 enet_uint32 packetThrottle;
284 enet_uint32 packetThrottleLimit;
285 enet_uint32 packetThrottleCounter;
286 enet_uint32 packetThrottleEpoch;
287 enet_uint32 packetThrottleAcceleration;
288 enet_uint32 packetThrottleDeceleration;
289 enet_uint32 packetThrottleInterval;
290 enet_uint32 pingInterval;
291 enet_uint32 timeoutLimit;
292 enet_uint32 timeoutMinimum;
293 enet_uint32 timeoutMaximum;
294 enet_uint32 lastRoundTripTime;
295 enet_uint32 lowestRoundTripTime;
296 enet_uint32 lastRoundTripTimeVariance;
297 enet_uint32 highestRoundTripTimeVariance;
298 enet_uint32 roundTripTime; /**< mean round trip time (RTT), in milliseconds, between sending a reliable packet and receiving its acknowledgement */
299 enet_uint32 roundTripTimeVariance;
300 enet_uint32 mtu;
301 enet_uint32 windowSize;
302 enet_uint32 reliableDataInTransit;
303 enet_uint16 outgoingReliableSequenceNumber;
304 ENetList acknowledgements;
305 ENetList sentReliableCommands;
306 ENetList sentUnreliableCommands;
307 ENetList outgoingReliableCommands;
308 ENetList outgoingUnreliableCommands;
309 ENetList dispatchedCommands;
310 int needsDispatch;
311 enet_uint16 incomingUnsequencedGroup;
312 enet_uint16 outgoingUnsequencedGroup;
313 enet_uint32 unsequencedWindow [ENET_PEER_UNSEQUENCED_WINDOW_SIZE / 32];
314 enet_uint32 eventData;
315 size_t totalWaitingData;
316} ENetPeer;
317
318/** An ENet packet compressor for compressing UDP packets before socket sends or receives.
319 */
320typedef struct _ENetCompressor
321{
322 /** Context data for the compressor. Must be non-NULL. */
323 void * context;
324 /** Compresses from inBuffers[0:inBufferCount-1], containing inLimit bytes, to outData, outputting at most outLimit bytes. Should return 0 on failure. */
325 size_t (ENET_CALLBACK * compress) (void * context, const ENetBuffer * inBuffers, size_t inBufferCount, size_t inLimit, enet_uint8 * outData, size_t outLimit);
326 /** Decompresses from inData, containing inLimit bytes, to outData, outputting at most outLimit bytes. Should return 0 on failure. */
327 size_t (ENET_CALLBACK * decompress) (void * context, const enet_uint8 * inData, size_t inLimit, enet_uint8 * outData, size_t outLimit);
328 /** Destroys the context when compression is disabled or the host is destroyed. May be NULL. */
329 void (ENET_CALLBACK * destroy) (void * context);
330} ENetCompressor;
331
332/** Callback that computes the checksum of the data held in buffers[0:bufferCount-1] */
333typedef enet_uint32 (ENET_CALLBACK * ENetChecksumCallback) (const ENetBuffer * buffers, size_t bufferCount);
334
335/** Callback for intercepting received raw UDP packets. Should return 1 to intercept, 0 to ignore, or -1 to propagate an error. */
336typedef int (ENET_CALLBACK * ENetInterceptCallback) (struct _ENetHost * host, struct _ENetEvent * event);
337
338/** An ENet host for communicating with peers.
339 *
340 * No fields should be modified unless otherwise stated.
341
342 @sa enet_host_create()
343 @sa enet_host_destroy()
344 @sa enet_host_connect()
345 @sa enet_host_service()
346 @sa enet_host_flush()
347 @sa enet_host_broadcast()
348 @sa enet_host_compress()
349 @sa enet_host_compress_with_range_coder()
350 @sa enet_host_channel_limit()
351 @sa enet_host_bandwidth_limit()
352 @sa enet_host_bandwidth_throttle()
353 */
354typedef struct _ENetHost
355{
356 ENetSocket socket;
357 ENetAddress address; /**< Internet address of the host */
358 enet_uint32 incomingBandwidth; /**< downstream bandwidth of the host */
359 enet_uint32 outgoingBandwidth; /**< upstream bandwidth of the host */
360 enet_uint32 bandwidthThrottleEpoch;
361 enet_uint32 mtu;
362 enet_uint32 randomSeed;
363 int recalculateBandwidthLimits;
364 ENetPeer * peers; /**< array of peers allocated for this host */
365 size_t peerCount; /**< number of peers allocated for this host */
366 size_t channelLimit; /**< maximum number of channels allowed for connected peers */
367 enet_uint32 serviceTime;
368 ENetList dispatchQueue;
369 int continueSending;
370 size_t packetSize;
371 enet_uint16 headerFlags;
372 ENetProtocol commands [ENET_PROTOCOL_MAXIMUM_PACKET_COMMANDS];
373 size_t commandCount;
374 ENetBuffer buffers [ENET_BUFFER_MAXIMUM];
375 size_t bufferCount;
376 ENetChecksumCallback checksum; /**< callback the user can set to enable packet checksums for this host */
377 ENetCompressor compressor;
378 enet_uint8 packetData [2][ENET_PROTOCOL_MAXIMUM_MTU];
379 ENetAddress receivedAddress;
380 enet_uint8 * receivedData;
381 size_t receivedDataLength;
382 enet_uint32 totalSentData; /**< total data sent, user should reset to 0 as needed to prevent overflow */
383 enet_uint32 totalSentPackets; /**< total UDP packets sent, user should reset to 0 as needed to prevent overflow */
384 enet_uint32 totalReceivedData; /**< total data received, user should reset to 0 as needed to prevent overflow */
385 enet_uint32 totalReceivedPackets; /**< total UDP packets received, user should reset to 0 as needed to prevent overflow */
386 ENetInterceptCallback intercept; /**< callback the user can set to intercept received raw UDP packets */
387 size_t connectedPeers;
388 size_t bandwidthLimitedPeers;
389 size_t duplicatePeers; /**< optional number of allowed peers from duplicate IPs, defaults to ENET_PROTOCOL_MAXIMUM_PEER_ID */
390 size_t maximumPacketSize; /**< the maximum allowable packet size that may be sent or received on a peer */
391 size_t maximumWaitingData; /**< the maximum aggregate amount of buffer space a peer may use waiting for packets to be delivered */
392} ENetHost;
393
394/**
395 * An ENet event type, as specified in @ref ENetEvent.
396 */
397typedef enum _ENetEventType
398{
399 /** no event occurred within the specified time limit */
400 ENET_EVENT_TYPE_NONE = 0,
401
402 /** a connection request initiated by enet_host_connect has completed.
403 * The peer field contains the peer which successfully connected.
404 */
405 ENET_EVENT_TYPE_CONNECT = 1,
406
407 /** a peer has disconnected. This event is generated on a successful
408 * completion of a disconnect initiated by enet_pper_disconnect, if
409 * a peer has timed out, or if a connection request intialized by
410 * enet_host_connect has timed out. The peer field contains the peer
411 * which disconnected. The data field contains user supplied data
412 * describing the disconnection, or 0, if none is available.
413 */
414 ENET_EVENT_TYPE_DISCONNECT = 2,
415
416 /** a packet has been received from a peer. The peer field specifies the
417 * peer which sent the packet. The channelID field specifies the channel
418 * number upon which the packet was received. The packet field contains
419 * the packet that was received; this packet must be destroyed with
420 * enet_packet_destroy after use.
421 */
422 ENET_EVENT_TYPE_RECEIVE = 3
423} ENetEventType;
424
425/**
426 * An ENet event as returned by enet_host_service().
427
428 @sa enet_host_service
429 */
430typedef struct _ENetEvent
431{
432 ENetEventType type; /**< type of the event */
433 ENetPeer * peer; /**< peer that generated a connect, disconnect or receive event */
434 enet_uint8 channelID; /**< channel on the peer that generated the event, if appropriate */
435 enet_uint32 data; /**< data associated with the event, if appropriate */
436 ENetPacket * packet; /**< packet associated with the event, if appropriate */
437} ENetEvent;
438
439/** @defgroup global ENet global functions
440 @{
441*/
442
443/**
444 Initializes ENet globally. Must be called prior to using any functions in
445 ENet.
446 @returns 0 on success, < 0 on failure
447*/
448ENET_API int enet_initialize (void);
449
450/**
451 Initializes ENet globally and supplies user-overridden callbacks. Must be called prior to using any functions in ENet. Do not use enet_initialize() if you use this variant. Make sure the ENetCallbacks structure is zeroed out so that any additional callbacks added in future versions will be properly ignored.
452
453 @param version the constant ENET_VERSION should be supplied so ENet knows which version of ENetCallbacks struct to use
454 @param inits user-overridden callbacks where any NULL callbacks will use ENet's defaults
455 @returns 0 on success, < 0 on failure
456*/
457ENET_API int enet_initialize_with_callbacks (ENetVersion version, const ENetCallbacks * inits);
458
459/**
460 Shuts down ENet globally. Should be called when a program that has
461 initialized ENet exits.
462*/
463ENET_API void enet_deinitialize (void);
464
465/**
466 Gives the linked version of the ENet library.
467 @returns the version number
468*/
469ENET_API ENetVersion enet_linked_version (void);
470
471/** @} */
472
473/** @defgroup private ENet private implementation functions */
474
475/**
476 Returns the wall-time in milliseconds. Its initial value is unspecified
477 unless otherwise set.
478 */
479ENET_API enet_uint32 enet_time_get (void);
480/**
481 Sets the current wall-time in milliseconds.
482 */
483ENET_API void enet_time_set (enet_uint32);
484
485/** @defgroup socket ENet socket functions
486 @{
487*/
488ENET_API ENetSocket enet_socket_create (ENetSocketType);
489ENET_API int enet_socket_bind (ENetSocket, const ENetAddress *);
490ENET_API int enet_socket_get_address (ENetSocket, ENetAddress *);
491ENET_API int enet_socket_listen (ENetSocket, int);
492ENET_API ENetSocket enet_socket_accept (ENetSocket, ENetAddress *);
493ENET_API int enet_socket_connect (ENetSocket, const ENetAddress *);
494ENET_API int enet_socket_send (ENetSocket, const ENetAddress *, const ENetBuffer *, size_t);
495ENET_API int enet_socket_receive (ENetSocket, ENetAddress *, ENetBuffer *, size_t);
496ENET_API int enet_socket_wait (ENetSocket, enet_uint32 *, enet_uint32);
497ENET_API int enet_socket_set_option (ENetSocket, ENetSocketOption, int);
498ENET_API int enet_socket_get_option (ENetSocket, ENetSocketOption, int *);
499ENET_API int enet_socket_shutdown (ENetSocket, ENetSocketShutdown);
500ENET_API void enet_socket_destroy (ENetSocket);
501ENET_API int enet_socketset_select (ENetSocket, ENetSocketSet *, ENetSocketSet *, enet_uint32);
502
503/** @} */
504
505/** @defgroup Address ENet address functions
506 @{
507*/
508/** Attempts to resolve the host named by the parameter hostName and sets
509 the host field in the address parameter if successful.
510 @param address destination to store resolved address
511 @param hostName host name to lookup
512 @retval 0 on success
513 @retval < 0 on failure
514 @returns the address of the given hostName in address on success
515*/
516ENET_API int enet_address_set_host (ENetAddress * address, const char * hostName);
517
518/** Gives the printable form of the IP address specified in the address parameter.
519 @param address address printed
520 @param hostName destination for name, must not be NULL
521 @param nameLength maximum length of hostName.
522 @returns the null-terminated name of the host in hostName on success
523 @retval 0 on success
524 @retval < 0 on failure
525*/
526ENET_API int enet_address_get_host_ip (const ENetAddress * address, char * hostName, size_t nameLength);
527
528/** Attempts to do a reverse lookup of the host field in the address parameter.
529 @param address address used for reverse lookup
530 @param hostName destination for name, must not be NULL
531 @param nameLength maximum length of hostName.
532 @returns the null-terminated name of the host in hostName on success
533 @retval 0 on success
534 @retval < 0 on failure
535*/
536ENET_API int enet_address_get_host (const ENetAddress * address, char * hostName, size_t nameLength);
537
538/** @} */
539
540ENET_API ENetPacket * enet_packet_create (const void *, size_t, enet_uint32);
541ENET_API void enet_packet_destroy (ENetPacket *);
542ENET_API int enet_packet_resize (ENetPacket *, size_t);
543ENET_API enet_uint32 enet_crc32 (const ENetBuffer *, size_t);
544
545ENET_API ENetHost * enet_host_create (const ENetAddress *, size_t, size_t, enet_uint32, enet_uint32);
546ENET_API void enet_host_destroy (ENetHost *);
547ENET_API ENetPeer * enet_host_connect (ENetHost *, const ENetAddress *, size_t, enet_uint32);
548ENET_API int enet_host_check_events (ENetHost *, ENetEvent *);
549ENET_API int enet_host_service (ENetHost *, ENetEvent *, enet_uint32);
550ENET_API void enet_host_flush (ENetHost *);
551ENET_API void enet_host_broadcast (ENetHost *, enet_uint8, ENetPacket *);
552ENET_API void enet_host_compress (ENetHost *, const ENetCompressor *);
553ENET_API int enet_host_compress_with_range_coder (ENetHost * host);
554ENET_API void enet_host_channel_limit (ENetHost *, size_t);
555ENET_API void enet_host_bandwidth_limit (ENetHost *, enet_uint32, enet_uint32);
556extern void enet_host_bandwidth_throttle (ENetHost *);
557extern enet_uint32 enet_host_random_seed (void);
558
559ENET_API int enet_peer_send (ENetPeer *, enet_uint8, ENetPacket *);
560ENET_API ENetPacket * enet_peer_receive (ENetPeer *, enet_uint8 * channelID);
561ENET_API void enet_peer_ping (ENetPeer *);
562ENET_API void enet_peer_ping_interval (ENetPeer *, enet_uint32);
563ENET_API void enet_peer_timeout (ENetPeer *, enet_uint32, enet_uint32, enet_uint32);
564ENET_API void enet_peer_reset (ENetPeer *);
565ENET_API void enet_peer_disconnect (ENetPeer *, enet_uint32);
566ENET_API void enet_peer_disconnect_now (ENetPeer *, enet_uint32);
567ENET_API void enet_peer_disconnect_later (ENetPeer *, enet_uint32);
568ENET_API void enet_peer_throttle_configure (ENetPeer *, enet_uint32, enet_uint32, enet_uint32);
569extern int enet_peer_throttle (ENetPeer *, enet_uint32);
570extern void enet_peer_reset_queues (ENetPeer *);
571extern void enet_peer_setup_outgoing_command (ENetPeer *, ENetOutgoingCommand *);
572extern ENetOutgoingCommand * enet_peer_queue_outgoing_command (ENetPeer *, const ENetProtocol *, ENetPacket *, enet_uint32, enet_uint16);
573extern ENetIncomingCommand * enet_peer_queue_incoming_command (ENetPeer *, const ENetProtocol *, const void *, size_t, enet_uint32, enet_uint32);
574extern ENetAcknowledgement * enet_peer_queue_acknowledgement (ENetPeer *, const ENetProtocol *, enet_uint16);
575extern void enet_peer_dispatch_incoming_unreliable_commands (ENetPeer *, ENetChannel *);
576extern void enet_peer_dispatch_incoming_reliable_commands (ENetPeer *, ENetChannel *);
577extern void enet_peer_on_connect (ENetPeer *);
578extern void enet_peer_on_disconnect (ENetPeer *);
579
580ENET_API void * enet_range_coder_create (void);
581ENET_API void enet_range_coder_destroy (void *);
582ENET_API size_t enet_range_coder_compress (void *, const ENetBuffer *, size_t, size_t, enet_uint8 *, size_t);
583ENET_API size_t enet_range_coder_decompress (void *, const enet_uint8 *, size_t, enet_uint8 *, size_t);
584
585extern size_t enet_protocol_command_size (enet_uint8);
586
587#ifdef __cplusplus
588}
589#endif
590
591#endif /* __ENET_ENET_H__ */
592
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/list.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/list.h
deleted file mode 100644
index d7b2600848..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/list.h
+++ /dev/null
@@ -1,43 +0,0 @@
1/**
2 @file list.h
3 @brief ENet list management
4*/
5#ifndef __ENET_LIST_H__
6#define __ENET_LIST_H__
7
8#include <stdlib.h>
9
10typedef struct _ENetListNode
11{
12 struct _ENetListNode * next;
13 struct _ENetListNode * previous;
14} ENetListNode;
15
16typedef ENetListNode * ENetListIterator;
17
18typedef struct _ENetList
19{
20 ENetListNode sentinel;
21} ENetList;
22
23extern void enet_list_clear (ENetList *);
24
25extern ENetListIterator enet_list_insert (ENetListIterator, void *);
26extern void * enet_list_remove (ENetListIterator);
27extern ENetListIterator enet_list_move (ENetListIterator, void *, void *);
28
29extern size_t enet_list_size (ENetList *);
30
31#define enet_list_begin(list) ((list) -> sentinel.next)
32#define enet_list_end(list) (& (list) -> sentinel)
33
34#define enet_list_empty(list) (enet_list_begin (list) == enet_list_end (list))
35
36#define enet_list_next(iterator) ((iterator) -> next)
37#define enet_list_previous(iterator) ((iterator) -> previous)
38
39#define enet_list_front(list) ((void *) (list) -> sentinel.next)
40#define enet_list_back(list) ((void *) (list) -> sentinel.previous)
41
42#endif /* __ENET_LIST_H__ */
43
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/protocol.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/protocol.h
deleted file mode 100644
index 5a2970e188..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/protocol.h
+++ /dev/null
@@ -1,198 +0,0 @@
1/**
2 @file protocol.h
3 @brief ENet protocol
4*/
5#ifndef __ENET_PROTOCOL_H__
6#define __ENET_PROTOCOL_H__
7
8#include "types.h"
9
10enum
11{
12 ENET_PROTOCOL_MINIMUM_MTU = 576,
13 ENET_PROTOCOL_MAXIMUM_MTU = 4096,
14 ENET_PROTOCOL_MAXIMUM_PACKET_COMMANDS = 32,
15 ENET_PROTOCOL_MINIMUM_WINDOW_SIZE = 4096,
16 ENET_PROTOCOL_MAXIMUM_WINDOW_SIZE = 65536,
17 ENET_PROTOCOL_MINIMUM_CHANNEL_COUNT = 1,
18 ENET_PROTOCOL_MAXIMUM_CHANNEL_COUNT = 255,
19 ENET_PROTOCOL_MAXIMUM_PEER_ID = 0xFFF,
20 ENET_PROTOCOL_MAXIMUM_FRAGMENT_COUNT = 1024 * 1024
21};
22
23typedef enum _ENetProtocolCommand
24{
25 ENET_PROTOCOL_COMMAND_NONE = 0,
26 ENET_PROTOCOL_COMMAND_ACKNOWLEDGE = 1,
27 ENET_PROTOCOL_COMMAND_CONNECT = 2,
28 ENET_PROTOCOL_COMMAND_VERIFY_CONNECT = 3,
29 ENET_PROTOCOL_COMMAND_DISCONNECT = 4,
30 ENET_PROTOCOL_COMMAND_PING = 5,
31 ENET_PROTOCOL_COMMAND_SEND_RELIABLE = 6,
32 ENET_PROTOCOL_COMMAND_SEND_UNRELIABLE = 7,
33 ENET_PROTOCOL_COMMAND_SEND_FRAGMENT = 8,
34 ENET_PROTOCOL_COMMAND_SEND_UNSEQUENCED = 9,
35 ENET_PROTOCOL_COMMAND_BANDWIDTH_LIMIT = 10,
36 ENET_PROTOCOL_COMMAND_THROTTLE_CONFIGURE = 11,
37 ENET_PROTOCOL_COMMAND_SEND_UNRELIABLE_FRAGMENT = 12,
38 ENET_PROTOCOL_COMMAND_COUNT = 13,
39
40 ENET_PROTOCOL_COMMAND_MASK = 0x0F
41} ENetProtocolCommand;
42
43typedef enum _ENetProtocolFlag
44{
45 ENET_PROTOCOL_COMMAND_FLAG_ACKNOWLEDGE = (1 << 7),
46 ENET_PROTOCOL_COMMAND_FLAG_UNSEQUENCED = (1 << 6),
47
48 ENET_PROTOCOL_HEADER_FLAG_COMPRESSED = (1 << 14),
49 ENET_PROTOCOL_HEADER_FLAG_SENT_TIME = (1 << 15),
50 ENET_PROTOCOL_HEADER_FLAG_MASK = ENET_PROTOCOL_HEADER_FLAG_COMPRESSED | ENET_PROTOCOL_HEADER_FLAG_SENT_TIME,
51
52 ENET_PROTOCOL_HEADER_SESSION_MASK = (3 << 12),
53 ENET_PROTOCOL_HEADER_SESSION_SHIFT = 12
54} ENetProtocolFlag;
55
56#ifdef _MSC_VER
57#pragma pack(push, 1)
58#define ENET_PACKED
59#elif defined(__GNUC__) || defined(__clang__)
60#define ENET_PACKED __attribute__ ((packed))
61#else
62#define ENET_PACKED
63#endif
64
65typedef struct _ENetProtocolHeader
66{
67 enet_uint16 peerID;
68 enet_uint16 sentTime;
69} ENET_PACKED ENetProtocolHeader;
70
71typedef struct _ENetProtocolCommandHeader
72{
73 enet_uint8 command;
74 enet_uint8 channelID;
75 enet_uint16 reliableSequenceNumber;
76} ENET_PACKED ENetProtocolCommandHeader;
77
78typedef struct _ENetProtocolAcknowledge
79{
80 ENetProtocolCommandHeader header;
81 enet_uint16 receivedReliableSequenceNumber;
82 enet_uint16 receivedSentTime;
83} ENET_PACKED ENetProtocolAcknowledge;
84
85typedef struct _ENetProtocolConnect
86{
87 ENetProtocolCommandHeader header;
88 enet_uint16 outgoingPeerID;
89 enet_uint8 incomingSessionID;
90 enet_uint8 outgoingSessionID;
91 enet_uint32 mtu;
92 enet_uint32 windowSize;
93 enet_uint32 channelCount;
94 enet_uint32 incomingBandwidth;
95 enet_uint32 outgoingBandwidth;
96 enet_uint32 packetThrottleInterval;
97 enet_uint32 packetThrottleAcceleration;
98 enet_uint32 packetThrottleDeceleration;
99 enet_uint32 connectID;
100 enet_uint32 data;
101} ENET_PACKED ENetProtocolConnect;
102
103typedef struct _ENetProtocolVerifyConnect
104{
105 ENetProtocolCommandHeader header;
106 enet_uint16 outgoingPeerID;
107 enet_uint8 incomingSessionID;
108 enet_uint8 outgoingSessionID;
109 enet_uint32 mtu;
110 enet_uint32 windowSize;
111 enet_uint32 channelCount;
112 enet_uint32 incomingBandwidth;
113 enet_uint32 outgoingBandwidth;
114 enet_uint32 packetThrottleInterval;
115 enet_uint32 packetThrottleAcceleration;
116 enet_uint32 packetThrottleDeceleration;
117 enet_uint32 connectID;
118} ENET_PACKED ENetProtocolVerifyConnect;
119
120typedef struct _ENetProtocolBandwidthLimit
121{
122 ENetProtocolCommandHeader header;
123 enet_uint32 incomingBandwidth;
124 enet_uint32 outgoingBandwidth;
125} ENET_PACKED ENetProtocolBandwidthLimit;
126
127typedef struct _ENetProtocolThrottleConfigure
128{
129 ENetProtocolCommandHeader header;
130 enet_uint32 packetThrottleInterval;
131 enet_uint32 packetThrottleAcceleration;
132 enet_uint32 packetThrottleDeceleration;
133} ENET_PACKED ENetProtocolThrottleConfigure;
134
135typedef struct _ENetProtocolDisconnect
136{
137 ENetProtocolCommandHeader header;
138 enet_uint32 data;
139} ENET_PACKED ENetProtocolDisconnect;
140
141typedef struct _ENetProtocolPing
142{
143 ENetProtocolCommandHeader header;
144} ENET_PACKED ENetProtocolPing;
145
146typedef struct _ENetProtocolSendReliable
147{
148 ENetProtocolCommandHeader header;
149 enet_uint16 dataLength;
150} ENET_PACKED ENetProtocolSendReliable;
151
152typedef struct _ENetProtocolSendUnreliable
153{
154 ENetProtocolCommandHeader header;
155 enet_uint16 unreliableSequenceNumber;
156 enet_uint16 dataLength;
157} ENET_PACKED ENetProtocolSendUnreliable;
158
159typedef struct _ENetProtocolSendUnsequenced
160{
161 ENetProtocolCommandHeader header;
162 enet_uint16 unsequencedGroup;
163 enet_uint16 dataLength;
164} ENET_PACKED ENetProtocolSendUnsequenced;
165
166typedef struct _ENetProtocolSendFragment
167{
168 ENetProtocolCommandHeader header;
169 enet_uint16 startSequenceNumber;
170 enet_uint16 dataLength;
171 enet_uint32 fragmentCount;
172 enet_uint32 fragmentNumber;
173 enet_uint32 totalLength;
174 enet_uint32 fragmentOffset;
175} ENET_PACKED ENetProtocolSendFragment;
176
177typedef union _ENetProtocol
178{
179 ENetProtocolCommandHeader header;
180 ENetProtocolAcknowledge acknowledge;
181 ENetProtocolConnect connect;
182 ENetProtocolVerifyConnect verifyConnect;
183 ENetProtocolDisconnect disconnect;
184 ENetProtocolPing ping;
185 ENetProtocolSendReliable sendReliable;
186 ENetProtocolSendUnreliable sendUnreliable;
187 ENetProtocolSendUnsequenced sendUnsequenced;
188 ENetProtocolSendFragment sendFragment;
189 ENetProtocolBandwidthLimit bandwidthLimit;
190 ENetProtocolThrottleConfigure throttleConfigure;
191} ENET_PACKED ENetProtocol;
192
193#ifdef _MSC_VER
194#pragma pack(pop)
195#endif
196
197#endif /* __ENET_PROTOCOL_H__ */
198
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/time.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/time.h
deleted file mode 100644
index c82a546035..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/time.h
+++ /dev/null
@@ -1,18 +0,0 @@
1/**
2 @file time.h
3 @brief ENet time constants and macros
4*/
5#ifndef __ENET_TIME_H__
6#define __ENET_TIME_H__
7
8#define ENET_TIME_OVERFLOW 86400000
9
10#define ENET_TIME_LESS(a, b) ((a) - (b) >= ENET_TIME_OVERFLOW)
11#define ENET_TIME_GREATER(a, b) ((b) - (a) >= ENET_TIME_OVERFLOW)
12#define ENET_TIME_LESS_EQUAL(a, b) (! ENET_TIME_GREATER (a, b))
13#define ENET_TIME_GREATER_EQUAL(a, b) (! ENET_TIME_LESS (a, b))
14
15#define ENET_TIME_DIFFERENCE(a, b) ((a) - (b) >= ENET_TIME_OVERFLOW ? (b) - (a) : (a) - (b))
16
17#endif /* __ENET_TIME_H__ */
18
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/types.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/types.h
deleted file mode 100644
index ab010a4b13..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/types.h
+++ /dev/null
@@ -1,13 +0,0 @@
1/**
2 @file types.h
3 @brief type definitions for ENet
4*/
5#ifndef __ENET_TYPES_H__
6#define __ENET_TYPES_H__
7
8typedef unsigned char enet_uint8; /**< unsigned 8-bit type */
9typedef unsigned short enet_uint16; /**< unsigned 16-bit type */
10typedef unsigned int enet_uint32; /**< unsigned 32-bit type */
11
12#endif /* __ENET_TYPES_H__ */
13
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/unix.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/unix.h
deleted file mode 100644
index f4d1f8776c..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/unix.h
+++ /dev/null
@@ -1,40 +0,0 @@
1/**
2 @file unix.h
3 @brief ENet Unix header
4*/
5#ifndef __ENET_UNIX_H__
6#define __ENET_UNIX_H__
7
8#ifdef MSG_MAXIOVLEN
9#define ENET_BUFFER_MAXIMUM MSG_MAXIOVLEN
10#endif
11
12typedef int ENetSocket;
13
14#define ENET_SOCKET_NULL -1
15
16#define ENET_HOST_TO_NET_16(value) (htons (value)) /**< macro that converts host to net byte-order of a 16-bit value */
17#define ENET_HOST_TO_NET_32(value) (htonl (value)) /**< macro that converts host to net byte-order of a 32-bit value */
18
19#define ENET_NET_TO_HOST_16(value) (ntohs (value)) /**< macro that converts net to host byte-order of a 16-bit value */
20#define ENET_NET_TO_HOST_32(value) (ntohl (value)) /**< macro that converts net to host byte-order of a 32-bit value */
21
22typedef struct
23{
24 void * data;
25 size_t dataLength;
26} ENetBuffer;
27
28#define ENET_CALLBACK
29
30#define ENET_API extern
31
32typedef int ENetSocketSet;
33
34#define ENET_SOCKETSET_EMPTY(sockset) FD_ZERO (& (sockset))
35#define ENET_SOCKETSET_ADD(sockset, socket) FD_SET (socket, & (sockset))
36#define ENET_SOCKETSET_REMOVE(sockset, socket) FD_CLR (socket, & (sockset))
37#define ENET_SOCKETSET_CHECK(sockset, socket) FD_ISSET (socket, & (sockset))
38
39#endif /* __ENET_UNIX_H__ */
40
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/utility.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/utility.h
deleted file mode 100644
index e48a476be3..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/utility.h
+++ /dev/null
@@ -1,12 +0,0 @@
1/**
2 @file utility.h
3 @brief ENet utility header
4*/
5#ifndef __ENET_UTILITY_H__
6#define __ENET_UTILITY_H__
7
8#define ENET_MAX(x, y) ((x) > (y) ? (x) : (y))
9#define ENET_MIN(x, y) ((x) < (y) ? (x) : (y))
10
11#endif /* __ENET_UTILITY_H__ */
12
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/win32.h b/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/win32.h
deleted file mode 100644
index e73ca9d052..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/enet/include/win32.h
+++ /dev/null
@@ -1,57 +0,0 @@
1/**
2 @file win32.h
3 @brief ENet Win32 header
4*/
5#ifndef __ENET_WIN32_H__
6#define __ENET_WIN32_H__
7
8#ifdef _MSC_VER
9#ifdef ENET_BUILDING_LIB
10#pragma warning (disable: 4267) // size_t to int conversion
11#pragma warning (disable: 4244) // 64bit to 32bit int
12#pragma warning (disable: 4018) // signed/unsigned mismatch
13#pragma warning (disable: 4146) // unary minus operator applied to unsigned type
14#endif
15#endif
16
17#include <stdlib.h>
18#include <winsock2.h>
19
20typedef SOCKET ENetSocket;
21
22#define ENET_SOCKET_NULL INVALID_SOCKET
23
24#define ENET_HOST_TO_NET_16(value) (htons (value))
25#define ENET_HOST_TO_NET_32(value) (htonl (value))
26
27#define ENET_NET_TO_HOST_16(value) (ntohs (value))
28#define ENET_NET_TO_HOST_32(value) (ntohl (value))
29
30typedef struct
31{
32 size_t dataLength;
33 void * data;
34} ENetBuffer;
35
36#define ENET_CALLBACK __cdecl
37
38#ifdef ENET_DLL
39#ifdef ENET_BUILDING_LIB
40#define ENET_API __declspec( dllexport )
41#else
42#define ENET_API __declspec( dllimport )
43#endif /* ENET_BUILDING_LIB */
44#else /* !ENET_DLL */
45#define ENET_API extern
46#endif /* ENET_DLL */
47
48typedef fd_set ENetSocketSet;
49
50#define ENET_SOCKETSET_EMPTY(sockset) FD_ZERO (& (sockset))
51#define ENET_SOCKETSET_ADD(sockset, socket) FD_SET (socket, & (sockset))
52#define ENET_SOCKETSET_REMOVE(sockset, socket) FD_CLR (socket, & (sockset))
53#define ENET_SOCKETSET_CHECK(sockset, socket) FD_ISSET (socket, & (sockset))
54
55#endif /* __ENET_WIN32_H__ */
56
57
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.c b/apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.c
index 03c4e1af23..dea2b7d35c 100644
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.c
+++ b/apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.c
@@ -7,12 +7,6 @@
7 7
8#include "mmulti_unstable.h" 8#include "mmulti_unstable.h"
9 9
10#if (HAVE_ENET_ENET_H == 1)
11 #include <enet/enet.h>
12#else
13 #include "enet/include/enet.h"
14#endif
15
16//STL 10//STL
17//#include <vector> 11//#include <vector>
18//#include "buildqueue.h" 12//#include "buildqueue.h"
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.cpp b/apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.cpp
deleted file mode 100644
index 898751c6f2..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/mmulti.cpp
+++ /dev/null
@@ -1,1213 +0,0 @@
1
2#include <stdio.h>
3#include <stdlib.h>
4#include <string.h>
5#include <stdarg.h>
6
7#include "enet.h"
8
9//#include "buildqueue.h"
10
11#include <vector>
12
13
14//#define _DEBUG_NETWORKING_
15
16extern "C"
17{
18
19#include "platform.h"
20#include "pragmas.h"
21#include "signal.h"
22#include "mmulti_stable.h"
23
24#define MAXPLAYERS 16
25#define BAKSIZ 16384
26#define SIMULATEERRORS 0
27#define SHOWSENDPACKETS 0
28#define SHOWGETPACKETS 0
29#define PRINTERRORS 0
30
31#define MAX_PLAYERS 16
32#define BUILD_DEFAULT_UDP_PORT 1635 /* eh...why not? */
33#define CLIENT_POLL_DELAY 5000 /* ms between pings at peer-to-peer startup. */
34#define HEADER_PEER_GREETING 245
35#define HEADER_PEER_READY 244
36
37static int udpsocket = -1;
38static short udpport = BUILD_DEFAULT_UDP_PORT;
39
40#define updatecrc16(crc,dat) crc = (((crc<<8)&65535)^crctable[((((unsigned short)crc)>>8)&65535)^dat])
41
42static long incnt[MAXPLAYERS], outcntplc[MAXPLAYERS], outcntend[MAXPLAYERS];
43static char errorgotnum[MAXPLAYERS];
44static char errorfixnum[MAXPLAYERS];
45static char errorresendnum[MAXPLAYERS];
46#if (PRINTERRORS)
47 static char lasterrorgotnum[MAXPLAYERS];
48#endif
49
50long crctable[256];
51int tmpmax[8]; //addfaz variable addition (you could probs think of something better)
52unsigned int g_bAllPlayersFound = 0;
53
54static char lastpacket[576], inlastpacket = 0;
55static short lastpacketfrom, lastpacketleng;
56
57extern long totalclock; /* MUST EXTERN 1 ANNOYING VARIABLE FROM GAME */
58static long timeoutcount = 60, resendagaincount = 4, lastsendtime[MAXPLAYERS];
59
60static short bakpacketptr[MAXPLAYERS][256], bakpacketlen[MAXPLAYERS][256];
61static char bakpacketbuf[BAKSIZ];
62static long bakpacketplc = 0;
63
64short myconnectindex, numplayers;
65short connecthead, connectpoint2[MAXPLAYERS];
66char syncstate = 0;
67
68unsigned char g_bWaitingForAllReady = 0;
69
70extern int _argc;
71extern char **_argv;
72
73#define MAXPACKETSIZE 2048
74typedef struct
75{
76 short intnum; /* communication between Game and the driver */
77 short command; /* 1-send, 2-get */
78 short other; /* dest for send, set by get (-1 = no packet) */
79 short numbytes;
80 short myconnectindex;
81 short numplayers;
82 short gametype; /* gametype: 1-serial,2-modem,3-net */
83 short filler;
84 char buffer[MAXPACKETSIZE];
85 long longcalladdress;
86} gcomtype;
87static gcomtype *gcom;
88
89gcomtype g_LastPersonalPacket;
90
91typedef struct
92{
93 unsigned short other;
94 unsigned int bufferSize;
95 unsigned char buffer[MAXPACKETSIZE];
96}PACKET;
97
98typedef std::vector<PACKET> PacketQueue;
99PacketQueue incommingPacketQueue;
100
101//typedef std::vector<PACKET> PacketQueue;
102
103enum ECommitCMDs
104{
105 COMMIT_CMD_SEND = 1,
106 COMMIT_CMD_GET = 2,
107 COMMIT_CMD_SENDTOALL = 3,
108 COMMIT_CMD_SENDTOALLOTHERS = 4,
109 COMMIT_CMD_SCORE = 5,
110};
111
112typedef enum
113{
114 udpmode_peer,
115 udpmode_server,
116 udpmode_client
117} udpmodes;
118static udpmodes udpmode = udpmode_peer;
119
120enum EConnectionMode
121{
122 CONN_MODE_CONNECTING = 0,
123 CONN_MODE_GREETING = 1,
124 CONN_MODE_WAITFORREADY = 2,
125 CONN_MODE_CONNECTED = 3,
126 CONN_MODE_DISCONNECTED = 4,
127};
128EConnectionMode g_ConnMode = CONN_MODE_CONNECTING;
129
130typedef struct {
131 unsigned int host;
132 short port;
133 unsigned short id;
134 unsigned short peer_idx;
135 unsigned short bHeardFrom;
136 unsigned char bReady;
137} ADDRESS_STRUCT;
138ADDRESS_STRUCT allowed_addresses[MAX_PLAYERS]; /* only respond to these IPs. */
139
140volatile int ctrlc_pressed = 0;
141static void siginthandler(int sigint)
142{
143 ctrlc_pressed = 1;
144}
145
146typedef struct
147{
148 unsigned char dummy1; /* so these don't confuse game after load. */
149 unsigned char dummy2; /* so these don't confuse game after load. */
150 unsigned char dummy3; /* so these don't confuse game after load. */
151 unsigned char header; /* always HEADER_PEER_GREETING (245). */
152 unsigned short id;
153} PacketPeerGreeting;
154
155// unique id for determining "myconnectindex"
156unsigned short my_id = 0;
157
158unsigned short g_nPlayerIDList[MAX_PLAYERS];
159
160#define CONNECTION_DELAY 3000
161#define INITIAL_CONNECTION_DELAY 50
162#define INGAME_CONNECTION_DELAY 0
163#define POLL_DELAY 1000
164
165//ENetAddress address;
166ENetHost* g_Server = 0;
167//ENetEvent event;
168ENetPeer* g_Peers[MAX_PLAYERS];
169
170short *g_other;
171char *g_bufptr;
172short g_nMessageLen;
173unsigned char g_bAllGreetingsIn = 0;
174
175// Prototypes
176int CreateServer(char* ip, int nPort, int nMaxPlayers);
177
178char *static_ipstring(int ip);
179char *read_whole_file(const char *cfgfile);
180char *get_token(char **ptr);
181int parse_ip(const char *str, int *ip);
182int parse_interface(char *str, int *ip, short *udpport);
183int parse_udp_config(const char *cfgfile, gcomtype *gcom);
184
185int connect_to_everyone();
186void HandleEvent(ENetEvent *pEvent);
187unsigned int GetPeerIndex(ENetPeer* peer);
188unsigned int GetOtherIndex(ENetPeer* peer);
189void ServiceNetwork();
190void Send_Peer_Gretting();
191void Wait_For_Ready();
192
193void cleanup(void);
194
195
196 void stable_callcommit(void)
197 {
198 }
199
200 void stable_initcrc(void)
201 {
202 }
203
204 // Get CRC
205 long stable_getcrc(char *buffer, short bufleng)
206 {
207 long i, j;
208
209 j = 0;
210 for(i=bufleng-1;i>=0;i--) updatecrc16(j,buffer[i]);
211 return(j&65535);
212 }
213
214 void stable_initmultiplayers(char damultioption, char dacomrateoption, char dapriority)
215 {
216 long i;
217 gcomtype *retval;
218 int k;
219
220 // DO NOT DO THIS - it screws up the networking
221 //srand(enet_time_get_raw());
222
223 for (i = _argc - 1; i > 0; i--)
224 {
225 const char *arg = _argv[i];
226 char ch = *arg;
227 if ((ch == '-') || (ch == '/'))
228 {
229 if (stricmp(arg + 1, "net") == 0)
230 break;
231 }
232 }
233
234 if ((i == 0) || (i+1 == _argc))
235 {
236 numplayers = 1; myconnectindex = 0;
237 connecthead = 0; connectpoint2[0] = -1;
238 return;
239 }
240
241 // Zero out the peers buffer
242 //memset(g_Peers, 0, MAX_PLAYERS);
243
244 /*
245 for(k = 0; k < MAX_PLAYERS-1; ++k)
246 {
247 g_Peers[k] = NULL;
248 }
249 */
250
251
252
253 if(enet_initialize() == -1)
254 {
255 printf("Error initializing ENet\n");
256 }
257
258 atexit(cleanup);
259
260 retval = (gcomtype *)malloc(sizeof (gcomtype));
261 if (retval != NULL)
262 {
263 int rc;
264 char *cfgfile = _argv[i+1];
265 void (*oldsigint)(int);
266
267 memset(retval, '\0', sizeof (gcomtype));
268 memset(allowed_addresses, '\0', sizeof (allowed_addresses));
269 udpsocket = -1;
270 udpport = BUILD_DEFAULT_UDP_PORT;
271 udpmode = udpmode_peer;
272
273 oldsigint = signal(SIGINT, siginthandler);
274 rc = parse_udp_config(cfgfile, retval);
275 signal(SIGINT, oldsigint);
276
277 if(!rc)
278 {
279 printf("Network transport initialization error!\n");
280 }
281
282 gcom = retval;
283 }
284 else
285 {
286 printf("Error allocating gcomtype!\n");
287 }
288
289 numplayers = gcom->numplayers;
290// myconnectindex = gcom->myconnectindex;//numplayers-1;
291 #if (SIMULATEERRORS != 0)
292 srand(myconnectindex*24572457+345356);
293 #endif
294
295 //g_Peers = (ENetPeer**)malloc(sizeof(ENetPeer*) * gcom->numplayers);
296 connect_to_everyone();
297
298 connecthead = 0;
299 for(i=0;i<numplayers-1;i++)
300 {
301 connectpoint2[i] = i+1;
302 }
303 connectpoint2[numplayers-1] = -1;
304
305 for(i=0;i<numplayers;i++)
306 {
307 lastsendtime[i] = totalclock;
308 }
309
310
311
312 // Set our connection index
313 myconnectindex = gcom->myconnectindex;//numplayers-1;
314
315 }
316
317 void stable_sendpacket(long other, char *bufptr, long messleng)
318 {
319
320 if(other == (myconnectindex))
321 {
322 #ifdef _DEBUG_NETWORKING_
323 printf("Send Packet to myself %d : type: %d len: %d\n", other, bufptr[0], messleng);
324 #endif
325 memcpy(g_LastPersonalPacket.buffer, bufptr, messleng);
326 g_LastPersonalPacket.numbytes = (short)messleng;
327 g_LastPersonalPacket.command = 1;
328 }
329 else
330 {
331
332 #ifdef _DEBUG_NETWORKING_
333 printf("Send Packet to peer %d : type: %d len: %d\n", other, bufptr[0], messleng);
334 #endif
335
336 ENetPacket * packet = enet_packet_create (bufptr, sizeof(char) * messleng, ENET_PACKET_FLAG_RELIABLE);//ENET_PACKET_FLAG_RELIABLE
337 //enet_peer_send (g_Peers[other], 0, packet);
338 enet_peer_send (g_Peers[allowed_addresses[other].peer_idx], 0, packet);
339 enet_host_flush(g_Server);
340
341 }
342 }
343
344 void stable_setpackettimeout(long datimeoutcount, long daresendagaincount)
345 {
346 //NOT USED for anything other than '/f4'
347 }
348
349 void stable_uninitmultiplayers(void)
350 {
351 //kill networking
352
353 /*
354 if(g_Peers)
355 {
356 free(g_Peers);
357 }
358 */
359 incommingPacketQueue.clear();
360
361 enet_deinitialize();
362 }
363
364 void cleanup(void)
365 {
366 stable_uninitmultiplayers();
367 }
368
369 void stable_sendlogon(void)
370 {
371 }
372
373 void stable_sendlogoff(void)
374 {
375 long i;
376 char tempbuf[2];
377
378 tempbuf[0] = 255;
379 tempbuf[1] = myconnectindex;
380 for(i=connecthead;i>=0;i=connectpoint2[i])
381 if (i != myconnectindex)
382 stable_sendpacket(i,tempbuf,2L);
383 }
384
385 int stable_getoutputcirclesize(void)
386 {
387 return 0;
388 }
389
390 void stable_setsocket(short newsocket)
391 {
392 }
393
394
395//-------------------------------------------------
396//
397// GetPacket
398//
399//-------------------------------------------------
400 short stable_getpacket(short *other, char *bufptr)
401 {
402 ENetEvent event;
403 g_nMessageLen = 0;
404
405
406 //clear out the early packet buffer first
407 if(incommingPacketQueue.size() > 0)
408 {
409 PacketQueue::iterator iter = incommingPacketQueue.begin();
410
411 if(iter != incommingPacketQueue.end() )
412 {
413 g_nMessageLen = (*iter).bufferSize;
414 *other = (*iter).other;
415 memcpy(bufptr , (*iter).buffer, g_nMessageLen);
416
417 // Delete this entry now that we're done with it.
418 incommingPacketQueue.erase(iter);
419 }
420 }
421 else
422 if (enet_host_service (g_Server, & event, INGAME_CONNECTION_DELAY) > 0)
423 {
424 // setup the pointers.
425 g_other = other;
426
427 HandleEvent(&event);
428
429 if(event.type == ENET_EVENT_TYPE_RECEIVE)
430 {
431 memcpy(bufptr, &lastpacket[0], g_nMessageLen);
432 }
433
434 }else // check to see if we have a packet of our own to deliver to ourselves.
435 {
436 if(g_LastPersonalPacket.command == 1)
437 {
438 *other = gcom->numplayers -1;//myconnectindex;
439 memcpy(bufptr, &g_LastPersonalPacket.buffer[0], g_nMessageLen);
440
441 //reset it
442 g_LastPersonalPacket.command = 0;
443
444 return g_LastPersonalPacket.numbytes;
445 }
446 }
447
448 return g_nMessageLen;
449 }
450
451 void stable_flushpackets(void)
452 {
453 //STUB
454 }
455
456 void stable_genericmultifunction(long other, char *bufptr, long messleng, long command)
457 {
458
459 }
460
461//
462//
463//
464int connect_to_everyone()
465{
466 ENetAddress address;
467 ENetEvent event;
468 int i;
469 int bWaiting = 1;
470 int bCreatedPeers = 0;
471
472 while(bWaiting)
473 {
474 printf( (g_bAllPlayersFound) ? "." : "Waiting for connections...\n");
475
476 //wait for conencts to/from them
477 if (enet_host_service (g_Server, & event, (bCreatedPeers == 1) ? CONNECTION_DELAY : INITIAL_CONNECTION_DELAY) > 0)
478 {
479 HandleEvent(&event);
480 }
481
482 //Create peer and connect to it
483 //enet_address_set_host (& address, m_szAddr);
484
485 if(bCreatedPeers == 0)
486 {
487 for(i = 0; i < gcom->numplayers-1; ++i)
488 {
489 ENetPeer *peer;
490 char szHostName[64];
491
492
493 address.host = allowed_addresses[i].host; //ip;
494 address.port = allowed_addresses[i].port; //m_nPort;
495
496
497
498 enet_address_get_host(&address, szHostName, 64);
499 printf("Creating peer: %s:%d\n", szHostName, address.port);
500
501 g_Peers[i] = enet_host_connect (g_Server, & address, 2);
502
503 if(g_Peers[i] == NULL)
504 {
505 printf("Error creating peer! \n");
506 //return 1;
507 }else
508 {
509 allowed_addresses[i].peer_idx = i;
510 }
511
512 }
513 bCreatedPeers = 1;
514 }
515
516 if(g_bAllPlayersFound == 1)
517 {
518 bWaiting = 0;
519 }
520
521 }
522
523 printf("Negotiating connection order...\n");
524 Send_Peer_Gretting();
525 Wait_For_Ready();
526
527 return 0;
528}
529
530void Send_Peer_Gretting()
531{
532 int i;
533
534 g_ConnMode = CONN_MODE_GREETING;
535
536 while (my_id == 0) /* player number is based on id, low to high. */
537 {
538 my_id = (unsigned short)enet_time_get_raw();//(unsigned short) rand();
539 }
540
541 printf("My client id is %d\n", my_id);
542
543 for(i = 0; i < MAX_PLAYERS; ++i)
544 {
545 allowed_addresses[i].id = 0;
546 }
547
548 PacketPeerGreeting greetpacket;
549 memset(&greetpacket, '\0', sizeof (greetpacket));
550 greetpacket.header = HEADER_PEER_GREETING;
551 greetpacket.id = BUILDSWAP_INTEL16(my_id);
552
553 // Create the greeting packet
554 ENetPacket * packet = enet_packet_create (&greetpacket, sizeof(PacketPeerGreeting), ENET_PACKET_FLAG_RELIABLE);//ENET_PACKET_FLAG_RELIABLE
555
556 printf("Broadcasting Greating...\n");
557
558 // Broadcast it to all the peers
559 enet_host_broadcast(g_Server, 0, packet);
560
561 // Flush the send buffer
562 enet_host_flush(g_Server);
563
564 while(CONN_MODE_GREETING == g_ConnMode)
565 {
566 ENetEvent event;
567 if (enet_host_service (g_Server, & event, CONNECTION_DELAY) > 0)
568 {
569 int nAllIDsIn = 1;
570
571
572 HandleEvent(&event);
573
574 // are all the id's in yet?
575 for(i = 0; i < (gcom->numplayers-1); ++i)
576 {
577 if(allowed_addresses[i].id == 0)
578 {
579 nAllIDsIn = 0;
580 break;
581 }
582 }
583
584 // add our ID to the list for sorting
585 allowed_addresses[gcom->numplayers-1].id = my_id;
586
587 //check the validity of the ID and sort them.
588 if(nAllIDsIn == 1)
589 {
590 int iteration = 0;
591 int k = 0;
592 unsigned short nCurrentHigh = 0;
593
594 printf("Sorting player IDs...\n");
595
596 for(iteration = 0; iteration < gcom->numplayers; ++iteration)
597 {
598 //g_nPlayerIDList[i]
599 for(k = iteration+1; k < gcom->numplayers; ++k)
600 {
601 if(allowed_addresses[iteration].id == allowed_addresses[k].id)
602 {
603 printf("ERROR!!!!! Two players with the same Unique ID found, please restart...\n");
604 }
605 else
606 {
607 // if it's valid, then goto sort it
608 if(allowed_addresses[k].id > allowed_addresses[iteration].id)
609 {
610 //swap'm
611 //unsigned short nTemp = allowed_addresses[iteration];
612 ADDRESS_STRUCT tempAddress;
613
614 // Swap the positions
615 memcpy(&tempAddress, &allowed_addresses[iteration], sizeof(ADDRESS_STRUCT));
616 memcpy(&allowed_addresses[iteration], &allowed_addresses[k], sizeof(ADDRESS_STRUCT));
617 memcpy(&allowed_addresses[k], &tempAddress, sizeof(ADDRESS_STRUCT));
618 }
619 }
620 }
621
622 }
623
624 // Find our slot
625 printf("Finding our player index...\n");
626
627 for(i = 0; i < (gcom->numplayers); ++i)
628 {
629 printf("Index[%d] = %d\n", i, allowed_addresses[i].id);
630
631
632 if(allowed_addresses[i].id == my_id)
633 {
634 gcom->myconnectindex = i;
635 printf("You are player #%d\n", i);
636
637 // We're all greated, switch to waiting for all ready
638 g_ConnMode = CONN_MODE_WAITFORREADY;
639 break;
640 }
641
642 }
643 }
644 }
645 }
646
647}
648
649void Wait_For_Ready()
650{
651
652 g_bWaitingForAllReady = gcom->numplayers-1;
653
654 // Create the greeting packet
655 unsigned char message = HEADER_PEER_READY;
656
657 ENetPacket * packet = enet_packet_create (&message, sizeof(unsigned char), ENET_PACKET_FLAG_RELIABLE);//ENET_PACKET_FLAG_RELIABLE
658
659 printf("Broadcasting Ready Packet...\n");
660
661 // Broadcast it to all the peers
662 enet_host_broadcast(g_Server, 0, packet);
663
664 // Flush the send buffer
665 enet_host_flush(g_Server);
666
667 //g_ConnMode = CONN_MODE_CONNECTED;//CONN_MODE_WAITFORREADY;
668
669 while(g_bWaitingForAllReady > 0)
670 {
671 ENetEvent event;
672 if (enet_host_service (g_Server, & event, CONNECTION_DELAY) > 0)
673 {
674 int i;
675
676 HandleEvent(&event);
677
678 g_bWaitingForAllReady = gcom->numplayers-1;
679 for(i = 0; i < gcom->numplayers; ++i)
680 {
681 if(allowed_addresses[i].bReady == 1)
682 {
683 --g_bWaitingForAllReady;
684 }
685 }
686
687 // Check to make sure we didn't subtract 1 from 0 to make 255. (unsigned char)
688 if(g_bWaitingForAllReady > gcom->numplayers)
689 {
690 printf("Error: we have a problem with the waiting for ready packets...\n");
691 }
692
693 }
694 }
695
696 printf("All players are ready. Start sending game data...\n");
697
698 g_ConnMode = CONN_MODE_CONNECTED;
699}
700
701void HandleEvent(ENetEvent *pEvent)
702{
703 switch(pEvent->type)
704 {
705 case ENET_EVENT_TYPE_CONNECT:
706 {
707 //bServerConnected = true;
708 ENetAddress address;
709 int i;
710
711 address.host = pEvent->peer->address.host; //ip;
712 address.port = pEvent->peer->address.port; //m_nPort;
713 char szHostName[64];
714 enet_address_get_host(&address, szHostName, 64);
715
716 printf("Connection Established with: (%s)\n", szHostName);
717
718 for(i = 0; i < gcom->numplayers-1; ++i)
719 {
720 if(allowed_addresses[i].host == address.host)
721 {
722 allowed_addresses[i].bHeardFrom = 1;
723 }
724 }
725
726 for(i = 0; i < gcom->numplayers-1; ++i)
727 {
728 if(allowed_addresses[i].bHeardFrom == 0)
729 {
730 return;
731 }
732 }
733
734 // All players have been found... YAY!
735 g_bAllPlayersFound = 1;
736 printf("All Players Connected...\n");
737
738 }
739 break;
740 case ENET_EVENT_TYPE_RECEIVE:
741 {
742 g_nMessageLen = (short)pEvent->packet->dataLength;
743
744
745
746 switch(g_ConnMode)
747 {
748
749 case CONN_MODE_GREETING:
750 {
751 PacketPeerGreeting packet;
752 unsigned int nPeerIndex;
753 int i;
754
755 if(pEvent->packet->data[0] != HEADER_PEER_GREETING)
756 {
757 printf("Invalid greeting!!!!\n");
758 }
759
760 printf("Received greeting from (%x)...\n", pEvent->peer->address.host);
761
762 memcpy(&packet, pEvent->packet->data, g_nMessageLen);
763 if(packet.header == HEADER_PEER_GREETING)
764 {
765 // Find the peer's index
766 nPeerIndex = GetPeerIndex(pEvent->peer);
767
768 // Set the id for the peer
769 //g_nPlayerIDList[nPeerIndex] = packet.id;
770 allowed_addresses[nPeerIndex].id = packet.id;
771
772 }
773 }
774 break;
775 case CONN_MODE_WAITFORREADY:
776 {
777 if(pEvent->packet->data[0] == HEADER_PEER_READY)
778 {
779 allowed_addresses[GetOtherIndex(pEvent->peer)].bReady = 1;
780 }
781 else
782 {
783 printf("Invalid READY packet!!!\n");
784 }
785
786
787 }
788 break;
789 case CONN_MODE_CONNECTED:
790 default:
791 {
792 if(g_ConnMode != CONN_MODE_CONNECTED)
793 {
794 PACKET packet;
795 packet.other = GetOtherIndex(pEvent->peer);
796 packet.bufferSize = g_nMessageLen;
797 memcpy(packet.buffer, pEvent->packet->data, g_nMessageLen);
798 incommingPacketQueue.push_back(packet);
799 printf("Saving early packet...\n");
800 break;
801 }
802
803 if(pEvent->packet->data[0] == 16)
804 {
805 printf("PACKET 16: len:[%d]\n", g_nMessageLen);
806 }
807
808 #ifdef _DEBUG_NETWORKING_LEVEL2_
809 printf("RECEIVE: type[%d] len:[%d]\n", pEvent->packet->data[0], g_nMessageLen);
810 #endif
811 memcpy(&lastpacket[0], pEvent->packet->data, g_nMessageLen);
812 *g_other = GetOtherIndex(pEvent->peer);
813 }
814 break;
815 }
816
817 /*if(g_nMessageLen > 0)
818 {
819 switch(pEvent->packet->data[0])
820 {
821 case HEADER_PEER_GREETING:
822 {
823 PacketPeerGreeting packet;
824 unsigned int nPeerIndex;
825 int i;
826
827 printf("Received greeting from (%x)...\n", pEvent->peer->address.host);
828
829 memcpy(&packet, pEvent->packet->data, g_nMessageLen);
830 if(packet.header == HEADER_PEER_GREETING)
831 {
832 // Find the peer's index in the g_Peers[] array
833 nPeerIndex = GetPeerIndex(pEvent->peer);
834
835 // Set the id for the peer
836 //g_nPlayerIDList[nPeerIndex] = packet.id;
837 allowed_addresses[nPeerIndex].id = packet.id;
838
839 }
840 }
841 break;
842 case HEADER_PEER_READY:
843 {
844 unsigned int nOtherIndex;
845
846 printf("Received ready from (%x)...\n", pEvent->peer->address.host);
847 nOtherIndex = GetOtherIndex(pEvent->peer);
848
849 allowed_addresses[nOtherIndex].bReady = 1;
850
851 }
852 break;
853
854
855 default:
856 {
857
858 if((g_bWaitingForAllReady) || (g_ConnMode == CONN_MODE_GREETING))
859 {
860 PACKET packet;
861 packet.other = GetOtherIndex(pEvent->peer);
862 packet.bufferSize = g_nMessageLen;
863 memcpy(packet.buffer, pEvent->packet->data, g_nMessageLen);
864 incommingPacketQueue.push_back(packet);
865 printf("Saving early packet...\n");
866 break;
867 }
868
869
870 #ifdef _DEBUG_NETWORKING_LEVEL2_
871 printf("RECEIVE: type[%d] len:[%d]\n", pEvent->packet->data[0], g_nMessageLen);
872 #endif
873 memcpy(&lastpacket[0], pEvent->packet->data, g_nMessageLen);
874
875 // find the correct index in the allowed_addresses[] array.
876 *g_other = GetOtherIndex(pEvent->peer);
877 }
878 break;
879 }
880 }
881 else
882 {
883 printf("Error: we received a Zero length packet!\n");
884 }*/
885
886 // Destroy the packet now that we're done with it.
887 enet_packet_destroy (pEvent->packet);
888 }
889 break;
890 case ENET_EVENT_TYPE_DISCONNECT:
891 {
892 printf("DISCONNECT: someone left!\n");
893 }
894 break;
895 default:
896 {
897 printf("Error: unknown event! : %d\n", pEvent->type);
898 }
899 break;
900 }
901}
902
903unsigned int GetPeerIndex(ENetPeer* peer)
904{
905 int i;
906 for(i = 0; i < gcom->numplayers; ++i)
907 {
908 if(peer->address.host == allowed_addresses[i].host)
909 {
910 return allowed_addresses[i].peer_idx;
911 //return i;
912 }
913 }
914
915 printf("Error: GetPeerIndex failed to find the corrent index!\n");
916 return 0;
917}
918
919unsigned int GetOtherIndex(ENetPeer* peer)
920{
921 int i;
922 for(i = 0; i < gcom->numplayers; ++i)
923 {
924 if(peer->address.host == allowed_addresses[i].host)
925 {
926 return i;//allowed_addresses[i].peer_idx;
927 //return i;
928 }
929 }
930
931 printf("Error: GetOtherIndex failed to find the corrent index!\n");
932 return 0;
933}
934
935void ServiceNetwork()
936{
937 ENetEvent event;
938 if (enet_host_service (g_Server, & event, INGAME_CONNECTION_DELAY) > 0)
939 {
940 HandleEvent(&event);
941 }
942}
943
944//**************************************************************
945//* Network Transport Functions
946//**************************************************************
947int CreateServer(char* ip, int nPort, int nMaxPlayers)
948{
949
950 ENetAddress address;
951
952 printf("Creating server of %d players on port %d.\n", nMaxPlayers, nPort);
953
954 /* Bind the server to the default localhost.
955 * A specific host address can be specified by
956 * enet_address_set_host (& address, "x.x.x.x");
957 */
958 address.host = enet_address_set_host (& address, ip);//nIp;//ENET_HOST_ANY;
959 /* Bind the server to port 1234. */
960 address.port = nPort;
961
962 g_Server = enet_host_create (& address /* the address to bind the server host to */,
963 nMaxPlayers /* allow up to 32 clients and/or outgoing connections */,
964 0 /* assume any amount of incoming bandwidth */,
965 0 /* assume any amount of outgoing bandwidth */);
966
967 if (g_Server == NULL)
968 {
969 printf("Error creating server!\n");
970 return 1;
971 }
972
973 return 0;
974}
975
976//**************************************************************
977//* Network Config File Functions
978//**************************************************************
979
980#include "cache1d.h" /* kopen4load for cfg file. */
981#include "display.h" /* getticks */
982
983#define IPSEG1(ip) ((((unsigned int) ip) & 0xFF000000) >> 24)
984#define IPSEG2(ip) ((((unsigned int) ip) & 0x00FF0000) >> 16)
985#define IPSEG3(ip) ((((unsigned int) ip) & 0x0000FF00) >> 8)
986#define IPSEG4(ip) ((((unsigned int) ip) & 0x000000FF) )
987
988 char *static_ipstring(int ip)
989 {
990 static char s[16];
991 sprintf(s, "%u.%u.%u.%u", IPSEG1(ip), IPSEG2(ip), IPSEG3(ip), IPSEG4(ip));
992 return(s);
993 }
994
995 char *read_whole_file(const char *cfgfile)
996 {
997 char *buf;
998 long len, rc;
999 long handle;
1000
1001 if (cfgfile == NULL)
1002 return(NULL);
1003
1004 handle = kopen4load(cfgfile, 0);
1005 if (handle == -1)
1006 {
1007 printf("ERROR: Failed to open config file [%s].\n", cfgfile);
1008 return(NULL);
1009 }
1010
1011 len = kfilelength(handle);
1012 buf = (char *) malloc(len + 2);
1013 if (!buf)
1014 {
1015 kclose(handle);
1016 return(NULL);
1017 }
1018
1019 rc = kread(handle, buf, len);
1020 kclose(handle);
1021 if (rc != len)
1022 {
1023 free(buf);
1024 return(NULL);
1025 }
1026
1027 buf[len] = '\0';
1028 buf[len+1] = '\0';
1029 return(buf);
1030 }
1031
1032 char *get_token(char **ptr)
1033 {
1034 char *retval;
1035 char *p = *ptr;
1036 if (*p == '\0')
1037 return(NULL);
1038
1039 while ((*p != '\0') && (isspace(*p)))
1040 p++;
1041
1042 if (*p == '\0') /* nothing but whitespace. */
1043 return(NULL);
1044
1045 retval = p;
1046 while ((*p != '\0') && (!isspace(*p)))
1047 p++;
1048
1049 *p = '\0';
1050 *ptr = p + 1;
1051
1052 /*printf("Got token [%s].\n", retval);*/
1053 return(retval);
1054 }
1055
1056 int parse_ip(const char *str, int *ip)
1057 {
1058 int ip1, ip2, ip3, ip4;
1059
1060 if (stricmp(str, "any") == 0)
1061 {
1062 *ip = 0;
1063 return(1);
1064 }
1065
1066 if (sscanf(str, "%d.%d.%d.%d", &ip1, &ip2, &ip3, &ip4) != 4)
1067 {
1068 printf("\"%s\" is not a valid IP address.\n", str);
1069 return(0);
1070 }
1071
1072 /* we _should_ check that 0 <= ip? <= 255, but it'll fail later anyhow. */
1073
1074 *ip = ( ((ip1 & 0xFF) << 24) |
1075 ((ip2 & 0xFF) << 16) |
1076 ((ip3 & 0xFF) << 8) |
1077 ((ip4 & 0xFF) ) );
1078
1079 return(1);
1080 }
1081
1082 int parse_interface(char *str, int *ip, short *udpport)
1083 {
1084 char *ptr = strchr(str, ':');
1085 if (ptr) /* portnum specified? */
1086 *ptr = '\0';
1087
1088 if (!parse_ip(str, ip))
1089 return(0);
1090
1091 *udpport = BUILD_DEFAULT_UDP_PORT;
1092 if (ptr != NULL) /* port specified? */
1093 {
1094 ptr++;
1095 if (stricmp(ptr, "any") == 0)
1096 *udpport = 0;
1097 else
1098 *udpport = (short) atoi(ptr);
1099 }
1100
1101 return(1);
1102 }
1103
1104 int parse_udp_config(const char *cfgfile, gcomtype *gcom)
1105 {
1106 char *buf;
1107 char *tok;
1108 char *ptr;
1109 int ip = 0; /* interface */
1110 int bcast = 0;
1111
1112 buf = read_whole_file(cfgfile); /* we must free this. */
1113 if (buf == NULL)
1114 return(0);
1115
1116 ptr = buf;
1117 while ((tok = get_token(&ptr)) != NULL)
1118 {
1119 int bogus = 1;
1120
1121 if (stricmp(tok, "interface") == 0)
1122 {
1123 if ( (tok = get_token(&ptr)) &&
1124 (parse_interface(tok, &ip, &udpport)) )
1125 {
1126 bogus = 0;
1127 }
1128 printf("Interface %s:%d chosen.\n",
1129 static_ipstring(ip), (int) udpport);
1130 }
1131
1132 else if (stricmp(tok, "mode") == 0)
1133 {
1134 if ((tok = get_token(&ptr)) != NULL)
1135 {
1136 bogus = 0;
1137 if (stricmp(tok, "server") == 0)
1138 udpmode = udpmode_server;
1139 else if (stricmp(tok, "client") == 0)
1140 udpmode = udpmode_client;
1141 else if (stricmp(tok, "peer") == 0)
1142 udpmode = udpmode_peer;
1143 else
1144 bogus = 1;
1145
1146 if (!bogus)
1147 printf("You want to be in [%s] mode\n", tok);
1148 }
1149 }
1150
1151 else if (stricmp(tok, "broadcast") == 0)
1152 {
1153 if ((tok = get_token(&ptr)) != NULL)
1154 {
1155 bcast = atoi(tok);
1156 if (bcast > MAX_PLAYERS - 1)
1157 {
1158 printf("WARNING: Too many broadcast players.\n");
1159 bcast = MAX_PLAYERS - 1;
1160 }
1161
1162 bogus = 0;
1163 }
1164 }
1165
1166 else if (stricmp(tok, "allow") == 0)
1167 {
1168 int host;
1169 short port=BUILD_DEFAULT_UDP_PORT;
1170 if ((tok = get_token(&ptr)) != NULL)
1171 {
1172 if (gcom->numplayers >= MAX_PLAYERS - 1)
1173 printf("WARNING: Too many allowed IP addresses.\n");
1174
1175 else if (parse_interface(tok, &host, &port))
1176 {
1177 ENetAddress address;
1178 enet_address_set_host(&address, static_ipstring(host));
1179 printf("Adding: %s:%d to the list of allowed addresses.\n", static_ipstring(host), port);
1180 allowed_addresses[gcom->numplayers].host = address.host;
1181 allowed_addresses[gcom->numplayers].port = port;
1182 gcom->numplayers++;
1183 bogus = 0;
1184 }
1185 }
1186 }
1187
1188 if (bogus)
1189 printf("bogus token! [%s]\n", tok);
1190 }
1191
1192 free(buf);
1193
1194 // Create the server
1195 int ret = CreateServer(static_ipstring(ip), udpport, gcom->numplayers);
1196 gcom->numplayers++; //that's you
1197
1198 if(ret == 0)
1199 {
1200 return 1;
1201 }
1202
1203 return(0);
1204 }
1205
1206
1207
1208
1209} // end extern "C"
1210
1211/* end of mmulti.cpp ... */
1212
1213
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/windows/inttypes.h b/apps/plugins/sdl/progs/duke3d/Engine/src/windows/inttypes.h
deleted file mode 100644
index 4b3828a216..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/windows/inttypes.h
+++ /dev/null
@@ -1,305 +0,0 @@
1// ISO C9x compliant inttypes.h for Microsoft Visual Studio
2// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
3//
4// Copyright (c) 2006 Alexander Chemeris
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are met:
8//
9// 1. Redistributions of source code must retain the above copyright notice,
10// this list of conditions and the following disclaimer.
11//
12// 2. Redistributions in binary form must reproduce the above copyright
13// notice, this list of conditions and the following disclaimer in the
14// documentation and/or other materials provided with the distribution.
15//
16// 3. The name of the author may be used to endorse or promote products
17// derived from this software without specific prior written permission.
18//
19// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
20// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
21// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
22// EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29//
30///////////////////////////////////////////////////////////////////////////////
31
32#ifndef _MSC_VER // [
33#error "Use this header only with Microsoft Visual C++ compilers!"
34#endif // _MSC_VER ]
35
36#ifndef _MSC_INTTYPES_H_ // [
37#define _MSC_INTTYPES_H_
38
39#if _MSC_VER > 1000
40#pragma once
41#endif
42
43#include "stdint.h"
44
45// 7.8 Format conversion of integer types
46
47typedef struct {
48 intmax_t quot;
49 intmax_t rem;
50} imaxdiv_t;
51
52// 7.8.1 Macros for format specifiers
53
54#if !defined(__cplusplus) || defined(__STDC_FORMAT_MACROS) // [ See footnote 185 at page 198
55
56// The fprintf macros for signed integers are:
57#define PRId8 "d"
58#define PRIi8 "i"
59#define PRIdLEAST8 "d"
60#define PRIiLEAST8 "i"
61#define PRIdFAST8 "d"
62#define PRIiFAST8 "i"
63
64#define PRId16 "hd"
65#define PRIi16 "hi"
66#define PRIdLEAST16 "hd"
67#define PRIiLEAST16 "hi"
68#define PRIdFAST16 "hd"
69#define PRIiFAST16 "hi"
70
71#define PRId32 "I32d"
72#define PRIi32 "I32i"
73#define PRIdLEAST32 "I32d"
74#define PRIiLEAST32 "I32i"
75#define PRIdFAST32 "I32d"
76#define PRIiFAST32 "I32i"
77
78#define PRId64 "I64d"
79#define PRIi64 "I64i"
80#define PRIdLEAST64 "I64d"
81#define PRIiLEAST64 "I64i"
82#define PRIdFAST64 "I64d"
83#define PRIiFAST64 "I64i"
84
85#define PRIdMAX "I64d"
86#define PRIiMAX "I64i"
87
88#define PRIdPTR "Id"
89#define PRIiPTR "Ii"
90
91// The fprintf macros for unsigned integers are:
92#define PRIo8 "o"
93#define PRIu8 "u"
94#define PRIx8 "x"
95#define PRIX8 "X"
96#define PRIoLEAST8 "o"
97#define PRIuLEAST8 "u"
98#define PRIxLEAST8 "x"
99#define PRIXLEAST8 "X"
100#define PRIoFAST8 "o"
101#define PRIuFAST8 "u"
102#define PRIxFAST8 "x"
103#define PRIXFAST8 "X"
104
105#define PRIo16 "ho"
106#define PRIu16 "hu"
107#define PRIx16 "hx"
108#define PRIX16 "hX"
109#define PRIoLEAST16 "ho"
110#define PRIuLEAST16 "hu"
111#define PRIxLEAST16 "hx"
112#define PRIXLEAST16 "hX"
113#define PRIoFAST16 "ho"
114#define PRIuFAST16 "hu"
115#define PRIxFAST16 "hx"
116#define PRIXFAST16 "hX"
117
118#define PRIo32 "I32o"
119#define PRIu32 "I32u"
120#define PRIx32 "I32x"
121#define PRIX32 "I32X"
122#define PRIoLEAST32 "I32o"
123#define PRIuLEAST32 "I32u"
124#define PRIxLEAST32 "I32x"
125#define PRIXLEAST32 "I32X"
126#define PRIoFAST32 "I32o"
127#define PRIuFAST32 "I32u"
128#define PRIxFAST32 "I32x"
129#define PRIXFAST32 "I32X"
130
131#define PRIo64 "I64o"
132#define PRIu64 "I64u"
133#define PRIx64 "I64x"
134#define PRIX64 "I64X"
135#define PRIoLEAST64 "I64o"
136#define PRIuLEAST64 "I64u"
137#define PRIxLEAST64 "I64x"
138#define PRIXLEAST64 "I64X"
139#define PRIoFAST64 "I64o"
140#define PRIuFAST64 "I64u"
141#define PRIxFAST64 "I64x"
142#define PRIXFAST64 "I64X"
143
144#define PRIoMAX "I64o"
145#define PRIuMAX "I64u"
146#define PRIxMAX "I64x"
147#define PRIXMAX "I64X"
148
149#define PRIoPTR "Io"
150#define PRIuPTR "Iu"
151#define PRIxPTR "Ix"
152#define PRIXPTR "IX"
153
154// The fscanf macros for signed integers are:
155#define SCNd8 "d"
156#define SCNi8 "i"
157#define SCNdLEAST8 "d"
158#define SCNiLEAST8 "i"
159#define SCNdFAST8 "d"
160#define SCNiFAST8 "i"
161
162#define SCNd16 "hd"
163#define SCNi16 "hi"
164#define SCNdLEAST16 "hd"
165#define SCNiLEAST16 "hi"
166#define SCNdFAST16 "hd"
167#define SCNiFAST16 "hi"
168
169#define SCNd32 "ld"
170#define SCNi32 "li"
171#define SCNdLEAST32 "ld"
172#define SCNiLEAST32 "li"
173#define SCNdFAST32 "ld"
174#define SCNiFAST32 "li"
175
176#define SCNd64 "I64d"
177#define SCNi64 "I64i"
178#define SCNdLEAST64 "I64d"
179#define SCNiLEAST64 "I64i"
180#define SCNdFAST64 "I64d"
181#define SCNiFAST64 "I64i"
182
183#define SCNdMAX "I64d"
184#define SCNiMAX "I64i"
185
186#ifdef _WIN64 // [
187# define SCNdPTR "I64d"
188# define SCNiPTR "I64i"
189#else // _WIN64 ][
190# define SCNdPTR "ld"
191# define SCNiPTR "li"
192#endif // _WIN64 ]
193
194// The fscanf macros for unsigned integers are:
195#define SCNo8 "o"
196#define SCNu8 "u"
197#define SCNx8 "x"
198#define SCNX8 "X"
199#define SCNoLEAST8 "o"
200#define SCNuLEAST8 "u"
201#define SCNxLEAST8 "x"
202#define SCNXLEAST8 "X"
203#define SCNoFAST8 "o"
204#define SCNuFAST8 "u"
205#define SCNxFAST8 "x"
206#define SCNXFAST8 "X"
207
208#define SCNo16 "ho"
209#define SCNu16 "hu"
210#define SCNx16 "hx"
211#define SCNX16 "hX"
212#define SCNoLEAST16 "ho"
213#define SCNuLEAST16 "hu"
214#define SCNxLEAST16 "hx"
215#define SCNXLEAST16 "hX"
216#define SCNoFAST16 "ho"
217#define SCNuFAST16 "hu"
218#define SCNxFAST16 "hx"
219#define SCNXFAST16 "hX"
220
221#define SCNo32 "lo"
222#define SCNu32 "lu"
223#define SCNx32 "lx"
224#define SCNX32 "lX"
225#define SCNoLEAST32 "lo"
226#define SCNuLEAST32 "lu"
227#define SCNxLEAST32 "lx"
228#define SCNXLEAST32 "lX"
229#define SCNoFAST32 "lo"
230#define SCNuFAST32 "lu"
231#define SCNxFAST32 "lx"
232#define SCNXFAST32 "lX"
233
234#define SCNo64 "I64o"
235#define SCNu64 "I64u"
236#define SCNx64 "I64x"
237#define SCNX64 "I64X"
238#define SCNoLEAST64 "I64o"
239#define SCNuLEAST64 "I64u"
240#define SCNxLEAST64 "I64x"
241#define SCNXLEAST64 "I64X"
242#define SCNoFAST64 "I64o"
243#define SCNuFAST64 "I64u"
244#define SCNxFAST64 "I64x"
245#define SCNXFAST64 "I64X"
246
247#define SCNoMAX "I64o"
248#define SCNuMAX "I64u"
249#define SCNxMAX "I64x"
250#define SCNXMAX "I64X"
251
252#ifdef _WIN64 // [
253# define SCNoPTR "I64o"
254# define SCNuPTR "I64u"
255# define SCNxPTR "I64x"
256# define SCNXPTR "I64X"
257#else // _WIN64 ][
258# define SCNoPTR "lo"
259# define SCNuPTR "lu"
260# define SCNxPTR "lx"
261# define SCNXPTR "lX"
262#endif // _WIN64 ]
263
264#endif // __STDC_FORMAT_MACROS ]
265
266// 7.8.2 Functions for greatest-width integer types
267
268// 7.8.2.1 The imaxabs function
269#define imaxabs _abs64
270
271// 7.8.2.2 The imaxdiv function
272
273// This is modified version of div() function from Microsoft's div.c found
274// in %MSVC.NET%\crt\src\div.c
275#ifdef STATIC_IMAXDIV // [
276static
277#else // STATIC_IMAXDIV ][
278_inline
279#endif // STATIC_IMAXDIV ]
280imaxdiv_t __cdecl imaxdiv(intmax_t numer, intmax_t denom)
281{
282 imaxdiv_t result;
283
284 result.quot = numer / denom;
285 result.rem = numer % denom;
286
287 if (numer < 0 && result.rem > 0) {
288 // did division wrong; must fix up
289 ++result.quot;
290 result.rem -= denom;
291 }
292
293 return result;
294}
295
296// 7.8.2.3 The strtoimax and strtoumax functions
297#define strtoimax _strtoi64
298#define strtoumax _strtoui64
299
300// 7.8.2.4 The wcstoimax and wcstoumax functions
301#define wcstoimax _wcstoi64
302#define wcstoumax _wcstoui64
303
304
305#endif // _MSC_INTTYPES_H_ ]
diff --git a/apps/plugins/sdl/progs/duke3d/Engine/src/windows/stdint.h b/apps/plugins/sdl/progs/duke3d/Engine/src/windows/stdint.h
deleted file mode 100644
index d02608a597..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Engine/src/windows/stdint.h
+++ /dev/null
@@ -1,247 +0,0 @@
1// ISO C9x compliant stdint.h for Microsoft Visual Studio
2// Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124
3//
4// Copyright (c) 2006-2008 Alexander Chemeris
5//
6// Redistribution and use in source and binary forms, with or without
7// modification, are permitted provided that the following conditions are met:
8//
9// 1. Redistributions of source code must retain the above copyright notice,
10// this list of conditions and the following disclaimer.
11//
12// 2. Redistributions in binary form must reproduce the above copyright
13// notice, this list of conditions and the following disclaimer in the
14// documentation and/or other materials provided with the distribution.
15//
16// 3. The name of the author may be used to endorse or promote products
17// derived from this software without specific prior written permission.
18//
19// THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
20// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
21// MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
22// EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
23// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
24// PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
25// OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
26// WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
27// OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
28// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29//
30///////////////////////////////////////////////////////////////////////////////
31
32#ifndef _MSC_VER // [
33#error "Use this header only with Microsoft Visual C++ compilers!"
34#endif // _MSC_VER ]
35
36#ifndef _MSC_STDINT_H_ // [
37#define _MSC_STDINT_H_
38
39#if _MSC_VER > 1000
40#pragma once
41#endif
42
43#include <limits.h>
44
45// For Visual Studio 6 in C++ mode and for many Visual Studio versions when
46// compiling for ARM we should wrap <wchar.h> include with 'extern "C++" {}'
47// or compiler give many errors like this:
48// error C2733: second C linkage of overloaded function 'wmemchr' not allowed
49#ifdef __cplusplus
50extern "C" {
51#endif
52# include <wchar.h>
53#ifdef __cplusplus
54}
55#endif
56
57// Define _W64 macros to mark types changing their size, like intptr_t.
58#ifndef _W64
59# if !defined(__midl) && (defined(_X86_) || defined(_M_IX86)) && _MSC_VER >= 1300
60# define _W64 __w64
61# else
62# define _W64
63# endif
64#endif
65
66
67// 7.18.1 Integer types
68
69// 7.18.1.1 Exact-width integer types
70
71// Visual Studio 6 and Embedded Visual C++ 4 doesn't
72// realize that, e.g. char has the same size as __int8
73// so we give up on __intX for them.
74#if (_MSC_VER < 1300)
75 typedef signed char int8_t;
76 typedef signed short int16_t;
77 typedef signed int int32_t;
78 typedef unsigned char uint8_t;
79 typedef unsigned short uint16_t;
80 typedef unsigned int uint32_t;
81#else
82 typedef signed __int8 int8_t;
83 typedef signed __int16 int16_t;
84 typedef signed __int32 int32_t;
85 typedef unsigned __int8 uint8_t;
86 typedef unsigned __int16 uint16_t;
87 typedef unsigned __int32 uint32_t;
88#endif
89typedef signed __int64 int64_t;
90typedef unsigned __int64 uint64_t;
91
92
93// 7.18.1.2 Minimum-width integer types
94typedef int8_t int_least8_t;
95typedef int16_t int_least16_t;
96typedef int32_t int_least32_t;
97typedef int64_t int_least64_t;
98typedef uint8_t uint_least8_t;
99typedef uint16_t uint_least16_t;
100typedef uint32_t uint_least32_t;
101typedef uint64_t uint_least64_t;
102
103// 7.18.1.3 Fastest minimum-width integer types
104typedef int8_t int_fast8_t;
105typedef int16_t int_fast16_t;
106typedef int32_t int_fast32_t;
107typedef int64_t int_fast64_t;
108typedef uint8_t uint_fast8_t;
109typedef uint16_t uint_fast16_t;
110typedef uint32_t uint_fast32_t;
111typedef uint64_t uint_fast64_t;
112
113// 7.18.1.4 Integer types capable of holding object pointers
114#ifdef _WIN64 // [
115 typedef signed __int64 intptr_t;
116 typedef unsigned __int64 uintptr_t;
117#else // _WIN64 ][
118 typedef _W64 signed int intptr_t;
119 typedef _W64 unsigned int uintptr_t;
120#endif // _WIN64 ]
121
122// 7.18.1.5 Greatest-width integer types
123typedef int64_t intmax_t;
124typedef uint64_t uintmax_t;
125
126
127// 7.18.2 Limits of specified-width integer types
128
129#if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259
130
131// 7.18.2.1 Limits of exact-width integer types
132#define INT8_MIN ((int8_t)_I8_MIN)
133#define INT8_MAX _I8_MAX
134#define INT16_MIN ((int16_t)_I16_MIN)
135#define INT16_MAX _I16_MAX
136#define INT32_MIN ((int32_t)_I32_MIN)
137#define INT32_MAX _I32_MAX
138#define INT64_MIN ((int64_t)_I64_MIN)
139#define INT64_MAX _I64_MAX
140#define UINT8_MAX _UI8_MAX
141#define UINT16_MAX _UI16_MAX
142#define UINT32_MAX _UI32_MAX
143#define UINT64_MAX _UI64_MAX
144
145// 7.18.2.2 Limits of minimum-width integer types
146#define INT_LEAST8_MIN INT8_MIN
147#define INT_LEAST8_MAX INT8_MAX
148#define INT_LEAST16_MIN INT16_MIN
149#define INT_LEAST16_MAX INT16_MAX
150#define INT_LEAST32_MIN INT32_MIN
151#define INT_LEAST32_MAX INT32_MAX
152#define INT_LEAST64_MIN INT64_MIN
153#define INT_LEAST64_MAX INT64_MAX
154#define UINT_LEAST8_MAX UINT8_MAX
155#define UINT_LEAST16_MAX UINT16_MAX
156#define UINT_LEAST32_MAX UINT32_MAX
157#define UINT_LEAST64_MAX UINT64_MAX
158
159// 7.18.2.3 Limits of fastest minimum-width integer types
160#define INT_FAST8_MIN INT8_MIN
161#define INT_FAST8_MAX INT8_MAX
162#define INT_FAST16_MIN INT16_MIN
163#define INT_FAST16_MAX INT16_MAX
164#define INT_FAST32_MIN INT32_MIN
165#define INT_FAST32_MAX INT32_MAX
166#define INT_FAST64_MIN INT64_MIN
167#define INT_FAST64_MAX INT64_MAX
168#define UINT_FAST8_MAX UINT8_MAX
169#define UINT_FAST16_MAX UINT16_MAX
170#define UINT_FAST32_MAX UINT32_MAX
171#define UINT_FAST64_MAX UINT64_MAX
172
173// 7.18.2.4 Limits of integer types capable of holding object pointers
174#ifdef _WIN64 // [
175# define INTPTR_MIN INT64_MIN
176# define INTPTR_MAX INT64_MAX
177# define UINTPTR_MAX UINT64_MAX
178#else // _WIN64 ][
179# define INTPTR_MIN INT32_MIN
180# define INTPTR_MAX INT32_MAX
181# define UINTPTR_MAX UINT32_MAX
182#endif // _WIN64 ]
183
184// 7.18.2.5 Limits of greatest-width integer types
185#define INTMAX_MIN INT64_MIN
186#define INTMAX_MAX INT64_MAX
187#define UINTMAX_MAX UINT64_MAX
188
189// 7.18.3 Limits of other integer types
190
191#ifdef _WIN64 // [
192# define PTRDIFF_MIN _I64_MIN
193# define PTRDIFF_MAX _I64_MAX
194#else // _WIN64 ][
195# define PTRDIFF_MIN _I32_MIN
196# define PTRDIFF_MAX _I32_MAX
197#endif // _WIN64 ]
198
199#define SIG_ATOMIC_MIN INT_MIN
200#define SIG_ATOMIC_MAX INT_MAX
201
202#ifndef SIZE_MAX // [
203# ifdef _WIN64 // [
204# define SIZE_MAX _UI64_MAX
205# else // _WIN64 ][
206# define SIZE_MAX _UI32_MAX
207# endif // _WIN64 ]
208#endif // SIZE_MAX ]
209
210// WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211#ifndef WCHAR_MIN // [
212# define WCHAR_MIN 0
213#endif // WCHAR_MIN ]
214#ifndef WCHAR_MAX // [
215# define WCHAR_MAX _UI16_MAX
216#endif // WCHAR_MAX ]
217
218#define WINT_MIN 0
219#define WINT_MAX _UI16_MAX
220
221#endif // __STDC_LIMIT_MACROS ]
222
223
224// 7.18.4 Limits of other integer types
225
226#if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) // [ See footnote 224 at page 260
227
228// 7.18.4.1 Macros for minimum-width integer constants
229
230#define INT8_C(val) val##i8
231#define INT16_C(val) val##i16
232#define INT32_C(val) val##i32
233#define INT64_C(val) val##i64
234
235#define UINT8_C(val) val##ui8
236#define UINT16_C(val) val##ui16
237#define UINT32_C(val) val##ui32
238#define UINT64_C(val) val##ui64
239
240// 7.18.4.2 Macros for greatest-width integer constants
241#define INTMAX_C INT64_C
242#define UINTMAX_C UINT64_C
243
244#endif // __STDC_CONSTANT_MACROS ]
245
246
247#endif // _MSC_STDINT_H_ ]
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/Makefile b/apps/plugins/sdl/progs/duke3d/Game/src/Makefile
deleted file mode 100644
index e40b3d0311..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Game/src/Makefile
+++ /dev/null
@@ -1,942 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# Game/src/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2017 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
16
17
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)/chocolate-duke3d
74pkgincludedir = $(includedir)/chocolate-duke3d
75pkglibdir = $(libdir)/chocolate-duke3d
76pkglibexecdir = $(libexecdir)/chocolate-duke3d
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 = :
89subdir = Game/src
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98LIBRARIES = $(noinst_LIBRARIES)
99AR = ar
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_$(V))
102am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
103am__v_AR_0 = @echo " AR " $@;
104am__v_AR_1 =
105libGame_a_AR = $(AR) $(ARFLAGS)
106libGame_a_DEPENDENCIES = premap.o
107am_libGame_a_OBJECTS = libGame_a-actors.$(OBJEXT) \
108 libGame_a-animlib.$(OBJEXT) libGame_a-config.$(OBJEXT) \
109 libGame_a-console.$(OBJEXT) libGame_a-control.$(OBJEXT) \
110 libGame_a-cvar_defs.$(OBJEXT) libGame_a-cvars.$(OBJEXT) \
111 libGame_a-dummy_audiolib.$(OBJEXT) libGame_a-game.$(OBJEXT) \
112 libGame_a-gamedef.$(OBJEXT) libGame_a-global.$(OBJEXT) \
113 libGame_a-keyboard.$(OBJEXT) libGame_a-menues.$(OBJEXT) \
114 libGame_a-player.$(OBJEXT) libGame_a-rts.$(OBJEXT) \
115 libGame_a-scriplib.$(OBJEXT) libGame_a-sector.$(OBJEXT) \
116 libGame_a-sounds.$(OBJEXT)
117libGame_a_OBJECTS = $(am_libGame_a_OBJECTS)
118AM_V_P = $(am__v_P_$(V))
119am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_$(V))
123am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
124am__v_GEN_0 = @echo " GEN " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_$(V))
127am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
128am__v_at_0 = @
129am__v_at_1 =
130DEFAULT_INCLUDES = -I.
131depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
132am__depfiles_maybe = depfiles
133am__mv = mv -f
134AM_V_lt = $(am__v_lt_$(V))
135am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
136am__v_lt_0 = --silent
137am__v_lt_1 =
138COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140AM_V_CC = $(am__v_CC_$(V))
141am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
142am__v_CC_0 = @echo " CC " $@;
143am__v_CC_1 =
144CCLD = $(CC)
145LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
146AM_V_CCLD = $(am__v_CCLD_$(V))
147am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
148am__v_CCLD_0 = @echo " CCLD " $@;
149am__v_CCLD_1 =
150SOURCES = $(libGame_a_SOURCES)
151DIST_SOURCES = $(libGame_a_SOURCES)
152RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
153 ctags-recursive dvi-recursive html-recursive info-recursive \
154 install-data-recursive install-dvi-recursive \
155 install-exec-recursive install-html-recursive \
156 install-info-recursive install-pdf-recursive \
157 install-ps-recursive install-recursive installcheck-recursive \
158 installdirs-recursive pdf-recursive ps-recursive \
159 tags-recursive uninstall-recursive
160am__can_run_installinfo = \
161 case $$AM_UPDATE_INFO_DIR in \
162 n|no|NO) false;; \
163 *) (install-info --version) >/dev/null 2>&1;; \
164 esac
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
166 distclean-recursive maintainer-clean-recursive
167am__recursive_targets = \
168 $(RECURSIVE_TARGETS) \
169 $(RECURSIVE_CLEAN_TARGETS) \
170 $(am__extra_recursive_targets)
171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172 distdir
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174# Read a list of newline-separated strings from the standard input,
175# and print each of them once, without duplicates. Input order is
176# *not* preserved.
177am__uniquify_input = $(AWK) '\
178 BEGIN { nonempty = 0; } \
179 { items[$$0] = 1; nonempty = 1; } \
180 END { if (nonempty) { for (i in items) print i; }; } \
181'
182# Make sure the list of sources is unique. This is necessary because,
183# e.g., the same source file might be shared among _SOURCES variables
184# for different programs/libraries.
185am__define_uniq_tagged_files = \
186 list='$(am__tagged_files)'; \
187 unique=`for i in $$list; do \
188 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189 done | $(am__uniquify_input)`
190ETAGS = etags
191CTAGS = ctags
192DIST_SUBDIRS = $(SUBDIRS)
193am__DIST_COMMON = $(srcdir)/Makefile.in \
194 $(top_srcdir)/build-aux/depcomp
195DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196am__relativize = \
197 dir0=`pwd`; \
198 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
199 sed_rest='s,^[^/]*/*,,'; \
200 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
201 sed_butlast='s,/*[^/]*$$,,'; \
202 while test -n "$$dir1"; do \
203 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
204 if test "$$first" != "."; then \
205 if test "$$first" = ".."; then \
206 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
207 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
208 else \
209 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
210 if test "$$first2" = "$$first"; then \
211 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
212 else \
213 dir2="../$$dir2"; \
214 fi; \
215 dir0="$$dir0"/"$$first"; \
216 fi; \
217 fi; \
218 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
219 done; \
220 reldir="$$dir2"
221ACLOCAL = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing aclocal-1.15
222AMTAR = $${TAR-tar}
223AM_DEFAULT_VERBOSITY = 0
224AUTOCONF = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing autoconf
225AUTOHEADER = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing autoheader
226AUTOMAKE = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing automake-1.15
227AWK = gawk
228CC = gcc
229CCDEPMODE = depmode=gcc3
230CFLAGS = -Wall -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-parentheses -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-result -fno-strict-aliasing -fno-aggressive-loop-optimizations -DPLATFORM_UNIX -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -g -O2
231CPP = gcc -E
232CPPFLAGS =
233CYGPATH_W = echo
234DEFS = -DPACKAGE_NAME=\"Chocolate\ Duke3D\" -DPACKAGE_TARNAME=\"chocolate-duke3d\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Chocolate\ Duke3D\ 1.0\" -DPACKAGE_BUGREPORT=\"https://github.com/fabiensanglard/chocolate_duke3D/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"chocolate-duke3d\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ASSERT_H=1 -DHAVE_ENET_ENET_H=1
235DEPDIR = .deps
236ECHO_C =
237ECHO_N = -n
238ECHO_T =
239EGREP = /usr/bin/grep -E
240EXEEXT =
241GREP = /usr/bin/grep
242INSTALL = /usr/bin/install -c
243INSTALL_DATA = ${INSTALL} -m 644
244INSTALL_PROGRAM = ${INSTALL}
245INSTALL_SCRIPT = ${INSTALL}
246INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
247LDFLAGS = -lSDL -lpthread -lSDL_mixer -lSDL -lpthread
248LIBOBJS =
249LIBS =
250LTLIBOBJS =
251MAKEINFO = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing makeinfo
252MKDIR_P = /usr/bin/mkdir -p
253OBJEXT = o
254PACKAGE = chocolate-duke3d
255PACKAGE_BUGREPORT = https://github.com/fabiensanglard/chocolate_duke3D/issues
256PACKAGE_NAME = Chocolate Duke3D
257PACKAGE_STRING = Chocolate Duke3D 1.0
258PACKAGE_TARNAME = chocolate-duke3d
259PACKAGE_URL =
260PACKAGE_VERSION = 1.0
261PATH_SEPARATOR = :
262PKG_CONFIG = /usr/bin/pkg-config
263PKG_CONFIG_LIBDIR =
264PKG_CONFIG_PATH =
265RANLIB = ranlib
266SDL_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
267SDL_LIBS = -lSDL -lpthread
268SDL_MIXER_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
269SDL_MIXER_LIBS = -lSDL_mixer -lSDL -lpthread
270SET_MAKE =
271SHELL = /bin/sh
272STRIP =
273VERSION = 1.0
274WINDRES =
275abs_builddir = /home/franklin/chocolate_duke3D/Game/src
276abs_srcdir = /home/franklin/chocolate_duke3D/Game/src
277abs_top_builddir = /home/franklin/chocolate_duke3D
278abs_top_srcdir = /home/franklin/chocolate_duke3D
279ac_ct_CC = gcc
280am__include = include
281am__leading_dot = .
282am__quote =
283am__tar = $${TAR-tar} chof - "$$tardir"
284am__untar = $${TAR-tar} xf -
285bindir = ${exec_prefix}/bin
286build_alias =
287builddir = .
288datadir = ${datarootdir}
289datarootdir = ${prefix}/share
290docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
291dvidir = ${docdir}
292exec_prefix = ${prefix}
293host_alias =
294htmldir = ${docdir}
295includedir = ${prefix}/include
296infodir = ${datarootdir}/info
297install_sh = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/install-sh
298libdir = ${exec_prefix}/lib
299libexecdir = ${exec_prefix}/libexec
300localedir = ${datarootdir}/locale
301localstatedir = ${prefix}/var
302mandir = ${datarootdir}/man
303mkdir_p = $(MKDIR_P)
304oldincludedir = /usr/include
305pdfdir = ${docdir}
306prefix = /usr/local
307program_transform_name = s,x,x,
308psdir = ${docdir}
309sbindir = ${exec_prefix}/sbin
310sharedstatedir = ${prefix}/com
311srcdir = .
312sysconfdir = ${prefix}/etc
313target_alias =
314top_build_prefix = ../../
315top_builddir = ../..
316top_srcdir = ../..
317SUBDIRS = audiolib midi
318noinst_LIBRARIES = libGame.a
319libGame_a_SOURCES = \
320 actors.c animlib.c config.c console.c control.c cvar_defs.c cvars.c dummy_audiolib.c game.c \
321 gamedef.c global.c keyboard.c menues.c player.c rts.c scriplib.c sector.c sounds.c
322
323libGame_a_LIBADD = premap.o
324libGame_a_CFLAGS = -I$(top_srcdir)/Engine/src
325all: all-recursive
326
327.SUFFIXES:
328.SUFFIXES: .c .o .obj
329$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
330 @for dep in $?; do \
331 case '$(am__configure_deps)' in \
332 *$$dep*) \
333 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
334 && { if test -f $@; then exit 0; else break; fi; }; \
335 exit 1;; \
336 esac; \
337 done; \
338 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Game/src/Makefile'; \
339 $(am__cd) $(top_srcdir) && \
340 $(AUTOMAKE) --foreign Game/src/Makefile
341Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342 @case '$?' in \
343 *config.status*) \
344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
345 *) \
346 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
347 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
348 esac;
349
350$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
353$(top_srcdir)/configure: $(am__configure_deps)
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355$(ACLOCAL_M4): $(am__aclocal_m4_deps)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357$(am__aclocal_m4_deps):
358
359clean-noinstLIBRARIES:
360 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
361
362libGame.a: $(libGame_a_OBJECTS) $(libGame_a_DEPENDENCIES) $(EXTRA_libGame_a_DEPENDENCIES)
363 $(AM_V_at)-rm -f libGame.a
364 $(AM_V_AR)$(libGame_a_AR) libGame.a $(libGame_a_OBJECTS) $(libGame_a_LIBADD)
365 $(AM_V_at)$(RANLIB) libGame.a
366
367mostlyclean-compile:
368 -rm -f *.$(OBJEXT)
369
370distclean-compile:
371 -rm -f *.tab.c
372
373include ./$(DEPDIR)/libGame_a-actors.Po
374include ./$(DEPDIR)/libGame_a-animlib.Po
375include ./$(DEPDIR)/libGame_a-config.Po
376include ./$(DEPDIR)/libGame_a-console.Po
377include ./$(DEPDIR)/libGame_a-control.Po
378include ./$(DEPDIR)/libGame_a-cvar_defs.Po
379include ./$(DEPDIR)/libGame_a-cvars.Po
380include ./$(DEPDIR)/libGame_a-dummy_audiolib.Po
381include ./$(DEPDIR)/libGame_a-game.Po
382include ./$(DEPDIR)/libGame_a-gamedef.Po
383include ./$(DEPDIR)/libGame_a-global.Po
384include ./$(DEPDIR)/libGame_a-keyboard.Po
385include ./$(DEPDIR)/libGame_a-menues.Po
386include ./$(DEPDIR)/libGame_a-player.Po
387include ./$(DEPDIR)/libGame_a-rts.Po
388include ./$(DEPDIR)/libGame_a-scriplib.Po
389include ./$(DEPDIR)/libGame_a-sector.Po
390include ./$(DEPDIR)/libGame_a-sounds.Po
391
392.c.o:
393 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395# $(AM_V_CC)source='$<' object='$@' libtool=no \
396# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
397# $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
398
399.c.obj:
400 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
401 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402# $(AM_V_CC)source='$<' object='$@' libtool=no \
403# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
404# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
405
406libGame_a-actors.o: actors.c
407 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-actors.o -MD -MP -MF $(DEPDIR)/libGame_a-actors.Tpo -c -o libGame_a-actors.o `test -f 'actors.c' || echo '$(srcdir)/'`actors.c
408 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-actors.Tpo $(DEPDIR)/libGame_a-actors.Po
409# $(AM_V_CC)source='actors.c' object='libGame_a-actors.o' libtool=no \
410# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
411# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-actors.o `test -f 'actors.c' || echo '$(srcdir)/'`actors.c
412
413libGame_a-actors.obj: actors.c
414 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-actors.obj -MD -MP -MF $(DEPDIR)/libGame_a-actors.Tpo -c -o libGame_a-actors.obj `if test -f 'actors.c'; then $(CYGPATH_W) 'actors.c'; else $(CYGPATH_W) '$(srcdir)/actors.c'; fi`
415 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-actors.Tpo $(DEPDIR)/libGame_a-actors.Po
416# $(AM_V_CC)source='actors.c' object='libGame_a-actors.obj' libtool=no \
417# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
418# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-actors.obj `if test -f 'actors.c'; then $(CYGPATH_W) 'actors.c'; else $(CYGPATH_W) '$(srcdir)/actors.c'; fi`
419
420libGame_a-animlib.o: animlib.c
421 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-animlib.o -MD -MP -MF $(DEPDIR)/libGame_a-animlib.Tpo -c -o libGame_a-animlib.o `test -f 'animlib.c' || echo '$(srcdir)/'`animlib.c
422 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-animlib.Tpo $(DEPDIR)/libGame_a-animlib.Po
423# $(AM_V_CC)source='animlib.c' object='libGame_a-animlib.o' libtool=no \
424# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
425# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-animlib.o `test -f 'animlib.c' || echo '$(srcdir)/'`animlib.c
426
427libGame_a-animlib.obj: animlib.c
428 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-animlib.obj -MD -MP -MF $(DEPDIR)/libGame_a-animlib.Tpo -c -o libGame_a-animlib.obj `if test -f 'animlib.c'; then $(CYGPATH_W) 'animlib.c'; else $(CYGPATH_W) '$(srcdir)/animlib.c'; fi`
429 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-animlib.Tpo $(DEPDIR)/libGame_a-animlib.Po
430# $(AM_V_CC)source='animlib.c' object='libGame_a-animlib.obj' libtool=no \
431# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
432# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-animlib.obj `if test -f 'animlib.c'; then $(CYGPATH_W) 'animlib.c'; else $(CYGPATH_W) '$(srcdir)/animlib.c'; fi`
433
434libGame_a-config.o: config.c
435 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-config.o -MD -MP -MF $(DEPDIR)/libGame_a-config.Tpo -c -o libGame_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
436 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-config.Tpo $(DEPDIR)/libGame_a-config.Po
437# $(AM_V_CC)source='config.c' object='libGame_a-config.o' libtool=no \
438# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
439# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
440
441libGame_a-config.obj: config.c
442 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-config.obj -MD -MP -MF $(DEPDIR)/libGame_a-config.Tpo -c -o libGame_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
443 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-config.Tpo $(DEPDIR)/libGame_a-config.Po
444# $(AM_V_CC)source='config.c' object='libGame_a-config.obj' libtool=no \
445# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
446# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
447
448libGame_a-console.o: console.c
449 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-console.o -MD -MP -MF $(DEPDIR)/libGame_a-console.Tpo -c -o libGame_a-console.o `test -f 'console.c' || echo '$(srcdir)/'`console.c
450 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-console.Tpo $(DEPDIR)/libGame_a-console.Po
451# $(AM_V_CC)source='console.c' object='libGame_a-console.o' libtool=no \
452# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
453# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-console.o `test -f 'console.c' || echo '$(srcdir)/'`console.c
454
455libGame_a-console.obj: console.c
456 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-console.obj -MD -MP -MF $(DEPDIR)/libGame_a-console.Tpo -c -o libGame_a-console.obj `if test -f 'console.c'; then $(CYGPATH_W) 'console.c'; else $(CYGPATH_W) '$(srcdir)/console.c'; fi`
457 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-console.Tpo $(DEPDIR)/libGame_a-console.Po
458# $(AM_V_CC)source='console.c' object='libGame_a-console.obj' libtool=no \
459# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
460# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-console.obj `if test -f 'console.c'; then $(CYGPATH_W) 'console.c'; else $(CYGPATH_W) '$(srcdir)/console.c'; fi`
461
462libGame_a-control.o: control.c
463 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-control.o -MD -MP -MF $(DEPDIR)/libGame_a-control.Tpo -c -o libGame_a-control.o `test -f 'control.c' || echo '$(srcdir)/'`control.c
464 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-control.Tpo $(DEPDIR)/libGame_a-control.Po
465# $(AM_V_CC)source='control.c' object='libGame_a-control.o' libtool=no \
466# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
467# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-control.o `test -f 'control.c' || echo '$(srcdir)/'`control.c
468
469libGame_a-control.obj: control.c
470 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-control.obj -MD -MP -MF $(DEPDIR)/libGame_a-control.Tpo -c -o libGame_a-control.obj `if test -f 'control.c'; then $(CYGPATH_W) 'control.c'; else $(CYGPATH_W) '$(srcdir)/control.c'; fi`
471 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-control.Tpo $(DEPDIR)/libGame_a-control.Po
472# $(AM_V_CC)source='control.c' object='libGame_a-control.obj' libtool=no \
473# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
474# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-control.obj `if test -f 'control.c'; then $(CYGPATH_W) 'control.c'; else $(CYGPATH_W) '$(srcdir)/control.c'; fi`
475
476libGame_a-cvar_defs.o: cvar_defs.c
477 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvar_defs.o -MD -MP -MF $(DEPDIR)/libGame_a-cvar_defs.Tpo -c -o libGame_a-cvar_defs.o `test -f 'cvar_defs.c' || echo '$(srcdir)/'`cvar_defs.c
478 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvar_defs.Tpo $(DEPDIR)/libGame_a-cvar_defs.Po
479# $(AM_V_CC)source='cvar_defs.c' object='libGame_a-cvar_defs.o' libtool=no \
480# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
481# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvar_defs.o `test -f 'cvar_defs.c' || echo '$(srcdir)/'`cvar_defs.c
482
483libGame_a-cvar_defs.obj: cvar_defs.c
484 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvar_defs.obj -MD -MP -MF $(DEPDIR)/libGame_a-cvar_defs.Tpo -c -o libGame_a-cvar_defs.obj `if test -f 'cvar_defs.c'; then $(CYGPATH_W) 'cvar_defs.c'; else $(CYGPATH_W) '$(srcdir)/cvar_defs.c'; fi`
485 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvar_defs.Tpo $(DEPDIR)/libGame_a-cvar_defs.Po
486# $(AM_V_CC)source='cvar_defs.c' object='libGame_a-cvar_defs.obj' libtool=no \
487# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
488# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvar_defs.obj `if test -f 'cvar_defs.c'; then $(CYGPATH_W) 'cvar_defs.c'; else $(CYGPATH_W) '$(srcdir)/cvar_defs.c'; fi`
489
490libGame_a-cvars.o: cvars.c
491 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvars.o -MD -MP -MF $(DEPDIR)/libGame_a-cvars.Tpo -c -o libGame_a-cvars.o `test -f 'cvars.c' || echo '$(srcdir)/'`cvars.c
492 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvars.Tpo $(DEPDIR)/libGame_a-cvars.Po
493# $(AM_V_CC)source='cvars.c' object='libGame_a-cvars.o' libtool=no \
494# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
495# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvars.o `test -f 'cvars.c' || echo '$(srcdir)/'`cvars.c
496
497libGame_a-cvars.obj: cvars.c
498 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvars.obj -MD -MP -MF $(DEPDIR)/libGame_a-cvars.Tpo -c -o libGame_a-cvars.obj `if test -f 'cvars.c'; then $(CYGPATH_W) 'cvars.c'; else $(CYGPATH_W) '$(srcdir)/cvars.c'; fi`
499 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvars.Tpo $(DEPDIR)/libGame_a-cvars.Po
500# $(AM_V_CC)source='cvars.c' object='libGame_a-cvars.obj' libtool=no \
501# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
502# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvars.obj `if test -f 'cvars.c'; then $(CYGPATH_W) 'cvars.c'; else $(CYGPATH_W) '$(srcdir)/cvars.c'; fi`
503
504libGame_a-dummy_audiolib.o: dummy_audiolib.c
505 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-dummy_audiolib.o -MD -MP -MF $(DEPDIR)/libGame_a-dummy_audiolib.Tpo -c -o libGame_a-dummy_audiolib.o `test -f 'dummy_audiolib.c' || echo '$(srcdir)/'`dummy_audiolib.c
506 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-dummy_audiolib.Tpo $(DEPDIR)/libGame_a-dummy_audiolib.Po
507# $(AM_V_CC)source='dummy_audiolib.c' object='libGame_a-dummy_audiolib.o' libtool=no \
508# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
509# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-dummy_audiolib.o `test -f 'dummy_audiolib.c' || echo '$(srcdir)/'`dummy_audiolib.c
510
511libGame_a-dummy_audiolib.obj: dummy_audiolib.c
512 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-dummy_audiolib.obj -MD -MP -MF $(DEPDIR)/libGame_a-dummy_audiolib.Tpo -c -o libGame_a-dummy_audiolib.obj `if test -f 'dummy_audiolib.c'; then $(CYGPATH_W) 'dummy_audiolib.c'; else $(CYGPATH_W) '$(srcdir)/dummy_audiolib.c'; fi`
513 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-dummy_audiolib.Tpo $(DEPDIR)/libGame_a-dummy_audiolib.Po
514# $(AM_V_CC)source='dummy_audiolib.c' object='libGame_a-dummy_audiolib.obj' libtool=no \
515# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
516# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-dummy_audiolib.obj `if test -f 'dummy_audiolib.c'; then $(CYGPATH_W) 'dummy_audiolib.c'; else $(CYGPATH_W) '$(srcdir)/dummy_audiolib.c'; fi`
517
518libGame_a-game.o: game.c
519 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-game.o -MD -MP -MF $(DEPDIR)/libGame_a-game.Tpo -c -o libGame_a-game.o `test -f 'game.c' || echo '$(srcdir)/'`game.c
520 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-game.Tpo $(DEPDIR)/libGame_a-game.Po
521# $(AM_V_CC)source='game.c' object='libGame_a-game.o' libtool=no \
522# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
523# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-game.o `test -f 'game.c' || echo '$(srcdir)/'`game.c
524
525libGame_a-game.obj: game.c
526 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-game.obj -MD -MP -MF $(DEPDIR)/libGame_a-game.Tpo -c -o libGame_a-game.obj `if test -f 'game.c'; then $(CYGPATH_W) 'game.c'; else $(CYGPATH_W) '$(srcdir)/game.c'; fi`
527 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-game.Tpo $(DEPDIR)/libGame_a-game.Po
528# $(AM_V_CC)source='game.c' object='libGame_a-game.obj' libtool=no \
529# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
530# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-game.obj `if test -f 'game.c'; then $(CYGPATH_W) 'game.c'; else $(CYGPATH_W) '$(srcdir)/game.c'; fi`
531
532libGame_a-gamedef.o: gamedef.c
533 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-gamedef.o -MD -MP -MF $(DEPDIR)/libGame_a-gamedef.Tpo -c -o libGame_a-gamedef.o `test -f 'gamedef.c' || echo '$(srcdir)/'`gamedef.c
534 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-gamedef.Tpo $(DEPDIR)/libGame_a-gamedef.Po
535# $(AM_V_CC)source='gamedef.c' object='libGame_a-gamedef.o' libtool=no \
536# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
537# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-gamedef.o `test -f 'gamedef.c' || echo '$(srcdir)/'`gamedef.c
538
539libGame_a-gamedef.obj: gamedef.c
540 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-gamedef.obj -MD -MP -MF $(DEPDIR)/libGame_a-gamedef.Tpo -c -o libGame_a-gamedef.obj `if test -f 'gamedef.c'; then $(CYGPATH_W) 'gamedef.c'; else $(CYGPATH_W) '$(srcdir)/gamedef.c'; fi`
541 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-gamedef.Tpo $(DEPDIR)/libGame_a-gamedef.Po
542# $(AM_V_CC)source='gamedef.c' object='libGame_a-gamedef.obj' libtool=no \
543# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
544# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-gamedef.obj `if test -f 'gamedef.c'; then $(CYGPATH_W) 'gamedef.c'; else $(CYGPATH_W) '$(srcdir)/gamedef.c'; fi`
545
546libGame_a-global.o: global.c
547 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-global.o -MD -MP -MF $(DEPDIR)/libGame_a-global.Tpo -c -o libGame_a-global.o `test -f 'global.c' || echo '$(srcdir)/'`global.c
548 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-global.Tpo $(DEPDIR)/libGame_a-global.Po
549# $(AM_V_CC)source='global.c' object='libGame_a-global.o' libtool=no \
550# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
551# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-global.o `test -f 'global.c' || echo '$(srcdir)/'`global.c
552
553libGame_a-global.obj: global.c
554 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-global.obj -MD -MP -MF $(DEPDIR)/libGame_a-global.Tpo -c -o libGame_a-global.obj `if test -f 'global.c'; then $(CYGPATH_W) 'global.c'; else $(CYGPATH_W) '$(srcdir)/global.c'; fi`
555 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-global.Tpo $(DEPDIR)/libGame_a-global.Po
556# $(AM_V_CC)source='global.c' object='libGame_a-global.obj' libtool=no \
557# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
558# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-global.obj `if test -f 'global.c'; then $(CYGPATH_W) 'global.c'; else $(CYGPATH_W) '$(srcdir)/global.c'; fi`
559
560libGame_a-keyboard.o: keyboard.c
561 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-keyboard.o -MD -MP -MF $(DEPDIR)/libGame_a-keyboard.Tpo -c -o libGame_a-keyboard.o `test -f 'keyboard.c' || echo '$(srcdir)/'`keyboard.c
562 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-keyboard.Tpo $(DEPDIR)/libGame_a-keyboard.Po
563# $(AM_V_CC)source='keyboard.c' object='libGame_a-keyboard.o' libtool=no \
564# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
565# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-keyboard.o `test -f 'keyboard.c' || echo '$(srcdir)/'`keyboard.c
566
567libGame_a-keyboard.obj: keyboard.c
568 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-keyboard.obj -MD -MP -MF $(DEPDIR)/libGame_a-keyboard.Tpo -c -o libGame_a-keyboard.obj `if test -f 'keyboard.c'; then $(CYGPATH_W) 'keyboard.c'; else $(CYGPATH_W) '$(srcdir)/keyboard.c'; fi`
569 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-keyboard.Tpo $(DEPDIR)/libGame_a-keyboard.Po
570# $(AM_V_CC)source='keyboard.c' object='libGame_a-keyboard.obj' libtool=no \
571# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
572# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-keyboard.obj `if test -f 'keyboard.c'; then $(CYGPATH_W) 'keyboard.c'; else $(CYGPATH_W) '$(srcdir)/keyboard.c'; fi`
573
574libGame_a-menues.o: menues.c
575 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-menues.o -MD -MP -MF $(DEPDIR)/libGame_a-menues.Tpo -c -o libGame_a-menues.o `test -f 'menues.c' || echo '$(srcdir)/'`menues.c
576 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-menues.Tpo $(DEPDIR)/libGame_a-menues.Po
577# $(AM_V_CC)source='menues.c' object='libGame_a-menues.o' libtool=no \
578# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
579# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-menues.o `test -f 'menues.c' || echo '$(srcdir)/'`menues.c
580
581libGame_a-menues.obj: menues.c
582 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-menues.obj -MD -MP -MF $(DEPDIR)/libGame_a-menues.Tpo -c -o libGame_a-menues.obj `if test -f 'menues.c'; then $(CYGPATH_W) 'menues.c'; else $(CYGPATH_W) '$(srcdir)/menues.c'; fi`
583 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-menues.Tpo $(DEPDIR)/libGame_a-menues.Po
584# $(AM_V_CC)source='menues.c' object='libGame_a-menues.obj' libtool=no \
585# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
586# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-menues.obj `if test -f 'menues.c'; then $(CYGPATH_W) 'menues.c'; else $(CYGPATH_W) '$(srcdir)/menues.c'; fi`
587
588libGame_a-player.o: player.c
589 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-player.o -MD -MP -MF $(DEPDIR)/libGame_a-player.Tpo -c -o libGame_a-player.o `test -f 'player.c' || echo '$(srcdir)/'`player.c
590 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-player.Tpo $(DEPDIR)/libGame_a-player.Po
591# $(AM_V_CC)source='player.c' object='libGame_a-player.o' libtool=no \
592# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
593# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-player.o `test -f 'player.c' || echo '$(srcdir)/'`player.c
594
595libGame_a-player.obj: player.c
596 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-player.obj -MD -MP -MF $(DEPDIR)/libGame_a-player.Tpo -c -o libGame_a-player.obj `if test -f 'player.c'; then $(CYGPATH_W) 'player.c'; else $(CYGPATH_W) '$(srcdir)/player.c'; fi`
597 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-player.Tpo $(DEPDIR)/libGame_a-player.Po
598# $(AM_V_CC)source='player.c' object='libGame_a-player.obj' libtool=no \
599# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
600# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-player.obj `if test -f 'player.c'; then $(CYGPATH_W) 'player.c'; else $(CYGPATH_W) '$(srcdir)/player.c'; fi`
601
602libGame_a-rts.o: rts.c
603 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-rts.o -MD -MP -MF $(DEPDIR)/libGame_a-rts.Tpo -c -o libGame_a-rts.o `test -f 'rts.c' || echo '$(srcdir)/'`rts.c
604 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-rts.Tpo $(DEPDIR)/libGame_a-rts.Po
605# $(AM_V_CC)source='rts.c' object='libGame_a-rts.o' libtool=no \
606# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
607# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-rts.o `test -f 'rts.c' || echo '$(srcdir)/'`rts.c
608
609libGame_a-rts.obj: rts.c
610 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-rts.obj -MD -MP -MF $(DEPDIR)/libGame_a-rts.Tpo -c -o libGame_a-rts.obj `if test -f 'rts.c'; then $(CYGPATH_W) 'rts.c'; else $(CYGPATH_W) '$(srcdir)/rts.c'; fi`
611 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-rts.Tpo $(DEPDIR)/libGame_a-rts.Po
612# $(AM_V_CC)source='rts.c' object='libGame_a-rts.obj' libtool=no \
613# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
614# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-rts.obj `if test -f 'rts.c'; then $(CYGPATH_W) 'rts.c'; else $(CYGPATH_W) '$(srcdir)/rts.c'; fi`
615
616libGame_a-scriplib.o: scriplib.c
617 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-scriplib.o -MD -MP -MF $(DEPDIR)/libGame_a-scriplib.Tpo -c -o libGame_a-scriplib.o `test -f 'scriplib.c' || echo '$(srcdir)/'`scriplib.c
618 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-scriplib.Tpo $(DEPDIR)/libGame_a-scriplib.Po
619# $(AM_V_CC)source='scriplib.c' object='libGame_a-scriplib.o' libtool=no \
620# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
621# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-scriplib.o `test -f 'scriplib.c' || echo '$(srcdir)/'`scriplib.c
622
623libGame_a-scriplib.obj: scriplib.c
624 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-scriplib.obj -MD -MP -MF $(DEPDIR)/libGame_a-scriplib.Tpo -c -o libGame_a-scriplib.obj `if test -f 'scriplib.c'; then $(CYGPATH_W) 'scriplib.c'; else $(CYGPATH_W) '$(srcdir)/scriplib.c'; fi`
625 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-scriplib.Tpo $(DEPDIR)/libGame_a-scriplib.Po
626# $(AM_V_CC)source='scriplib.c' object='libGame_a-scriplib.obj' libtool=no \
627# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
628# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-scriplib.obj `if test -f 'scriplib.c'; then $(CYGPATH_W) 'scriplib.c'; else $(CYGPATH_W) '$(srcdir)/scriplib.c'; fi`
629
630libGame_a-sector.o: sector.c
631 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sector.o -MD -MP -MF $(DEPDIR)/libGame_a-sector.Tpo -c -o libGame_a-sector.o `test -f 'sector.c' || echo '$(srcdir)/'`sector.c
632 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sector.Tpo $(DEPDIR)/libGame_a-sector.Po
633# $(AM_V_CC)source='sector.c' object='libGame_a-sector.o' libtool=no \
634# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
635# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sector.o `test -f 'sector.c' || echo '$(srcdir)/'`sector.c
636
637libGame_a-sector.obj: sector.c
638 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sector.obj -MD -MP -MF $(DEPDIR)/libGame_a-sector.Tpo -c -o libGame_a-sector.obj `if test -f 'sector.c'; then $(CYGPATH_W) 'sector.c'; else $(CYGPATH_W) '$(srcdir)/sector.c'; fi`
639 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sector.Tpo $(DEPDIR)/libGame_a-sector.Po
640# $(AM_V_CC)source='sector.c' object='libGame_a-sector.obj' libtool=no \
641# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
642# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sector.obj `if test -f 'sector.c'; then $(CYGPATH_W) 'sector.c'; else $(CYGPATH_W) '$(srcdir)/sector.c'; fi`
643
644libGame_a-sounds.o: sounds.c
645 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sounds.o -MD -MP -MF $(DEPDIR)/libGame_a-sounds.Tpo -c -o libGame_a-sounds.o `test -f 'sounds.c' || echo '$(srcdir)/'`sounds.c
646 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sounds.Tpo $(DEPDIR)/libGame_a-sounds.Po
647# $(AM_V_CC)source='sounds.c' object='libGame_a-sounds.o' libtool=no \
648# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
649# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sounds.o `test -f 'sounds.c' || echo '$(srcdir)/'`sounds.c
650
651libGame_a-sounds.obj: sounds.c
652 $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sounds.obj -MD -MP -MF $(DEPDIR)/libGame_a-sounds.Tpo -c -o libGame_a-sounds.obj `if test -f 'sounds.c'; then $(CYGPATH_W) 'sounds.c'; else $(CYGPATH_W) '$(srcdir)/sounds.c'; fi`
653 $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sounds.Tpo $(DEPDIR)/libGame_a-sounds.Po
654# $(AM_V_CC)source='sounds.c' object='libGame_a-sounds.obj' libtool=no \
655# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
656# $(AM_V_CC_no)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sounds.obj `if test -f 'sounds.c'; then $(CYGPATH_W) 'sounds.c'; else $(CYGPATH_W) '$(srcdir)/sounds.c'; fi`
657
658# This directory's subdirectories are mostly independent; you can cd
659# into them and run 'make' without going through this Makefile.
660# To change the values of 'make' variables: instead of editing Makefiles,
661# (1) if the variable is set in 'config.status', edit 'config.status'
662# (which will cause the Makefiles to be regenerated when you run 'make');
663# (2) otherwise, pass the desired values on the 'make' command line.
664$(am__recursive_targets):
665 @fail=; \
666 if $(am__make_keepgoing); then \
667 failcom='fail=yes'; \
668 else \
669 failcom='exit 1'; \
670 fi; \
671 dot_seen=no; \
672 target=`echo $@ | sed s/-recursive//`; \
673 case "$@" in \
674 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
675 *) list='$(SUBDIRS)' ;; \
676 esac; \
677 for subdir in $$list; do \
678 echo "Making $$target in $$subdir"; \
679 if test "$$subdir" = "."; then \
680 dot_seen=yes; \
681 local_target="$$target-am"; \
682 else \
683 local_target="$$target"; \
684 fi; \
685 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
686 || eval $$failcom; \
687 done; \
688 if test "$$dot_seen" = "no"; then \
689 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
690 fi; test -z "$$fail"
691
692ID: $(am__tagged_files)
693 $(am__define_uniq_tagged_files); mkid -fID $$unique
694tags: tags-recursive
695TAGS: tags
696
697tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
698 set x; \
699 here=`pwd`; \
700 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
701 include_option=--etags-include; \
702 empty_fix=.; \
703 else \
704 include_option=--include; \
705 empty_fix=; \
706 fi; \
707 list='$(SUBDIRS)'; for subdir in $$list; do \
708 if test "$$subdir" = .; then :; else \
709 test ! -f $$subdir/TAGS || \
710 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
711 fi; \
712 done; \
713 $(am__define_uniq_tagged_files); \
714 shift; \
715 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
716 test -n "$$unique" || unique=$$empty_fix; \
717 if test $$# -gt 0; then \
718 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
719 "$$@" $$unique; \
720 else \
721 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
722 $$unique; \
723 fi; \
724 fi
725ctags: ctags-recursive
726
727CTAGS: ctags
728ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
729 $(am__define_uniq_tagged_files); \
730 test -z "$(CTAGS_ARGS)$$unique" \
731 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
732 $$unique
733
734GTAGS:
735 here=`$(am__cd) $(top_builddir) && pwd` \
736 && $(am__cd) $(top_srcdir) \
737 && gtags -i $(GTAGS_ARGS) "$$here"
738cscopelist: cscopelist-recursive
739
740cscopelist-am: $(am__tagged_files)
741 list='$(am__tagged_files)'; \
742 case "$(srcdir)" in \
743 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
744 *) sdir=$(subdir)/$(srcdir) ;; \
745 esac; \
746 for i in $$list; do \
747 if test -f "$$i"; then \
748 echo "$(subdir)/$$i"; \
749 else \
750 echo "$$sdir/$$i"; \
751 fi; \
752 done >> $(top_builddir)/cscope.files
753
754distclean-tags:
755 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
756
757distdir: $(DISTFILES)
758 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
759 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
760 list='$(DISTFILES)'; \
761 dist_files=`for file in $$list; do echo $$file; done | \
762 sed -e "s|^$$srcdirstrip/||;t" \
763 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
764 case $$dist_files in \
765 */*) $(MKDIR_P) `echo "$$dist_files" | \
766 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
767 sort -u` ;; \
768 esac; \
769 for file in $$dist_files; do \
770 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
771 if test -d $$d/$$file; then \
772 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
773 if test -d "$(distdir)/$$file"; then \
774 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
775 fi; \
776 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
777 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
778 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
779 fi; \
780 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
781 else \
782 test -f "$(distdir)/$$file" \
783 || cp -p $$d/$$file "$(distdir)/$$file" \
784 || exit 1; \
785 fi; \
786 done
787 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
788 if test "$$subdir" = .; then :; else \
789 $(am__make_dryrun) \
790 || test -d "$(distdir)/$$subdir" \
791 || $(MKDIR_P) "$(distdir)/$$subdir" \
792 || exit 1; \
793 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
794 $(am__relativize); \
795 new_distdir=$$reldir; \
796 dir1=$$subdir; dir2="$(top_distdir)"; \
797 $(am__relativize); \
798 new_top_distdir=$$reldir; \
799 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
800 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
801 ($(am__cd) $$subdir && \
802 $(MAKE) $(AM_MAKEFLAGS) \
803 top_distdir="$$new_top_distdir" \
804 distdir="$$new_distdir" \
805 am__remove_distdir=: \
806 am__skip_length_check=: \
807 am__skip_mode_fix=: \
808 distdir) \
809 || exit 1; \
810 fi; \
811 done
812check-am: all-am
813check: check-recursive
814all-am: Makefile $(LIBRARIES)
815installdirs: installdirs-recursive
816installdirs-am:
817install: install-recursive
818install-exec: install-exec-recursive
819install-data: install-data-recursive
820uninstall: uninstall-recursive
821
822install-am: all-am
823 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
824
825installcheck: installcheck-recursive
826install-strip:
827 if test -z '$(STRIP)'; then \
828 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
829 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
830 install; \
831 else \
832 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
833 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
834 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
835 fi
836mostlyclean-generic:
837
838clean-generic:
839
840distclean-generic:
841 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
842 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
843
844maintainer-clean-generic:
845 @echo "This command is intended for maintainers to use"
846 @echo "it deletes files that may require special tools to rebuild."
847clean: clean-recursive
848
849clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
850
851distclean: distclean-recursive
852 -rm -rf ./$(DEPDIR)
853 -rm -f Makefile
854distclean-am: clean-am distclean-compile distclean-generic \
855 distclean-tags
856
857dvi: dvi-recursive
858
859dvi-am:
860
861html: html-recursive
862
863html-am:
864
865info: info-recursive
866
867info-am:
868
869install-data-am:
870
871install-dvi: install-dvi-recursive
872
873install-dvi-am:
874
875install-exec-am:
876
877install-html: install-html-recursive
878
879install-html-am:
880
881install-info: install-info-recursive
882
883install-info-am:
884
885install-man:
886
887install-pdf: install-pdf-recursive
888
889install-pdf-am:
890
891install-ps: install-ps-recursive
892
893install-ps-am:
894
895installcheck-am:
896
897maintainer-clean: maintainer-clean-recursive
898 -rm -rf ./$(DEPDIR)
899 -rm -f Makefile
900maintainer-clean-am: distclean-am maintainer-clean-generic
901
902mostlyclean: mostlyclean-recursive
903
904mostlyclean-am: mostlyclean-compile mostlyclean-generic
905
906pdf: pdf-recursive
907
908pdf-am:
909
910ps: ps-recursive
911
912ps-am:
913
914uninstall-am:
915
916.MAKE: $(am__recursive_targets) install-am install-strip
917
918.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
919 check-am clean clean-generic clean-noinstLIBRARIES \
920 cscopelist-am ctags ctags-am distclean distclean-compile \
921 distclean-generic distclean-tags distdir dvi dvi-am html \
922 html-am info info-am install install-am install-data \
923 install-data-am install-dvi install-dvi-am install-exec \
924 install-exec-am install-html install-html-am install-info \
925 install-info-am install-man install-pdf install-pdf-am \
926 install-ps install-ps-am install-strip installcheck \
927 installcheck-am installdirs installdirs-am maintainer-clean \
928 maintainer-clean-generic mostlyclean mostlyclean-compile \
929 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
930 uninstall-am
931
932.PRECIOUS: Makefile
933
934
935# Starting a new game will lead to a crash if premap.o was built with -O1/-O2/-O3,
936# that's why we're compiling it seperately with -O0
937premap.o: premap.c
938 $(AM_V_CC)$(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -I$(top_srcdir)/Engine/src -O0 -c $^ -o $@
939
940# Tell versions [3.59,3.63) of GNU make to not export all variables.
941# Otherwise a system limit (for SysV at least) may be exceeded.
942.NOEXPORT:
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/Makefile.am b/apps/plugins/sdl/progs/duke3d/Game/src/Makefile.am
deleted file mode 100644
index 78af7efb8d..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Game/src/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
1SUBDIRS = audiolib midi
2
3noinst_LIBRARIES = libGame.a
4
5libGame_a_SOURCES = \
6 actors.c animlib.c config.c console.c control.c cvar_defs.c cvars.c dummy_audiolib.c game.c \
7 gamedef.c global.c keyboard.c menues.c player.c rts.c scriplib.c sector.c sounds.c
8libGame_a_LIBADD = premap.o
9libGame_a_CFLAGS = -I$(top_srcdir)/Engine/src
10
11# Starting a new game will lead to a crash if premap.o was built with -O1/-O2/-O3,
12# that's why we're compiling it seperately with -O0
13premap.o: premap.c
14 $(AM_V_CC)$(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -I$(top_srcdir)/Engine/src -O0 -c $^ -o $@
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/Makefile.in b/apps/plugins/sdl/progs/duke3d/Game/src/Makefile.in
deleted file mode 100644
index 8da6d6e357..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Game/src/Makefile.in
+++ /dev/null
@@ -1,942 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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 = :
89subdir = Game/src
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98LIBRARIES = $(noinst_LIBRARIES)
99AR = ar
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_@AM_V@)
102am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
103am__v_AR_0 = @echo " AR " $@;
104am__v_AR_1 =
105libGame_a_AR = $(AR) $(ARFLAGS)
106libGame_a_DEPENDENCIES = premap.o
107am_libGame_a_OBJECTS = libGame_a-actors.$(OBJEXT) \
108 libGame_a-animlib.$(OBJEXT) libGame_a-config.$(OBJEXT) \
109 libGame_a-console.$(OBJEXT) libGame_a-control.$(OBJEXT) \
110 libGame_a-cvar_defs.$(OBJEXT) libGame_a-cvars.$(OBJEXT) \
111 libGame_a-dummy_audiolib.$(OBJEXT) libGame_a-game.$(OBJEXT) \
112 libGame_a-gamedef.$(OBJEXT) libGame_a-global.$(OBJEXT) \
113 libGame_a-keyboard.$(OBJEXT) libGame_a-menues.$(OBJEXT) \
114 libGame_a-player.$(OBJEXT) libGame_a-rts.$(OBJEXT) \
115 libGame_a-scriplib.$(OBJEXT) libGame_a-sector.$(OBJEXT) \
116 libGame_a-sounds.$(OBJEXT)
117libGame_a_OBJECTS = $(am_libGame_a_OBJECTS)
118AM_V_P = $(am__v_P_@AM_V@)
119am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
120am__v_P_0 = false
121am__v_P_1 = :
122AM_V_GEN = $(am__v_GEN_@AM_V@)
123am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
124am__v_GEN_0 = @echo " GEN " $@;
125am__v_GEN_1 =
126AM_V_at = $(am__v_at_@AM_V@)
127am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
128am__v_at_0 = @
129am__v_at_1 =
130DEFAULT_INCLUDES = -I.@am__isrc@
131depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
132am__depfiles_maybe = depfiles
133am__mv = mv -f
134AM_V_lt = $(am__v_lt_@AM_V@)
135am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
136am__v_lt_0 = --silent
137am__v_lt_1 =
138COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
139 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
140AM_V_CC = $(am__v_CC_@AM_V@)
141am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142am__v_CC_0 = @echo " CC " $@;
143am__v_CC_1 =
144CCLD = $(CC)
145LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
146AM_V_CCLD = $(am__v_CCLD_@AM_V@)
147am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
148am__v_CCLD_0 = @echo " CCLD " $@;
149am__v_CCLD_1 =
150SOURCES = $(libGame_a_SOURCES)
151DIST_SOURCES = $(libGame_a_SOURCES)
152RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
153 ctags-recursive dvi-recursive html-recursive info-recursive \
154 install-data-recursive install-dvi-recursive \
155 install-exec-recursive install-html-recursive \
156 install-info-recursive install-pdf-recursive \
157 install-ps-recursive install-recursive installcheck-recursive \
158 installdirs-recursive pdf-recursive ps-recursive \
159 tags-recursive uninstall-recursive
160am__can_run_installinfo = \
161 case $$AM_UPDATE_INFO_DIR in \
162 n|no|NO) false;; \
163 *) (install-info --version) >/dev/null 2>&1;; \
164 esac
165RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
166 distclean-recursive maintainer-clean-recursive
167am__recursive_targets = \
168 $(RECURSIVE_TARGETS) \
169 $(RECURSIVE_CLEAN_TARGETS) \
170 $(am__extra_recursive_targets)
171AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
172 distdir
173am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174# Read a list of newline-separated strings from the standard input,
175# and print each of them once, without duplicates. Input order is
176# *not* preserved.
177am__uniquify_input = $(AWK) '\
178 BEGIN { nonempty = 0; } \
179 { items[$$0] = 1; nonempty = 1; } \
180 END { if (nonempty) { for (i in items) print i; }; } \
181'
182# Make sure the list of sources is unique. This is necessary because,
183# e.g., the same source file might be shared among _SOURCES variables
184# for different programs/libraries.
185am__define_uniq_tagged_files = \
186 list='$(am__tagged_files)'; \
187 unique=`for i in $$list; do \
188 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189 done | $(am__uniquify_input)`
190ETAGS = etags
191CTAGS = ctags
192DIST_SUBDIRS = $(SUBDIRS)
193am__DIST_COMMON = $(srcdir)/Makefile.in \
194 $(top_srcdir)/build-aux/depcomp
195DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
196am__relativize = \
197 dir0=`pwd`; \
198 sed_first='s,^\([^/]*\)/.*$$,\1,'; \
199 sed_rest='s,^[^/]*/*,,'; \
200 sed_last='s,^.*/\([^/]*\)$$,\1,'; \
201 sed_butlast='s,/*[^/]*$$,,'; \
202 while test -n "$$dir1"; do \
203 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
204 if test "$$first" != "."; then \
205 if test "$$first" = ".."; then \
206 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
207 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
208 else \
209 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
210 if test "$$first2" = "$$first"; then \
211 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
212 else \
213 dir2="../$$dir2"; \
214 fi; \
215 dir0="$$dir0"/"$$first"; \
216 fi; \
217 fi; \
218 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
219 done; \
220 reldir="$$dir2"
221ACLOCAL = @ACLOCAL@
222AMTAR = @AMTAR@
223AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
224AUTOCONF = @AUTOCONF@
225AUTOHEADER = @AUTOHEADER@
226AUTOMAKE = @AUTOMAKE@
227AWK = @AWK@
228CC = @CC@
229CCDEPMODE = @CCDEPMODE@
230CFLAGS = @CFLAGS@
231CPP = @CPP@
232CPPFLAGS = @CPPFLAGS@
233CYGPATH_W = @CYGPATH_W@
234DEFS = @DEFS@
235DEPDIR = @DEPDIR@
236ECHO_C = @ECHO_C@
237ECHO_N = @ECHO_N@
238ECHO_T = @ECHO_T@
239EGREP = @EGREP@
240EXEEXT = @EXEEXT@
241GREP = @GREP@
242INSTALL = @INSTALL@
243INSTALL_DATA = @INSTALL_DATA@
244INSTALL_PROGRAM = @INSTALL_PROGRAM@
245INSTALL_SCRIPT = @INSTALL_SCRIPT@
246INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
247LDFLAGS = @LDFLAGS@
248LIBOBJS = @LIBOBJS@
249LIBS = @LIBS@
250LTLIBOBJS = @LTLIBOBJS@
251MAKEINFO = @MAKEINFO@
252MKDIR_P = @MKDIR_P@
253OBJEXT = @OBJEXT@
254PACKAGE = @PACKAGE@
255PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
256PACKAGE_NAME = @PACKAGE_NAME@
257PACKAGE_STRING = @PACKAGE_STRING@
258PACKAGE_TARNAME = @PACKAGE_TARNAME@
259PACKAGE_URL = @PACKAGE_URL@
260PACKAGE_VERSION = @PACKAGE_VERSION@
261PATH_SEPARATOR = @PATH_SEPARATOR@
262PKG_CONFIG = @PKG_CONFIG@
263PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
264PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
265RANLIB = @RANLIB@
266SDL_CFLAGS = @SDL_CFLAGS@
267SDL_LIBS = @SDL_LIBS@
268SDL_MIXER_CFLAGS = @SDL_MIXER_CFLAGS@
269SDL_MIXER_LIBS = @SDL_MIXER_LIBS@
270SET_MAKE = @SET_MAKE@
271SHELL = @SHELL@
272STRIP = @STRIP@
273VERSION = @VERSION@
274WINDRES = @WINDRES@
275abs_builddir = @abs_builddir@
276abs_srcdir = @abs_srcdir@
277abs_top_builddir = @abs_top_builddir@
278abs_top_srcdir = @abs_top_srcdir@
279ac_ct_CC = @ac_ct_CC@
280am__include = @am__include@
281am__leading_dot = @am__leading_dot@
282am__quote = @am__quote@
283am__tar = @am__tar@
284am__untar = @am__untar@
285bindir = @bindir@
286build_alias = @build_alias@
287builddir = @builddir@
288datadir = @datadir@
289datarootdir = @datarootdir@
290docdir = @docdir@
291dvidir = @dvidir@
292exec_prefix = @exec_prefix@
293host_alias = @host_alias@
294htmldir = @htmldir@
295includedir = @includedir@
296infodir = @infodir@
297install_sh = @install_sh@
298libdir = @libdir@
299libexecdir = @libexecdir@
300localedir = @localedir@
301localstatedir = @localstatedir@
302mandir = @mandir@
303mkdir_p = @mkdir_p@
304oldincludedir = @oldincludedir@
305pdfdir = @pdfdir@
306prefix = @prefix@
307program_transform_name = @program_transform_name@
308psdir = @psdir@
309sbindir = @sbindir@
310sharedstatedir = @sharedstatedir@
311srcdir = @srcdir@
312sysconfdir = @sysconfdir@
313target_alias = @target_alias@
314top_build_prefix = @top_build_prefix@
315top_builddir = @top_builddir@
316top_srcdir = @top_srcdir@
317SUBDIRS = audiolib midi
318noinst_LIBRARIES = libGame.a
319libGame_a_SOURCES = \
320 actors.c animlib.c config.c console.c control.c cvar_defs.c cvars.c dummy_audiolib.c game.c \
321 gamedef.c global.c keyboard.c menues.c player.c rts.c scriplib.c sector.c sounds.c
322
323libGame_a_LIBADD = premap.o
324libGame_a_CFLAGS = -I$(top_srcdir)/Engine/src
325all: all-recursive
326
327.SUFFIXES:
328.SUFFIXES: .c .o .obj
329$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
330 @for dep in $?; do \
331 case '$(am__configure_deps)' in \
332 *$$dep*) \
333 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
334 && { if test -f $@; then exit 0; else break; fi; }; \
335 exit 1;; \
336 esac; \
337 done; \
338 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Game/src/Makefile'; \
339 $(am__cd) $(top_srcdir) && \
340 $(AUTOMAKE) --foreign Game/src/Makefile
341Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
342 @case '$?' in \
343 *config.status*) \
344 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
345 *) \
346 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
347 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
348 esac;
349
350$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
351 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
353$(top_srcdir)/configure: $(am__configure_deps)
354 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
355$(ACLOCAL_M4): $(am__aclocal_m4_deps)
356 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357$(am__aclocal_m4_deps):
358
359clean-noinstLIBRARIES:
360 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
361
362libGame.a: $(libGame_a_OBJECTS) $(libGame_a_DEPENDENCIES) $(EXTRA_libGame_a_DEPENDENCIES)
363 $(AM_V_at)-rm -f libGame.a
364 $(AM_V_AR)$(libGame_a_AR) libGame.a $(libGame_a_OBJECTS) $(libGame_a_LIBADD)
365 $(AM_V_at)$(RANLIB) libGame.a
366
367mostlyclean-compile:
368 -rm -f *.$(OBJEXT)
369
370distclean-compile:
371 -rm -f *.tab.c
372
373@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-actors.Po@am__quote@
374@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-animlib.Po@am__quote@
375@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-config.Po@am__quote@
376@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-console.Po@am__quote@
377@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-control.Po@am__quote@
378@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-cvar_defs.Po@am__quote@
379@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-cvars.Po@am__quote@
380@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-dummy_audiolib.Po@am__quote@
381@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-game.Po@am__quote@
382@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-gamedef.Po@am__quote@
383@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-global.Po@am__quote@
384@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-keyboard.Po@am__quote@
385@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-menues.Po@am__quote@
386@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-player.Po@am__quote@
387@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-rts.Po@am__quote@
388@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-scriplib.Po@am__quote@
389@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-sector.Po@am__quote@
390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libGame_a-sounds.Po@am__quote@
391
392.c.o:
393@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
394@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
395@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
396@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
397@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
398
399.c.obj:
400@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
401@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
402@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
403@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
404@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
405
406libGame_a-actors.o: actors.c
407@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-actors.o -MD -MP -MF $(DEPDIR)/libGame_a-actors.Tpo -c -o libGame_a-actors.o `test -f 'actors.c' || echo '$(srcdir)/'`actors.c
408@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-actors.Tpo $(DEPDIR)/libGame_a-actors.Po
409@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='actors.c' object='libGame_a-actors.o' libtool=no @AMDEPBACKSLASH@
410@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
411@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-actors.o `test -f 'actors.c' || echo '$(srcdir)/'`actors.c
412
413libGame_a-actors.obj: actors.c
414@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-actors.obj -MD -MP -MF $(DEPDIR)/libGame_a-actors.Tpo -c -o libGame_a-actors.obj `if test -f 'actors.c'; then $(CYGPATH_W) 'actors.c'; else $(CYGPATH_W) '$(srcdir)/actors.c'; fi`
415@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-actors.Tpo $(DEPDIR)/libGame_a-actors.Po
416@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='actors.c' object='libGame_a-actors.obj' libtool=no @AMDEPBACKSLASH@
417@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
418@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-actors.obj `if test -f 'actors.c'; then $(CYGPATH_W) 'actors.c'; else $(CYGPATH_W) '$(srcdir)/actors.c'; fi`
419
420libGame_a-animlib.o: animlib.c
421@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-animlib.o -MD -MP -MF $(DEPDIR)/libGame_a-animlib.Tpo -c -o libGame_a-animlib.o `test -f 'animlib.c' || echo '$(srcdir)/'`animlib.c
422@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-animlib.Tpo $(DEPDIR)/libGame_a-animlib.Po
423@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='animlib.c' object='libGame_a-animlib.o' libtool=no @AMDEPBACKSLASH@
424@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
425@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-animlib.o `test -f 'animlib.c' || echo '$(srcdir)/'`animlib.c
426
427libGame_a-animlib.obj: animlib.c
428@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-animlib.obj -MD -MP -MF $(DEPDIR)/libGame_a-animlib.Tpo -c -o libGame_a-animlib.obj `if test -f 'animlib.c'; then $(CYGPATH_W) 'animlib.c'; else $(CYGPATH_W) '$(srcdir)/animlib.c'; fi`
429@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-animlib.Tpo $(DEPDIR)/libGame_a-animlib.Po
430@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='animlib.c' object='libGame_a-animlib.obj' libtool=no @AMDEPBACKSLASH@
431@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
432@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-animlib.obj `if test -f 'animlib.c'; then $(CYGPATH_W) 'animlib.c'; else $(CYGPATH_W) '$(srcdir)/animlib.c'; fi`
433
434libGame_a-config.o: config.c
435@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-config.o -MD -MP -MF $(DEPDIR)/libGame_a-config.Tpo -c -o libGame_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
436@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-config.Tpo $(DEPDIR)/libGame_a-config.Po
437@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='config.c' object='libGame_a-config.o' libtool=no @AMDEPBACKSLASH@
438@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
439@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-config.o `test -f 'config.c' || echo '$(srcdir)/'`config.c
440
441libGame_a-config.obj: config.c
442@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-config.obj -MD -MP -MF $(DEPDIR)/libGame_a-config.Tpo -c -o libGame_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
443@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-config.Tpo $(DEPDIR)/libGame_a-config.Po
444@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='config.c' object='libGame_a-config.obj' libtool=no @AMDEPBACKSLASH@
445@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
446@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-config.obj `if test -f 'config.c'; then $(CYGPATH_W) 'config.c'; else $(CYGPATH_W) '$(srcdir)/config.c'; fi`
447
448libGame_a-console.o: console.c
449@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-console.o -MD -MP -MF $(DEPDIR)/libGame_a-console.Tpo -c -o libGame_a-console.o `test -f 'console.c' || echo '$(srcdir)/'`console.c
450@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-console.Tpo $(DEPDIR)/libGame_a-console.Po
451@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='console.c' object='libGame_a-console.o' libtool=no @AMDEPBACKSLASH@
452@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
453@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-console.o `test -f 'console.c' || echo '$(srcdir)/'`console.c
454
455libGame_a-console.obj: console.c
456@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-console.obj -MD -MP -MF $(DEPDIR)/libGame_a-console.Tpo -c -o libGame_a-console.obj `if test -f 'console.c'; then $(CYGPATH_W) 'console.c'; else $(CYGPATH_W) '$(srcdir)/console.c'; fi`
457@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-console.Tpo $(DEPDIR)/libGame_a-console.Po
458@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='console.c' object='libGame_a-console.obj' libtool=no @AMDEPBACKSLASH@
459@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
460@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-console.obj `if test -f 'console.c'; then $(CYGPATH_W) 'console.c'; else $(CYGPATH_W) '$(srcdir)/console.c'; fi`
461
462libGame_a-control.o: control.c
463@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-control.o -MD -MP -MF $(DEPDIR)/libGame_a-control.Tpo -c -o libGame_a-control.o `test -f 'control.c' || echo '$(srcdir)/'`control.c
464@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-control.Tpo $(DEPDIR)/libGame_a-control.Po
465@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='control.c' object='libGame_a-control.o' libtool=no @AMDEPBACKSLASH@
466@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
467@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-control.o `test -f 'control.c' || echo '$(srcdir)/'`control.c
468
469libGame_a-control.obj: control.c
470@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-control.obj -MD -MP -MF $(DEPDIR)/libGame_a-control.Tpo -c -o libGame_a-control.obj `if test -f 'control.c'; then $(CYGPATH_W) 'control.c'; else $(CYGPATH_W) '$(srcdir)/control.c'; fi`
471@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-control.Tpo $(DEPDIR)/libGame_a-control.Po
472@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='control.c' object='libGame_a-control.obj' libtool=no @AMDEPBACKSLASH@
473@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
474@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-control.obj `if test -f 'control.c'; then $(CYGPATH_W) 'control.c'; else $(CYGPATH_W) '$(srcdir)/control.c'; fi`
475
476libGame_a-cvar_defs.o: cvar_defs.c
477@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvar_defs.o -MD -MP -MF $(DEPDIR)/libGame_a-cvar_defs.Tpo -c -o libGame_a-cvar_defs.o `test -f 'cvar_defs.c' || echo '$(srcdir)/'`cvar_defs.c
478@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvar_defs.Tpo $(DEPDIR)/libGame_a-cvar_defs.Po
479@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cvar_defs.c' object='libGame_a-cvar_defs.o' libtool=no @AMDEPBACKSLASH@
480@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvar_defs.o `test -f 'cvar_defs.c' || echo '$(srcdir)/'`cvar_defs.c
482
483libGame_a-cvar_defs.obj: cvar_defs.c
484@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvar_defs.obj -MD -MP -MF $(DEPDIR)/libGame_a-cvar_defs.Tpo -c -o libGame_a-cvar_defs.obj `if test -f 'cvar_defs.c'; then $(CYGPATH_W) 'cvar_defs.c'; else $(CYGPATH_W) '$(srcdir)/cvar_defs.c'; fi`
485@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvar_defs.Tpo $(DEPDIR)/libGame_a-cvar_defs.Po
486@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cvar_defs.c' object='libGame_a-cvar_defs.obj' libtool=no @AMDEPBACKSLASH@
487@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
488@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvar_defs.obj `if test -f 'cvar_defs.c'; then $(CYGPATH_W) 'cvar_defs.c'; else $(CYGPATH_W) '$(srcdir)/cvar_defs.c'; fi`
489
490libGame_a-cvars.o: cvars.c
491@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvars.o -MD -MP -MF $(DEPDIR)/libGame_a-cvars.Tpo -c -o libGame_a-cvars.o `test -f 'cvars.c' || echo '$(srcdir)/'`cvars.c
492@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvars.Tpo $(DEPDIR)/libGame_a-cvars.Po
493@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cvars.c' object='libGame_a-cvars.o' libtool=no @AMDEPBACKSLASH@
494@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
495@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvars.o `test -f 'cvars.c' || echo '$(srcdir)/'`cvars.c
496
497libGame_a-cvars.obj: cvars.c
498@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-cvars.obj -MD -MP -MF $(DEPDIR)/libGame_a-cvars.Tpo -c -o libGame_a-cvars.obj `if test -f 'cvars.c'; then $(CYGPATH_W) 'cvars.c'; else $(CYGPATH_W) '$(srcdir)/cvars.c'; fi`
499@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-cvars.Tpo $(DEPDIR)/libGame_a-cvars.Po
500@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='cvars.c' object='libGame_a-cvars.obj' libtool=no @AMDEPBACKSLASH@
501@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-cvars.obj `if test -f 'cvars.c'; then $(CYGPATH_W) 'cvars.c'; else $(CYGPATH_W) '$(srcdir)/cvars.c'; fi`
503
504libGame_a-dummy_audiolib.o: dummy_audiolib.c
505@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-dummy_audiolib.o -MD -MP -MF $(DEPDIR)/libGame_a-dummy_audiolib.Tpo -c -o libGame_a-dummy_audiolib.o `test -f 'dummy_audiolib.c' || echo '$(srcdir)/'`dummy_audiolib.c
506@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-dummy_audiolib.Tpo $(DEPDIR)/libGame_a-dummy_audiolib.Po
507@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dummy_audiolib.c' object='libGame_a-dummy_audiolib.o' libtool=no @AMDEPBACKSLASH@
508@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-dummy_audiolib.o `test -f 'dummy_audiolib.c' || echo '$(srcdir)/'`dummy_audiolib.c
510
511libGame_a-dummy_audiolib.obj: dummy_audiolib.c
512@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-dummy_audiolib.obj -MD -MP -MF $(DEPDIR)/libGame_a-dummy_audiolib.Tpo -c -o libGame_a-dummy_audiolib.obj `if test -f 'dummy_audiolib.c'; then $(CYGPATH_W) 'dummy_audiolib.c'; else $(CYGPATH_W) '$(srcdir)/dummy_audiolib.c'; fi`
513@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-dummy_audiolib.Tpo $(DEPDIR)/libGame_a-dummy_audiolib.Po
514@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='dummy_audiolib.c' object='libGame_a-dummy_audiolib.obj' libtool=no @AMDEPBACKSLASH@
515@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-dummy_audiolib.obj `if test -f 'dummy_audiolib.c'; then $(CYGPATH_W) 'dummy_audiolib.c'; else $(CYGPATH_W) '$(srcdir)/dummy_audiolib.c'; fi`
517
518libGame_a-game.o: game.c
519@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-game.o -MD -MP -MF $(DEPDIR)/libGame_a-game.Tpo -c -o libGame_a-game.o `test -f 'game.c' || echo '$(srcdir)/'`game.c
520@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-game.Tpo $(DEPDIR)/libGame_a-game.Po
521@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='game.c' object='libGame_a-game.o' libtool=no @AMDEPBACKSLASH@
522@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-game.o `test -f 'game.c' || echo '$(srcdir)/'`game.c
524
525libGame_a-game.obj: game.c
526@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-game.obj -MD -MP -MF $(DEPDIR)/libGame_a-game.Tpo -c -o libGame_a-game.obj `if test -f 'game.c'; then $(CYGPATH_W) 'game.c'; else $(CYGPATH_W) '$(srcdir)/game.c'; fi`
527@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-game.Tpo $(DEPDIR)/libGame_a-game.Po
528@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='game.c' object='libGame_a-game.obj' libtool=no @AMDEPBACKSLASH@
529@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-game.obj `if test -f 'game.c'; then $(CYGPATH_W) 'game.c'; else $(CYGPATH_W) '$(srcdir)/game.c'; fi`
531
532libGame_a-gamedef.o: gamedef.c
533@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-gamedef.o -MD -MP -MF $(DEPDIR)/libGame_a-gamedef.Tpo -c -o libGame_a-gamedef.o `test -f 'gamedef.c' || echo '$(srcdir)/'`gamedef.c
534@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-gamedef.Tpo $(DEPDIR)/libGame_a-gamedef.Po
535@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gamedef.c' object='libGame_a-gamedef.o' libtool=no @AMDEPBACKSLASH@
536@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-gamedef.o `test -f 'gamedef.c' || echo '$(srcdir)/'`gamedef.c
538
539libGame_a-gamedef.obj: gamedef.c
540@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-gamedef.obj -MD -MP -MF $(DEPDIR)/libGame_a-gamedef.Tpo -c -o libGame_a-gamedef.obj `if test -f 'gamedef.c'; then $(CYGPATH_W) 'gamedef.c'; else $(CYGPATH_W) '$(srcdir)/gamedef.c'; fi`
541@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-gamedef.Tpo $(DEPDIR)/libGame_a-gamedef.Po
542@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='gamedef.c' object='libGame_a-gamedef.obj' libtool=no @AMDEPBACKSLASH@
543@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
544@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-gamedef.obj `if test -f 'gamedef.c'; then $(CYGPATH_W) 'gamedef.c'; else $(CYGPATH_W) '$(srcdir)/gamedef.c'; fi`
545
546libGame_a-global.o: global.c
547@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-global.o -MD -MP -MF $(DEPDIR)/libGame_a-global.Tpo -c -o libGame_a-global.o `test -f 'global.c' || echo '$(srcdir)/'`global.c
548@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-global.Tpo $(DEPDIR)/libGame_a-global.Po
549@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='global.c' object='libGame_a-global.o' libtool=no @AMDEPBACKSLASH@
550@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
551@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-global.o `test -f 'global.c' || echo '$(srcdir)/'`global.c
552
553libGame_a-global.obj: global.c
554@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-global.obj -MD -MP -MF $(DEPDIR)/libGame_a-global.Tpo -c -o libGame_a-global.obj `if test -f 'global.c'; then $(CYGPATH_W) 'global.c'; else $(CYGPATH_W) '$(srcdir)/global.c'; fi`
555@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-global.Tpo $(DEPDIR)/libGame_a-global.Po
556@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='global.c' object='libGame_a-global.obj' libtool=no @AMDEPBACKSLASH@
557@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
558@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-global.obj `if test -f 'global.c'; then $(CYGPATH_W) 'global.c'; else $(CYGPATH_W) '$(srcdir)/global.c'; fi`
559
560libGame_a-keyboard.o: keyboard.c
561@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-keyboard.o -MD -MP -MF $(DEPDIR)/libGame_a-keyboard.Tpo -c -o libGame_a-keyboard.o `test -f 'keyboard.c' || echo '$(srcdir)/'`keyboard.c
562@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-keyboard.Tpo $(DEPDIR)/libGame_a-keyboard.Po
563@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='keyboard.c' object='libGame_a-keyboard.o' libtool=no @AMDEPBACKSLASH@
564@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-keyboard.o `test -f 'keyboard.c' || echo '$(srcdir)/'`keyboard.c
566
567libGame_a-keyboard.obj: keyboard.c
568@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-keyboard.obj -MD -MP -MF $(DEPDIR)/libGame_a-keyboard.Tpo -c -o libGame_a-keyboard.obj `if test -f 'keyboard.c'; then $(CYGPATH_W) 'keyboard.c'; else $(CYGPATH_W) '$(srcdir)/keyboard.c'; fi`
569@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-keyboard.Tpo $(DEPDIR)/libGame_a-keyboard.Po
570@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='keyboard.c' object='libGame_a-keyboard.obj' libtool=no @AMDEPBACKSLASH@
571@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-keyboard.obj `if test -f 'keyboard.c'; then $(CYGPATH_W) 'keyboard.c'; else $(CYGPATH_W) '$(srcdir)/keyboard.c'; fi`
573
574libGame_a-menues.o: menues.c
575@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-menues.o -MD -MP -MF $(DEPDIR)/libGame_a-menues.Tpo -c -o libGame_a-menues.o `test -f 'menues.c' || echo '$(srcdir)/'`menues.c
576@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-menues.Tpo $(DEPDIR)/libGame_a-menues.Po
577@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='menues.c' object='libGame_a-menues.o' libtool=no @AMDEPBACKSLASH@
578@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
579@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-menues.o `test -f 'menues.c' || echo '$(srcdir)/'`menues.c
580
581libGame_a-menues.obj: menues.c
582@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-menues.obj -MD -MP -MF $(DEPDIR)/libGame_a-menues.Tpo -c -o libGame_a-menues.obj `if test -f 'menues.c'; then $(CYGPATH_W) 'menues.c'; else $(CYGPATH_W) '$(srcdir)/menues.c'; fi`
583@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-menues.Tpo $(DEPDIR)/libGame_a-menues.Po
584@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='menues.c' object='libGame_a-menues.obj' libtool=no @AMDEPBACKSLASH@
585@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-menues.obj `if test -f 'menues.c'; then $(CYGPATH_W) 'menues.c'; else $(CYGPATH_W) '$(srcdir)/menues.c'; fi`
587
588libGame_a-player.o: player.c
589@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-player.o -MD -MP -MF $(DEPDIR)/libGame_a-player.Tpo -c -o libGame_a-player.o `test -f 'player.c' || echo '$(srcdir)/'`player.c
590@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-player.Tpo $(DEPDIR)/libGame_a-player.Po
591@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='player.c' object='libGame_a-player.o' libtool=no @AMDEPBACKSLASH@
592@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-player.o `test -f 'player.c' || echo '$(srcdir)/'`player.c
594
595libGame_a-player.obj: player.c
596@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-player.obj -MD -MP -MF $(DEPDIR)/libGame_a-player.Tpo -c -o libGame_a-player.obj `if test -f 'player.c'; then $(CYGPATH_W) 'player.c'; else $(CYGPATH_W) '$(srcdir)/player.c'; fi`
597@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-player.Tpo $(DEPDIR)/libGame_a-player.Po
598@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='player.c' object='libGame_a-player.obj' libtool=no @AMDEPBACKSLASH@
599@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
600@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-player.obj `if test -f 'player.c'; then $(CYGPATH_W) 'player.c'; else $(CYGPATH_W) '$(srcdir)/player.c'; fi`
601
602libGame_a-rts.o: rts.c
603@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-rts.o -MD -MP -MF $(DEPDIR)/libGame_a-rts.Tpo -c -o libGame_a-rts.o `test -f 'rts.c' || echo '$(srcdir)/'`rts.c
604@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-rts.Tpo $(DEPDIR)/libGame_a-rts.Po
605@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rts.c' object='libGame_a-rts.o' libtool=no @AMDEPBACKSLASH@
606@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
607@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-rts.o `test -f 'rts.c' || echo '$(srcdir)/'`rts.c
608
609libGame_a-rts.obj: rts.c
610@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-rts.obj -MD -MP -MF $(DEPDIR)/libGame_a-rts.Tpo -c -o libGame_a-rts.obj `if test -f 'rts.c'; then $(CYGPATH_W) 'rts.c'; else $(CYGPATH_W) '$(srcdir)/rts.c'; fi`
611@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-rts.Tpo $(DEPDIR)/libGame_a-rts.Po
612@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='rts.c' object='libGame_a-rts.obj' libtool=no @AMDEPBACKSLASH@
613@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
614@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-rts.obj `if test -f 'rts.c'; then $(CYGPATH_W) 'rts.c'; else $(CYGPATH_W) '$(srcdir)/rts.c'; fi`
615
616libGame_a-scriplib.o: scriplib.c
617@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-scriplib.o -MD -MP -MF $(DEPDIR)/libGame_a-scriplib.Tpo -c -o libGame_a-scriplib.o `test -f 'scriplib.c' || echo '$(srcdir)/'`scriplib.c
618@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-scriplib.Tpo $(DEPDIR)/libGame_a-scriplib.Po
619@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scriplib.c' object='libGame_a-scriplib.o' libtool=no @AMDEPBACKSLASH@
620@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
621@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-scriplib.o `test -f 'scriplib.c' || echo '$(srcdir)/'`scriplib.c
622
623libGame_a-scriplib.obj: scriplib.c
624@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-scriplib.obj -MD -MP -MF $(DEPDIR)/libGame_a-scriplib.Tpo -c -o libGame_a-scriplib.obj `if test -f 'scriplib.c'; then $(CYGPATH_W) 'scriplib.c'; else $(CYGPATH_W) '$(srcdir)/scriplib.c'; fi`
625@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-scriplib.Tpo $(DEPDIR)/libGame_a-scriplib.Po
626@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='scriplib.c' object='libGame_a-scriplib.obj' libtool=no @AMDEPBACKSLASH@
627@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
628@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-scriplib.obj `if test -f 'scriplib.c'; then $(CYGPATH_W) 'scriplib.c'; else $(CYGPATH_W) '$(srcdir)/scriplib.c'; fi`
629
630libGame_a-sector.o: sector.c
631@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sector.o -MD -MP -MF $(DEPDIR)/libGame_a-sector.Tpo -c -o libGame_a-sector.o `test -f 'sector.c' || echo '$(srcdir)/'`sector.c
632@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sector.Tpo $(DEPDIR)/libGame_a-sector.Po
633@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sector.c' object='libGame_a-sector.o' libtool=no @AMDEPBACKSLASH@
634@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
635@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sector.o `test -f 'sector.c' || echo '$(srcdir)/'`sector.c
636
637libGame_a-sector.obj: sector.c
638@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sector.obj -MD -MP -MF $(DEPDIR)/libGame_a-sector.Tpo -c -o libGame_a-sector.obj `if test -f 'sector.c'; then $(CYGPATH_W) 'sector.c'; else $(CYGPATH_W) '$(srcdir)/sector.c'; fi`
639@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sector.Tpo $(DEPDIR)/libGame_a-sector.Po
640@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sector.c' object='libGame_a-sector.obj' libtool=no @AMDEPBACKSLASH@
641@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
642@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sector.obj `if test -f 'sector.c'; then $(CYGPATH_W) 'sector.c'; else $(CYGPATH_W) '$(srcdir)/sector.c'; fi`
643
644libGame_a-sounds.o: sounds.c
645@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sounds.o -MD -MP -MF $(DEPDIR)/libGame_a-sounds.Tpo -c -o libGame_a-sounds.o `test -f 'sounds.c' || echo '$(srcdir)/'`sounds.c
646@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sounds.Tpo $(DEPDIR)/libGame_a-sounds.Po
647@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sounds.c' object='libGame_a-sounds.o' libtool=no @AMDEPBACKSLASH@
648@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
649@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sounds.o `test -f 'sounds.c' || echo '$(srcdir)/'`sounds.c
650
651libGame_a-sounds.obj: sounds.c
652@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -MT libGame_a-sounds.obj -MD -MP -MF $(DEPDIR)/libGame_a-sounds.Tpo -c -o libGame_a-sounds.obj `if test -f 'sounds.c'; then $(CYGPATH_W) 'sounds.c'; else $(CYGPATH_W) '$(srcdir)/sounds.c'; fi`
653@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libGame_a-sounds.Tpo $(DEPDIR)/libGame_a-sounds.Po
654@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='sounds.c' object='libGame_a-sounds.obj' libtool=no @AMDEPBACKSLASH@
655@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
656@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libGame_a_CFLAGS) $(CFLAGS) -c -o libGame_a-sounds.obj `if test -f 'sounds.c'; then $(CYGPATH_W) 'sounds.c'; else $(CYGPATH_W) '$(srcdir)/sounds.c'; fi`
657
658# This directory's subdirectories are mostly independent; you can cd
659# into them and run 'make' without going through this Makefile.
660# To change the values of 'make' variables: instead of editing Makefiles,
661# (1) if the variable is set in 'config.status', edit 'config.status'
662# (which will cause the Makefiles to be regenerated when you run 'make');
663# (2) otherwise, pass the desired values on the 'make' command line.
664$(am__recursive_targets):
665 @fail=; \
666 if $(am__make_keepgoing); then \
667 failcom='fail=yes'; \
668 else \
669 failcom='exit 1'; \
670 fi; \
671 dot_seen=no; \
672 target=`echo $@ | sed s/-recursive//`; \
673 case "$@" in \
674 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
675 *) list='$(SUBDIRS)' ;; \
676 esac; \
677 for subdir in $$list; do \
678 echo "Making $$target in $$subdir"; \
679 if test "$$subdir" = "."; then \
680 dot_seen=yes; \
681 local_target="$$target-am"; \
682 else \
683 local_target="$$target"; \
684 fi; \
685 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
686 || eval $$failcom; \
687 done; \
688 if test "$$dot_seen" = "no"; then \
689 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
690 fi; test -z "$$fail"
691
692ID: $(am__tagged_files)
693 $(am__define_uniq_tagged_files); mkid -fID $$unique
694tags: tags-recursive
695TAGS: tags
696
697tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
698 set x; \
699 here=`pwd`; \
700 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
701 include_option=--etags-include; \
702 empty_fix=.; \
703 else \
704 include_option=--include; \
705 empty_fix=; \
706 fi; \
707 list='$(SUBDIRS)'; for subdir in $$list; do \
708 if test "$$subdir" = .; then :; else \
709 test ! -f $$subdir/TAGS || \
710 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
711 fi; \
712 done; \
713 $(am__define_uniq_tagged_files); \
714 shift; \
715 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
716 test -n "$$unique" || unique=$$empty_fix; \
717 if test $$# -gt 0; then \
718 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
719 "$$@" $$unique; \
720 else \
721 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
722 $$unique; \
723 fi; \
724 fi
725ctags: ctags-recursive
726
727CTAGS: ctags
728ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
729 $(am__define_uniq_tagged_files); \
730 test -z "$(CTAGS_ARGS)$$unique" \
731 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
732 $$unique
733
734GTAGS:
735 here=`$(am__cd) $(top_builddir) && pwd` \
736 && $(am__cd) $(top_srcdir) \
737 && gtags -i $(GTAGS_ARGS) "$$here"
738cscopelist: cscopelist-recursive
739
740cscopelist-am: $(am__tagged_files)
741 list='$(am__tagged_files)'; \
742 case "$(srcdir)" in \
743 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
744 *) sdir=$(subdir)/$(srcdir) ;; \
745 esac; \
746 for i in $$list; do \
747 if test -f "$$i"; then \
748 echo "$(subdir)/$$i"; \
749 else \
750 echo "$$sdir/$$i"; \
751 fi; \
752 done >> $(top_builddir)/cscope.files
753
754distclean-tags:
755 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
756
757distdir: $(DISTFILES)
758 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
759 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
760 list='$(DISTFILES)'; \
761 dist_files=`for file in $$list; do echo $$file; done | \
762 sed -e "s|^$$srcdirstrip/||;t" \
763 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
764 case $$dist_files in \
765 */*) $(MKDIR_P) `echo "$$dist_files" | \
766 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
767 sort -u` ;; \
768 esac; \
769 for file in $$dist_files; do \
770 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
771 if test -d $$d/$$file; then \
772 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
773 if test -d "$(distdir)/$$file"; then \
774 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
775 fi; \
776 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
777 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
778 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
779 fi; \
780 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
781 else \
782 test -f "$(distdir)/$$file" \
783 || cp -p $$d/$$file "$(distdir)/$$file" \
784 || exit 1; \
785 fi; \
786 done
787 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
788 if test "$$subdir" = .; then :; else \
789 $(am__make_dryrun) \
790 || test -d "$(distdir)/$$subdir" \
791 || $(MKDIR_P) "$(distdir)/$$subdir" \
792 || exit 1; \
793 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
794 $(am__relativize); \
795 new_distdir=$$reldir; \
796 dir1=$$subdir; dir2="$(top_distdir)"; \
797 $(am__relativize); \
798 new_top_distdir=$$reldir; \
799 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
800 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
801 ($(am__cd) $$subdir && \
802 $(MAKE) $(AM_MAKEFLAGS) \
803 top_distdir="$$new_top_distdir" \
804 distdir="$$new_distdir" \
805 am__remove_distdir=: \
806 am__skip_length_check=: \
807 am__skip_mode_fix=: \
808 distdir) \
809 || exit 1; \
810 fi; \
811 done
812check-am: all-am
813check: check-recursive
814all-am: Makefile $(LIBRARIES)
815installdirs: installdirs-recursive
816installdirs-am:
817install: install-recursive
818install-exec: install-exec-recursive
819install-data: install-data-recursive
820uninstall: uninstall-recursive
821
822install-am: all-am
823 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
824
825installcheck: installcheck-recursive
826install-strip:
827 if test -z '$(STRIP)'; then \
828 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
829 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
830 install; \
831 else \
832 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
833 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
834 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
835 fi
836mostlyclean-generic:
837
838clean-generic:
839
840distclean-generic:
841 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
842 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
843
844maintainer-clean-generic:
845 @echo "This command is intended for maintainers to use"
846 @echo "it deletes files that may require special tools to rebuild."
847clean: clean-recursive
848
849clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
850
851distclean: distclean-recursive
852 -rm -rf ./$(DEPDIR)
853 -rm -f Makefile
854distclean-am: clean-am distclean-compile distclean-generic \
855 distclean-tags
856
857dvi: dvi-recursive
858
859dvi-am:
860
861html: html-recursive
862
863html-am:
864
865info: info-recursive
866
867info-am:
868
869install-data-am:
870
871install-dvi: install-dvi-recursive
872
873install-dvi-am:
874
875install-exec-am:
876
877install-html: install-html-recursive
878
879install-html-am:
880
881install-info: install-info-recursive
882
883install-info-am:
884
885install-man:
886
887install-pdf: install-pdf-recursive
888
889install-pdf-am:
890
891install-ps: install-ps-recursive
892
893install-ps-am:
894
895installcheck-am:
896
897maintainer-clean: maintainer-clean-recursive
898 -rm -rf ./$(DEPDIR)
899 -rm -f Makefile
900maintainer-clean-am: distclean-am maintainer-clean-generic
901
902mostlyclean: mostlyclean-recursive
903
904mostlyclean-am: mostlyclean-compile mostlyclean-generic
905
906pdf: pdf-recursive
907
908pdf-am:
909
910ps: ps-recursive
911
912ps-am:
913
914uninstall-am:
915
916.MAKE: $(am__recursive_targets) install-am install-strip
917
918.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
919 check-am clean clean-generic clean-noinstLIBRARIES \
920 cscopelist-am ctags ctags-am distclean distclean-compile \
921 distclean-generic distclean-tags distdir dvi dvi-am html \
922 html-am info info-am install install-am install-data \
923 install-data-am install-dvi install-dvi-am install-exec \
924 install-exec-am install-html install-html-am install-info \
925 install-info-am install-man install-pdf install-pdf-am \
926 install-ps install-ps-am install-strip installcheck \
927 installcheck-am installdirs installdirs-am maintainer-clean \
928 maintainer-clean-generic mostlyclean mostlyclean-compile \
929 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
930 uninstall-am
931
932.PRECIOUS: Makefile
933
934
935# Starting a new game will lead to a crash if premap.o was built with -O1/-O2/-O3,
936# that's why we're compiling it seperately with -O0
937premap.o: premap.c
938 $(AM_V_CC)$(CC) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -I$(top_srcdir)/Engine/src -O0 -c $^ -o $@
939
940# Tell versions [3.59,3.63) of GNU make to not export all variables.
941# Otherwise a system limit (for SysV at least) may be exceeded.
942.NOEXPORT:
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile b/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile
deleted file mode 100644
index d0edc07f8e..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile
+++ /dev/null
@@ -1,546 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# Game/src/audiolib/Makefile. Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2017 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
16
17
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)/chocolate-duke3d
74pkgincludedir = $(includedir)/chocolate-duke3d
75pkglibdir = $(libdir)/chocolate-duke3d
76pkglibexecdir = $(libexecdir)/chocolate-duke3d
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 = :
89subdir = Game/src/audiolib
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98LIBRARIES = $(noinst_LIBRARIES)
99AR = ar
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_$(V))
102am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY))
103am__v_AR_0 = @echo " AR " $@;
104am__v_AR_1 =
105libaudio_a_AR = $(AR) $(ARFLAGS)
106libaudio_a_LIBADD =
107am_libaudio_a_OBJECTS = fx_man.$(OBJEXT) dsl.$(OBJEXT) \
108 ll_man.$(OBJEXT) multivoc.$(OBJEXT) mv_mix.$(OBJEXT) \
109 mvreverb.$(OBJEXT) nodpmi.$(OBJEXT) pitch.$(OBJEXT) \
110 user.$(OBJEXT) usrhooks.$(OBJEXT)
111libaudio_a_OBJECTS = $(am_libaudio_a_OBJECTS)
112AM_V_P = $(am__v_P_$(V))
113am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_$(V))
117am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
118am__v_GEN_0 = @echo " GEN " $@;
119am__v_GEN_1 =
120AM_V_at = $(am__v_at_$(V))
121am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
122am__v_at_0 = @
123am__v_at_1 =
124DEFAULT_INCLUDES = -I.
125depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
126am__depfiles_maybe = depfiles
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130AM_V_CC = $(am__v_CC_$(V))
131am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
132am__v_CC_0 = @echo " CC " $@;
133am__v_CC_1 =
134CCLD = $(CC)
135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136AM_V_CCLD = $(am__v_CCLD_$(V))
137am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
138am__v_CCLD_0 = @echo " CCLD " $@;
139am__v_CCLD_1 =
140SOURCES = $(libaudio_a_SOURCES)
141DIST_SOURCES = $(libaudio_a_SOURCES)
142am__can_run_installinfo = \
143 case $$AM_UPDATE_INFO_DIR in \
144 n|no|NO) false;; \
145 *) (install-info --version) >/dev/null 2>&1;; \
146 esac
147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148# Read a list of newline-separated strings from the standard input,
149# and print each of them once, without duplicates. Input order is
150# *not* preserved.
151am__uniquify_input = $(AWK) '\
152 BEGIN { nonempty = 0; } \
153 { items[$$0] = 1; nonempty = 1; } \
154 END { if (nonempty) { for (i in items) print i; }; } \
155'
156# Make sure the list of sources is unique. This is necessary because,
157# e.g., the same source file might be shared among _SOURCES variables
158# for different programs/libraries.
159am__define_uniq_tagged_files = \
160 list='$(am__tagged_files)'; \
161 unique=`for i in $$list; do \
162 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163 done | $(am__uniquify_input)`
164ETAGS = etags
165CTAGS = ctags
166am__DIST_COMMON = $(srcdir)/Makefile.in \
167 $(top_srcdir)/build-aux/depcomp
168DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169ACLOCAL = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing aclocal-1.15
170AMTAR = $${TAR-tar}
171AM_DEFAULT_VERBOSITY = 0
172AUTOCONF = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing autoconf
173AUTOHEADER = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing autoheader
174AUTOMAKE = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing automake-1.15
175AWK = gawk
176CC = gcc
177CCDEPMODE = depmode=gcc3
178CFLAGS = -Wall -Wno-pointer-sign -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-parentheses -Wno-maybe-uninitialized -Wno-unused-but-set-variable -Wno-unused-function -Wno-unused-result -fno-strict-aliasing -fno-aggressive-loop-optimizations -DPLATFORM_UNIX -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -g -O2
179CPP = gcc -E
180CPPFLAGS =
181CYGPATH_W = echo
182DEFS = -DPACKAGE_NAME=\"Chocolate\ Duke3D\" -DPACKAGE_TARNAME=\"chocolate-duke3d\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"Chocolate\ Duke3D\ 1.0\" -DPACKAGE_BUGREPORT=\"https://github.com/fabiensanglard/chocolate_duke3D/issues\" -DPACKAGE_URL=\"\" -DPACKAGE=\"chocolate-duke3d\" -DVERSION=\"1.0\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_ASSERT_H=1 -DHAVE_ENET_ENET_H=1
183DEPDIR = .deps
184ECHO_C =
185ECHO_N = -n
186ECHO_T =
187EGREP = /usr/bin/grep -E
188EXEEXT =
189GREP = /usr/bin/grep
190INSTALL = /usr/bin/install -c
191INSTALL_DATA = ${INSTALL} -m 644
192INSTALL_PROGRAM = ${INSTALL}
193INSTALL_SCRIPT = ${INSTALL}
194INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
195LDFLAGS = -lSDL -lpthread -lSDL_mixer -lSDL -lpthread
196LIBOBJS =
197LIBS =
198LTLIBOBJS =
199MAKEINFO = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/missing makeinfo
200MKDIR_P = /usr/bin/mkdir -p
201OBJEXT = o
202PACKAGE = chocolate-duke3d
203PACKAGE_BUGREPORT = https://github.com/fabiensanglard/chocolate_duke3D/issues
204PACKAGE_NAME = Chocolate Duke3D
205PACKAGE_STRING = Chocolate Duke3D 1.0
206PACKAGE_TARNAME = chocolate-duke3d
207PACKAGE_URL =
208PACKAGE_VERSION = 1.0
209PATH_SEPARATOR = :
210PKG_CONFIG = /usr/bin/pkg-config
211PKG_CONFIG_LIBDIR =
212PKG_CONFIG_PATH =
213RANLIB = ranlib
214SDL_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
215SDL_LIBS = -lSDL -lpthread
216SDL_MIXER_CFLAGS = -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL
217SDL_MIXER_LIBS = -lSDL_mixer -lSDL -lpthread
218SET_MAKE =
219SHELL = /bin/sh
220STRIP =
221VERSION = 1.0
222WINDRES =
223abs_builddir = /home/franklin/chocolate_duke3D/Game/src/audiolib
224abs_srcdir = /home/franklin/chocolate_duke3D/Game/src/audiolib
225abs_top_builddir = /home/franklin/chocolate_duke3D
226abs_top_srcdir = /home/franklin/chocolate_duke3D
227ac_ct_CC = gcc
228am__include = include
229am__leading_dot = .
230am__quote =
231am__tar = $${TAR-tar} chof - "$$tardir"
232am__untar = $${TAR-tar} xf -
233bindir = ${exec_prefix}/bin
234build_alias =
235builddir = .
236datadir = ${datarootdir}
237datarootdir = ${prefix}/share
238docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
239dvidir = ${docdir}
240exec_prefix = ${prefix}
241host_alias =
242htmldir = ${docdir}
243includedir = ${prefix}/include
244infodir = ${datarootdir}/info
245install_sh = ${SHELL} /home/franklin/chocolate_duke3D/build-aux/install-sh
246libdir = ${exec_prefix}/lib
247libexecdir = ${exec_prefix}/libexec
248localedir = ${datarootdir}/locale
249localstatedir = ${prefix}/var
250mandir = ${datarootdir}/man
251mkdir_p = $(MKDIR_P)
252oldincludedir = /usr/include
253pdfdir = ${docdir}
254prefix = /usr/local
255program_transform_name = s,x,x,
256psdir = ${docdir}
257sbindir = ${exec_prefix}/sbin
258sharedstatedir = ${prefix}/com
259srcdir = .
260sysconfdir = ${prefix}/etc
261target_alias =
262top_build_prefix = ../../../
263top_builddir = ../../..
264top_srcdir = ../../..
265noinst_LIBRARIES = libaudio.a
266libaudio_a_SOURCES = fx_man.c dsl.c ll_man.c multivoc.c mv_mix.c mvreverb.c nodpmi.c pitch.c user.c usrhooks.c
267AM_CFLAGS = -I$(top_srcdir)/Engine/src
268all: all-am
269
270.SUFFIXES:
271.SUFFIXES: .c .o .obj
272$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
273 @for dep in $?; do \
274 case '$(am__configure_deps)' in \
275 *$$dep*) \
276 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
277 && { if test -f $@; then exit 0; else break; fi; }; \
278 exit 1;; \
279 esac; \
280 done; \
281 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Game/src/audiolib/Makefile'; \
282 $(am__cd) $(top_srcdir) && \
283 $(AUTOMAKE) --foreign Game/src/audiolib/Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285 @case '$?' in \
286 *config.status*) \
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288 *) \
289 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291 esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure: $(am__configure_deps)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4): $(am__aclocal_m4_deps)
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(am__aclocal_m4_deps):
301
302clean-noinstLIBRARIES:
303 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
304
305libaudio.a: $(libaudio_a_OBJECTS) $(libaudio_a_DEPENDENCIES) $(EXTRA_libaudio_a_DEPENDENCIES)
306 $(AM_V_at)-rm -f libaudio.a
307 $(AM_V_AR)$(libaudio_a_AR) libaudio.a $(libaudio_a_OBJECTS) $(libaudio_a_LIBADD)
308 $(AM_V_at)$(RANLIB) libaudio.a
309
310mostlyclean-compile:
311 -rm -f *.$(OBJEXT)
312
313distclean-compile:
314 -rm -f *.tab.c
315
316include ./$(DEPDIR)/dsl.Po
317include ./$(DEPDIR)/fx_man.Po
318include ./$(DEPDIR)/ll_man.Po
319include ./$(DEPDIR)/multivoc.Po
320include ./$(DEPDIR)/mv_mix.Po
321include ./$(DEPDIR)/mvreverb.Po
322include ./$(DEPDIR)/nodpmi.Po
323include ./$(DEPDIR)/pitch.Po
324include ./$(DEPDIR)/user.Po
325include ./$(DEPDIR)/usrhooks.Po
326
327.c.o:
328 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330# $(AM_V_CC)source='$<' object='$@' libtool=no \
331# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
332# $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
333
334.c.obj:
335 $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
336 $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337# $(AM_V_CC)source='$<' object='$@' libtool=no \
338# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
339# $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
340
341ID: $(am__tagged_files)
342 $(am__define_uniq_tagged_files); mkid -fID $$unique
343tags: tags-am
344TAGS: tags
345
346tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
347 set x; \
348 here=`pwd`; \
349 $(am__define_uniq_tagged_files); \
350 shift; \
351 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
352 test -n "$$unique" || unique=$$empty_fix; \
353 if test $$# -gt 0; then \
354 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355 "$$@" $$unique; \
356 else \
357 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358 $$unique; \
359 fi; \
360 fi
361ctags: ctags-am
362
363CTAGS: ctags
364ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
365 $(am__define_uniq_tagged_files); \
366 test -z "$(CTAGS_ARGS)$$unique" \
367 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
368 $$unique
369
370GTAGS:
371 here=`$(am__cd) $(top_builddir) && pwd` \
372 && $(am__cd) $(top_srcdir) \
373 && gtags -i $(GTAGS_ARGS) "$$here"
374cscopelist: cscopelist-am
375
376cscopelist-am: $(am__tagged_files)
377 list='$(am__tagged_files)'; \
378 case "$(srcdir)" in \
379 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
380 *) sdir=$(subdir)/$(srcdir) ;; \
381 esac; \
382 for i in $$list; do \
383 if test -f "$$i"; then \
384 echo "$(subdir)/$$i"; \
385 else \
386 echo "$$sdir/$$i"; \
387 fi; \
388 done >> $(top_builddir)/cscope.files
389
390distclean-tags:
391 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
393distdir: $(DISTFILES)
394 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396 list='$(DISTFILES)'; \
397 dist_files=`for file in $$list; do echo $$file; done | \
398 sed -e "s|^$$srcdirstrip/||;t" \
399 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400 case $$dist_files in \
401 */*) $(MKDIR_P) `echo "$$dist_files" | \
402 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403 sort -u` ;; \
404 esac; \
405 for file in $$dist_files; do \
406 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407 if test -d $$d/$$file; then \
408 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409 if test -d "$(distdir)/$$file"; then \
410 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411 fi; \
412 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415 fi; \
416 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417 else \
418 test -f "$(distdir)/$$file" \
419 || cp -p $$d/$$file "$(distdir)/$$file" \
420 || exit 1; \
421 fi; \
422 done
423check-am: all-am
424check: check-am
425all-am: Makefile $(LIBRARIES)
426installdirs:
427install: install-am
428install-exec: install-exec-am
429install-data: install-data-am
430uninstall: uninstall-am
431
432install-am: all-am
433 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435installcheck: installcheck-am
436install-strip:
437 if test -z '$(STRIP)'; then \
438 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440 install; \
441 else \
442 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
445 fi
446mostlyclean-generic:
447
448clean-generic:
449
450distclean-generic:
451 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
452 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
453
454maintainer-clean-generic:
455 @echo "This command is intended for maintainers to use"
456 @echo "it deletes files that may require special tools to rebuild."
457clean: clean-am
458
459clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
460
461distclean: distclean-am
462 -rm -rf ./$(DEPDIR)
463 -rm -f Makefile
464distclean-am: clean-am distclean-compile distclean-generic \
465 distclean-tags
466
467dvi: dvi-am
468
469dvi-am:
470
471html: html-am
472
473html-am:
474
475info: info-am
476
477info-am:
478
479install-data-am:
480
481install-dvi: install-dvi-am
482
483install-dvi-am:
484
485install-exec-am:
486
487install-html: install-html-am
488
489install-html-am:
490
491install-info: install-info-am
492
493install-info-am:
494
495install-man:
496
497install-pdf: install-pdf-am
498
499install-pdf-am:
500
501install-ps: install-ps-am
502
503install-ps-am:
504
505installcheck-am:
506
507maintainer-clean: maintainer-clean-am
508 -rm -rf ./$(DEPDIR)
509 -rm -f Makefile
510maintainer-clean-am: distclean-am maintainer-clean-generic
511
512mostlyclean: mostlyclean-am
513
514mostlyclean-am: mostlyclean-compile mostlyclean-generic
515
516pdf: pdf-am
517
518pdf-am:
519
520ps: ps-am
521
522ps-am:
523
524uninstall-am:
525
526.MAKE: install-am install-strip
527
528.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
529 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
530 distclean-compile distclean-generic distclean-tags distdir dvi \
531 dvi-am html html-am info info-am install install-am \
532 install-data install-data-am install-dvi install-dvi-am \
533 install-exec install-exec-am install-html install-html-am \
534 install-info install-info-am install-man install-pdf \
535 install-pdf-am install-ps install-ps-am install-strip \
536 installcheck installcheck-am installdirs maintainer-clean \
537 maintainer-clean-generic mostlyclean mostlyclean-compile \
538 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
539 uninstall-am
540
541.PRECIOUS: Makefile
542
543
544# Tell versions [3.59,3.63) of GNU make to not export all variables.
545# Otherwise a system limit (for SysV at least) may be exceeded.
546.NOEXPORT:
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.am b/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.am
deleted file mode 100644
index dbb38b352d..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
1noinst_LIBRARIES = libaudio.a
2libaudio_a_SOURCES = fx_man.c dsl.c ll_man.c multivoc.c mv_mix.c mvreverb.c nodpmi.c pitch.c user.c usrhooks.c
3
4AM_CFLAGS = -I$(top_srcdir)/Engine/src
diff --git a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.in b/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.in
deleted file mode 100644
index d3428c053e..0000000000
--- a/apps/plugins/sdl/progs/duke3d/Game/src/audiolib/Makefile.in
+++ /dev/null
@@ -1,546 +0,0 @@
1# Makefile.in generated by automake 1.15.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2017 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 = :
89subdir = Game/src/audiolib
90ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91am__aclocal_m4_deps = $(top_srcdir)/configure.ac
92am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
93 $(ACLOCAL_M4)
94DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
95mkinstalldirs = $(install_sh) -d
96CONFIG_CLEAN_FILES =
97CONFIG_CLEAN_VPATH_FILES =
98LIBRARIES = $(noinst_LIBRARIES)
99AR = ar
100ARFLAGS = cru
101AM_V_AR = $(am__v_AR_@AM_V@)
102am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
103am__v_AR_0 = @echo " AR " $@;
104am__v_AR_1 =
105libaudio_a_AR = $(AR) $(ARFLAGS)
106libaudio_a_LIBADD =
107am_libaudio_a_OBJECTS = fx_man.$(OBJEXT) dsl.$(OBJEXT) \
108 ll_man.$(OBJEXT) multivoc.$(OBJEXT) mv_mix.$(OBJEXT) \
109 mvreverb.$(OBJEXT) nodpmi.$(OBJEXT) pitch.$(OBJEXT) \
110 user.$(OBJEXT) usrhooks.$(OBJEXT)
111libaudio_a_OBJECTS = $(am_libaudio_a_OBJECTS)
112AM_V_P = $(am__v_P_@AM_V@)
113am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
114am__v_P_0 = false
115am__v_P_1 = :
116AM_V_GEN = $(am__v_GEN_@AM_V@)
117am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118am__v_GEN_0 = @echo " GEN " $@;
119am__v_GEN_1 =
120AM_V_at = $(am__v_at_@AM_V@)
121am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
122am__v_at_0 = @
123am__v_at_1 =
124DEFAULT_INCLUDES = -I.@am__isrc@
125depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
126am__depfiles_maybe = depfiles
127am__mv = mv -f
128COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
129 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
130AM_V_CC = $(am__v_CC_@AM_V@)
131am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
132am__v_CC_0 = @echo " CC " $@;
133am__v_CC_1 =
134CCLD = $(CC)
135LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
136AM_V_CCLD = $(am__v_CCLD_@AM_V@)
137am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
138am__v_CCLD_0 = @echo " CCLD " $@;
139am__v_CCLD_1 =
140SOURCES = $(libaudio_a_SOURCES)
141DIST_SOURCES = $(libaudio_a_SOURCES)
142am__can_run_installinfo = \
143 case $$AM_UPDATE_INFO_DIR in \
144 n|no|NO) false;; \
145 *) (install-info --version) >/dev/null 2>&1;; \
146 esac
147am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
148# Read a list of newline-separated strings from the standard input,
149# and print each of them once, without duplicates. Input order is
150# *not* preserved.
151am__uniquify_input = $(AWK) '\
152 BEGIN { nonempty = 0; } \
153 { items[$$0] = 1; nonempty = 1; } \
154 END { if (nonempty) { for (i in items) print i; }; } \
155'
156# Make sure the list of sources is unique. This is necessary because,
157# e.g., the same source file might be shared among _SOURCES variables
158# for different programs/libraries.
159am__define_uniq_tagged_files = \
160 list='$(am__tagged_files)'; \
161 unique=`for i in $$list; do \
162 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
163 done | $(am__uniquify_input)`
164ETAGS = etags
165CTAGS = ctags
166am__DIST_COMMON = $(srcdir)/Makefile.in \
167 $(top_srcdir)/build-aux/depcomp
168DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
169ACLOCAL = @ACLOCAL@
170AMTAR = @AMTAR@
171AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
172AUTOCONF = @AUTOCONF@
173AUTOHEADER = @AUTOHEADER@
174AUTOMAKE = @AUTOMAKE@
175AWK = @AWK@
176CC = @CC@
177CCDEPMODE = @CCDEPMODE@
178CFLAGS = @CFLAGS@
179CPP = @CPP@
180CPPFLAGS = @CPPFLAGS@
181CYGPATH_W = @CYGPATH_W@
182DEFS = @DEFS@
183DEPDIR = @DEPDIR@
184ECHO_C = @ECHO_C@
185ECHO_N = @ECHO_N@
186ECHO_T = @ECHO_T@
187EGREP = @EGREP@
188EXEEXT = @EXEEXT@
189GREP = @GREP@
190INSTALL = @INSTALL@
191INSTALL_DATA = @INSTALL_DATA@
192INSTALL_PROGRAM = @INSTALL_PROGRAM@
193INSTALL_SCRIPT = @INSTALL_SCRIPT@
194INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
195LDFLAGS = @LDFLAGS@
196LIBOBJS = @LIBOBJS@
197LIBS = @LIBS@
198LTLIBOBJS = @LTLIBOBJS@
199MAKEINFO = @MAKEINFO@
200MKDIR_P = @MKDIR_P@
201OBJEXT = @OBJEXT@
202PACKAGE = @PACKAGE@
203PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
204PACKAGE_NAME = @PACKAGE_NAME@
205PACKAGE_STRING = @PACKAGE_STRING@
206PACKAGE_TARNAME = @PACKAGE_TARNAME@
207PACKAGE_URL = @PACKAGE_URL@
208PACKAGE_VERSION = @PACKAGE_VERSION@
209PATH_SEPARATOR = @PATH_SEPARATOR@
210PKG_CONFIG = @PKG_CONFIG@
211PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
212PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
213RANLIB = @RANLIB@
214SDL_CFLAGS = @SDL_CFLAGS@
215SDL_LIBS = @SDL_LIBS@
216SDL_MIXER_CFLAGS = @SDL_MIXER_CFLAGS@
217SDL_MIXER_LIBS = @SDL_MIXER_LIBS@
218SET_MAKE = @SET_MAKE@
219SHELL = @SHELL@
220STRIP = @STRIP@
221VERSION = @VERSION@
222WINDRES = @WINDRES@
223abs_builddir = @abs_builddir@
224abs_srcdir = @abs_srcdir@
225abs_top_builddir = @abs_top_builddir@
226abs_top_srcdir = @abs_top_srcdir@
227ac_ct_CC = @ac_ct_CC@
228am__include = @am__include@
229am__leading_dot = @am__leading_dot@
230am__quote = @am__quote@
231am__tar = @am__tar@
232am__untar = @am__untar@
233bindir = @bindir@
234build_alias = @build_alias@
235builddir = @builddir@
236datadir = @datadir@
237datarootdir = @datarootdir@
238docdir = @docdir@
239dvidir = @dvidir@
240exec_prefix = @exec_prefix@
241host_alias = @host_alias@
242htmldir = @htmldir@
243includedir = @includedir@
244infodir = @infodir@
245install_sh = @install_sh@
246libdir = @libdir@
247libexecdir = @libexecdir@
248localedir = @localedir@
249localstatedir = @localstatedir@
250mandir = @mandir@
251mkdir_p = @mkdir_p@
252oldincludedir = @oldincludedir@
253pdfdir = @pdfdir@
254prefix = @prefix@
255program_transform_name = @program_transform_name@
256psdir = @psdir@
257sbindir = @sbindir@
258sharedstatedir = @sharedstatedir@
259srcdir = @srcdir@
260sysconfdir = @sysconfdir@
261target_alias = @target_alias@
262top_build_prefix = @top_build_prefix@
263top_builddir = @top_builddir@
264top_srcdir = @top_srcdir@
265noinst_LIBRARIES = libaudio.a
266libaudio_a_SOURCES = fx_man.c dsl.c ll_man.c multivoc.c mv_mix.c mvreverb.c nodpmi.c pitch.c user.c usrhooks.c
267AM_CFLAGS = -I$(top_srcdir)/Engine/src
268all: all-am
269
270.SUFFIXES:
271.SUFFIXES: .c .o .obj
272$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
273 @for dep in $?; do \
274 case '$(am__configure_deps)' in \
275 *$$dep*) \
276 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
277 && { if test -f $@; then exit 0; else break; fi; }; \
278 exit 1;; \
279 esac; \
280 done; \
281 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Game/src/audiolib/Makefile'; \
282 $(am__cd) $(top_srcdir) && \
283 $(AUTOMAKE) --foreign Game/src/audiolib/Makefile
284Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
285 @case '$?' in \
286 *config.status*) \
287 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
288 *) \
289 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
290 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
291 esac;
292
293$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
294 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
295
296$(top_srcdir)/configure: $(am__configure_deps)
297 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
298$(ACLOCAL_M4): $(am__aclocal_m4_deps)
299 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
300$(am__aclocal_m4_deps):
301
302clean-noinstLIBRARIES:
303 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
304
305libaudio.a: $(libaudio_a_OBJECTS) $(libaudio_a_DEPENDENCIES) $(EXTRA_libaudio_a_DEPENDENCIES)
306 $(AM_V_at)-rm -f libaudio.a
307 $(AM_V_AR)$(libaudio_a_AR) libaudio.a $(libaudio_a_OBJECTS) $(libaudio_a_LIBADD)
308 $(AM_V_at)$(RANLIB) libaudio.a
309
310mostlyclean-compile:
311 -rm -f *.$(OBJEXT)
312
313distclean-compile:
314 -rm -f *.tab.c
315
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsl.Po@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fx_man.Po@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ll_man.Po@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multivoc.Po@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mv_mix.Po@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mvreverb.Po@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nodpmi.Po@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pitch.Po@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/user.Po@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/usrhooks.Po@am__quote@
326
327.c.o:
328@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
329@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
330@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
332@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
333
334.c.obj:
335@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
336@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
337@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
339@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
340
341ID: $(am__tagged_files)
342 $(am__define_uniq_tagged_files); mkid -fID $$unique
343tags: tags-am
344TAGS: tags
345
346tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
347 set x; \
348 here=`pwd`; \
349 $(am__define_uniq_tagged_files); \
350 shift; \
351 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
352 test -n "$$unique" || unique=$$empty_fix; \
353 if test $$# -gt 0; then \
354 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
355 "$$@" $$unique; \
356 else \
357 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
358 $$unique; \
359 fi; \
360 fi
361ctags: ctags-am
362
363CTAGS: ctags
364ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
365 $(am__define_uniq_tagged_files); \
366 test -z "$(CTAGS_ARGS)$$unique" \
367 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
368 $$unique
369
370GTAGS:
371 here=`$(am__cd) $(top_builddir) && pwd` \
372 && $(am__cd) $(top_srcdir) \
373 && gtags -i $(GTAGS_ARGS) "$$here"
374cscopelist: cscopelist-am
375
376cscopelist-am: $(am__tagged_files)
377 list='$(am__tagged_files)'; \
378 case "$(srcdir)" in \
379 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
380 *) sdir=$(subdir)/$(srcdir) ;; \
381 esac; \
382 for i in $$list; do \
383 if test -f "$$i"; then \
384 echo "$(subdir)/$$i"; \
385 else \
386 echo "$$sdir/$$i"; \
387 fi; \
388 done >> $(top_builddir)/cscope.files
389
390distclean-tags:
391 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
392
393distdir: $(DISTFILES)
394 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
395 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
396 list='$(DISTFILES)'; \
397 dist_files=`for file in $$list; do echo $$file; done | \
398 sed -e "s|^$$srcdirstrip/||;t" \
399 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
400 case $$dist_files in \
401 */*) $(MKDIR_P) `echo "$$dist_files" | \
402 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
403 sort -u` ;; \
404 esac; \
405 for file in $$dist_files; do \
406 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
407 if test -d $$d/$$file; then \
408 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
409 if test -d "$(distdir)/$$file"; then \
410 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
411 fi; \
412 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
413 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
414 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
415 fi; \
416 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
417 else \
418 test -f "$(distdir)/$$file" \
419 || cp -p $$d/$$file "$(distdir)/$$file" \
420 || exit 1; \
421 fi; \
422 done
423check-am: all-am
424check: check-am
425all-am: Makefile $(LIBRARIES)
426installdirs:
427install: install-am
428install-exec: install-exec-am
429install-data: install-data-am
430uninstall: uninstall-am
431
432install-am: all-am
433 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435installcheck: installcheck-am
436install-strip:
437 if test -z '$(STRIP)'; then \
438 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440 install; \
441 else \
442 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
443 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
444 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
445 fi
446mostlyclean-generic:
447
448clean-generic:
449
450distclean-generic:
451 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
452 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
453
454maintainer-clean-generic:
455 @echo "This command is intended for maintainers to use"
456 @echo "it deletes files that may require special tools to rebuild."
457clean: clean-am
458
459clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
460
461distclean: distclean-am
462 -rm -rf ./$(DEPDIR)
463 -rm -f Makefile
464distclean-am: clean-am distclean-compile distclean-generic \
465 distclean-tags
466
467dvi: dvi-am
468
469dvi-am:
470
471html: html-am
472
473html-am:
474
475info: info-am
476
477info-am:
478
479install-data-am:
480
481install-dvi: install-dvi-am
482
483install-dvi-am:
484
485install-exec-am:
486
487install-html: install-html-am
488
489install-html-am:
490
491install-info: install-info-am
492
493install-info-am:
494
495install-man:
496
497install-pdf: install-pdf-am
498
499install-pdf-am:
500
501install-ps: install-ps-am
502
503install-ps-am:
504
505installcheck-am:
506
507maintainer-clean: maintainer-clean-am
508 -rm -rf ./$(DEPDIR)
509 -rm -f Makefile
510maintainer-clean-am: distclean-am maintainer-clean-generic
511
512mostlyclean: mostlyclean-am
513
514mostlyclean-am: mostlyclean-compile mostlyclean-generic
515
516pdf: pdf-am
517
518pdf-am:
519
520ps: ps-am
521
522ps-am:
523
524uninstall-am:
525
526.MAKE: install-am install-strip
527
528.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
529 clean-noinstLIBRARIES cscopelist-am ctags ctags-am distclean \
530 distclean-compile distclean-generic distclean-tags distdir dvi \
531 dvi-am html html-am info info-am install install-am \
532 install-data install-data-am install-dvi install-dvi-am \
533 install-exec install-exec-am install-html install-html-am \
534 install-info install-info-am install-man install-pdf \
535 install-pdf-am install-ps install-ps-am install-strip \
536 installcheck installcheck-am installdirs maintainer-clean \
537 maintainer-clean-generic mostlyclean mostlyclean-compile \
538 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
539 uninstall-am
540
541.PRECIOUS: Makefile
542
543
544# Tell versions [3.59,3.63) of GNU make to not export all variables.
545# Otherwise a system limit (for SysV at least) may be exceeded.
546.NOEXPORT: