1# Makefile.in generated by automake 1.15 from Makefile.am.
2# Makefile.  Generated from Makefile.in by configure.
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15
16
17# Makefile.am for the SDL sample image loading library and viewer
18
19
20
21
22
23am__is_gnu_make = { \
24  if test -z '$(MAKELEVEL)'; then \
25    false; \
26  elif test -n '$(MAKE_HOST)'; then \
27    true; \
28  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29    true; \
30  else \
31    false; \
32  fi; \
33}
34am__make_running_with_option = \
35  case $${target_option-} in \
36      ?) ;; \
37      *) echo "am__make_running_with_option: internal error: invalid" \
38              "target option '$${target_option-}' specified" >&2; \
39         exit 1;; \
40  esac; \
41  has_opt=no; \
42  sane_makeflags=$$MAKEFLAGS; \
43  if $(am__is_gnu_make); then \
44    sane_makeflags=$$MFLAGS; \
45  else \
46    case $$MAKEFLAGS in \
47      *\\[\ \	]*) \
48        bs=\\; \
49        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51    esac; \
52  fi; \
53  skip_next=no; \
54  strip_trailopt () \
55  { \
56    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57  }; \
58  for flg in $$sane_makeflags; do \
59    test $$skip_next = yes && { skip_next=no; continue; }; \
60    case $$flg in \
61      *=*|--*) continue;; \
62        -*I) strip_trailopt 'I'; skip_next=yes;; \
63      -*I?*) strip_trailopt 'I';; \
64        -*O) strip_trailopt 'O'; skip_next=yes;; \
65      -*O?*) strip_trailopt 'O';; \
66        -*l) strip_trailopt 'l'; skip_next=yes;; \
67      -*l?*) strip_trailopt 'l';; \
68      -[dEDm]) skip_next=yes;; \
69      -[JT]) skip_next=yes;; \
70    esac; \
71    case $$flg in \
72      *$$target_option*) has_opt=yes; break;; \
73    esac; \
74  done; \
75  test $$has_opt = yes
76am__make_dryrun = (target_option=n; $(am__make_running_with_option))
77am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
78pkgdatadir = $(datadir)/SDL2_image
79pkgincludedir = $(includedir)/SDL2_image
80pkglibdir = $(libdir)/SDL2_image
81pkglibexecdir = $(libexecdir)/SDL2_image
82am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83install_sh_DATA = $(install_sh) -c -m 644
84install_sh_PROGRAM = $(install_sh) -c
85install_sh_SCRIPT = $(install_sh) -c
86INSTALL_HEADER = $(INSTALL_DATA)
87transform = $(program_transform_name)
88NORMAL_INSTALL = :
89PRE_INSTALL = :
90POST_INSTALL = :
91NORMAL_UNINSTALL = :
92PRE_UNINSTALL = :
93POST_UNINSTALL = :
94build_triplet = x86_64-pc-linux-gnu
95host_triplet = x86_64-pc-linux-gnu
96libSDL2_image_la_DEPENDENCIES =  \
97	$(am__DEPENDENCIES_1)
98noinst_PROGRAMS = showimage$(EXEEXT)
99subdir = .
100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101am__aclocal_m4_deps = $(top_srcdir)/acinclude/libtool.m4 \
102	$(top_srcdir)/acinclude/ltoptions.m4 \
103	$(top_srcdir)/acinclude/ltsugar.m4 \
104	$(top_srcdir)/acinclude/ltversion.m4 \
105	$(top_srcdir)/acinclude/lt~obsolete.m4 \
106	$(top_srcdir)/acinclude/pkg.m4 $(top_srcdir)/acinclude/sdl2.m4 \
107	$(top_srcdir)/configure.in
108am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
109	$(ACLOCAL_M4)
110DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
111	$(am__configure_deps) $(libSDL2_imageinclude_HEADERS) \
112	$(am__DIST_COMMON)
113am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
114 configure.lineno config.status.lineno
115mkinstalldirs = $(install_sh) -d
116CONFIG_CLEAN_FILES = SDL2_image.spec SDL2_image.pc
117CONFIG_CLEAN_VPATH_FILES =
118am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
119am__vpath_adj = case $$p in \
120    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
121    *) f=$$p;; \
122  esac;
123am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
124am__install_max = 40
125am__nobase_strip_setup = \
126  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
127am__nobase_strip = \
128  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
129am__nobase_list = $(am__nobase_strip_setup); \
130  for p in $$list; do echo "$$p $$p"; done | \
131  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
132  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
133    if (++n[$$2] == $(am__install_max)) \
134      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
135    END { for (dir in files) print dir, files[dir] }'
136am__base_list = \
137  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
138  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
139am__uninstall_files_from_dir = { \
140  test -z "$$files" \
141    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
142    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
143         $(am__cd) "$$dir" && rm -f $$files; }; \
144  }
145am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" \
146	"$(DESTDIR)$(libSDL2_imageincludedir)"
147LTLIBRARIES = $(lib_LTLIBRARIES)
148am__DEPENDENCIES_1 =
149am__libSDL2_image_la_SOURCES_DIST = IMG.c IMG_bmp.c IMG_gif.c \
150	IMG_jpg.c IMG_lbm.c IMG_pcx.c IMG_png.c IMG_pnm.c IMG_svg.c \
151	IMG_tga.c IMG_tif.c IMG_xcf.c IMG_xpm.c IMG_xv.c IMG_webp.c \
152	IMG_WIC.c IMG_ImageIO.m miniz.h nanosvg.h nanosvgrast.h
153#am__objects_1 = IMG_ImageIO.lo
154am_libSDL2_image_la_OBJECTS = IMG.lo IMG_bmp.lo IMG_gif.lo IMG_jpg.lo \
155	IMG_lbm.lo IMG_pcx.lo IMG_png.lo IMG_pnm.lo IMG_svg.lo \
156	IMG_tga.lo IMG_tif.lo IMG_xcf.lo IMG_xpm.lo IMG_xv.lo \
157	IMG_webp.lo IMG_WIC.lo $(am__objects_1)
158libSDL2_image_la_OBJECTS = $(am_libSDL2_image_la_OBJECTS)
159AM_V_lt = $(am__v_lt_$(V))
160am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
161am__v_lt_0 = --silent
162am__v_lt_1 =
163libSDL2_image_la_LINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
164	$(LIBTOOLFLAGS) --mode=link $(OBJCLD) $(AM_OBJCFLAGS) \
165	$(OBJCFLAGS) $(libSDL2_image_la_LDFLAGS) $(LDFLAGS) -o $@
166PROGRAMS = $(noinst_PROGRAMS)
167showimage_SOURCES = showimage.c
168showimage_OBJECTS = showimage.$(OBJEXT)
169showimage_DEPENDENCIES = libSDL2_image.la
170AM_V_P = $(am__v_P_$(V))
171am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
172am__v_P_0 = false
173am__v_P_1 = :
174AM_V_GEN = $(am__v_GEN_$(V))
175am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
176am__v_GEN_0 = @echo "  GEN     " $@;
177am__v_GEN_1 =
178AM_V_at = $(am__v_at_$(V))
179am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
180am__v_at_0 = @
181am__v_at_1 =
182DEFAULT_INCLUDES = -I.
183depcomp = $(SHELL) $(top_srcdir)/depcomp
184am__depfiles_maybe = depfiles
185am__mv = mv -f
186COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
187	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
188LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
190	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
191	$(AM_CFLAGS) $(CFLAGS)
192AM_V_CC = $(am__v_CC_$(V))
193am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
194am__v_CC_0 = @echo "  CC      " $@;
195am__v_CC_1 =
196CCLD = $(CC)
197LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
198	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
199	$(AM_LDFLAGS) $(LDFLAGS) -o $@
200AM_V_CCLD = $(am__v_CCLD_$(V))
201am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
202am__v_CCLD_0 = @echo "  CCLD    " $@;
203am__v_CCLD_1 =
204OBJCCOMPILE = $(OBJC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
205	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_OBJCFLAGS) $(OBJCFLAGS)
206LTOBJCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
207	$(LIBTOOLFLAGS) --mode=compile $(OBJC) $(DEFS) \
208	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
209	$(AM_OBJCFLAGS) $(OBJCFLAGS)
210AM_V_OBJC = $(am__v_OBJC_$(V))
211am__v_OBJC_ = $(am__v_OBJC_$(AM_DEFAULT_VERBOSITY))
212am__v_OBJC_0 = @echo "  OBJC    " $@;
213am__v_OBJC_1 =
214OBJCLD = $(OBJC)
215OBJCLINK = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
216	--mode=link $(OBJCLD) $(AM_OBJCFLAGS) $(OBJCFLAGS) \
217	$(AM_LDFLAGS) $(LDFLAGS) -o $@
218AM_V_OBJCLD = $(am__v_OBJCLD_$(V))
219am__v_OBJCLD_ = $(am__v_OBJCLD_$(AM_DEFAULT_VERBOSITY))
220am__v_OBJCLD_0 = @echo "  OBJCLD  " $@;
221am__v_OBJCLD_1 =
222SOURCES = $(libSDL2_image_la_SOURCES) showimage.c
223DIST_SOURCES = $(am__libSDL2_image_la_SOURCES_DIST) showimage.c
224am__can_run_installinfo = \
225  case $$AM_UPDATE_INFO_DIR in \
226    n|no|NO) false;; \
227    *) (install-info --version) >/dev/null 2>&1;; \
228  esac
229DATA = $(pkgconfig_DATA)
230HEADERS = $(libSDL2_imageinclude_HEADERS)
231am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
232# Read a list of newline-separated strings from the standard input,
233# and print each of them once, without duplicates.  Input order is
234# *not* preserved.
235am__uniquify_input = $(AWK) '\
236  BEGIN { nonempty = 0; } \
237  { items[$$0] = 1; nonempty = 1; } \
238  END { if (nonempty) { for (i in items) print i; }; } \
239'
240# Make sure the list of sources is unique.  This is necessary because,
241# e.g., the same source file might be shared among _SOURCES variables
242# for different programs/libraries.
243am__define_uniq_tagged_files = \
244  list='$(am__tagged_files)'; \
245  unique=`for i in $$list; do \
246    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
247  done | $(am__uniquify_input)`
248ETAGS = etags
249CTAGS = ctags
250CSCOPE = cscope
251AM_RECURSIVE_TARGETS = cscope
252am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/SDL2_image.pc.in \
253	$(srcdir)/SDL2_image.spec.in compile config.guess config.sub \
254	depcomp install-sh ltmain.sh missing
255DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
256distdir = $(PACKAGE)-$(VERSION)
257top_distdir = $(distdir)
258am__remove_distdir = \
259  if test -d "$(distdir)"; then \
260    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
261      && rm -rf "$(distdir)" \
262      || { sleep 5 && rm -rf "$(distdir)"; }; \
263  else :; fi
264am__post_remove_distdir = $(am__remove_distdir)
265DIST_ARCHIVES = $(distdir).tar.gz
266GZIP_ENV = --best
267DIST_TARGETS = dist-gzip
268distuninstallcheck_listfiles = find . -type f -print
269am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
270  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
271distcleancheck_listfiles = find . -type f -print
272ACLOCAL = ${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing aclocal-1.15
273AMTAR = $${TAR-tar}
274AM_DEFAULT_VERBOSITY = 1
275AR = ar
276AS = as
277AUTOCONF = ${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing autoconf
278AUTOHEADER = ${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing autoheader
279AUTOMAKE = ${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing automake-1.15
280AWK = gawk
281BINARY_AGE = 5
282CC = gcc
283CCDEPMODE = depmode=gcc3
284CFLAGS = -g -O2 -D_REENTRANT -I/usr/local/include/SDL2
285CPP = gcc -E
286CPPFLAGS =
287CYGPATH_W = echo
288DEFS = -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DPACKAGE=\"SDL2_image\" -DVERSION=\"2.0.5\" -DLOAD_BMP=1 -DLOAD_GIF=1 -DLOAD_LBM=1 -DLOAD_PCX=1 -DLOAD_PNM=1 -DLOAD_SVG=1 -DLOAD_TGA=1 -DLOAD_XCF=1 -DLOAD_XPM=1 -DLOAD_XV=1
289DEPDIR = .deps
290DLLTOOL = dlltool
291DSYMUTIL =
292DUMPBIN =
293ECHO_C =
294ECHO_N = -n
295ECHO_T =
296EGREP = /bin/grep -E
297EXEEXT =
298FGREP = /bin/grep -F
299GREP = /bin/grep
300IMG_LIBS =
301INSTALL = /usr/bin/install -c
302INSTALL_DATA = ${INSTALL} -m 644
303INSTALL_PROGRAM = ${INSTALL}
304INSTALL_SCRIPT = ${INSTALL}
305INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
306INTERFACE_AGE = 3
307LD = /usr/bin/ld -m elf_x86_64
308LDFLAGS =
309LIBOBJS =
310LIBPNG_CFLAGS =
311LIBPNG_LIBS =
312LIBS =  -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2
313LIBTOOL = $(SHELL) $(top_builddir)/libtool
314LIBWEBP_CFLAGS =
315LIBWEBP_LIBS =
316LIPO =
317LN_S = ln -s
318LTLIBOBJS =
319LT_AGE = 2
320LT_CURRENT = 2
321LT_RELEASE = 2.0
322LT_REVISION = 3
323MAJOR_VERSION = 2
324MAKEINFO = ${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/missing makeinfo
325MICRO_VERSION = 5
326MINOR_VERSION = 0
327MKDIR_P = /bin/mkdir -p
328NM = /usr/bin/nm -B
329NMEDIT =
330OBJC = gcc
331OBJCDEPMODE = depmode=gcc3
332OBJCFLAGS = -g -O2 -D_REENTRANT -I/usr/local/include/SDL2
333OBJDUMP = objdump
334OBJEXT = o
335OTOOL =
336OTOOL64 =
337PACKAGE = SDL2_image
338PACKAGE_BUGREPORT =
339PACKAGE_NAME =
340PACKAGE_STRING =
341PACKAGE_TARNAME =
342PACKAGE_URL =
343PACKAGE_VERSION =
344PATH_SEPARATOR = :
345PKG_CONFIG = /usr/bin/pkg-config
346RANLIB = ranlib
347SDL2_CONFIG = pkg-config sdl2
348SDL_CFLAGS = -D_REENTRANT -I/usr/local/include/SDL2
349SDL_LIBS = -L/usr/local/lib -Wl,-rpath,/usr/local/lib -Wl,--enable-new-dtags -lSDL2
350SDL_VERSION = 2.0.8
351SED = /bin/sed
352SET_MAKE =
353SHELL = /bin/bash
354STRIP = strip
355VERSION = 2.0.5
356WINDRES =
357abs_builddir = /workspace/shenmu_aos/components/utility/SDL2/src/image
358abs_srcdir = /workspace/shenmu_aos/components/utility/SDL2/src/image
359abs_top_builddir = /workspace/shenmu_aos/components/utility/SDL2/src/image
360abs_top_srcdir = /workspace/shenmu_aos/components/utility/SDL2/src/image
361ac_ct_CC = gcc
362ac_ct_DUMPBIN =
363ac_ct_OBJC = gcc
364am__include = include
365am__leading_dot = .
366am__quote =
367am__tar = $${TAR-tar} chof - "$$tardir"
368am__untar = $${TAR-tar} xf -
369bindir = ${exec_prefix}/bin
370build = x86_64-pc-linux-gnu
371build_alias =
372build_cpu = x86_64
373build_os = linux-gnu
374build_vendor = pc
375builddir = .
376datadir = ${datarootdir}
377datarootdir = ${prefix}/share
378docdir = ${datarootdir}/doc/${PACKAGE}
379dvidir = ${docdir}
380exec_prefix = ${prefix}
381host = x86_64-pc-linux-gnu
382host_alias =
383host_cpu = x86_64
384host_os = linux-gnu
385host_vendor = pc
386htmldir = ${docdir}
387includedir = ${prefix}/include
388infodir = ${datarootdir}/info
389install_sh = ${SHELL} /workspace/shenmu_aos/components/utility/SDL2/src/image/install-sh
390libdir = ${exec_prefix}/lib
391libexecdir = ${exec_prefix}/libexec
392localedir = ${datarootdir}/locale
393localstatedir = ${prefix}/var
394lt_ECHO = echo
395mandir = ${datarootdir}/man
396mkdir_p = $(MKDIR_P)
397oldincludedir = /usr/include
398pdfdir = ${docdir}
399prefix = /usr/local
400program_transform_name = s,x,x,
401psdir = ${docdir}
402runstatedir = ${localstatedir}/run
403sbindir = ${exec_prefix}/sbin
404sharedstatedir = ${prefix}/com
405srcdir = .
406sysconfdir = ${prefix}/etc
407target_alias =
408top_build_prefix =
409top_builddir = .
410top_srcdir = .
411lib_LTLIBRARIES = libSDL2_image.la
412libSDL2_imageincludedir = $(includedir)/SDL2
413libSDL2_imageinclude_HEADERS = \
414	SDL_image.h
415
416#IMAGEIO_SOURCE = IMG_ImageIO.m
417libSDL2_image_la_SOURCES = \
418	IMG.c			\
419	IMG_bmp.c		\
420	IMG_gif.c		\
421	IMG_jpg.c		\
422	IMG_lbm.c		\
423	IMG_pcx.c		\
424	IMG_png.c		\
425	IMG_pnm.c		\
426	IMG_svg.c		\
427	IMG_tga.c		\
428	IMG_tif.c		\
429	IMG_xcf.c		\
430	IMG_xpm.c		\
431	IMG_xv.c		\
432	IMG_webp.c		\
433	IMG_WIC.c		\
434	$(IMAGEIO_SOURCE)	\
435	miniz.h			\
436	nanosvg.h		\
437	nanosvgrast.h
438
439EXTRA_DIST = \
440	Android.mk		\
441	debian			\
442	external		\
443	version.rc		\
444	VisualC			\
445	VisualCE		\
446	VisualC-WinRT	\
447	Xcode			\
448	Xcode-iOS		\
449	IMG_xxx.c		\
450	$(srcdir)/*.m		\
451	SDL2_image.spec		\
452	gcc-fat.sh		\
453	autogen.sh		\
454	$(srcdir)/*.txt
455
456libSDL2_image_la_LDFLAGS = \
457	-no-undefined		\
458	-release $(LT_RELEASE)	\
459	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
460
461#libSDL2_image_la_LDFLAGS = \
462#	-no-undefined		\
463#	-release $(LT_RELEASE)	\
464#	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -Wl,version.o
465
466libSDL2_image_la_LIBADD = $(IMG_LIBS)
467#libSDL2_image_la_LIBADD = $(IMG_LIBS)
468#libSDL2_image_la_DEPENDENCIES = version.o
469pkgconfigdir = $(libdir)/pkgconfig
470pkgconfig_DATA = SDL2_image.pc
471showimage_LDADD = libSDL2_image.la
472all: all-am
473
474.SUFFIXES:
475.SUFFIXES: .c .lo .m .o .obj
476am--refresh: Makefile
477	@:
478$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
479	@for dep in $?; do \
480	  case '$(am__configure_deps)' in \
481	    *$$dep*) \
482	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
483	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
484		&& exit 0; \
485	      exit 1;; \
486	  esac; \
487	done; \
488	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
489	$(am__cd) $(top_srcdir) && \
490	  $(AUTOMAKE) --foreign Makefile
491Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
492	@case '$?' in \
493	  *config.status*) \
494	    echo ' $(SHELL) ./config.status'; \
495	    $(SHELL) ./config.status;; \
496	  *) \
497	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
498	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
499	esac;
500
501$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
502	$(SHELL) ./config.status --recheck
503
504$(top_srcdir)/configure:  $(am__configure_deps)
505	$(am__cd) $(srcdir) && $(AUTOCONF)
506$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
507	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
508$(am__aclocal_m4_deps):
509SDL2_image.spec: $(top_builddir)/config.status $(srcdir)/SDL2_image.spec.in
510	cd $(top_builddir) && $(SHELL) ./config.status $@
511SDL2_image.pc: $(top_builddir)/config.status $(srcdir)/SDL2_image.pc.in
512	cd $(top_builddir) && $(SHELL) ./config.status $@
513
514install-libLTLIBRARIES: $(lib_LTLIBRARIES)
515	@$(NORMAL_INSTALL)
516	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
517	list2=; for p in $$list; do \
518	  if test -f $$p; then \
519	    list2="$$list2 $$p"; \
520	  else :; fi; \
521	done; \
522	test -z "$$list2" || { \
523	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
524	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
525	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
526	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
527	}
528
529uninstall-libLTLIBRARIES:
530	@$(NORMAL_UNINSTALL)
531	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
532	for p in $$list; do \
533	  $(am__strip_dir) \
534	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
535	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
536	done
537
538clean-libLTLIBRARIES:
539	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
540	@list='$(lib_LTLIBRARIES)'; \
541	locs=`for p in $$list; do echo $$p; done | \
542	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
543	      sort -u`; \
544	test -z "$$locs" || { \
545	  echo rm -f $${locs}; \
546	  rm -f $${locs}; \
547	}
548
549libSDL2_image.la: $(libSDL2_image_la_OBJECTS) $(libSDL2_image_la_DEPENDENCIES) $(EXTRA_libSDL2_image_la_DEPENDENCIES)
550	$(AM_V_OBJCLD)$(libSDL2_image_la_LINK) -rpath $(libdir) $(libSDL2_image_la_OBJECTS) $(libSDL2_image_la_LIBADD) $(LIBS)
551
552clean-noinstPROGRAMS:
553	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
554	echo " rm -f" $$list; \
555	rm -f $$list || exit $$?; \
556	test -n "$(EXEEXT)" || exit 0; \
557	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
558	echo " rm -f" $$list; \
559	rm -f $$list
560
561showimage$(EXEEXT): $(showimage_OBJECTS) $(showimage_DEPENDENCIES) $(EXTRA_showimage_DEPENDENCIES)
562	@rm -f showimage$(EXEEXT)
563	$(AM_V_CCLD)$(LINK) $(showimage_OBJECTS) $(showimage_LDADD) $(LIBS)
564
565mostlyclean-compile:
566	-rm -f *.$(OBJEXT)
567
568distclean-compile:
569	-rm -f *.tab.c
570
571include ./$(DEPDIR)/IMG.Plo
572include ./$(DEPDIR)/IMG_ImageIO.Plo
573include ./$(DEPDIR)/IMG_WIC.Plo
574include ./$(DEPDIR)/IMG_bmp.Plo
575include ./$(DEPDIR)/IMG_gif.Plo
576include ./$(DEPDIR)/IMG_jpg.Plo
577include ./$(DEPDIR)/IMG_lbm.Plo
578include ./$(DEPDIR)/IMG_pcx.Plo
579include ./$(DEPDIR)/IMG_png.Plo
580include ./$(DEPDIR)/IMG_pnm.Plo
581include ./$(DEPDIR)/IMG_svg.Plo
582include ./$(DEPDIR)/IMG_tga.Plo
583include ./$(DEPDIR)/IMG_tif.Plo
584include ./$(DEPDIR)/IMG_webp.Plo
585include ./$(DEPDIR)/IMG_xcf.Plo
586include ./$(DEPDIR)/IMG_xpm.Plo
587include ./$(DEPDIR)/IMG_xv.Plo
588include ./$(DEPDIR)/showimage.Po
589
590.c.o:
591	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
592	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593#	$(AM_V_CC)source='$<' object='$@' libtool=no \
594#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
595#	$(AM_V_CC_no)$(COMPILE) -c -o $@ $<
596
597.c.obj:
598	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
599	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
600#	$(AM_V_CC)source='$<' object='$@' libtool=no \
601#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
602#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
603
604.c.lo:
605	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
606	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
607#	$(AM_V_CC)source='$<' object='$@' libtool=yes \
608#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
609#	$(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
610
611.m.o:
612	$(AM_V_OBJC)$(OBJCCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
613	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614#	$(AM_V_OBJC)source='$<' object='$@' libtool=no \
615#	DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) \
616#	$(AM_V_OBJC_no)$(OBJCCOMPILE) -c -o $@ $<
617
618.m.obj:
619	$(AM_V_OBJC)$(OBJCCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
620	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
621#	$(AM_V_OBJC)source='$<' object='$@' libtool=no \
622#	DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) \
623#	$(AM_V_OBJC_no)$(OBJCCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
624
625.m.lo:
626	$(AM_V_OBJC)$(LTOBJCCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
627	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
628#	$(AM_V_OBJC)source='$<' object='$@' libtool=yes \
629#	DEPDIR=$(DEPDIR) $(OBJCDEPMODE) $(depcomp) \
630#	$(AM_V_OBJC_no)$(LTOBJCCOMPILE) -c -o $@ $<
631
632mostlyclean-libtool:
633	-rm -f *.lo
634
635clean-libtool:
636	-rm -rf .libs _libs
637
638distclean-libtool:
639	-rm -f libtool config.lt
640install-pkgconfigDATA: $(pkgconfig_DATA)
641	@$(NORMAL_INSTALL)
642	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
643	if test -n "$$list"; then \
644	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
645	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
646	fi; \
647	for p in $$list; do \
648	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
649	  echo "$$d$$p"; \
650	done | $(am__base_list) | \
651	while read files; do \
652	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
653	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
654	done
655
656uninstall-pkgconfigDATA:
657	@$(NORMAL_UNINSTALL)
658	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
659	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
660	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
661install-libSDL2_imageincludeHEADERS: $(libSDL2_imageinclude_HEADERS)
662	@$(NORMAL_INSTALL)
663	@list='$(libSDL2_imageinclude_HEADERS)'; test -n "$(libSDL2_imageincludedir)" || list=; \
664	if test -n "$$list"; then \
665	  echo " $(MKDIR_P) '$(DESTDIR)$(libSDL2_imageincludedir)'"; \
666	  $(MKDIR_P) "$(DESTDIR)$(libSDL2_imageincludedir)" || exit 1; \
667	fi; \
668	for p in $$list; do \
669	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
670	  echo "$$d$$p"; \
671	done | $(am__base_list) | \
672	while read files; do \
673	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libSDL2_imageincludedir)'"; \
674	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libSDL2_imageincludedir)" || exit $$?; \
675	done
676
677uninstall-libSDL2_imageincludeHEADERS:
678	@$(NORMAL_UNINSTALL)
679	@list='$(libSDL2_imageinclude_HEADERS)'; test -n "$(libSDL2_imageincludedir)" || list=; \
680	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
681	dir='$(DESTDIR)$(libSDL2_imageincludedir)'; $(am__uninstall_files_from_dir)
682
683ID: $(am__tagged_files)
684	$(am__define_uniq_tagged_files); mkid -fID $$unique
685tags: tags-am
686TAGS: tags
687
688tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
689	set x; \
690	here=`pwd`; \
691	$(am__define_uniq_tagged_files); \
692	shift; \
693	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
694	  test -n "$$unique" || unique=$$empty_fix; \
695	  if test $$# -gt 0; then \
696	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
697	      "$$@" $$unique; \
698	  else \
699	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
700	      $$unique; \
701	  fi; \
702	fi
703ctags: ctags-am
704
705CTAGS: ctags
706ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
707	$(am__define_uniq_tagged_files); \
708	test -z "$(CTAGS_ARGS)$$unique" \
709	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
710	     $$unique
711
712GTAGS:
713	here=`$(am__cd) $(top_builddir) && pwd` \
714	  && $(am__cd) $(top_srcdir) \
715	  && gtags -i $(GTAGS_ARGS) "$$here"
716cscope: cscope.files
717	test ! -s cscope.files \
718	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
719clean-cscope:
720	-rm -f cscope.files
721cscope.files: clean-cscope cscopelist
722cscopelist: cscopelist-am
723
724cscopelist-am: $(am__tagged_files)
725	list='$(am__tagged_files)'; \
726	case "$(srcdir)" in \
727	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
728	  *) sdir=$(subdir)/$(srcdir) ;; \
729	esac; \
730	for i in $$list; do \
731	  if test -f "$$i"; then \
732	    echo "$(subdir)/$$i"; \
733	  else \
734	    echo "$$sdir/$$i"; \
735	  fi; \
736	done >> $(top_builddir)/cscope.files
737
738distclean-tags:
739	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
740	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
741
742distdir: $(DISTFILES)
743	$(am__remove_distdir)
744	test -d "$(distdir)" || mkdir "$(distdir)"
745	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
746	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
747	list='$(DISTFILES)'; \
748	  dist_files=`for file in $$list; do echo $$file; done | \
749	  sed -e "s|^$$srcdirstrip/||;t" \
750	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
751	case $$dist_files in \
752	  */*) $(MKDIR_P) `echo "$$dist_files" | \
753			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
754			   sort -u` ;; \
755	esac; \
756	for file in $$dist_files; do \
757	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
758	  if test -d $$d/$$file; then \
759	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
760	    if test -d "$(distdir)/$$file"; then \
761	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
762	    fi; \
763	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
764	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
765	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
766	    fi; \
767	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
768	  else \
769	    test -f "$(distdir)/$$file" \
770	    || cp -p $$d/$$file "$(distdir)/$$file" \
771	    || exit 1; \
772	  fi; \
773	done
774	-test -n "$(am__skip_mode_fix)" \
775	|| find "$(distdir)" -type d ! -perm -755 \
776		-exec chmod u+rwx,go+rx {} \; -o \
777	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
778	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
779	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
780	|| chmod -R a+r "$(distdir)"
781dist-gzip: distdir
782	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
783	$(am__post_remove_distdir)
784
785dist-bzip2: distdir
786	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
787	$(am__post_remove_distdir)
788
789dist-lzip: distdir
790	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
791	$(am__post_remove_distdir)
792
793dist-xz: distdir
794	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
795	$(am__post_remove_distdir)
796
797dist-tarZ: distdir
798	@echo WARNING: "Support for distribution archives compressed with" \
799		       "legacy program 'compress' is deprecated." >&2
800	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
801	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
802	$(am__post_remove_distdir)
803
804dist-shar: distdir
805	@echo WARNING: "Support for shar distribution archives is" \
806	               "deprecated." >&2
807	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
808	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
809	$(am__post_remove_distdir)
810
811dist-zip: distdir
812	-rm -f $(distdir).zip
813	zip -rq $(distdir).zip $(distdir)
814	$(am__post_remove_distdir)
815
816dist dist-all:
817	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
818	$(am__post_remove_distdir)
819
820# This target untars the dist file and tries a VPATH configuration.  Then
821# it guarantees that the distribution is self-contained by making another
822# tarfile.
823distcheck: dist
824	case '$(DIST_ARCHIVES)' in \
825	*.tar.gz*) \
826	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
827	*.tar.bz2*) \
828	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
829	*.tar.lz*) \
830	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
831	*.tar.xz*) \
832	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
833	*.tar.Z*) \
834	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
835	*.shar.gz*) \
836	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
837	*.zip*) \
838	  unzip $(distdir).zip ;;\
839	esac
840	chmod -R a-w $(distdir)
841	chmod u+w $(distdir)
842	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
843	chmod a-w $(distdir)
844	test -d $(distdir)/_build || exit 0; \
845	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
846	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
847	  && am__cwd=`pwd` \
848	  && $(am__cd) $(distdir)/_build/sub \
849	  && ../../configure \
850	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
851	    $(DISTCHECK_CONFIGURE_FLAGS) \
852	    --srcdir=../.. --prefix="$$dc_install_base" \
853	  && $(MAKE) $(AM_MAKEFLAGS) \
854	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
855	  && $(MAKE) $(AM_MAKEFLAGS) check \
856	  && $(MAKE) $(AM_MAKEFLAGS) install \
857	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
858	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
859	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
860	        distuninstallcheck \
861	  && chmod -R a-w "$$dc_install_base" \
862	  && ({ \
863	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
864	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
865	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
866	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
867	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
868	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
869	  && rm -rf "$$dc_destdir" \
870	  && $(MAKE) $(AM_MAKEFLAGS) dist \
871	  && rm -rf $(DIST_ARCHIVES) \
872	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
873	  && cd "$$am__cwd" \
874	  || exit 1
875	$(am__post_remove_distdir)
876	@(echo "$(distdir) archives ready for distribution: "; \
877	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
878	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
879distuninstallcheck:
880	@test -n '$(distuninstallcheck_dir)' || { \
881	  echo 'ERROR: trying to run $@ with an empty' \
882	       '$$(distuninstallcheck_dir)' >&2; \
883	  exit 1; \
884	}; \
885	$(am__cd) '$(distuninstallcheck_dir)' || { \
886	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
887	  exit 1; \
888	}; \
889	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
890	   || { echo "ERROR: files left after uninstall:" ; \
891	        if test -n "$(DESTDIR)"; then \
892	          echo "  (check DESTDIR support)"; \
893	        fi ; \
894	        $(distuninstallcheck_listfiles) ; \
895	        exit 1; } >&2
896distcleancheck: distclean
897	@if test '$(srcdir)' = . ; then \
898	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
899	  exit 1 ; \
900	fi
901	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
902	  || { echo "ERROR: files left in build directory after distclean:" ; \
903	       $(distcleancheck_listfiles) ; \
904	       exit 1; } >&2
905check-am: all-am
906check: check-am
907all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
908installdirs:
909	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(libSDL2_imageincludedir)"; do \
910	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
911	done
912install: install-am
913install-exec: install-exec-am
914install-data: install-data-am
915uninstall: uninstall-am
916
917install-am: all-am
918	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
919
920installcheck: installcheck-am
921install-strip:
922	if test -z '$(STRIP)'; then \
923	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
924	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
925	      install; \
926	else \
927	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
928	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
929	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
930	fi
931mostlyclean-generic:
932
933clean-generic:
934
935distclean-generic:
936	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
937	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
938
939maintainer-clean-generic:
940	@echo "This command is intended for maintainers to use"
941	@echo "it deletes files that may require special tools to rebuild."
942clean: clean-am
943
944clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
945	clean-noinstPROGRAMS mostlyclean-am
946
947distclean: distclean-am
948	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
949	-rm -rf ./$(DEPDIR)
950	-rm -f Makefile
951distclean-am: clean-am distclean-compile distclean-generic \
952	distclean-libtool distclean-tags
953
954dvi: dvi-am
955
956dvi-am:
957
958html: html-am
959
960html-am:
961
962info: info-am
963
964info-am:
965
966install-data-am: install-libSDL2_imageincludeHEADERS \
967	install-pkgconfigDATA
968
969install-dvi: install-dvi-am
970
971install-dvi-am:
972
973install-exec-am: install-libLTLIBRARIES
974
975install-html: install-html-am
976
977install-html-am:
978
979install-info: install-info-am
980
981install-info-am:
982
983install-man:
984
985install-pdf: install-pdf-am
986
987install-pdf-am:
988
989install-ps: install-ps-am
990
991install-ps-am:
992
993installcheck-am:
994
995maintainer-clean: maintainer-clean-am
996	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
997	-rm -rf $(top_srcdir)/autom4te.cache
998	-rm -rf ./$(DEPDIR)
999	-rm -f Makefile
1000maintainer-clean-am: distclean-am maintainer-clean-generic
1001
1002mostlyclean: mostlyclean-am
1003
1004mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1005	mostlyclean-libtool
1006
1007pdf: pdf-am
1008
1009pdf-am:
1010
1011ps: ps-am
1012
1013ps-am:
1014
1015uninstall-am: uninstall-libLTLIBRARIES \
1016	uninstall-libSDL2_imageincludeHEADERS uninstall-pkgconfigDATA
1017
1018.MAKE: install-am install-strip
1019
1020.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
1021	clean-cscope clean-generic clean-libLTLIBRARIES clean-libtool \
1022	clean-noinstPROGRAMS cscope cscopelist-am ctags ctags-am dist \
1023	dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
1024	dist-xz dist-zip distcheck distclean distclean-compile \
1025	distclean-generic distclean-libtool distclean-tags \
1026	distcleancheck distdir distuninstallcheck dvi dvi-am html \
1027	html-am info info-am install install-am install-data \
1028	install-data-am install-dvi install-dvi-am install-exec \
1029	install-exec-am install-html install-html-am install-info \
1030	install-info-am install-libLTLIBRARIES \
1031	install-libSDL2_imageincludeHEADERS install-man install-pdf \
1032	install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1033	install-strip installcheck installcheck-am installdirs \
1034	maintainer-clean maintainer-clean-generic mostlyclean \
1035	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1036	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1037	uninstall-libLTLIBRARIES uninstall-libSDL2_imageincludeHEADERS \
1038	uninstall-pkgconfigDATA
1039
1040.PRECIOUS: Makefile
1041
1042
1043%.o : %.rc
1044	$(WINDRES) $< $@
1045
1046# Rule to build tar-gzipped distribution package
1047$(PACKAGE)-$(VERSION).tar.gz: distcheck
1048
1049# Rule to build RPM distribution package
1050rpm: $(PACKAGE)-$(VERSION).tar.gz
1051	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
1052
1053# Tell versions [3.59,3.63) of GNU make to not export all variables.
1054# Otherwise a system limit (for SysV at least) may be exceeded.
1055.NOEXPORT:
1056