1
0

Makefile.in 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  1. # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. SHELL = @SHELL@
  11. srcdir = @srcdir@
  12. top_srcdir = @top_srcdir@
  13. VPATH = @srcdir@
  14. prefix = @prefix@
  15. exec_prefix = @exec_prefix@
  16. bindir = @bindir@
  17. sbindir = @sbindir@
  18. libexecdir = @libexecdir@
  19. datadir = @datadir@
  20. sysconfdir = @sysconfdir@
  21. sharedstatedir = @sharedstatedir@
  22. localstatedir = @localstatedir@
  23. libdir = @libdir@
  24. infodir = @infodir@
  25. mandir = @mandir@
  26. includedir = @includedir@
  27. oldincludedir = /usr/include
  28. DESTDIR =
  29. pkgdatadir = $(datadir)/@PACKAGE@
  30. pkglibdir = $(libdir)/@PACKAGE@
  31. pkgincludedir = $(includedir)/@PACKAGE@
  32. top_builddir = ../../..
  33. ACLOCAL = @ACLOCAL@
  34. AUTOCONF = @AUTOCONF@
  35. AUTOMAKE = @AUTOMAKE@
  36. AUTOHEADER = @AUTOHEADER@
  37. INSTALL = @INSTALL@
  38. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  39. INSTALL_DATA = @INSTALL_DATA@
  40. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  41. transform = @program_transform_name@
  42. NORMAL_INSTALL = :
  43. PRE_INSTALL = :
  44. POST_INSTALL = :
  45. NORMAL_UNINSTALL = :
  46. PRE_UNINSTALL = :
  47. POST_UNINSTALL = :
  48. host_alias = @host_alias@
  49. host_triplet = @host@
  50. AR = @AR@
  51. AS = @AS@
  52. CC = @CC@
  53. CXX = @CXX@
  54. CXXCPP = @CXXCPP@
  55. DLLTOOL = @DLLTOOL@
  56. ECHO = @ECHO@
  57. EGREP = @EGREP@
  58. EXEEXT = @EXEEXT@
  59. F77 = @F77@
  60. GCJ = @GCJ@
  61. GCJFLAGS = @GCJFLAGS@
  62. HAVE_LIB = @HAVE_LIB@
  63. LIB = @LIB@
  64. LIBTOOL = @LIBTOOL@
  65. LN_S = @LN_S@
  66. LTLIB = @LTLIB@
  67. MAKEINFO = @MAKEINFO@
  68. OBJDUMP = @OBJDUMP@
  69. OBJEXT = @OBJEXT@
  70. PACKAGE = @PACKAGE@
  71. RANLIB = @RANLIB@
  72. RC = @RC@
  73. STRIP = @STRIP@
  74. VERSION = @VERSION@
  75. INCLUDES = -I$(top_srcdir)/src $(all_includes)
  76. METASOURCES = AUTO
  77. noinst_LIBRARIES = libbfc_platform.a
  78. libbfc_platform_a_SOURCES = guid.h linux.h platform.h platform.cpp
  79. libbfc_platform_a_LIBADD = $(top_builddir)/src/bfc/platform/linux/libbfc_platform_linux.a
  80. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  81. CONFIG_HEADER = ../../../config.h
  82. CONFIG_CLEAN_FILES =
  83. LIBRARIES = $(noinst_LIBRARIES)
  84. DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
  85. CPPFLAGS = @CPPFLAGS@
  86. LDFLAGS = @LDFLAGS@
  87. LIBS = @LIBS@
  88. libbfc_platform_a_DEPENDENCIES = \
  89. $(top_builddir)/src/bfc/platform/linux/libbfc_platform_linux.a
  90. libbfc_platform_a_OBJECTS = platform.$(OBJEXT)
  91. CXXFLAGS = @CXXFLAGS@
  92. CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  93. LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  94. CXXLD = $(CXX)
  95. CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
  96. CFLAGS = @CFLAGS@
  97. COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  98. LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  99. CCLD = $(CC)
  100. LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
  101. DIST_COMMON = Makefile.am Makefile.in
  102. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  103. TAR = tar
  104. GZIP_ENV = --best
  105. DEP_FILES = .deps/platform.P
  106. SOURCES = $(libbfc_platform_a_SOURCES)
  107. OBJECTS = $(libbfc_platform_a_OBJECTS)
  108. all: all-redirect
  109. .SUFFIXES:
  110. .SUFFIXES: .S .c .cpp .lo .o .obj .s
  111. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  112. cd $(top_srcdir) && $(AUTOMAKE) --gnu src/bfc/platform/Makefile
  113. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  114. cd $(top_builddir) \
  115. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  116. mostlyclean-noinstLIBRARIES:
  117. clean-noinstLIBRARIES:
  118. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  119. distclean-noinstLIBRARIES:
  120. maintainer-clean-noinstLIBRARIES:
  121. # FIXME: We should only use cygpath when building on Windows,
  122. # and only if it is available.
  123. .c.obj:
  124. $(COMPILE) -c `cygpath -w $<`
  125. .s.o:
  126. $(COMPILE) -c $<
  127. .S.o:
  128. $(COMPILE) -c $<
  129. mostlyclean-compile:
  130. -rm -f *.o core *.core
  131. -rm -f *.$(OBJEXT)
  132. clean-compile:
  133. distclean-compile:
  134. -rm -f *.tab.c
  135. maintainer-clean-compile:
  136. .s.lo:
  137. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  138. .S.lo:
  139. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  140. mostlyclean-libtool:
  141. -rm -f *.lo
  142. clean-libtool:
  143. -rm -rf .libs _libs
  144. distclean-libtool:
  145. maintainer-clean-libtool:
  146. libbfc_platform.a: $(libbfc_platform_a_OBJECTS) $(libbfc_platform_a_DEPENDENCIES)
  147. -rm -f libbfc_platform.a
  148. $(AR) cru libbfc_platform.a $(libbfc_platform_a_OBJECTS) $(libbfc_platform_a_LIBADD)
  149. $(RANLIB) libbfc_platform.a
  150. .cpp.o:
  151. $(CXXCOMPILE) -c $<
  152. .cpp.obj:
  153. $(CXXCOMPILE) -c `cygpath -w $<`
  154. .cpp.lo:
  155. $(LTCXXCOMPILE) -c $<
  156. tags: TAGS
  157. ID: $(HEADERS) $(SOURCES) $(LISP)
  158. list='$(SOURCES) $(HEADERS)'; \
  159. unique=`for i in $$list; do echo $$i; done | \
  160. awk ' { files[$$0] = 1; } \
  161. END { for (i in files) print i; }'`; \
  162. here=`pwd` && cd $(srcdir) \
  163. && mkid -f$$here/ID $$unique $(LISP)
  164. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  165. tags=; \
  166. here=`pwd`; \
  167. list='$(SOURCES) $(HEADERS)'; \
  168. unique=`for i in $$list; do echo $$i; done | \
  169. awk ' { files[$$0] = 1; } \
  170. END { for (i in files) print i; }'`; \
  171. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  172. || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
  173. mostlyclean-tags:
  174. clean-tags:
  175. distclean-tags:
  176. -rm -f TAGS ID
  177. maintainer-clean-tags:
  178. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  179. subdir = src/bfc/platform
  180. distdir: $(DISTFILES)
  181. here=`cd $(top_builddir) && pwd`; \
  182. top_distdir=`cd $(top_distdir) && pwd`; \
  183. distdir=`cd $(distdir) && pwd`; \
  184. cd $(top_srcdir) \
  185. && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/bfc/platform/Makefile
  186. @for file in $(DISTFILES); do \
  187. d=$(srcdir); \
  188. if test -d $$d/$$file; then \
  189. cp -pr $$d/$$file $(distdir)/$$file; \
  190. else \
  191. test -f $(distdir)/$$file \
  192. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  193. || cp -p $$d/$$file $(distdir)/$$file || :; \
  194. fi; \
  195. done
  196. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  197. -include $(DEP_FILES)
  198. mostlyclean-depend:
  199. clean-depend:
  200. distclean-depend:
  201. -rm -rf .deps
  202. maintainer-clean-depend:
  203. %.o: %.c
  204. @echo '$(COMPILE) -c $<'; \
  205. $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  206. @-cp .deps/$(*F).pp .deps/$(*F).P; \
  207. tr ' ' '\012' < .deps/$(*F).pp \
  208. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  209. >> .deps/$(*F).P; \
  210. rm .deps/$(*F).pp
  211. %.lo: %.c
  212. @echo '$(LTCOMPILE) -c $<'; \
  213. $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  214. @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
  215. < .deps/$(*F).pp > .deps/$(*F).P; \
  216. tr ' ' '\012' < .deps/$(*F).pp \
  217. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  218. >> .deps/$(*F).P; \
  219. rm -f .deps/$(*F).pp
  220. %.o: %.cpp
  221. @echo '$(CXXCOMPILE) -c $<'; \
  222. $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  223. @-cp .deps/$(*F).pp .deps/$(*F).P; \
  224. tr ' ' '\012' < .deps/$(*F).pp \
  225. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  226. >> .deps/$(*F).P; \
  227. rm .deps/$(*F).pp
  228. %.lo: %.cpp
  229. @echo '$(LTCXXCOMPILE) -c $<'; \
  230. $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  231. @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
  232. < .deps/$(*F).pp > .deps/$(*F).P; \
  233. tr ' ' '\012' < .deps/$(*F).pp \
  234. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  235. >> .deps/$(*F).P; \
  236. rm -f .deps/$(*F).pp
  237. info-am:
  238. info: info-am
  239. dvi-am:
  240. dvi: dvi-am
  241. check-am: all-am
  242. check: check-am
  243. installcheck-am:
  244. installcheck: installcheck-am
  245. install-exec-am:
  246. install-exec: install-exec-am
  247. install-data-am:
  248. install-data: install-data-am
  249. install-am: all-am
  250. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  251. install: install-am
  252. uninstall-am:
  253. uninstall: uninstall-am
  254. all-am: Makefile $(LIBRARIES)
  255. all-redirect: all-am
  256. install-strip:
  257. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  258. installdirs:
  259. mostlyclean-generic:
  260. clean-generic:
  261. distclean-generic:
  262. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  263. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  264. maintainer-clean-generic:
  265. mostlyclean-am: mostlyclean-noinstLIBRARIES mostlyclean-compile \
  266. mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
  267. mostlyclean-generic
  268. mostlyclean: mostlyclean-am
  269. clean-am: clean-noinstLIBRARIES clean-compile clean-libtool clean-tags \
  270. clean-depend clean-generic mostlyclean-am
  271. clean: clean-am
  272. distclean-am: distclean-noinstLIBRARIES distclean-compile \
  273. distclean-libtool distclean-tags distclean-depend \
  274. distclean-generic clean-am
  275. -rm -f libtool
  276. distclean: distclean-am
  277. maintainer-clean-am: maintainer-clean-noinstLIBRARIES \
  278. maintainer-clean-compile maintainer-clean-libtool \
  279. maintainer-clean-tags maintainer-clean-depend \
  280. maintainer-clean-generic distclean-am
  281. @echo "This command is intended for maintainers to use;"
  282. @echo "it deletes files that may require special tools to rebuild."
  283. maintainer-clean: maintainer-clean-am
  284. .PHONY: mostlyclean-noinstLIBRARIES distclean-noinstLIBRARIES \
  285. clean-noinstLIBRARIES maintainer-clean-noinstLIBRARIES \
  286. mostlyclean-compile distclean-compile clean-compile \
  287. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  288. clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
  289. distclean-tags clean-tags maintainer-clean-tags distdir \
  290. mostlyclean-depend distclean-depend clean-depend \
  291. maintainer-clean-depend info-am info dvi-am dvi check check-am \
  292. installcheck-am installcheck install-exec-am install-exec \
  293. install-data-am install-data install-am install uninstall-am uninstall \
  294. all-redirect all-am all installdirs mostlyclean-generic \
  295. distclean-generic clean-generic maintainer-clean-generic clean \
  296. mostlyclean distclean maintainer-clean
  297. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  298. # Otherwise a system limit (for SysV at least) may be exceeded.
  299. .NOEXPORT: