diff --git a/love/build.gradle b/love/build.gradle
index df732823..83d20654 100644
--- a/love/build.gradle
+++ b/love/build.gradle
@@ -33,7 +33,7 @@ android {
sourceSets {
main {
java {
- srcDirs('src/main/java', 'src/jni/SDL2-2.0.9/android-project/app/src/main/java')
+ srcDirs('src/main/java', 'src/jni/SDL2/android-project/app/src/main/java')
}
}
}
diff --git a/love/src/jni/SDL2-2.0.9/Makefile b/love/src/jni/SDL2-2.0.9/Makefile
deleted file mode 100644
index d4a6d482..00000000
--- a/love/src/jni/SDL2-2.0.9/Makefile
+++ /dev/null
@@ -1,674 +0,0 @@
-# Makefile to build and install the SDL library
-
-top_builddir = .
-srcdir = /home/martin/temp/SDL2
-objects = build
-gen = gen
-prefix = /usr/local/stow/SDL2-configure
-exec_prefix = ${prefix}
-bindir = ${exec_prefix}/bin
-libdir = ${exec_prefix}/lib
-includedir = ${prefix}/include
-datarootdir = ${prefix}/share
-datadir = ${datarootdir}
-auxdir = build-scripts
-distpath = $(srcdir)/..
-distdir = SDL2-2.0.5
-distfile = $(distdir).tar.gz
-
-
-SHELL = /bin/bash
-CC = gcc
-INCLUDE = -Iinclude -I/home/martin/temp/SDL2/include
-CFLAGS = -g -O3 -DUSING_GENERATED_CONFIG_H
-EXTRA_CFLAGS = -Iinclude -I/home/martin/temp/SDL2/include -mmmx -m3dnow -msse -msse2 -msse3 -Wall -fvisibility=hidden -Wdeclaration-after-statement -Werror=declaration-after-statement -D_REENTRANT -DHAVE_LINUX_VERSION_H
-LDFLAGS =
-EXTRA_LDFLAGS = -Wl,--no-undefined -lm -ldl -lpthread -lrt
-LIBTOOL = $(SHELL) $(top_builddir)/libtool
-INSTALL = /usr/bin/install -c
-AR = ar
-RANLIB = ranlib
-WINDRES = :
-
-TARGET = libSDL2.la
-OBJECTS = $(objects)/SDL.lo $(objects)/SDL_assert.lo $(objects)/SDL_dataqueue.lo $(objects)/SDL_error.lo $(objects)/SDL_hints.lo $(objects)/SDL_log.lo $(objects)/SDL_atomic.lo $(objects)/SDL_spinlock.lo $(objects)/SDL_audio.lo $(objects)/SDL_audiocvt.lo $(objects)/SDL_audiodev.lo $(objects)/SDL_audiotypecvt.lo $(objects)/SDL_mixer.lo $(objects)/SDL_wave.lo $(objects)/SDL_cpuinfo.lo $(objects)/SDL_dynapi.lo $(objects)/SDL_clipboardevents.lo $(objects)/SDL_dropevents.lo $(objects)/SDL_events.lo $(objects)/SDL_gesture.lo $(objects)/SDL_keyboard.lo $(objects)/SDL_mouse.lo $(objects)/SDL_quit.lo $(objects)/SDL_touch.lo $(objects)/SDL_windowevents.lo $(objects)/SDL_rwops.lo $(objects)/SDL_haptic.lo $(objects)/SDL_gamecontroller.lo $(objects)/SDL_joystick.lo $(objects)/e_atan2.lo $(objects)/e_log.lo $(objects)/e_pow.lo $(objects)/e_rem_pio2.lo $(objects)/e_sqrt.lo $(objects)/k_cos.lo $(objects)/k_rem_pio2.lo $(objects)/k_sin.lo $(objects)/k_tan.lo $(objects)/s_atan.lo $(objects)/s_copysign.lo $(objects)/s_cos.lo $(objects)/s_fabs.lo $(objects)/s_floor.lo $(objects)/s_scalbn.lo $(objects)/s_sin.lo $(objects)/s_tan.lo $(objects)/SDL_power.lo $(objects)/SDL_d3dmath.lo $(objects)/SDL_render.lo $(objects)/SDL_yuv_mmx.lo $(objects)/SDL_yuv_sw.lo $(objects)/SDL_render_d3d.lo $(objects)/SDL_render_d3d11.lo $(objects)/SDL_render_gl.lo $(objects)/SDL_shaders_gl.lo $(objects)/SDL_render_gles.lo $(objects)/SDL_render_gles2.lo $(objects)/SDL_shaders_gles2.lo $(objects)/SDL_render_psp.lo $(objects)/SDL_blendfillrect.lo $(objects)/SDL_blendline.lo $(objects)/SDL_blendpoint.lo $(objects)/SDL_drawline.lo $(objects)/SDL_drawpoint.lo $(objects)/SDL_render_sw.lo $(objects)/SDL_rotate.lo $(objects)/SDL_getenv.lo $(objects)/SDL_iconv.lo $(objects)/SDL_malloc.lo $(objects)/SDL_qsort.lo $(objects)/SDL_stdlib.lo $(objects)/SDL_string.lo $(objects)/SDL_thread.lo $(objects)/SDL_timer.lo $(objects)/SDL_RLEaccel.lo $(objects)/SDL_blit.lo $(objects)/SDL_blit_0.lo $(objects)/SDL_blit_1.lo $(objects)/SDL_blit_A.lo $(objects)/SDL_blit_N.lo $(objects)/SDL_blit_auto.lo $(objects)/SDL_blit_copy.lo $(objects)/SDL_blit_slow.lo $(objects)/SDL_bmp.lo $(objects)/SDL_clipboard.lo $(objects)/SDL_egl.lo $(objects)/SDL_fillrect.lo $(objects)/SDL_pixels.lo $(objects)/SDL_rect.lo $(objects)/SDL_shape.lo $(objects)/SDL_stretch.lo $(objects)/SDL_surface.lo $(objects)/SDL_video.lo $(objects)/SDL_nullevents.lo $(objects)/SDL_nullframebuffer.lo $(objects)/SDL_nullvideo.lo $(objects)/SDL_diskaudio.lo $(objects)/SDL_dummyaudio.lo $(objects)/SDL_sysloadso.lo $(objects)/SDL_dspaudio.lo $(objects)/SDL_x11clipboard.lo $(objects)/SDL_x11dyn.lo $(objects)/SDL_x11events.lo $(objects)/SDL_x11framebuffer.lo $(objects)/SDL_x11keyboard.lo $(objects)/SDL_x11messagebox.lo $(objects)/SDL_x11modes.lo $(objects)/SDL_x11mouse.lo $(objects)/SDL_x11opengl.lo $(objects)/SDL_x11opengles.lo $(objects)/SDL_x11shape.lo $(objects)/SDL_x11touch.lo $(objects)/SDL_x11video.lo $(objects)/SDL_x11window.lo $(objects)/SDL_x11xinput2.lo $(objects)/edid-parse.lo $(objects)/imKStoUCS.lo $(objects)/SDL_ime.lo $(objects)/SDL_systhread.lo $(objects)/SDL_syssem.lo $(objects)/SDL_sysmutex.lo $(objects)/SDL_syscond.lo $(objects)/SDL_systls.lo $(objects)/SDL_sysjoystick.lo $(objects)/SDL_syshaptic.lo $(objects)/SDL_syspower.lo $(objects)/SDL_sysfilesystem.lo $(objects)/SDL_systimer.lo $(objects)/SDL_evdev.lo $(objects)/SDL_evdev_kbd.lo
-GEN_HEADERS =
-GEN_OBJECTS =
-VERSION_OBJECTS =
-
-SDLMAIN_TARGET = libSDL2main.a
-SDLMAIN_OBJECTS = $(objects)/SDL_dummy_main.o
-
-SDLTEST_TARGET = libSDL2_test.a
-SDLTEST_OBJECTS = $(objects)/SDL_test_assert.o $(objects)/SDL_test_common.o $(objects)/SDL_test_compare.o $(objects)/SDL_test_crc32.o $(objects)/SDL_test_font.o $(objects)/SDL_test_fuzzer.o $(objects)/SDL_test_harness.o $(objects)/SDL_test_imageBlit.o $(objects)/SDL_test_imageBlitBlend.o $(objects)/SDL_test_imageFace.o $(objects)/SDL_test_imagePrimitives.o $(objects)/SDL_test_imagePrimitivesBlend.o $(objects)/SDL_test_log.o $(objects)/SDL_test_md5.o $(objects)/SDL_test_random.o
-
-WAYLAND_SCANNER =
-
-SRC_DIST = *.txt acinclude Android.mk autogen.sh android-project build-scripts cmake cmake_uninstall.cmake.in configure configure.in debian docs include Makefile.* sdl2-config.cmake.in sdl2-config.in sdl2.m4 sdl2.pc.in SDL2.spec.in SDL2Config.cmake src test VisualC.html VisualC VisualC-WinRT Xcode Xcode-iOS
-GEN_DIST = SDL2.spec
-
-ifneq ($V,1)
-RUN_CMD_AR = @echo " AR " $@;
-RUN_CMD_CC = @echo " CC " $@;
-RUN_CMD_CXX = @echo " CXX " $@;
-RUN_CMD_LTLINK = @echo " LTLINK" $@;
-RUN_CMD_RANLIB = @echo " RANLIB" $@;
-RUN_CMD_GEN = @echo " GEN " $@;
-LIBTOOL += --quiet
-endif
-
-HDRS = \
- SDL.h \
- SDL_assert.h \
- SDL_atomic.h \
- SDL_audio.h \
- SDL_bits.h \
- SDL_blendmode.h \
- SDL_clipboard.h \
- SDL_cpuinfo.h \
- SDL_egl.h \
- SDL_endian.h \
- SDL_error.h \
- SDL_events.h \
- SDL_filesystem.h \
- SDL_gamecontroller.h \
- SDL_gesture.h \
- SDL_haptic.h \
- SDL_hints.h \
- SDL_joystick.h \
- SDL_keyboard.h \
- SDL_keycode.h \
- SDL_loadso.h \
- SDL_log.h \
- SDL_main.h \
- SDL_messagebox.h \
- SDL_mouse.h \
- SDL_mutex.h \
- SDL_name.h \
- SDL_opengl.h \
- SDL_opengl_glext.h \
- SDL_opengles.h \
- SDL_opengles2_gl2ext.h \
- SDL_opengles2_gl2.h \
- SDL_opengles2_gl2platform.h \
- SDL_opengles2.h \
- SDL_opengles2_khrplatform.h \
- SDL_pixels.h \
- SDL_platform.h \
- SDL_power.h \
- SDL_quit.h \
- SDL_rect.h \
- SDL_render.h \
- SDL_rwops.h \
- SDL_scancode.h \
- SDL_shape.h \
- SDL_stdinc.h \
- SDL_surface.h \
- SDL_system.h \
- SDL_syswm.h \
- SDL_thread.h \
- SDL_timer.h \
- SDL_touch.h \
- SDL_types.h \
- SDL_version.h \
- SDL_video.h \
- begin_code.h \
- close_code.h
-
-SDLTEST_HDRS = $(shell ls $(srcdir)/include | fgrep SDL_test)
-
-LT_AGE = 5
-LT_CURRENT = 5
-LT_RELEASE = 2.0
-LT_REVISION = 0
-LT_LDFLAGS = -no-undefined -rpath $(DESTDIR)$(libdir) -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-
-all: $(srcdir)/configure Makefile $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) $(objects)/$(SDLTEST_TARGET)
-
-$(srcdir)/configure: $(srcdir)/configure.in
- @echo "Warning, configure is out of date, please re-run autogen.sh"
-
-Makefile: $(srcdir)/Makefile.in
- $(SHELL) config.status $@
-
-Makefile.in:;
-
-$(objects):
- $(SHELL) $(auxdir)/mkinstalldirs $@
-
-update-revision:
- $(SHELL) $(auxdir)/updaterev.sh
-
-.PHONY: all update-revision install install-bin install-hdrs install-lib install-data uninstall uninstall-bin uninstall-hdrs uninstall-lib uninstall-data clean distclean dist $(OBJECTS:.lo=.d)
-
-$(objects)/$(TARGET): $(GEN_HEADERS) $(GEN_OBJECTS) $(OBJECTS) $(VERSION_OBJECTS)
- $(RUN_CMD_LTLINK)$(LIBTOOL) --tag=CC --mode=link $(CC) -o $@ $(OBJECTS) $(GEN_OBJECTS) $(VERSION_OBJECTS) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LT_LDFLAGS)
-
-$(objects)/$(SDLMAIN_TARGET): $(SDLMAIN_OBJECTS)
- $(RUN_CMD_AR)$(AR) cru $@ $(SDLMAIN_OBJECTS)
- $(RUN_CMD_RANLIB)$(RANLIB) $@
-
-$(objects)/$(SDLTEST_TARGET): $(SDLTEST_OBJECTS)
- $(RUN_CMD_AR)$(AR) cru $@ $(SDLTEST_OBJECTS)
- $(RUN_CMD_RANLIB)$(RANLIB) $@
-
-install: all install-bin install-hdrs install-lib install-data
-install-bin:
- $(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(bindir)
- $(INSTALL) -m 755 sdl2-config $(DESTDIR)$(bindir)/sdl2-config
-install-hdrs: update-revision
- $(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(includedir)/SDL2
- for file in $(HDRS) $(SDLTEST_HDRS); do \
- $(INSTALL) -m 644 $(srcdir)/include/$$file $(DESTDIR)$(includedir)/SDL2/$$file; \
- done
- $(INSTALL) -m 644 include/SDL_config.h $(DESTDIR)$(includedir)/SDL2/SDL_config.h
- if test -f include/SDL_revision.h; then \
- $(INSTALL) -m 644 include/SDL_revision.h $(DESTDIR)$(includedir)/SDL2/SDL_revision.h; \
- else \
- $(INSTALL) -m 644 $(srcdir)/include/SDL_revision.h $(DESTDIR)$(includedir)/SDL2/SDL_revision.h; \
- fi
-
-install-lib: $(objects) $(objects)/$(TARGET) $(objects)/$(SDLMAIN_TARGET) $(objects)/$(SDLTEST_TARGET)
- $(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(libdir)
- $(LIBTOOL) --mode=install $(INSTALL) $(objects)/$(TARGET) $(DESTDIR)$(libdir)/$(TARGET)
- $(INSTALL) -m 644 $(objects)/$(SDLMAIN_TARGET) $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET)
- $(RANLIB) $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET)
- $(INSTALL) -m 644 $(objects)/$(SDLTEST_TARGET) $(DESTDIR)$(libdir)/$(SDLTEST_TARGET)
- $(RANLIB) $(DESTDIR)$(libdir)/$(SDLTEST_TARGET)
-install-data:
- $(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(datadir)/aclocal
- $(INSTALL) -m 644 $(srcdir)/sdl2.m4 $(DESTDIR)$(datadir)/aclocal/sdl2.m4
- $(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(libdir)/pkgconfig
- $(INSTALL) -m 644 sdl2.pc $(DESTDIR)$(libdir)/pkgconfig
- $(SHELL) $(auxdir)/mkinstalldirs $(DESTDIR)$(libdir)/cmake/SDL2
- $(INSTALL) -m 644 sdl2-config.cmake $(DESTDIR)$(libdir)/cmake/SDL2
-
-uninstall: uninstall-bin uninstall-hdrs uninstall-lib uninstall-data
-uninstall-bin:
- rm -f $(DESTDIR)$(bindir)/sdl2-config
-uninstall-hdrs:
- for file in $(HDRS) $(SDLTEST_HDRS); do \
- rm -f $(DESTDIR)$(includedir)/SDL2/$$file; \
- done
- rm -f $(DESTDIR)$(includedir)/SDL2/SDL_config.h
- rm -f $(DESTDIR)$(includedir)/SDL2/SDL_revision.h
- -rmdir $(DESTDIR)$(includedir)/SDL2
-uninstall-lib:
- $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$(TARGET)
- rm -f $(DESTDIR)$(libdir)/$(SDLMAIN_TARGET)
- rm -f $(DESTDIR)$(libdir)/$(SDLTEST_TARGET)
-uninstall-data:
- rm -f $(DESTDIR)$(datadir)/aclocal/sdl2.m4
- rm -f $(DESTDIR)$(libdir)/pkgconfig/sdl2.pc
- rm -f $(DESTDIR)$(libdir)/cmake/SDL2/sdl2-config.cmake
-
-clean:
- rm -rf $(objects)
- rm -rf $(gen)
- if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
-
-distclean: clean
- rm -f Makefile Makefile.rules sdl2-config
- rm -f config.status config.cache config.log libtool
- rm -rf $(srcdir)/autom4te*
- find $(srcdir) \( \
- -name '*~' -o \
- -name '*.bak' -o \
- -name '*.old' -o \
- -name '*.rej' -o \
- -name '*.orig' -o \
- -name '.#*' \) \
- -exec rm -f {} \;
- if test -f test/Makefile; then (cd test; $(MAKE) $@); fi
-
-dist $(distfile):
- $(SHELL) $(auxdir)/mkinstalldirs $(distdir)
- (cd $(srcdir); tar cf - $(SRC_DIST)) | (cd $(distdir); tar xf -)
- tar cf - $(GEN_DIST) | (cd $(distdir); tar xf -)
- find $(distdir) \( \
- -name '*~' -o \
- -name '*.bak' -o \
- -name '*.old' -o \
- -name '*.rej' -o \
- -name '*.orig' -o \
- -name '.#*' \) \
- -exec rm -f {} \;
- if test -f $(distdir)/test/Makefile; then (cd $(distdir)/test && make distclean); fi
- (cd $(distdir); build-scripts/updaterev.sh)
- tar cvf - $(distdir) | gzip --best >$(distfile)
- rm -rf $(distdir)
-
-rpm: $(distfile)
- rpmbuild -ta $?
-
-# Build rules for objects
--include $(OBJECTS:.lo=.d)
-
-# Special dependency for SDL.c, since it depends on SDL_revision.h
-/home/martin/temp/SDL2/src/SDL.c: update-revision
-
-$(objects)/SDL.lo: /home/martin/temp/SDL2/src/SDL.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_assert.lo: /home/martin/temp/SDL2/src/SDL_assert.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dataqueue.lo: /home/martin/temp/SDL2/src/SDL_dataqueue.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_error.lo: /home/martin/temp/SDL2/src/SDL_error.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_hints.lo: /home/martin/temp/SDL2/src/SDL_hints.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_log.lo: /home/martin/temp/SDL2/src/SDL_log.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_atomic.lo: /home/martin/temp/SDL2/src/atomic/SDL_atomic.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_spinlock.lo: /home/martin/temp/SDL2/src/atomic/SDL_spinlock.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audio.lo: /home/martin/temp/SDL2/src/audio/SDL_audio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audiocvt.lo: /home/martin/temp/SDL2/src/audio/SDL_audiocvt.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audiodev.lo: /home/martin/temp/SDL2/src/audio/SDL_audiodev.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audiotypecvt.lo: /home/martin/temp/SDL2/src/audio/SDL_audiotypecvt.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_mixer.lo: /home/martin/temp/SDL2/src/audio/SDL_mixer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_wave.lo: /home/martin/temp/SDL2/src/audio/SDL_wave.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_cpuinfo.lo: /home/martin/temp/SDL2/src/cpuinfo/SDL_cpuinfo.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dynapi.lo: /home/martin/temp/SDL2/src/dynapi/SDL_dynapi.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_clipboardevents.lo: /home/martin/temp/SDL2/src/events/SDL_clipboardevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dropevents.lo: /home/martin/temp/SDL2/src/events/SDL_dropevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_events.lo: /home/martin/temp/SDL2/src/events/SDL_events.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_gesture.lo: /home/martin/temp/SDL2/src/events/SDL_gesture.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_keyboard.lo: /home/martin/temp/SDL2/src/events/SDL_keyboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_mouse.lo: /home/martin/temp/SDL2/src/events/SDL_mouse.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_quit.lo: /home/martin/temp/SDL2/src/events/SDL_quit.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_touch.lo: /home/martin/temp/SDL2/src/events/SDL_touch.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_windowevents.lo: /home/martin/temp/SDL2/src/events/SDL_windowevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_rwops.lo: /home/martin/temp/SDL2/src/file/SDL_rwops.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_haptic.lo: /home/martin/temp/SDL2/src/haptic/SDL_haptic.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_gamecontroller.lo: /home/martin/temp/SDL2/src/joystick/SDL_gamecontroller.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_joystick.lo: /home/martin/temp/SDL2/src/joystick/SDL_joystick.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_atan2.lo: /home/martin/temp/SDL2/src/libm/e_atan2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_log.lo: /home/martin/temp/SDL2/src/libm/e_log.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_pow.lo: /home/martin/temp/SDL2/src/libm/e_pow.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_rem_pio2.lo: /home/martin/temp/SDL2/src/libm/e_rem_pio2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_sqrt.lo: /home/martin/temp/SDL2/src/libm/e_sqrt.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_cos.lo: /home/martin/temp/SDL2/src/libm/k_cos.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_rem_pio2.lo: /home/martin/temp/SDL2/src/libm/k_rem_pio2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_sin.lo: /home/martin/temp/SDL2/src/libm/k_sin.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_tan.lo: /home/martin/temp/SDL2/src/libm/k_tan.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_atan.lo: /home/martin/temp/SDL2/src/libm/s_atan.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_copysign.lo: /home/martin/temp/SDL2/src/libm/s_copysign.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_cos.lo: /home/martin/temp/SDL2/src/libm/s_cos.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_fabs.lo: /home/martin/temp/SDL2/src/libm/s_fabs.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_floor.lo: /home/martin/temp/SDL2/src/libm/s_floor.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_scalbn.lo: /home/martin/temp/SDL2/src/libm/s_scalbn.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_sin.lo: /home/martin/temp/SDL2/src/libm/s_sin.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_tan.lo: /home/martin/temp/SDL2/src/libm/s_tan.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_power.lo: /home/martin/temp/SDL2/src/power/SDL_power.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_d3dmath.lo: /home/martin/temp/SDL2/src/render/SDL_d3dmath.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render.lo: /home/martin/temp/SDL2/src/render/SDL_render.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_yuv_mmx.lo: /home/martin/temp/SDL2/src/render/SDL_yuv_mmx.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_yuv_sw.lo: /home/martin/temp/SDL2/src/render/SDL_yuv_sw.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_d3d.lo: /home/martin/temp/SDL2/src/render/direct3d/SDL_render_d3d.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_d3d11.lo: /home/martin/temp/SDL2/src/render/direct3d11/SDL_render_d3d11.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_gl.lo: /home/martin/temp/SDL2/src/render/opengl/SDL_render_gl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_shaders_gl.lo: /home/martin/temp/SDL2/src/render/opengl/SDL_shaders_gl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_gles.lo: /home/martin/temp/SDL2/src/render/opengles/SDL_render_gles.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_gles2.lo: /home/martin/temp/SDL2/src/render/opengles2/SDL_render_gles2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_shaders_gles2.lo: /home/martin/temp/SDL2/src/render/opengles2/SDL_shaders_gles2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_psp.lo: /home/martin/temp/SDL2/src/render/psp/SDL_render_psp.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blendfillrect.lo: /home/martin/temp/SDL2/src/render/software/SDL_blendfillrect.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blendline.lo: /home/martin/temp/SDL2/src/render/software/SDL_blendline.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blendpoint.lo: /home/martin/temp/SDL2/src/render/software/SDL_blendpoint.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_drawline.lo: /home/martin/temp/SDL2/src/render/software/SDL_drawline.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_drawpoint.lo: /home/martin/temp/SDL2/src/render/software/SDL_drawpoint.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_sw.lo: /home/martin/temp/SDL2/src/render/software/SDL_render_sw.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_rotate.lo: /home/martin/temp/SDL2/src/render/software/SDL_rotate.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_getenv.lo: /home/martin/temp/SDL2/src/stdlib/SDL_getenv.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_iconv.lo: /home/martin/temp/SDL2/src/stdlib/SDL_iconv.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_malloc.lo: /home/martin/temp/SDL2/src/stdlib/SDL_malloc.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_qsort.lo: /home/martin/temp/SDL2/src/stdlib/SDL_qsort.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_stdlib.lo: /home/martin/temp/SDL2/src/stdlib/SDL_stdlib.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_string.lo: /home/martin/temp/SDL2/src/stdlib/SDL_string.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_thread.lo: /home/martin/temp/SDL2/src/thread/SDL_thread.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_timer.lo: /home/martin/temp/SDL2/src/timer/SDL_timer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_RLEaccel.lo: /home/martin/temp/SDL2/src/video/SDL_RLEaccel.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit.lo: /home/martin/temp/SDL2/src/video/SDL_blit.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_0.lo: /home/martin/temp/SDL2/src/video/SDL_blit_0.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_1.lo: /home/martin/temp/SDL2/src/video/SDL_blit_1.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_A.lo: /home/martin/temp/SDL2/src/video/SDL_blit_A.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_N.lo: /home/martin/temp/SDL2/src/video/SDL_blit_N.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_auto.lo: /home/martin/temp/SDL2/src/video/SDL_blit_auto.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_copy.lo: /home/martin/temp/SDL2/src/video/SDL_blit_copy.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_slow.lo: /home/martin/temp/SDL2/src/video/SDL_blit_slow.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_bmp.lo: /home/martin/temp/SDL2/src/video/SDL_bmp.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_clipboard.lo: /home/martin/temp/SDL2/src/video/SDL_clipboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_egl.lo: /home/martin/temp/SDL2/src/video/SDL_egl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_fillrect.lo: /home/martin/temp/SDL2/src/video/SDL_fillrect.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_pixels.lo: /home/martin/temp/SDL2/src/video/SDL_pixels.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_rect.lo: /home/martin/temp/SDL2/src/video/SDL_rect.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_shape.lo: /home/martin/temp/SDL2/src/video/SDL_shape.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_stretch.lo: /home/martin/temp/SDL2/src/video/SDL_stretch.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_surface.lo: /home/martin/temp/SDL2/src/video/SDL_surface.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_video.lo: /home/martin/temp/SDL2/src/video/SDL_video.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_nullevents.lo: /home/martin/temp/SDL2/src/video/dummy/SDL_nullevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_nullframebuffer.lo: /home/martin/temp/SDL2/src/video/dummy/SDL_nullframebuffer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_nullvideo.lo: /home/martin/temp/SDL2/src/video/dummy/SDL_nullvideo.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_diskaudio.lo: /home/martin/temp/SDL2/src/audio/disk/SDL_diskaudio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dummyaudio.lo: /home/martin/temp/SDL2/src/audio/dummy/SDL_dummyaudio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysloadso.lo: /home/martin/temp/SDL2/src/loadso/dlopen/SDL_sysloadso.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dspaudio.lo: /home/martin/temp/SDL2/src/audio/dsp/SDL_dspaudio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11clipboard.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11clipboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11dyn.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11dyn.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11events.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11events.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11framebuffer.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11framebuffer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11keyboard.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11keyboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11messagebox.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11messagebox.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11modes.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11modes.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11mouse.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11mouse.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11opengl.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11opengl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11opengles.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11opengles.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11shape.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11shape.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11touch.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11touch.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11video.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11video.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11window.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11window.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11xinput2.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11xinput2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/edid-parse.lo: /home/martin/temp/SDL2/src/video/x11/edid-parse.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/imKStoUCS.lo: /home/martin/temp/SDL2/src/video/x11/imKStoUCS.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_ime.lo: /home/martin/temp/SDL2/src/core/linux/SDL_ime.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_systhread.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_systhread.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syssem.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_syssem.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysmutex.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_sysmutex.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syscond.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_syscond.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_systls.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_systls.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysjoystick.lo: /home/martin/temp/SDL2/src/joystick/linux/SDL_sysjoystick.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syshaptic.lo: /home/martin/temp/SDL2/src/haptic/linux/SDL_syshaptic.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syspower.lo: /home/martin/temp/SDL2/src/power/linux/SDL_syspower.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysfilesystem.lo: /home/martin/temp/SDL2/src/filesystem/unix/SDL_sysfilesystem.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_systimer.lo: /home/martin/temp/SDL2/src/timer/unix/SDL_systimer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_evdev.lo: /home/martin/temp/SDL2/src/core/linux/SDL_evdev.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_evdev_kbd.lo: /home/martin/temp/SDL2/src/core/linux/SDL_evdev_kbd.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-
-$(objects)/SDL_dummy_main.o: /home/martin/temp/SDL2/src/main/dummy/SDL_dummy_main.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_test_assert.o: /home/martin/temp/SDL2/src/test/SDL_test_assert.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_common.o: /home/martin/temp/SDL2/src/test/SDL_test_common.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_compare.o: /home/martin/temp/SDL2/src/test/SDL_test_compare.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_crc32.o: /home/martin/temp/SDL2/src/test/SDL_test_crc32.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_font.o: /home/martin/temp/SDL2/src/test/SDL_test_font.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_fuzzer.o: /home/martin/temp/SDL2/src/test/SDL_test_fuzzer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_harness.o: /home/martin/temp/SDL2/src/test/SDL_test_harness.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imageBlit.o: /home/martin/temp/SDL2/src/test/SDL_test_imageBlit.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imageBlitBlend.o: /home/martin/temp/SDL2/src/test/SDL_test_imageBlitBlend.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imageFace.o: /home/martin/temp/SDL2/src/test/SDL_test_imageFace.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imagePrimitives.o: /home/martin/temp/SDL2/src/test/SDL_test_imagePrimitives.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imagePrimitivesBlend.o: /home/martin/temp/SDL2/src/test/SDL_test_imagePrimitivesBlend.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_log.o: /home/martin/temp/SDL2/src/test/SDL_test_log.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_md5.o: /home/martin/temp/SDL2/src/test/SDL_test_md5.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_random.o: /home/martin/temp/SDL2/src/test/SDL_test_random.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
diff --git a/love/src/jni/SDL2-2.0.9/Makefile.rules b/love/src/jni/SDL2-2.0.9/Makefile.rules
deleted file mode 100644
index 10e45932..00000000
--- a/love/src/jni/SDL2-2.0.9/Makefile.rules
+++ /dev/null
@@ -1,432 +0,0 @@
-
-# Build rules for objects
--include $(OBJECTS:.lo=.d)
-
-# Special dependency for SDL.c, since it depends on SDL_revision.h
-/home/martin/temp/SDL2/src/SDL.c: update-revision
-
-$(objects)/SDL.lo: /home/martin/temp/SDL2/src/SDL.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_assert.lo: /home/martin/temp/SDL2/src/SDL_assert.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dataqueue.lo: /home/martin/temp/SDL2/src/SDL_dataqueue.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_error.lo: /home/martin/temp/SDL2/src/SDL_error.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_hints.lo: /home/martin/temp/SDL2/src/SDL_hints.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_log.lo: /home/martin/temp/SDL2/src/SDL_log.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_atomic.lo: /home/martin/temp/SDL2/src/atomic/SDL_atomic.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_spinlock.lo: /home/martin/temp/SDL2/src/atomic/SDL_spinlock.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audio.lo: /home/martin/temp/SDL2/src/audio/SDL_audio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audiocvt.lo: /home/martin/temp/SDL2/src/audio/SDL_audiocvt.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audiodev.lo: /home/martin/temp/SDL2/src/audio/SDL_audiodev.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_audiotypecvt.lo: /home/martin/temp/SDL2/src/audio/SDL_audiotypecvt.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_mixer.lo: /home/martin/temp/SDL2/src/audio/SDL_mixer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_wave.lo: /home/martin/temp/SDL2/src/audio/SDL_wave.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_cpuinfo.lo: /home/martin/temp/SDL2/src/cpuinfo/SDL_cpuinfo.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dynapi.lo: /home/martin/temp/SDL2/src/dynapi/SDL_dynapi.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_clipboardevents.lo: /home/martin/temp/SDL2/src/events/SDL_clipboardevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dropevents.lo: /home/martin/temp/SDL2/src/events/SDL_dropevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_events.lo: /home/martin/temp/SDL2/src/events/SDL_events.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_gesture.lo: /home/martin/temp/SDL2/src/events/SDL_gesture.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_keyboard.lo: /home/martin/temp/SDL2/src/events/SDL_keyboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_mouse.lo: /home/martin/temp/SDL2/src/events/SDL_mouse.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_quit.lo: /home/martin/temp/SDL2/src/events/SDL_quit.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_touch.lo: /home/martin/temp/SDL2/src/events/SDL_touch.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_windowevents.lo: /home/martin/temp/SDL2/src/events/SDL_windowevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_rwops.lo: /home/martin/temp/SDL2/src/file/SDL_rwops.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_haptic.lo: /home/martin/temp/SDL2/src/haptic/SDL_haptic.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_gamecontroller.lo: /home/martin/temp/SDL2/src/joystick/SDL_gamecontroller.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_joystick.lo: /home/martin/temp/SDL2/src/joystick/SDL_joystick.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_atan2.lo: /home/martin/temp/SDL2/src/libm/e_atan2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_log.lo: /home/martin/temp/SDL2/src/libm/e_log.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_pow.lo: /home/martin/temp/SDL2/src/libm/e_pow.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_rem_pio2.lo: /home/martin/temp/SDL2/src/libm/e_rem_pio2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/e_sqrt.lo: /home/martin/temp/SDL2/src/libm/e_sqrt.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_cos.lo: /home/martin/temp/SDL2/src/libm/k_cos.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_rem_pio2.lo: /home/martin/temp/SDL2/src/libm/k_rem_pio2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_sin.lo: /home/martin/temp/SDL2/src/libm/k_sin.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/k_tan.lo: /home/martin/temp/SDL2/src/libm/k_tan.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_atan.lo: /home/martin/temp/SDL2/src/libm/s_atan.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_copysign.lo: /home/martin/temp/SDL2/src/libm/s_copysign.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_cos.lo: /home/martin/temp/SDL2/src/libm/s_cos.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_fabs.lo: /home/martin/temp/SDL2/src/libm/s_fabs.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_floor.lo: /home/martin/temp/SDL2/src/libm/s_floor.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_scalbn.lo: /home/martin/temp/SDL2/src/libm/s_scalbn.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_sin.lo: /home/martin/temp/SDL2/src/libm/s_sin.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/s_tan.lo: /home/martin/temp/SDL2/src/libm/s_tan.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_power.lo: /home/martin/temp/SDL2/src/power/SDL_power.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_d3dmath.lo: /home/martin/temp/SDL2/src/render/SDL_d3dmath.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render.lo: /home/martin/temp/SDL2/src/render/SDL_render.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_yuv_mmx.lo: /home/martin/temp/SDL2/src/render/SDL_yuv_mmx.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_yuv_sw.lo: /home/martin/temp/SDL2/src/render/SDL_yuv_sw.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_d3d.lo: /home/martin/temp/SDL2/src/render/direct3d/SDL_render_d3d.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_d3d11.lo: /home/martin/temp/SDL2/src/render/direct3d11/SDL_render_d3d11.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_gl.lo: /home/martin/temp/SDL2/src/render/opengl/SDL_render_gl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_shaders_gl.lo: /home/martin/temp/SDL2/src/render/opengl/SDL_shaders_gl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_gles.lo: /home/martin/temp/SDL2/src/render/opengles/SDL_render_gles.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_gles2.lo: /home/martin/temp/SDL2/src/render/opengles2/SDL_render_gles2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_shaders_gles2.lo: /home/martin/temp/SDL2/src/render/opengles2/SDL_shaders_gles2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_psp.lo: /home/martin/temp/SDL2/src/render/psp/SDL_render_psp.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blendfillrect.lo: /home/martin/temp/SDL2/src/render/software/SDL_blendfillrect.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blendline.lo: /home/martin/temp/SDL2/src/render/software/SDL_blendline.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blendpoint.lo: /home/martin/temp/SDL2/src/render/software/SDL_blendpoint.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_drawline.lo: /home/martin/temp/SDL2/src/render/software/SDL_drawline.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_drawpoint.lo: /home/martin/temp/SDL2/src/render/software/SDL_drawpoint.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_render_sw.lo: /home/martin/temp/SDL2/src/render/software/SDL_render_sw.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_rotate.lo: /home/martin/temp/SDL2/src/render/software/SDL_rotate.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_getenv.lo: /home/martin/temp/SDL2/src/stdlib/SDL_getenv.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_iconv.lo: /home/martin/temp/SDL2/src/stdlib/SDL_iconv.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_malloc.lo: /home/martin/temp/SDL2/src/stdlib/SDL_malloc.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_qsort.lo: /home/martin/temp/SDL2/src/stdlib/SDL_qsort.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_stdlib.lo: /home/martin/temp/SDL2/src/stdlib/SDL_stdlib.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_string.lo: /home/martin/temp/SDL2/src/stdlib/SDL_string.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_thread.lo: /home/martin/temp/SDL2/src/thread/SDL_thread.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_timer.lo: /home/martin/temp/SDL2/src/timer/SDL_timer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_RLEaccel.lo: /home/martin/temp/SDL2/src/video/SDL_RLEaccel.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit.lo: /home/martin/temp/SDL2/src/video/SDL_blit.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_0.lo: /home/martin/temp/SDL2/src/video/SDL_blit_0.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_1.lo: /home/martin/temp/SDL2/src/video/SDL_blit_1.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_A.lo: /home/martin/temp/SDL2/src/video/SDL_blit_A.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_N.lo: /home/martin/temp/SDL2/src/video/SDL_blit_N.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_auto.lo: /home/martin/temp/SDL2/src/video/SDL_blit_auto.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_copy.lo: /home/martin/temp/SDL2/src/video/SDL_blit_copy.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_blit_slow.lo: /home/martin/temp/SDL2/src/video/SDL_blit_slow.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_bmp.lo: /home/martin/temp/SDL2/src/video/SDL_bmp.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_clipboard.lo: /home/martin/temp/SDL2/src/video/SDL_clipboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_egl.lo: /home/martin/temp/SDL2/src/video/SDL_egl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_fillrect.lo: /home/martin/temp/SDL2/src/video/SDL_fillrect.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_pixels.lo: /home/martin/temp/SDL2/src/video/SDL_pixels.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_rect.lo: /home/martin/temp/SDL2/src/video/SDL_rect.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_shape.lo: /home/martin/temp/SDL2/src/video/SDL_shape.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_stretch.lo: /home/martin/temp/SDL2/src/video/SDL_stretch.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_surface.lo: /home/martin/temp/SDL2/src/video/SDL_surface.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_video.lo: /home/martin/temp/SDL2/src/video/SDL_video.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_nullevents.lo: /home/martin/temp/SDL2/src/video/dummy/SDL_nullevents.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_nullframebuffer.lo: /home/martin/temp/SDL2/src/video/dummy/SDL_nullframebuffer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_nullvideo.lo: /home/martin/temp/SDL2/src/video/dummy/SDL_nullvideo.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_diskaudio.lo: /home/martin/temp/SDL2/src/audio/disk/SDL_diskaudio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dummyaudio.lo: /home/martin/temp/SDL2/src/audio/dummy/SDL_dummyaudio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysloadso.lo: /home/martin/temp/SDL2/src/loadso/dlopen/SDL_sysloadso.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_dspaudio.lo: /home/martin/temp/SDL2/src/audio/dsp/SDL_dspaudio.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11clipboard.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11clipboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11dyn.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11dyn.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11events.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11events.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11framebuffer.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11framebuffer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11keyboard.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11keyboard.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11messagebox.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11messagebox.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11modes.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11modes.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11mouse.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11mouse.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11opengl.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11opengl.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11opengles.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11opengles.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11shape.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11shape.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11touch.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11touch.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11video.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11video.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11window.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11window.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_x11xinput2.lo: /home/martin/temp/SDL2/src/video/x11/SDL_x11xinput2.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/edid-parse.lo: /home/martin/temp/SDL2/src/video/x11/edid-parse.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/imKStoUCS.lo: /home/martin/temp/SDL2/src/video/x11/imKStoUCS.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_ime.lo: /home/martin/temp/SDL2/src/core/linux/SDL_ime.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_systhread.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_systhread.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syssem.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_syssem.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysmutex.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_sysmutex.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syscond.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_syscond.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_systls.lo: /home/martin/temp/SDL2/src/thread/pthread/SDL_systls.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysjoystick.lo: /home/martin/temp/SDL2/src/joystick/linux/SDL_sysjoystick.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syshaptic.lo: /home/martin/temp/SDL2/src/haptic/linux/SDL_syshaptic.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_syspower.lo: /home/martin/temp/SDL2/src/power/linux/SDL_syspower.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_sysfilesystem.lo: /home/martin/temp/SDL2/src/filesystem/unix/SDL_sysfilesystem.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_systimer.lo: /home/martin/temp/SDL2/src/timer/unix/SDL_systimer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_evdev.lo: /home/martin/temp/SDL2/src/core/linux/SDL_evdev.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_evdev_kbd.lo: /home/martin/temp/SDL2/src/core/linux/SDL_evdev_kbd.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-
-$(objects)/SDL_dummy_main.o: /home/martin/temp/SDL2/src/main/dummy/SDL_dummy_main.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
-$(objects)/SDL_test_assert.o: /home/martin/temp/SDL2/src/test/SDL_test_assert.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_common.o: /home/martin/temp/SDL2/src/test/SDL_test_common.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_compare.o: /home/martin/temp/SDL2/src/test/SDL_test_compare.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_crc32.o: /home/martin/temp/SDL2/src/test/SDL_test_crc32.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_font.o: /home/martin/temp/SDL2/src/test/SDL_test_font.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_fuzzer.o: /home/martin/temp/SDL2/src/test/SDL_test_fuzzer.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_harness.o: /home/martin/temp/SDL2/src/test/SDL_test_harness.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imageBlit.o: /home/martin/temp/SDL2/src/test/SDL_test_imageBlit.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imageBlitBlend.o: /home/martin/temp/SDL2/src/test/SDL_test_imageBlitBlend.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imageFace.o: /home/martin/temp/SDL2/src/test/SDL_test_imageFace.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imagePrimitives.o: /home/martin/temp/SDL2/src/test/SDL_test_imagePrimitives.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_imagePrimitivesBlend.o: /home/martin/temp/SDL2/src/test/SDL_test_imagePrimitivesBlend.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_log.o: /home/martin/temp/SDL2/src/test/SDL_test_log.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_md5.o: /home/martin/temp/SDL2/src/test/SDL_test_md5.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-$(objects)/SDL_test_random.o: /home/martin/temp/SDL2/src/test/SDL_test_random.c
- $(RUN_CMD_CC)$(LIBTOOL) --tag=CC --mode=compile $(CC) $(CFLAGS) $(EXTRA_CFLAGS) -MMD -MT $@ -c $< -o $@
-
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/Logo.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/Logo.png
deleted file mode 100644
index e26771cb..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/Logo.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/SmallLogo.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/SmallLogo.png
deleted file mode 100644
index 1eb0d9d5..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/SmallLogo.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/SplashScreen.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/SplashScreen.png
deleted file mode 100644
index c951e031..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/SplashScreen.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/StoreLogo.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/StoreLogo.png
deleted file mode 100644
index dcb67271..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/loopwave/Assets/StoreLogo.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/Logo.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/Logo.png
deleted file mode 100644
index e26771cb..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/Logo.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/SmallLogo.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/SmallLogo.png
deleted file mode 100644
index 1eb0d9d5..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/SmallLogo.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/SplashScreen.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/SplashScreen.png
deleted file mode 100644
index c951e031..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/SplashScreen.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/StoreLogo.png b/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/StoreLogo.png
deleted file mode 100644
index dcb67271..00000000
Binary files a/love/src/jni/SDL2-2.0.9/VisualC-WinRT/tests/testthread/Assets/StoreLogo.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/AndroidManifest.xml b/love/src/jni/SDL2-2.0.9/android-project-ant/AndroidManifest.xml
deleted file mode 120000
index 94bcaefd..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/AndroidManifest.xml
+++ /dev/null
@@ -1 +0,0 @@
-../android-project/app/src/main/AndroidManifest.xml
\ No newline at end of file
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/ant.properties b/love/src/jni/SDL2-2.0.9/android-project-ant/ant.properties
deleted file mode 100644
index b0971e89..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/ant.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is used to override default values used by the Ant build system.
-#
-# This file must be checked into Version Control Systems, as it is
-# integral to the build system of your project.
-
-# This file is only used by the Ant script.
-
-# You can use this to override default values such as
-# 'source.dir' for the location of your java source folder and
-# 'out.dir' for the location of your output folder.
-
-# You can also use it define how the release builds are signed by declaring
-# the following properties:
-# 'key.store' for the location of your keystore and
-# 'key.alias' for the name of the key to use.
-# The password will be asked during the build when you use the 'release' target.
-
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/build.properties b/love/src/jni/SDL2-2.0.9/android-project-ant/build.properties
deleted file mode 100644
index edc7f230..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is used to override default values used by the Ant build system.
-#
-# This file must be checked in Version Control Systems, as it is
-# integral to the build system of your project.
-
-# This file is only used by the Ant script.
-
-# You can use this to override default values such as
-# 'source.dir' for the location of your java source folder and
-# 'out.dir' for the location of your output folder.
-
-# You can also use it define how the release builds are signed by declaring
-# the following properties:
-# 'key.store' for the location of your keystore and
-# 'key.alias' for the name of the key to use.
-# The password will be asked during the build when you use the 'release' target.
-
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/build.xml b/love/src/jni/SDL2-2.0.9/android-project-ant/build.xml
deleted file mode 100644
index 9f19a077..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/build.xml
+++ /dev/null
@@ -1,93 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/default.properties b/love/src/jni/SDL2-2.0.9/android-project-ant/default.properties
deleted file mode 100644
index 0a69b774..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/default.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system use,
-# "build.properties", and override values to adapt the script to your
-# project structure.
-
-# Project target.
-target=android-16
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/jni/Application.mk b/love/src/jni/SDL2-2.0.9/android-project-ant/jni/Application.mk
deleted file mode 100644
index 5ea0fb4c..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/jni/Application.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-
-# Uncomment this if you're using STL in your project
-# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
-# APP_STL := stlport_static
-
-APP_ABI := armeabi armeabi-v7a x86
-
-# Min SDK level
-APP_PLATFORM=android-10
-
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/jni/src/Android_static.mk b/love/src/jni/SDL2-2.0.9/android-project-ant/jni/src/Android_static.mk
deleted file mode 100644
index faed669c..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/jni/src/Android_static.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := main
-
-LOCAL_SRC_FILES := YourSourceHere.c
-
-LOCAL_STATIC_LIBRARIES := SDL2_static
-
-include $(BUILD_SHARED_LIBRARY)
-$(call import-module,SDL)LOCAL_PATH := $(call my-dir)
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/proguard-project.txt b/love/src/jni/SDL2-2.0.9/android-project-ant/proguard-project.txt
deleted file mode 100644
index f2fe1559..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/proguard-project.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/project.properties b/love/src/jni/SDL2-2.0.9/android-project-ant/project.properties
deleted file mode 100644
index 9b84a6b4..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/project.properties
+++ /dev/null
@@ -1,14 +0,0 @@
-# This file is automatically generated by Android Tools.
-# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
-#
-# This file must be checked in Version Control Systems.
-#
-# To customize properties used by the Ant build system edit
-# "ant.properties", and override values to adapt the script to your
-# project structure.
-#
-# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home):
-#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
-
-# Project target.
-target=android-16
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/res/layout/main.xml b/love/src/jni/SDL2-2.0.9/android-project-ant/res/layout/main.xml
deleted file mode 100644
index 123c4b6e..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/res/layout/main.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-
-
-
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/res/values/strings.xml b/love/src/jni/SDL2-2.0.9/android-project-ant/res/values/strings.xml
deleted file mode 100644
index 9bce51cb..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/res/values/strings.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- SDL App
-
diff --git a/love/src/jni/SDL2-2.0.9/android-project-ant/src b/love/src/jni/SDL2-2.0.9/android-project-ant/src
deleted file mode 120000
index d5b63ee1..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project-ant/src
+++ /dev/null
@@ -1 +0,0 @@
-../android-project/app/src/main/java
\ No newline at end of file
diff --git a/love/src/jni/SDL2-2.0.9/android-project/app/jni/Android.mk b/love/src/jni/SDL2-2.0.9/android-project/app/jni/Android.mk
deleted file mode 100644
index 5053e7d6..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project/app/jni/Android.mk
+++ /dev/null
@@ -1 +0,0 @@
-include $(call all-subdir-makefiles)
diff --git a/love/src/jni/SDL2-2.0.9/android-project/app/jni/src/Android.mk b/love/src/jni/SDL2-2.0.9/android-project/app/jni/src/Android.mk
deleted file mode 100644
index 1adcb6e9..00000000
--- a/love/src/jni/SDL2-2.0.9/android-project/app/jni/src/Android.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-
-LOCAL_MODULE := main
-
-SDL_PATH := ../SDL
-
-LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(SDL_PATH)/include
-
-# Add your application source files here...
-LOCAL_SRC_FILES := YourSourceHere.c
-
-LOCAL_SHARED_LIBRARIES := SDL2
-
-LOCAL_LDLIBS := -lGLESv1_CM -lGLESv2 -llog
-
-include $(BUILD_SHARED_LIBRARY)
diff --git a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png b/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index d50bdaae..00000000
Binary files a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png b/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 0a299eb3..00000000
Binary files a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index a336ad5c..00000000
Binary files a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index d423dac2..00000000
Binary files a/love/src/jni/SDL2-2.0.9/android-project/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/love/src/jni/SDL2-2.0.9/config.log b/love/src/jni/SDL2-2.0.9/config.log
deleted file mode 100644
index 4b2aeea5..00000000
--- a/love/src/jni/SDL2-2.0.9/config.log
+++ /dev/null
@@ -1,8054 +0,0 @@
-This file contains any messages produced by compilers while
-running configure, to aid debugging if configure makes a mistake.
-
-It was created by configure, which was
-generated by GNU Autoconf 2.69. Invocation command line was
-
- $ ./configure --prefix=/usr/local/stow/SDL2-configure
-
-## --------- ##
-## Platform. ##
-## --------- ##
-
-hostname = berta
-uname -m = x86_64
-uname -r = 4.9.0-3-amd64
-uname -s = Linux
-uname -v = #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06)
-
-/usr/bin/uname -p = unknown
-/bin/uname -X = unknown
-
-/bin/arch = unknown
-/usr/bin/arch -k = unknown
-/usr/convex/getsysinfo = unknown
-/usr/bin/hostinfo = unknown
-/bin/machine = unknown
-/usr/bin/oslevel = unknown
-/bin/universe = unknown
-
-PATH: /home/martin/local/bin
-PATH: /home/martin/local/bin
-PATH: /usr/local/bin
-PATH: /usr/bin
-PATH: /bin
-PATH: /usr/local/games
-PATH: /usr/games
-PATH: /home/martin/muscod/Packages/PGPLOT
-PATH: /home/martin/muscod/MC2/Release/bin/
-PATH: /home/martin/muscod/Packages/PGPLOT
-PATH: /home/martin/muscod/MC2/Release/bin/
-
-
-## ----------- ##
-## Core tests. ##
-## ----------- ##
-
-configure:2751: checking build system type
-configure:2765: result: x86_64-unknown-linux-gnu
-configure:2785: checking host system type
-configure:2798: result: x86_64-unknown-linux-gnu
-configure:2839: checking how to print strings
-configure:2866: result: printf
-configure:2935: checking for gcc
-configure:2951: found /usr/bin/gcc
-configure:2962: result: gcc
-configure:3191: checking for C compiler version
-configure:3200: gcc --version >&5
-gcc (Debian 6.3.0-18) 6.3.0 20170516
-Copyright (C) 2016 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-configure:3211: $? = 0
-configure:3200: gcc -v >&5
-Using built-in specs.
-COLLECT_GCC=gcc
-COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
-Target: x86_64-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
-Thread model: posix
-gcc version 6.3.0 20170516 (Debian 6.3.0-18)
-configure:3211: $? = 0
-configure:3200: gcc -V >&5
-gcc: error: unrecognized command line option '-V'
-gcc: fatal error: no input files
-compilation terminated.
-configure:3211: $? = 1
-configure:3200: gcc -qversion >&5
-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
-gcc: fatal error: no input files
-compilation terminated.
-configure:3211: $? = 1
-configure:3231: checking whether the C compiler works
-configure:3253: gcc conftest.c >&5
-configure:3257: $? = 0
-configure:3305: result: yes
-configure:3308: checking for C compiler default output file name
-configure:3310: result: a.out
-configure:3316: checking for suffix of executables
-configure:3323: gcc -o conftest conftest.c >&5
-configure:3327: $? = 0
-configure:3349: result:
-configure:3371: checking whether we are cross compiling
-configure:3379: gcc -o conftest conftest.c >&5
-configure:3383: $? = 0
-configure:3390: ./conftest
-configure:3394: $? = 0
-configure:3409: result: no
-configure:3414: checking for suffix of object files
-configure:3436: gcc -c conftest.c >&5
-configure:3440: $? = 0
-configure:3461: result: o
-configure:3465: checking whether we are using the GNU C compiler
-configure:3484: gcc -c conftest.c >&5
-configure:3484: $? = 0
-configure:3493: result: yes
-configure:3502: checking whether gcc accepts -g
-configure:3522: gcc -c -g conftest.c >&5
-configure:3522: $? = 0
-configure:3563: result: yes
-configure:3580: checking for gcc option to accept ISO C89
-configure:3643: gcc -c -g -O2 conftest.c >&5
-configure:3643: $? = 0
-configure:3656: result: none needed
-configure:3676: checking for a sed that does not truncate output
-configure:3740: result: /bin/sed
-configure:3758: checking for grep that handles long lines and -e
-configure:3816: result: /bin/grep
-configure:3821: checking for egrep
-configure:3883: result: /bin/grep -E
-configure:3888: checking for fgrep
-configure:3950: result: /bin/grep -F
-configure:3985: checking for ld used by gcc
-configure:4052: result: /usr/bin/ld
-configure:4059: checking if the linker (/usr/bin/ld) is GNU ld
-configure:4074: result: yes
-configure:4086: checking for BSD- or MS-compatible name lister (nm)
-configure:4135: result: /usr/bin/nm -B
-configure:4265: checking the name lister (/usr/bin/nm -B) interface
-configure:4272: gcc -c -g -O2 conftest.c >&5
-configure:4275: /usr/bin/nm -B "conftest.o"
-configure:4278: output
-0000000000000000 B some_variable
-configure:4285: result: BSD nm
-configure:4288: checking whether ln -s works
-configure:4292: result: yes
-configure:4300: checking the maximum length of command line arguments
-configure:4430: result: 1572864
-configure:4447: checking whether the shell understands some XSI constructs
-configure:4457: result: yes
-configure:4461: checking whether the shell understands "+="
-configure:4467: result: yes
-configure:4502: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
-configure:4542: result: func_convert_file_noop
-configure:4549: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
-configure:4569: result: func_convert_file_noop
-configure:4576: checking for /usr/bin/ld option to reload object files
-configure:4583: result: -r
-configure:4657: checking for objdump
-configure:4673: found /usr/bin/objdump
-configure:4684: result: objdump
-configure:4713: checking how to recognize dependent libraries
-configure:4917: result: pass_all
-configure:5002: checking for dlltool
-configure:5032: result: no
-configure:5059: checking how to associate runtime and link libraries
-configure:5086: result: printf %s\n
-configure:5147: checking for ar
-configure:5163: found /usr/bin/ar
-configure:5174: result: ar
-configure:5211: checking for archiver @FILE support
-configure:5228: gcc -c -g -O2 conftest.c >&5
-configure:5228: $? = 0
-configure:5231: ar cru libconftest.a @conftest.lst >&5
-ar: `u' modifier ignored since `D' is the default (see `U')
-configure:5234: $? = 0
-configure:5239: ar cru libconftest.a @conftest.lst >&5
-ar: `u' modifier ignored since `D' is the default (see `U')
-ar: conftest.o: No such file or directory
-configure:5242: $? = 1
-configure:5254: result: @
-configure:5312: checking for strip
-configure:5328: found /usr/bin/strip
-configure:5339: result: strip
-configure:5411: checking for ranlib
-configure:5427: found /usr/bin/ranlib
-configure:5438: result: ranlib
-configure:5515: checking for gawk
-configure:5531: found /usr/bin/gawk
-configure:5542: result: gawk
-configure:5582: checking command to parse /usr/bin/nm -B output from gcc object
-configure:5702: gcc -c -g -O2 conftest.c >&5
-configure:5705: $? = 0
-configure:5709: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
-configure:5712: $? = 0
-configure:5778: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
-configure:5781: $? = 0
-configure:5819: result: ok
-configure:5856: checking for sysroot
-configure:5886: result: no
-configure:5963: gcc -c -g -O2 conftest.c >&5
-configure:5966: $? = 0
-configure:6145: checking for mt
-configure:6161: found /bin/mt
-configure:6172: result: mt
-configure:6195: checking if mt is a manifest tool
-configure:6201: mt '-?'
-configure:6209: result: no
-configure:6851: checking how to run the C preprocessor
-configure:6882: gcc -E conftest.c
-configure:6882: $? = 0
-configure:6896: gcc -E conftest.c
-conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
- #include
- ^
-compilation terminated.
-configure:6896: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| /* end confdefs.h. */
-| #include
-configure:6921: result: gcc -E
-configure:6941: gcc -E conftest.c
-configure:6941: $? = 0
-configure:6955: gcc -E conftest.c
-conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
- #include
- ^
-compilation terminated.
-configure:6955: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| /* end confdefs.h. */
-| #include
-configure:6984: checking for ANSI C header files
-configure:7004: gcc -c -g -O2 conftest.c >&5
-configure:7004: $? = 0
-configure:7077: gcc -o conftest -g -O2 conftest.c >&5
-configure:7077: $? = 0
-configure:7077: ./conftest
-configure:7077: $? = 0
-configure:7088: result: yes
-configure:7101: checking for sys/types.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for sys/stat.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for stdlib.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for string.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for memory.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for strings.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for inttypes.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for stdint.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7101: checking for unistd.h
-configure:7101: gcc -c -g -O2 conftest.c >&5
-configure:7101: $? = 0
-configure:7101: result: yes
-configure:7115: checking for dlfcn.h
-configure:7115: gcc -c -g -O2 conftest.c >&5
-configure:7115: $? = 0
-configure:7115: result: yes
-configure:7619: checking for objdir
-configure:7634: result: .libs
-configure:7905: checking if gcc supports -fno-rtti -fno-exceptions
-configure:7923: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
-cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
-configure:7927: $? = 0
-configure:7940: result: no
-configure:8267: checking for gcc option to produce PIC
-configure:8274: result: -fPIC -DPIC
-configure:8282: checking if gcc PIC flag -fPIC -DPIC works
-configure:8300: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
-configure:8304: $? = 0
-configure:8317: result: yes
-configure:8346: checking if gcc static flag -static works
-configure:8374: result: yes
-configure:8389: checking if gcc supports -c -o file.o
-configure:8410: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
-configure:8414: $? = 0
-configure:8436: result: yes
-configure:8444: checking if gcc supports -c -o file.o
-configure:8491: result: yes
-configure:8524: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:9677: result: yes
-configure:9714: checking whether -lc should be explicitly linked in
-configure:9722: gcc -c -g -O2 conftest.c >&5
-configure:9725: $? = 0
-configure:9740: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
-configure:9743: $? = 0
-configure:9757: result: no
-configure:9917: checking dynamic linker characteristics
-configure:10437: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
-configure:10437: $? = 0
-configure:10659: result: GNU/Linux ld.so
-configure:10766: checking how to hardcode library paths into programs
-configure:10791: result: immediate
-configure:11331: checking whether stripping libraries is possible
-configure:11336: result: yes
-configure:11371: checking if libtool supports shared libraries
-configure:11373: result: yes
-configure:11376: checking whether to build shared libraries
-configure:11397: result: yes
-configure:11400: checking whether to build static libraries
-configure:11404: result: yes
-configure:11503: checking for gcc
-configure:11530: result: gcc
-configure:11759: checking for C compiler version
-configure:11768: gcc --version >&5
-gcc (Debian 6.3.0-18) 6.3.0 20170516
-Copyright (C) 2016 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-configure:11779: $? = 0
-configure:11768: gcc -v >&5
-Using built-in specs.
-COLLECT_GCC=gcc
-COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
-Target: x86_64-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
-Thread model: posix
-gcc version 6.3.0 20170516 (Debian 6.3.0-18)
-configure:11779: $? = 0
-configure:11768: gcc -V >&5
-gcc: error: unrecognized command line option '-V'
-gcc: fatal error: no input files
-compilation terminated.
-configure:11779: $? = 1
-configure:11768: gcc -qversion >&5
-gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
-gcc: fatal error: no input files
-compilation terminated.
-configure:11779: $? = 1
-configure:11783: checking whether we are using the GNU C compiler
-configure:11811: result: yes
-configure:11820: checking whether gcc accepts -g
-configure:11881: result: yes
-configure:11898: checking for gcc option to accept ISO C89
-configure:11974: result: none needed
-configure:12052: checking for g++
-configure:12068: found /usr/bin/g++
-configure:12079: result: g++
-configure:12106: checking for C++ compiler version
-configure:12115: g++ --version >&5
-g++ (Debian 6.3.0-18) 6.3.0 20170516
-Copyright (C) 2016 Free Software Foundation, Inc.
-This is free software; see the source for copying conditions. There is NO
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-
-configure:12126: $? = 0
-configure:12115: g++ -v >&5
-Using built-in specs.
-COLLECT_GCC=g++
-COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
-Target: x86_64-linux-gnu
-Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
-Thread model: posix
-gcc version 6.3.0 20170516 (Debian 6.3.0-18)
-configure:12126: $? = 0
-configure:12115: g++ -V >&5
-g++: error: unrecognized command line option '-V'
-g++: fatal error: no input files
-compilation terminated.
-configure:12126: $? = 1
-configure:12115: g++ -qversion >&5
-g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
-g++: fatal error: no input files
-compilation terminated.
-configure:12126: $? = 1
-configure:12130: checking whether we are using the GNU C++ compiler
-configure:12149: g++ -c conftest.cpp >&5
-configure:12149: $? = 0
-configure:12158: result: yes
-configure:12167: checking whether g++ accepts -g
-configure:12187: g++ -c -g conftest.cpp >&5
-configure:12187: $? = 0
-configure:12228: result: yes
-configure:12269: checking how to run the C++ preprocessor
-configure:12296: g++ -E conftest.cpp
-configure:12296: $? = 0
-configure:12310: g++ -E conftest.cpp
-conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
- #include
- ^
-compilation terminated.
-configure:12310: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| /* end confdefs.h. */
-| #include
-configure:12335: result: g++ -E
-configure:12355: g++ -E conftest.cpp
-configure:12355: $? = 0
-configure:12369: g++ -E conftest.cpp
-conftest.cpp:21:28: fatal error: ac_nonexistent.h: No such file or directory
- #include
- ^
-compilation terminated.
-configure:12369: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| /* end confdefs.h. */
-| #include
-configure:12538: checking for ld used by g++
-configure:12605: result: /usr/bin/ld -m elf_x86_64
-configure:12612: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
-configure:12627: result: yes
-configure:12682: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:13687: result: yes
-configure:13723: g++ -c -g -O2 conftest.cpp >&5
-configure:13726: $? = 0
-configure:14246: checking for g++ option to produce PIC
-configure:14253: result: -fPIC -DPIC
-configure:14261: checking if g++ PIC flag -fPIC -DPIC works
-configure:14279: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
-configure:14283: $? = 0
-configure:14296: result: yes
-configure:14319: checking if g++ static flag -static works
-configure:14347: result: yes
-configure:14359: checking if g++ supports -c -o file.o
-configure:14380: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
-configure:14384: $? = 0
-configure:14406: result: yes
-configure:14411: checking if g++ supports -c -o file.o
-configure:14458: result: yes
-configure:14488: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
-configure:14524: result: yes
-configure:14665: checking dynamic linker characteristics
-configure:15334: result: GNU/Linux ld.so
-configure:15387: checking how to hardcode library paths into programs
-configure:15412: result: immediate
-configure:15466: checking for a BSD-compatible install
-configure:15534: result: /usr/bin/install -c
-configure:15545: checking whether make sets $(MAKE)
-configure:15567: result: yes
-configure:15619: checking for windres
-configure:15649: result: no
-configure:15775: checking for an ANSI C-conforming const
-configure:15841: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:15841: $? = 0
-configure:15848: result: yes
-configure:15856: checking for inline
-configure:15872: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:15872: $? = 0
-configure:15880: result: inline
-configure:15898: checking for working volatile
-configure:15917: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:15917: $? = 0
-configure:15924: result: yes
-configure:15977: checking for GCC -MMD -MT option
-configure:15995: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:15995: $? = 0
-configure:16001: result: yes
-configure:16009: checking for linker option --no-undefined
-configure:16032: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include -Wl,--no-undefined conftest.c >&5
-configure:16032: $? = 0
-configure:16043: result: yes
-configure:16058: checking for ANSI C header files
-configure:16162: result: yes
-configure:16173: checking for sys/types.h
-configure:16173: result: yes
-configure:16173: checking stdio.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking stdio.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for stdio.h
-configure:16173: result: yes
-configure:16173: checking for stdlib.h
-configure:16173: result: yes
-configure:16173: checking stddef.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking stddef.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for stddef.h
-configure:16173: result: yes
-configure:16173: checking stdarg.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking stdarg.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for stdarg.h
-configure:16173: result: yes
-configure:16173: checking malloc.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking malloc.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for malloc.h
-configure:16173: result: yes
-configure:16173: checking for memory.h
-configure:16173: result: yes
-configure:16173: checking for string.h
-configure:16173: result: yes
-configure:16173: checking for strings.h
-configure:16173: result: yes
-configure:16173: checking for inttypes.h
-configure:16173: result: yes
-configure:16173: checking for stdint.h
-configure:16173: result: yes
-configure:16173: checking ctype.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking ctype.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for ctype.h
-configure:16173: result: yes
-configure:16173: checking math.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking math.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for math.h
-configure:16173: result: yes
-configure:16173: checking iconv.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking iconv.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for iconv.h
-configure:16173: result: yes
-configure:16173: checking signal.h usability
-configure:16173: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking signal.h presence
-configure:16173: gcc -E -Iinclude -I/home/martin/temp/SDL2/include conftest.c
-configure:16173: $? = 0
-configure:16173: result: yes
-configure:16173: checking for signal.h
-configure:16173: result: yes
-configure:16184: checking for size_t
-configure:16184: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16184: $? = 0
-configure:16184: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c: In function 'main':
-conftest.c:74:21: error: expected expression before ')' token
- if (sizeof ((size_t)))
- ^
-configure:16184: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| /* end confdefs.h. */
-| #include
-| #ifdef HAVE_SYS_TYPES_H
-| # include
-| #endif
-| #ifdef HAVE_SYS_STAT_H
-| # include
-| #endif
-| #ifdef STDC_HEADERS
-| # include
-| # include
-| #else
-| # ifdef HAVE_STDLIB_H
-| # include
-| # endif
-| #endif
-| #ifdef HAVE_STRING_H
-| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
-| # include
-| # endif
-| # include
-| #endif
-| #ifdef HAVE_STRINGS_H
-| # include
-| #endif
-| #ifdef HAVE_INTTYPES_H
-| # include
-| #endif
-| #ifdef HAVE_STDINT_H
-| # include
-| #endif
-| #ifdef HAVE_UNISTD_H
-| # include
-| #endif
-| int
-| main ()
-| {
-| if (sizeof ((size_t)))
-| return 0;
-| ;
-| return 0;
-| }
-configure:16184: result: yes
-configure:16196: checking for M_PI in math.h
-configure:16220: result: yes
-configure:16235: checking for working alloca.h
-configure:16252: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16252: $? = 0
-configure:16260: result: yes
-configure:16268: checking for alloca
-configure:16305: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16305: $? = 0
-configure:16313: result: yes
-configure:16422: checking for working memcmp
-configure:16465: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16465: $? = 0
-configure:16465: ./conftest
-configure:16465: $? = 0
-configure:16475: result: yes
-configure:16489: checking for working strtod
-configure:16530: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16530: $? = 0
-configure:16530: ./conftest
-configure:16530: $? = 0
-configure:16540: result: yes
-configure:16607: checking for mprotect
-configure:16607: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16607: $? = 0
-configure:16607: result: yes
-configure:16624: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16624: $? = 0
-configure:16637: checking for malloc
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:67:6: warning: conflicting types for built-in function 'malloc'
- char malloc ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for calloc
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:68:6: warning: conflicting types for built-in function 'calloc'
- char calloc ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for realloc
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:69:6: warning: conflicting types for built-in function 'realloc'
- char realloc ();
- ^~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for free
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:70:6: warning: conflicting types for built-in function 'free'
- char free ();
- ^~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for getenv
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for setenv
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for putenv
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for unsetenv
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for qsort
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for abs
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:76:6: warning: conflicting types for built-in function 'abs'
- char abs ();
- ^~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for bcopy
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:77:6: warning: conflicting types for built-in function 'bcopy'
- char bcopy ();
- ^~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for memset
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:78:6: warning: conflicting types for built-in function 'memset'
- char memset ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for memcpy
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:79:6: warning: conflicting types for built-in function 'memcpy'
- char memcpy ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for memmove
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:80:6: warning: conflicting types for built-in function 'memmove'
- char memmove ();
- ^~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strlen
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:81:6: warning: conflicting types for built-in function 'strlen'
- char strlen ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strlcpy
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccssj1At.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:93: undefined reference to `strlcpy'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| /* end confdefs.h. */
-| /* Define strlcpy to an innocuous variant, in case declares strlcpy.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define strlcpy innocuous_strlcpy
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char strlcpy (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef strlcpy
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char strlcpy ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub_strlcpy || defined __stub___strlcpy
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return strlcpy ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for strlcat
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccorZtZz.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:93: undefined reference to `strlcat'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| /* end confdefs.h. */
-| /* Define strlcat to an innocuous variant, in case declares strlcat.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define strlcat innocuous_strlcat
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char strlcat (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef strlcat
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char strlcat ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub_strlcat || defined __stub___strlcat
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return strlcat ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for strdup
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:82:6: warning: conflicting types for built-in function 'strdup'
- char strdup ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for _strrev
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/cc2hRs8G.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:94: undefined reference to `_strrev'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| /* end confdefs.h. */
-| /* Define _strrev to an innocuous variant, in case declares _strrev.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _strrev innocuous__strrev
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _strrev (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _strrev
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _strrev ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__strrev || defined __stub____strrev
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _strrev ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for _strupr
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccm8afjK.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:94: undefined reference to `_strupr'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| /* end confdefs.h. */
-| /* Define _strupr to an innocuous variant, in case declares _strupr.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _strupr innocuous__strupr
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _strupr (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _strupr
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _strupr ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__strupr || defined __stub____strupr
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _strupr ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for _strlwr
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/cc04ZE3K.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:94: undefined reference to `_strlwr'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| /* end confdefs.h. */
-| /* Define _strlwr to an innocuous variant, in case declares _strlwr.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _strlwr innocuous__strlwr
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _strlwr (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _strlwr
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _strlwr ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__strlwr || defined __stub____strlwr
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _strlwr ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for strchr
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:83:6: warning: conflicting types for built-in function 'strchr'
- char strchr ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strrchr
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:84:6: warning: conflicting types for built-in function 'strrchr'
- char strrchr ();
- ^~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strstr
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:85:6: warning: conflicting types for built-in function 'strstr'
- char strstr ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for itoa
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccGWwmUX.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:97: undefined reference to `itoa'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| /* end confdefs.h. */
-| /* Define itoa to an innocuous variant, in case declares itoa.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define itoa innocuous_itoa
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char itoa (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef itoa
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char itoa ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub_itoa || defined __stub___itoa
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return itoa ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for _ltoa
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/cc0Nlae1.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:97: undefined reference to `_ltoa'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| /* end confdefs.h. */
-| /* Define _ltoa to an innocuous variant, in case declares _ltoa.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _ltoa innocuous__ltoa
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _ltoa (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _ltoa
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _ltoa ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__ltoa || defined __stub____ltoa
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _ltoa ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for _uitoa
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccWmghW6.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:97: undefined reference to `_uitoa'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| /* end confdefs.h. */
-| /* Define _uitoa to an innocuous variant, in case declares _uitoa.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _uitoa innocuous__uitoa
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _uitoa (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _uitoa
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _uitoa ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__uitoa || defined __stub____uitoa
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _uitoa ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for _ultoa
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccQZOB29.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:97: undefined reference to `_ultoa'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| /* end confdefs.h. */
-| /* Define _ultoa to an innocuous variant, in case declares _ultoa.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _ultoa innocuous__ultoa
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _ultoa (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _ultoa
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _ultoa ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__ultoa || defined __stub____ultoa
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _ultoa ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for strtol
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strtoul
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for _i64toa
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccEMK4Wj.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:99: undefined reference to `_i64toa'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| /* end confdefs.h. */
-| /* Define _i64toa to an innocuous variant, in case declares _i64toa.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _i64toa innocuous__i64toa
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _i64toa (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _i64toa
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _i64toa ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__i64toa || defined __stub____i64toa
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _i64toa ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for _ui64toa
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccWMfRKm.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:99: undefined reference to `_ui64toa'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| /* end confdefs.h. */
-| /* Define _ui64toa to an innocuous variant, in case declares _ui64toa.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _ui64toa innocuous__ui64toa
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _ui64toa (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _ui64toa
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _ui64toa ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__ui64toa || defined __stub____ui64toa
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _ui64toa ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for strtoll
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strtoull
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for atoi
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for atof
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strcmp
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:92:6: warning: conflicting types for built-in function 'strcmp'
- char strcmp ();
- ^~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for strncmp
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:93:6: warning: conflicting types for built-in function 'strncmp'
- char strncmp ();
- ^~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for _stricmp
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccBt7zyz.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:105: undefined reference to `_stricmp'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| /* end confdefs.h. */
-| /* Define _stricmp to an innocuous variant, in case declares _stricmp.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _stricmp innocuous__stricmp
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _stricmp (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _stricmp
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _stricmp ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__stricmp || defined __stub____stricmp
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _stricmp ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for strcasecmp
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:94:6: warning: conflicting types for built-in function 'strcasecmp'
- char strcasecmp ();
- ^~~~~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for _strnicmp
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccR83qsD.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:106: undefined reference to `_strnicmp'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| /* end confdefs.h. */
-| /* Define _strnicmp to an innocuous variant, in case declares _strnicmp.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define _strnicmp innocuous__strnicmp
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char _strnicmp (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef _strnicmp
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char _strnicmp ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub__strnicmp || defined __stub____strnicmp
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return _strnicmp ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for strncasecmp
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:95:6: warning: conflicting types for built-in function 'strncasecmp'
- char strncasecmp ();
- ^~~~~~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for vsscanf
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:96:6: warning: conflicting types for built-in function 'vsscanf'
- char vsscanf ();
- ^~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for vsnprintf
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:97:6: warning: conflicting types for built-in function 'vsnprintf'
- char vsnprintf ();
- ^~~~~~~~~
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for fseeko
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for fseeko64
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for sigaction
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for setjmp
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for nanosleep
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for sysconf
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16637: checking for sysctlbyname
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-/tmp/ccfL2tI8.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:115: undefined reference to `sysctlbyname'
-collect2: error: ld returned 1 exit status
-configure:16637: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| /* end confdefs.h. */
-| /* Define sysctlbyname to an innocuous variant, in case declares sysctlbyname.
-| For example, HP-UX 11i declares gettimeofday. */
-| #define sysctlbyname innocuous_sysctlbyname
-|
-| /* System header to define __stub macros and hopefully few prototypes,
-| which can conflict with char sysctlbyname (); below.
-| Prefer to if __STDC__ is defined, since
-| exists even on freestanding compilers. */
-|
-| #ifdef __STDC__
-| # include
-| #else
-| # include
-| #endif
-|
-| #undef sysctlbyname
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char sysctlbyname ();
-| /* The GNU C library defines this for functions which it implements
-| to always fail with ENOSYS. Some functions are actually named
-| something starting with __ and the normal name is an alias. */
-| #if defined __stub_sysctlbyname || defined __stub___sysctlbyname
-| choke me
-| #endif
-|
-| int
-| main ()
-| {
-| return sysctlbyname ();
-| ;
-| return 0;
-| }
-configure:16637: result: no
-configure:16637: checking for getauxval
-configure:16637: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16637: $? = 0
-configure:16637: result: yes
-configure:16647: checking for pow in -lm
-configure:16672: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:89:6: warning: conflicting types for built-in function 'pow'
- char pow ();
- ^~~
-configure:16672: $? = 0
-configure:16681: result: yes
-configure:16690: checking for atan
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:105:6: warning: conflicting types for built-in function 'atan'
- char atan ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for atan2
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:106:6: warning: conflicting types for built-in function 'atan2'
- char atan2 ();
- ^~~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for acos
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:107:6: warning: conflicting types for built-in function 'acos'
- char acos ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for asin
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:108:6: warning: conflicting types for built-in function 'asin'
- char asin ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for ceil
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:109:6: warning: conflicting types for built-in function 'ceil'
- char ceil ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for copysign
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:110:6: warning: conflicting types for built-in function 'copysign'
- char copysign ();
- ^~~~~~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for cos
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:111:6: warning: conflicting types for built-in function 'cos'
- char cos ();
- ^~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for cosf
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:112:6: warning: conflicting types for built-in function 'cosf'
- char cosf ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for fabs
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:113:6: warning: conflicting types for built-in function 'fabs'
- char fabs ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for floor
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:114:6: warning: conflicting types for built-in function 'floor'
- char floor ();
- ^~~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for log
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:115:6: warning: conflicting types for built-in function 'log'
- char log ();
- ^~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for pow
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:116:6: warning: conflicting types for built-in function 'pow'
- char pow ();
- ^~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for scalbn
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:117:6: warning: conflicting types for built-in function 'scalbn'
- char scalbn ();
- ^~~~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for sin
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:118:6: warning: conflicting types for built-in function 'sin'
- char sin ();
- ^~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for sinf
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:119:6: warning: conflicting types for built-in function 'sinf'
- char sinf ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for sqrt
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:120:6: warning: conflicting types for built-in function 'sqrt'
- char sqrt ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for sqrtf
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:121:6: warning: conflicting types for built-in function 'sqrtf'
- char sqrtf ();
- ^~~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for tan
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:122:6: warning: conflicting types for built-in function 'tan'
- char tan ();
- ^~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16690: checking for tanf
-configure:16690: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-conftest.c:123:6: warning: conflicting types for built-in function 'tanf'
- char tanf ();
- ^~~~
-configure:16690: $? = 0
-configure:16690: result: yes
-configure:16700: checking for iconv_open in -liconv
-configure:16725: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -liconv -lm >&5
-/usr/bin/ld: cannot find -liconv
-collect2: error: ld returned 1 exit status
-configure:16725: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| /* end confdefs.h. */
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char iconv_open ();
-| int
-| main ()
-| {
-| return iconv_open ();
-| ;
-| return 0;
-| }
-configure:16734: result: no
-configure:16742: checking for iconv
-configure:16742: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-configure:16742: $? = 0
-configure:16742: result: yes
-configure:16752: checking for struct sigaction.sa_sigaction
-configure:16752: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:16752: $? = 0
-configure:16752: result: yes
-configure:16772: checking for GCC builtin atomic operations
-configure:16794: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-configure:16794: $? = 0
-configure:16801: result: yes
-configure:17110: checking for GCC -mmmx option
-configure:17141: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -mmmx -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:17141: $? = 0
-configure:17147: result: yes
-configure:17167: checking for GCC -m3dnow option
-configure:17191: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -m3dnow -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lm >&5
-configure:17191: $? = 0
-configure:17198: result: yes
-configure:17218: checking for GCC -msse option
-configure:17249: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -msse -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:17249: $? = 0
-configure:17255: result: yes
-configure:17275: checking for GCC -msse2 option
-configure:17306: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -msse2 -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:17306: $? = 0
-configure:17312: result: yes
-configure:17332: checking for GCC -msse3 option
-configure:17363: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -msse3 -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:17363: $? = 0
-configure:17369: result: yes
-configure:17393: checking for Altivec with GCC altivec.h and -maltivec option
-configure:17412: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -maltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-gcc: error: unrecognized command line option '-maltivec'; did you mean '-mglibc'?
-configure:17412: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| #define HAVE_ICONV 1
-| #define HAVE_SA_SIGACTION 1
-| #define HAVE_GCC_ATOMICS 1
-| #define SDL_ASSEMBLY_ROUTINES 1
-| /* end confdefs.h. */
-|
-| #include
-| vector unsigned int vzero() {
-| return vec_splat_u32(0);
-| }
-|
-| int
-| main ()
-| {
-|
-|
-| ;
-| return 0;
-| }
-configure:17419: result: no
-configure:17423: checking for Altivec with GCC -maltivec option
-configure:17441: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -maltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-gcc: error: unrecognized command line option '-maltivec'; did you mean '-mglibc'?
-configure:17441: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| #define HAVE_ICONV 1
-| #define HAVE_SA_SIGACTION 1
-| #define HAVE_GCC_ATOMICS 1
-| #define SDL_ASSEMBLY_ROUTINES 1
-| /* end confdefs.h. */
-|
-| vector unsigned int vzero() {
-| return vec_splat_u32(0);
-| }
-|
-| int
-| main ()
-| {
-|
-|
-| ;
-| return 0;
-| }
-configure:17447: result: no
-configure:17452: checking for Altivec with GCC altivec.h and -faltivec option
-configure:17473: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -faltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-gcc: error: unrecognized command line option '-faltivec'
-configure:17473: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| #define HAVE_ICONV 1
-| #define HAVE_SA_SIGACTION 1
-| #define HAVE_GCC_ATOMICS 1
-| #define SDL_ASSEMBLY_ROUTINES 1
-| /* end confdefs.h. */
-|
-| #include
-| vector unsigned int vzero() {
-| return vec_splat_u32(0);
-| }
-|
-| int
-| main ()
-| {
-|
-|
-| ;
-| return 0;
-| }
-configure:17480: result: no
-configure:17485: checking for Altivec with GCC -faltivec option
-configure:17503: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -faltivec -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-gcc: error: unrecognized command line option '-faltivec'
-configure:17503: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| #define HAVE_ICONV 1
-| #define HAVE_SA_SIGACTION 1
-| #define HAVE_GCC_ATOMICS 1
-| #define SDL_ASSEMBLY_ROUTINES 1
-| /* end confdefs.h. */
-|
-| vector unsigned int vzero() {
-| return vec_splat_u32(0);
-| }
-|
-| int
-| main ()
-| {
-|
-|
-| ;
-| return 0;
-| }
-configure:17509: result: no
-configure:19052: checking for GCC -Wall option
-configure:19072: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Wall -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:19072: $? = 0
-configure:19078: result: yes
-configure:19085: checking for necessary GCC -Wno-multichar option
-configure:19093: result: no
-configure:18938: checking for GCC -fvisibility=hidden option
-configure:18961: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -fvisibility=hidden -Werror -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:18961: $? = 0
-configure:18967: result: yes
-configure:19015: checking for GCC -Wdeclaration-after-statement option
-configure:19035: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Wdeclaration-after-statement -Werror=declaration-after-statement -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:19035: $? = 0
-configure:19041: result: yes
-configure:22935: checking for dlopen
-configure:22954: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:22954: $? = 0
-configure:22960: result: yes
-configure:22964: checking for dlopen in -lc
-configure:22989: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lc -lm >&5
-/tmp/ccocfJ6M.o: In function `main':
-/home/martin/temp/SDL2/conftest.c:119: undefined reference to `dlopen'
-collect2: error: ld returned 1 exit status
-configure:22989: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| #define HAVE_ICONV 1
-| #define HAVE_SA_SIGACTION 1
-| #define HAVE_GCC_ATOMICS 1
-| #define SDL_ASSEMBLY_ROUTINES 1
-| #define SDL_VIDEO_DRIVER_DUMMY 1
-| #define SDL_AUDIO_DRIVER_DISK 1
-| #define SDL_AUDIO_DRIVER_DUMMY 1
-| /* end confdefs.h. */
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char dlopen ();
-| int
-| main ()
-| {
-| return dlopen ();
-| ;
-| return 0;
-| }
-configure:22998: result: no
-configure:23003: checking for dlopen in -ldl
-configure:23028: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -ldl -lm >&5
-configure:23028: $? = 0
-configure:23037: result: yes
-configure:17551: checking for OSS audio support
-configure:17570: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-configure:17570: $? = 0
-configure:17603: result: yes
-configure:17663: checking for ALSA CFLAGS
-configure:17669: result:
-configure:17672: checking for ALSA LDFLAGS
-configure:17685: result: -lasound -lm -ldl -lpthread
-configure:17689: checking for libasound headers version >= 1.0.11
-configure:17751: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:111:28: fatal error: alsa/asoundlib.h: No such file or directory
- #include
- ^
-compilation terminated.
-configure:17751: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| #define HAVE_ICONV 1
-| #define HAVE_SA_SIGACTION 1
-| #define HAVE_GCC_ATOMICS 1
-| #define SDL_ASSEMBLY_ROUTINES 1
-| #define SDL_VIDEO_DRIVER_DUMMY 1
-| #define SDL_AUDIO_DRIVER_DISK 1
-| #define SDL_AUDIO_DRIVER_DUMMY 1
-| #define SDL_LOADSO_DLOPEN 1
-| #define SDL_AUDIO_DRIVER_OSS 1
-| /* end confdefs.h. */
-|
-| #include
-|
-| int
-| main ()
-| {
-|
-| /* ensure backward compatibility */
-| #if !defined(SND_LIB_MAJOR) && defined(SOUNDLIB_VERSION_MAJOR)
-| #define SND_LIB_MAJOR SOUNDLIB_VERSION_MAJOR
-| #endif
-| #if !defined(SND_LIB_MINOR) && defined(SOUNDLIB_VERSION_MINOR)
-| #define SND_LIB_MINOR SOUNDLIB_VERSION_MINOR
-| #endif
-| #if !defined(SND_LIB_SUBMINOR) && defined(SOUNDLIB_VERSION_SUBMINOR)
-| #define SND_LIB_SUBMINOR SOUNDLIB_VERSION_SUBMINOR
-| #endif
-|
-| # if(SND_LIB_MAJOR > 1)
-| exit(0);
-| # else
-| # if(SND_LIB_MAJOR < 1)
-| # error not present
-| # endif
-|
-| # if(SND_LIB_MINOR > 0)
-| exit(0);
-| # else
-| # if(SND_LIB_MINOR < 0)
-| # error not present
-| # endif
-|
-| # if(SND_LIB_SUBMINOR < 11)
-| # error not present
-| # endif
-| # endif
-| # endif
-| exit(0);
-|
-| ;
-| return 0;
-| }
-configure:17755: result: not present.
-configure:17770: checking for snd_ctl_open in -lasound
-configure:17795: gcc -o conftest -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c -lasound -lasound -lm -ldl -lpthread >&5
-/usr/bin/ld: cannot find -lasound
-/usr/bin/ld: cannot find -lasound
-collect2: error: ld returned 1 exit status
-configure:17795: $? = 1
-configure: failed program was:
-| /* confdefs.h */
-| #define PACKAGE_NAME ""
-| #define PACKAGE_TARNAME ""
-| #define PACKAGE_VERSION ""
-| #define PACKAGE_STRING ""
-| #define PACKAGE_BUGREPORT ""
-| #define PACKAGE_URL ""
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_SYS_STAT_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_UNISTD_H 1
-| #define HAVE_DLFCN_H 1
-| #define LT_OBJDIR ".libs/"
-| #define HAVE_LIBC 1
-| #define STDC_HEADERS 1
-| #define HAVE_SYS_TYPES_H 1
-| #define HAVE_STDIO_H 1
-| #define HAVE_STDLIB_H 1
-| #define HAVE_STDDEF_H 1
-| #define HAVE_STDARG_H 1
-| #define HAVE_MALLOC_H 1
-| #define HAVE_MEMORY_H 1
-| #define HAVE_STRING_H 1
-| #define HAVE_STRINGS_H 1
-| #define HAVE_INTTYPES_H 1
-| #define HAVE_STDINT_H 1
-| #define HAVE_CTYPE_H 1
-| #define HAVE_MATH_H 1
-| #define HAVE_ICONV_H 1
-| #define HAVE_SIGNAL_H 1
-| #define HAVE_M_PI /**/
-| #define HAVE_ALLOCA_H 1
-| #define HAVE_ALLOCA 1
-| #define HAVE_MEMCMP 1
-| #define HAVE_STRTOD 1
-| #define HAVE_MPROTECT 1
-| #define HAVE_MALLOC 1
-| #define HAVE_CALLOC 1
-| #define HAVE_REALLOC 1
-| #define HAVE_FREE 1
-| #define HAVE_GETENV 1
-| #define HAVE_SETENV 1
-| #define HAVE_PUTENV 1
-| #define HAVE_UNSETENV 1
-| #define HAVE_QSORT 1
-| #define HAVE_ABS 1
-| #define HAVE_BCOPY 1
-| #define HAVE_MEMSET 1
-| #define HAVE_MEMCPY 1
-| #define HAVE_MEMMOVE 1
-| #define HAVE_STRLEN 1
-| #define HAVE_STRDUP 1
-| #define HAVE_STRCHR 1
-| #define HAVE_STRRCHR 1
-| #define HAVE_STRSTR 1
-| #define HAVE_STRTOL 1
-| #define HAVE_STRTOUL 1
-| #define HAVE_STRTOLL 1
-| #define HAVE_STRTOULL 1
-| #define HAVE_ATOI 1
-| #define HAVE_ATOF 1
-| #define HAVE_STRCMP 1
-| #define HAVE_STRNCMP 1
-| #define HAVE_STRCASECMP 1
-| #define HAVE_STRNCASECMP 1
-| #define HAVE_VSSCANF 1
-| #define HAVE_VSNPRINTF 1
-| #define HAVE_FSEEKO 1
-| #define HAVE_FSEEKO64 1
-| #define HAVE_SIGACTION 1
-| #define HAVE_SETJMP 1
-| #define HAVE_NANOSLEEP 1
-| #define HAVE_SYSCONF 1
-| #define HAVE_GETAUXVAL 1
-| #define HAVE_ATAN 1
-| #define HAVE_ATAN2 1
-| #define HAVE_ACOS 1
-| #define HAVE_ASIN 1
-| #define HAVE_CEIL 1
-| #define HAVE_COPYSIGN 1
-| #define HAVE_COS 1
-| #define HAVE_COSF 1
-| #define HAVE_FABS 1
-| #define HAVE_FLOOR 1
-| #define HAVE_LOG 1
-| #define HAVE_POW 1
-| #define HAVE_SCALBN 1
-| #define HAVE_SIN 1
-| #define HAVE_SINF 1
-| #define HAVE_SQRT 1
-| #define HAVE_SQRTF 1
-| #define HAVE_TAN 1
-| #define HAVE_TANF 1
-| #define HAVE_ICONV 1
-| #define HAVE_SA_SIGACTION 1
-| #define HAVE_GCC_ATOMICS 1
-| #define SDL_ASSEMBLY_ROUTINES 1
-| #define SDL_VIDEO_DRIVER_DUMMY 1
-| #define SDL_AUDIO_DRIVER_DISK 1
-| #define SDL_AUDIO_DRIVER_DUMMY 1
-| #define SDL_LOADSO_DLOPEN 1
-| #define SDL_AUDIO_DRIVER_OSS 1
-| /* end confdefs.h. */
-|
-| /* Override any GCC internal prototype to avoid an error.
-| Use char because int might match the return type of a GCC
-| builtin and then its argument prototype would still apply. */
-| #ifdef __cplusplus
-| extern "C"
-| #endif
-| char snd_ctl_open ();
-| int
-| main ()
-| {
-| return snd_ctl_open ();
-| ;
-| return 0;
-| }
-configure:17804: result: no
-configure:18295: checking for pkg-config
-configure:18313: found /usr/bin/pkg-config
-configure:18326: result: /usr/bin/pkg-config
-configure:18334: checking for PulseAudio 0.9 support
-configure:18343: result: no
-configure:17897: checking for pkg-config
-configure:17928: result: /usr/bin/pkg-config
-configure:17936: checking for JACK 0.125 support
-configure:17945: result: no
-configure:18404: checking for artsc-config
-configure:18437: result: no
-configure:18043: checking for esd-config
-configure:18074: result: no
-configure:18083: checking for ESD - version >= 0.2.8
-configure:18183: result: no
-configure:18525: checking audio/audiolib.h usability
-configure:18525: gcc -c -g -O2 -Iinclude -I/home/martin/temp/SDL2/include -Iinclude -I/home/martin/temp/SDL2/include conftest.c >&5
-conftest.c:143:28: fatal error: audio/audiolib.h: No such file or directory
- #include