Makefile.in 32 KB

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