Makefile 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. # Makefile.in generated automatically by automake 1.5 from Makefile.am.
  2. # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
  3. # 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. SHELL = /bin/sh
  12. srcdir = .
  13. top_srcdir = .
  14. prefix = /usr/local
  15. exec_prefix = ${prefix}
  16. bindir = ${exec_prefix}/bin
  17. sbindir = ${exec_prefix}/sbin
  18. libexecdir = ${exec_prefix}/libexec
  19. datadir = ${prefix}/share
  20. sysconfdir = ${prefix}/etc
  21. sharedstatedir = ${prefix}/com
  22. localstatedir = ${prefix}/var
  23. libdir = ${exec_prefix}/lib
  24. infodir = ${prefix}/info
  25. mandir = ${prefix}/man
  26. includedir = ${prefix}/include
  27. oldincludedir = /usr/include
  28. pkgdatadir = $(datadir)/physfs
  29. pkglibdir = $(libdir)/physfs
  30. pkgincludedir = $(includedir)/physfs
  31. top_builddir = .
  32. ACLOCAL = ${SHELL} /home/icculus/projects/physfs/missing --run aclocal
  33. AUTOCONF = ${SHELL} /home/icculus/projects/physfs/missing --run autoconf
  34. AUTOMAKE = ${SHELL} /home/icculus/projects/physfs/missing --run automake
  35. AUTOHEADER = ${SHELL} /home/icculus/projects/physfs/missing --run autoheader
  36. INSTALL = /usr/bin/ginstall -c
  37. INSTALL_PROGRAM = ${INSTALL}
  38. INSTALL_DATA = ${INSTALL} -m 644
  39. INSTALL_SCRIPT = ${INSTALL}
  40. INSTALL_HEADER = $(INSTALL_DATA)
  41. transform = s,x,x,
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. host_alias =
  49. host_triplet = i686-pc-linux-gnu
  50. AMTAR = ${SHELL} /home/icculus/projects/physfs/missing --run tar
  51. AS = @AS@
  52. AWK = gawk
  53. BINARY_AGE = 0
  54. CC = gcc
  55. DEPDIR = .deps
  56. DLLTOOL = @DLLTOOL@
  57. ECHO = echo
  58. EXEEXT =
  59. INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
  60. INTERFACE_AGE = 0
  61. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  62. LN_S = ln -s
  63. LT_AGE = 0
  64. LT_CURRENT = 5
  65. LT_RELEASE = 0.1
  66. LT_REVISION = 0
  67. MAJOR_VERSION = 0
  68. MICRO_VERSION = 5
  69. MINOR_VERSION = 1
  70. OBJDUMP = @OBJDUMP@
  71. OBJEXT = o
  72. PACKAGE = physfs
  73. RANLIB = ranlib
  74. STRIP = strip
  75. VERSION = 0.1.5
  76. am__include = include
  77. am__quote =
  78. install_sh = /home/icculus/projects/physfs/install-sh
  79. lib_LTLIBRARIES = libphysfs.la
  80. SUBDIRS = platform archivers zlib114 . test
  81. libphysfsincludedir = $(includedir)
  82. libphysfsinclude_HEADERS = \
  83. physfs.h
  84. libphysfs_la_SOURCES = \
  85. physfs.c \
  86. physfs_internal.h \
  87. physfs_byteorder.c
  88. #ZLIB_LIB = zlib114/libz.la
  89. ZLIB_LIB =
  90. libphysfs_la_LDFLAGS = \
  91. -release $(LT_RELEASE) \
  92. -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
  93. libphysfs_la_LIBADD = \
  94. archivers/libarchivers.la \
  95. platform/libplatform.la \
  96. $(ZLIB_LIB)
  97. EXTRA_DIST = \
  98. CREDITS \
  99. LICENSE \
  100. CHANGELOG \
  101. INSTALL \
  102. TODO
  103. subdir = .
  104. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  105. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  106. CONFIG_HEADER = config.h
  107. CONFIG_CLEAN_FILES =
  108. LTLIBRARIES = $(lib_LTLIBRARIES)
  109. #libphysfs_la_DEPENDENCIES = archivers/libarchivers.la \
  110. # platform/libplatform.la zlib114/libz.la
  111. libphysfs_la_DEPENDENCIES = archivers/libarchivers.la \
  112. platform/libplatform.la
  113. am_libphysfs_la_OBJECTS = physfs.lo physfs_byteorder.lo
  114. libphysfs_la_OBJECTS = $(am_libphysfs_la_OBJECTS)
  115. DEFS = -DHAVE_CONFIG_H
  116. DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
  117. CPPFLAGS =
  118. LDFLAGS =
  119. LIBS = -lreadline
  120. depcomp = $(SHELL) $(top_srcdir)/depcomp
  121. DEP_FILES = $(DEPDIR)/physfs.Plo \
  122. $(DEPDIR)/physfs_byteorder.Plo
  123. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  124. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  125. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
  126. $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  127. CCLD = $(CC)
  128. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  129. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  130. CFLAGS = -g -O0 -Werror
  131. DIST_SOURCES = $(libphysfs_la_SOURCES)
  132. HEADERS = $(libphysfsinclude_HEADERS)
  133. RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
  134. uninstall-info-recursive all-recursive install-data-recursive \
  135. install-exec-recursive installdirs-recursive install-recursive \
  136. uninstall-recursive check-recursive installcheck-recursive
  137. DIST_COMMON = $(libphysfsinclude_HEADERS) ./stamp-h.in INSTALL \
  138. Makefile.am Makefile.in TODO acconfig.h aclocal.m4 config.guess \
  139. config.h.in config.sub configure configure.in depcomp \
  140. install-sh ltmain.sh missing mkinstalldirs
  141. DIST_SUBDIRS = $(SUBDIRS)
  142. SOURCES = $(libphysfs_la_SOURCES)
  143. all: config.h
  144. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  145. .SUFFIXES:
  146. .SUFFIXES: .c .lo .o .obj
  147. mostlyclean-libtool:
  148. -rm -f *.lo
  149. clean-libtool:
  150. -rm -rf .libs _libs
  151. distclean-libtool:
  152. -rm -f libtool
  153. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  154. cd $(top_srcdir) && \
  155. $(AUTOMAKE) --foreign Makefile
  156. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  157. cd $(top_builddir) && \
  158. CONFIG_HEADERS= CONFIG_LINKS= \
  159. CONFIG_FILES=$@ $(SHELL) ./config.status
  160. $(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  161. $(SHELL) ./config.status --recheck
  162. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  163. cd $(srcdir) && $(AUTOCONF)
  164. $(ACLOCAL_M4): configure.in
  165. cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  166. config.h: stamp-h
  167. @if test ! -f $@; then \
  168. rm -f stamp-h; \
  169. $(MAKE) stamp-h; \
  170. else :; fi
  171. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  172. @rm -f stamp-h stamp-hT
  173. @echo timestamp > stamp-hT 2> /dev/null
  174. cd $(top_builddir) \
  175. && CONFIG_FILES= CONFIG_HEADERS=config.h \
  176. $(SHELL) ./config.status
  177. @mv stamp-hT stamp-h
  178. $(srcdir)/config.h.in: $(srcdir)/./stamp-h.in
  179. @if test ! -f $@; then \
  180. rm -f $(srcdir)/./stamp-h.in; \
  181. $(MAKE) $(srcdir)/./stamp-h.in; \
  182. else :; fi
  183. $(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
  184. @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
  185. @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
  186. cd $(top_srcdir) && $(AUTOHEADER)
  187. @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
  188. distclean-hdr:
  189. -rm -f config.h
  190. install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  191. @$(NORMAL_INSTALL)
  192. $(mkinstalldirs) $(DESTDIR)$(libdir)
  193. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  194. if test -f $$p; then \
  195. echo " $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p"; \
  196. $(LIBTOOL) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$p; \
  197. else :; fi; \
  198. done
  199. uninstall-libLTLIBRARIES:
  200. @$(NORMAL_UNINSTALL)
  201. @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  202. echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
  203. $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
  204. done
  205. clean-libLTLIBRARIES:
  206. -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  207. libphysfs.la: $(libphysfs_la_OBJECTS) $(libphysfs_la_DEPENDENCIES)
  208. $(LINK) -rpath $(libdir) $(libphysfs_la_LDFLAGS) $(libphysfs_la_OBJECTS) $(libphysfs_la_LIBADD) $(LIBS)
  209. mostlyclean-compile:
  210. -rm -f *.$(OBJEXT) core *.core
  211. distclean-compile:
  212. -rm -f *.tab.c
  213. include $(DEPDIR)/physfs.Plo
  214. include $(DEPDIR)/physfs_byteorder.Plo
  215. distclean-depend:
  216. -rm -rf $(DEPDIR)
  217. .c.o:
  218. source='$<' object='$@' libtool=no \
  219. depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
  220. $(CCDEPMODE) $(depcomp) \
  221. $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
  222. .c.obj:
  223. source='$<' object='$@' libtool=no \
  224. depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' \
  225. $(CCDEPMODE) $(depcomp) \
  226. $(COMPILE) -c `cygpath -w $<`
  227. .c.lo:
  228. source='$<' object='$@' libtool=yes \
  229. depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' \
  230. $(CCDEPMODE) $(depcomp) \
  231. $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
  232. CCDEPMODE = depmode=gcc
  233. uninstall-info-am:
  234. install-libphysfsincludeHEADERS: $(libphysfsinclude_HEADERS)
  235. @$(NORMAL_INSTALL)
  236. $(mkinstalldirs) $(DESTDIR)$(libphysfsincludedir)
  237. @list='$(libphysfsinclude_HEADERS)'; for p in $$list; do \
  238. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  239. f="`echo $$p | sed -e 's|^.*/||'`"; \
  240. echo " $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(libphysfsincludedir)/$$f"; \
  241. $(INSTALL_HEADER) $$d$$p $(DESTDIR)$(libphysfsincludedir)/$$f; \
  242. done
  243. uninstall-libphysfsincludeHEADERS:
  244. @$(NORMAL_UNINSTALL)
  245. @list='$(libphysfsinclude_HEADERS)'; for p in $$list; do \
  246. f="`echo $$p | sed -e 's|^.*/||'`"; \
  247. echo " rm -f $(DESTDIR)$(libphysfsincludedir)/$$f"; \
  248. rm -f $(DESTDIR)$(libphysfsincludedir)/$$f; \
  249. done
  250. # This directory's subdirectories are mostly independent; you can cd
  251. # into them and run `make' without going through this Makefile.
  252. # To change the values of `make' variables: instead of editing Makefiles,
  253. # (1) if the variable is set in `config.status', edit `config.status'
  254. # (which will cause the Makefiles to be regenerated when you run `make');
  255. # (2) otherwise, pass the desired values on the `make' command line.
  256. $(RECURSIVE_TARGETS):
  257. @set fnord $(MAKEFLAGS); amf=$$2; \
  258. dot_seen=no; \
  259. target=`echo $@ | sed s/-recursive//`; \
  260. list='$(SUBDIRS)'; for subdir in $$list; do \
  261. echo "Making $$target in $$subdir"; \
  262. if test "$$subdir" = "."; then \
  263. dot_seen=yes; \
  264. local_target="$$target-am"; \
  265. else \
  266. local_target="$$target"; \
  267. fi; \
  268. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  269. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  270. done; \
  271. if test "$$dot_seen" = "no"; then \
  272. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  273. fi; test -z "$$fail"
  274. mostlyclean-recursive clean-recursive distclean-recursive \
  275. maintainer-clean-recursive:
  276. @set fnord $(MAKEFLAGS); amf=$$2; \
  277. dot_seen=no; \
  278. case "$@" in \
  279. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  280. *) list='$(SUBDIRS)' ;; \
  281. esac; \
  282. rev=''; for subdir in $$list; do \
  283. if test "$$subdir" = "."; then :; else \
  284. rev="$$subdir $$rev"; \
  285. fi; \
  286. done; \
  287. rev="$$rev ."; \
  288. target=`echo $@ | sed s/-recursive//`; \
  289. for subdir in $$rev; do \
  290. echo "Making $$target in $$subdir"; \
  291. if test "$$subdir" = "."; then \
  292. local_target="$$target-am"; \
  293. else \
  294. local_target="$$target"; \
  295. fi; \
  296. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  297. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  298. done && test -z "$$fail"
  299. tags-recursive:
  300. list='$(SUBDIRS)'; for subdir in $$list; do \
  301. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  302. done
  303. tags: TAGS
  304. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  305. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
  306. unique=`for i in $$list; do \
  307. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  308. done | \
  309. $(AWK) ' { files[$$0] = 1; } \
  310. END { for (i in files) print i; }'`; \
  311. mkid -fID $$unique $(LISP)
  312. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  313. $(TAGS_FILES) $(LISP)
  314. tags=; \
  315. here=`pwd`; \
  316. list='$(SUBDIRS)'; for subdir in $$list; do \
  317. if test "$$subdir" = .; then :; else \
  318. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  319. fi; \
  320. done; \
  321. list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
  322. unique=`for i in $$list; do \
  323. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  324. done | \
  325. $(AWK) ' { files[$$0] = 1; } \
  326. END { for (i in files) print i; }'`; \
  327. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  328. || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
  329. GTAGS:
  330. here=`CDPATH=: && cd $(top_builddir) && pwd` \
  331. && cd $(top_srcdir) \
  332. && gtags -i $(GTAGS_ARGS) $$here
  333. distclean-tags:
  334. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
  335. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  336. top_distdir = .
  337. # Avoid unsightly `./'.
  338. distdir = $(PACKAGE)-$(VERSION)
  339. GZIP_ENV = --best
  340. distdir: $(DISTFILES)
  341. -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  342. mkdir $(distdir)
  343. @for file in $(DISTFILES); do \
  344. if test -f $$file; then d=.; else d=$(srcdir); fi; \
  345. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  346. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  347. $(mkinstalldirs) "$(distdir)/$$dir"; \
  348. fi; \
  349. if test -d $$d/$$file; then \
  350. cp -pR $$d/$$file $(distdir) \
  351. || exit 1; \
  352. else \
  353. test -f $(distdir)/$$file \
  354. || cp -p $$d/$$file $(distdir)/$$file \
  355. || exit 1; \
  356. fi; \
  357. done
  358. for subdir in $(SUBDIRS); do \
  359. if test "$$subdir" = .; then :; else \
  360. test -d $(distdir)/$$subdir \
  361. || mkdir $(distdir)/$$subdir \
  362. || exit 1; \
  363. (cd $$subdir && \
  364. $(MAKE) $(AM_MAKEFLAGS) \
  365. top_distdir="$(top_distdir)" \
  366. distdir=../$(distdir)/$$subdir \
  367. distdir) \
  368. || exit 1; \
  369. fi; \
  370. done
  371. -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  372. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  373. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  374. ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
  375. || chmod -R a+r $(distdir)
  376. dist: distdir
  377. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  378. -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  379. # This target untars the dist file and tries a VPATH configuration. Then
  380. # it guarantees that the distribution is self-contained by making another
  381. # tarfile.
  382. distcheck: dist
  383. -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
  384. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
  385. chmod -R a-w $(distdir); chmod a+w $(distdir)
  386. mkdir $(distdir)/=build
  387. mkdir $(distdir)/=inst
  388. chmod a-w $(distdir)
  389. dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
  390. && cd $(distdir)/=build \
  391. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  392. && $(MAKE) $(AM_MAKEFLAGS) \
  393. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  394. && $(MAKE) $(AM_MAKEFLAGS) check \
  395. && $(MAKE) $(AM_MAKEFLAGS) install \
  396. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  397. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  398. && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
  399. || (echo "Error: files left after uninstall" 1>&2; \
  400. exit 1) ) \
  401. && $(MAKE) $(AM_MAKEFLAGS) dist \
  402. && $(MAKE) $(AM_MAKEFLAGS) distclean \
  403. && rm -f $(distdir).tar.gz \
  404. && (test `find . -type f -print | wc -l` -eq 0 \
  405. || (echo "Error: files left after distclean" 1>&2; \
  406. exit 1) )
  407. -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
  408. @echo "$(distdir).tar.gz is ready for distribution" | \
  409. sed 'h;s/./=/g;p;x;p;x'
  410. check-am: all-am
  411. check: check-recursive
  412. all-am: Makefile $(LTLIBRARIES) $(HEADERS) config.h
  413. installdirs: installdirs-recursive
  414. installdirs-am:
  415. $(mkinstalldirs) $(DESTDIR)$(libdir) $(DESTDIR)$(libphysfsincludedir)
  416. install: install-recursive
  417. install-exec: install-exec-recursive
  418. install-data: install-data-recursive
  419. uninstall: uninstall-recursive
  420. install-am: all-am
  421. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  422. installcheck: installcheck-recursive
  423. install-strip:
  424. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  425. `test -z '$(STRIP)' || \
  426. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  427. mostlyclean-generic:
  428. clean-generic:
  429. distclean-generic:
  430. -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
  431. maintainer-clean-generic:
  432. @echo "This command is intended for maintainers to use"
  433. @echo "it deletes files that may require special tools to rebuild."
  434. clean: clean-recursive
  435. clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  436. mostlyclean-am
  437. dist-all: distdir
  438. $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  439. -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
  440. distclean: distclean-recursive
  441. -rm -f config.status config.cache config.log
  442. distclean-am: clean-am distclean-compile distclean-depend \
  443. distclean-generic distclean-hdr distclean-libtool \
  444. distclean-tags
  445. dvi: dvi-recursive
  446. dvi-am:
  447. info: info-recursive
  448. info-am:
  449. install-data-am: install-libphysfsincludeHEADERS
  450. install-exec-am: install-libLTLIBRARIES
  451. install-info: install-info-recursive
  452. install-man:
  453. installcheck-am:
  454. maintainer-clean: maintainer-clean-recursive
  455. maintainer-clean-am: distclean-am maintainer-clean-generic
  456. mostlyclean: mostlyclean-recursive
  457. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  458. mostlyclean-libtool
  459. uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
  460. uninstall-libphysfsincludeHEADERS
  461. uninstall-info: uninstall-info-recursive
  462. .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
  463. clean-generic clean-libLTLIBRARIES clean-libtool \
  464. clean-recursive dist dist-all distcheck distclean \
  465. distclean-compile distclean-depend distclean-generic \
  466. distclean-hdr distclean-libtool distclean-recursive \
  467. distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
  468. info-recursive install install-am install-data install-data-am \
  469. install-data-recursive install-exec install-exec-am \
  470. install-exec-recursive install-info install-info-am \
  471. install-info-recursive install-libLTLIBRARIES \
  472. install-libphysfsincludeHEADERS install-man install-recursive \
  473. install-strip installcheck installcheck-am installdirs \
  474. installdirs-am installdirs-recursive maintainer-clean \
  475. maintainer-clean-generic maintainer-clean-recursive mostlyclean \
  476. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  477. mostlyclean-recursive tags tags-recursive uninstall \
  478. uninstall-am uninstall-info-am uninstall-info-recursive \
  479. uninstall-libLTLIBRARIES uninstall-libphysfsincludeHEADERS \
  480. uninstall-recursive
  481. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  482. # Otherwise a system limit (for SysV at least) may be exceeded.
  483. .NOEXPORT: