1
0

Makefile.in 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  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_LTLIBRARIES = libbfc_parse.la
  78. libbfc_parse_la_SOURCES = hierarchyparser.cpp paramparser.cpp pathparse.cpp
  79. noinst_HEADERS = hierarchyparser.h paramparser.h pathparse.h
  80. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  81. CONFIG_HEADER = ../../../config.h
  82. CONFIG_CLEAN_FILES =
  83. LTLIBRARIES = $(noinst_LTLIBRARIES)
  84. DEFS = @DEFS@ -I. -I$(srcdir) -I../../..
  85. CPPFLAGS = @CPPFLAGS@
  86. LDFLAGS = @LDFLAGS@
  87. LIBS = @LIBS@
  88. libbfc_parse_la_LDFLAGS =
  89. libbfc_parse_la_LIBADD =
  90. libbfc_parse_la_OBJECTS = hierarchyparser.lo paramparser.lo \
  91. pathparse.lo
  92. CXXFLAGS = @CXXFLAGS@
  93. CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  94. LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
  95. CXXLD = $(CXX)
  96. CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
  97. HEADERS = $(noinst_HEADERS)
  98. DIST_COMMON = Makefile.am Makefile.in
  99. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  100. TAR = tar
  101. GZIP_ENV = --best
  102. DEP_FILES = .deps/hierarchyparser.P .deps/paramparser.P \
  103. .deps/pathparse.P
  104. SOURCES = $(libbfc_parse_la_SOURCES)
  105. OBJECTS = $(libbfc_parse_la_OBJECTS)
  106. all: all-redirect
  107. .SUFFIXES:
  108. .SUFFIXES: .S .c .cpp .lo .o .obj .s
  109. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  110. cd $(top_srcdir) && $(AUTOMAKE) --gnu src/bfc/parse/Makefile
  111. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
  112. cd $(top_builddir) \
  113. && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  114. mostlyclean-noinstLTLIBRARIES:
  115. clean-noinstLTLIBRARIES:
  116. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  117. distclean-noinstLTLIBRARIES:
  118. maintainer-clean-noinstLTLIBRARIES:
  119. # FIXME: We should only use cygpath when building on Windows,
  120. # and only if it is available.
  121. .c.obj:
  122. $(COMPILE) -c `cygpath -w $<`
  123. .s.o:
  124. $(COMPILE) -c $<
  125. .S.o:
  126. $(COMPILE) -c $<
  127. mostlyclean-compile:
  128. -rm -f *.o core *.core
  129. -rm -f *.$(OBJEXT)
  130. clean-compile:
  131. distclean-compile:
  132. -rm -f *.tab.c
  133. maintainer-clean-compile:
  134. .s.lo:
  135. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  136. .S.lo:
  137. $(LIBTOOL) --mode=compile $(COMPILE) -c $<
  138. mostlyclean-libtool:
  139. -rm -f *.lo
  140. clean-libtool:
  141. -rm -rf .libs _libs
  142. distclean-libtool:
  143. maintainer-clean-libtool:
  144. libbfc_parse.la: $(libbfc_parse_la_OBJECTS) $(libbfc_parse_la_DEPENDENCIES)
  145. $(CXXLINK) $(libbfc_parse_la_LDFLAGS) $(libbfc_parse_la_OBJECTS) $(libbfc_parse_la_LIBADD) $(LIBS)
  146. .cpp.o:
  147. $(CXXCOMPILE) -c $<
  148. .cpp.obj:
  149. $(CXXCOMPILE) -c `cygpath -w $<`
  150. .cpp.lo:
  151. $(LTCXXCOMPILE) -c $<
  152. tags: TAGS
  153. ID: $(HEADERS) $(SOURCES) $(LISP)
  154. list='$(SOURCES) $(HEADERS)'; \
  155. unique=`for i in $$list; do echo $$i; done | \
  156. awk ' { files[$$0] = 1; } \
  157. END { for (i in files) print i; }'`; \
  158. here=`pwd` && cd $(srcdir) \
  159. && mkid -f$$here/ID $$unique $(LISP)
  160. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
  161. tags=; \
  162. here=`pwd`; \
  163. list='$(SOURCES) $(HEADERS)'; \
  164. unique=`for i in $$list; do echo $$i; done | \
  165. awk ' { files[$$0] = 1; } \
  166. END { for (i in files) print i; }'`; \
  167. test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  168. || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP))
  169. mostlyclean-tags:
  170. clean-tags:
  171. distclean-tags:
  172. -rm -f TAGS ID
  173. maintainer-clean-tags:
  174. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  175. subdir = src/bfc/parse
  176. distdir: $(DISTFILES)
  177. here=`cd $(top_builddir) && pwd`; \
  178. top_distdir=`cd $(top_distdir) && pwd`; \
  179. distdir=`cd $(distdir) && pwd`; \
  180. cd $(top_srcdir) \
  181. && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/bfc/parse/Makefile
  182. @for file in $(DISTFILES); do \
  183. d=$(srcdir); \
  184. if test -d $$d/$$file; then \
  185. cp -pr $$d/$$file $(distdir)/$$file; \
  186. else \
  187. test -f $(distdir)/$$file \
  188. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  189. || cp -p $$d/$$file $(distdir)/$$file || :; \
  190. fi; \
  191. done
  192. DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
  193. -include $(DEP_FILES)
  194. mostlyclean-depend:
  195. clean-depend:
  196. distclean-depend:
  197. -rm -rf .deps
  198. maintainer-clean-depend:
  199. %.o: %.c
  200. @echo '$(COMPILE) -c $<'; \
  201. $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  202. @-cp .deps/$(*F).pp .deps/$(*F).P; \
  203. tr ' ' '\012' < .deps/$(*F).pp \
  204. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  205. >> .deps/$(*F).P; \
  206. rm .deps/$(*F).pp
  207. %.lo: %.c
  208. @echo '$(LTCOMPILE) -c $<'; \
  209. $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  210. @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
  211. < .deps/$(*F).pp > .deps/$(*F).P; \
  212. tr ' ' '\012' < .deps/$(*F).pp \
  213. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  214. >> .deps/$(*F).P; \
  215. rm -f .deps/$(*F).pp
  216. %.o: %.cpp
  217. @echo '$(CXXCOMPILE) -c $<'; \
  218. $(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  219. @-cp .deps/$(*F).pp .deps/$(*F).P; \
  220. tr ' ' '\012' < .deps/$(*F).pp \
  221. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  222. >> .deps/$(*F).P; \
  223. rm .deps/$(*F).pp
  224. %.lo: %.cpp
  225. @echo '$(LTCXXCOMPILE) -c $<'; \
  226. $(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
  227. @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
  228. < .deps/$(*F).pp > .deps/$(*F).P; \
  229. tr ' ' '\012' < .deps/$(*F).pp \
  230. | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
  231. >> .deps/$(*F).P; \
  232. rm -f .deps/$(*F).pp
  233. info-am:
  234. info: info-am
  235. dvi-am:
  236. dvi: dvi-am
  237. check-am: all-am
  238. check: check-am
  239. installcheck-am:
  240. installcheck: installcheck-am
  241. install-exec-am:
  242. install-exec: install-exec-am
  243. install-data-am:
  244. install-data: install-data-am
  245. install-am: all-am
  246. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  247. install: install-am
  248. uninstall-am:
  249. uninstall: uninstall-am
  250. all-am: Makefile $(LTLIBRARIES) $(HEADERS)
  251. all-redirect: all-am
  252. install-strip:
  253. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  254. installdirs:
  255. mostlyclean-generic:
  256. clean-generic:
  257. distclean-generic:
  258. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  259. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  260. maintainer-clean-generic:
  261. mostlyclean-am: mostlyclean-noinstLTLIBRARIES mostlyclean-compile \
  262. mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
  263. mostlyclean-generic
  264. mostlyclean: mostlyclean-am
  265. clean-am: clean-noinstLTLIBRARIES clean-compile clean-libtool \
  266. clean-tags clean-depend clean-generic mostlyclean-am
  267. clean: clean-am
  268. distclean-am: distclean-noinstLTLIBRARIES distclean-compile \
  269. distclean-libtool distclean-tags distclean-depend \
  270. distclean-generic clean-am
  271. -rm -f libtool
  272. distclean: distclean-am
  273. maintainer-clean-am: maintainer-clean-noinstLTLIBRARIES \
  274. maintainer-clean-compile maintainer-clean-libtool \
  275. maintainer-clean-tags maintainer-clean-depend \
  276. maintainer-clean-generic distclean-am
  277. @echo "This command is intended for maintainers to use;"
  278. @echo "it deletes files that may require special tools to rebuild."
  279. maintainer-clean: maintainer-clean-am
  280. .PHONY: mostlyclean-noinstLTLIBRARIES distclean-noinstLTLIBRARIES \
  281. clean-noinstLTLIBRARIES maintainer-clean-noinstLTLIBRARIES \
  282. mostlyclean-compile distclean-compile clean-compile \
  283. maintainer-clean-compile mostlyclean-libtool distclean-libtool \
  284. clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
  285. distclean-tags clean-tags maintainer-clean-tags distdir \
  286. mostlyclean-depend distclean-depend clean-depend \
  287. maintainer-clean-depend info-am info dvi-am dvi check check-am \
  288. installcheck-am installcheck install-exec-am install-exec \
  289. install-data-am install-data install-am install uninstall-am uninstall \
  290. all-redirect all-am all installdirs mostlyclean-generic \
  291. distclean-generic clean-generic maintainer-clean-generic clean \
  292. mostlyclean distclean maintainer-clean
  293. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  294. # Otherwise a system limit (for SysV at least) may be exceeded.
  295. .NOEXPORT: