⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.in

📁 著名的Parser库Spirit在VC6上的Port
💻 IN
📖 第 1 页 / 共 2 页
字号:
# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

# use 'DESTDIR' from environment!

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

top_builddir = ../../..

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
CXX = @CXX@
MAKEINFO = @MAKEINFO@
PACKAGE = @PACKAGE@
VERSION = @VERSION@

EXTRA_PROGRAMS = xml simplexml ast_xml

xml_SOURCES = xml.cpp xml_grammar.hpp
simplexml_SOURCES = simplexml.cpp
ast_xml_SOURCES = ast_xml.cpp

INCLUDES = -I$(top_srcdir)

CLEANFILES = $(EXTRA_PROGRAMS)

EXTRA_DIST =  simplexml.txt

mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = 

DEFS = @DEFS@ -I. -I$(srcdir) 
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
xml_OBJECTS =  xml.o
xml_LDADD = $(LDADD)
xml_DEPENDENCIES = 
xml_LDFLAGS = 
simplexml_OBJECTS =  simplexml.o
simplexml_LDADD = $(LDADD)
simplexml_DEPENDENCIES = 
simplexml_LDFLAGS = 
ast_xml_OBJECTS =  ast_xml.o
ast_xml_LDADD = $(LDADD)
ast_xml_DEPENDENCIES = 
ast_xml_LDFLAGS = 
CXXFLAGS = @CXXFLAGS@
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP_ENV = --best
SOURCES = $(xml_SOURCES) $(simplexml_SOURCES) $(ast_xml_SOURCES)
OBJECTS = $(xml_OBJECTS) $(simplexml_OBJECTS) $(ast_xml_OBJECTS)

all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .cpp .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps libs/example/xml/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


.c.o:
	$(COMPILE) -c $<

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

xml: $(xml_OBJECTS) $(xml_DEPENDENCIES)
	@rm -f xml
	$(CXXLINK) $(xml_LDFLAGS) $(xml_OBJECTS) $(xml_LDADD) $(LIBS)

simplexml: $(simplexml_OBJECTS) $(simplexml_DEPENDENCIES)
	@rm -f simplexml
	$(CXXLINK) $(simplexml_LDFLAGS) $(simplexml_OBJECTS) $(simplexml_LDADD) $(LIBS)

ast_xml: $(ast_xml_OBJECTS) $(ast_xml_DEPENDENCIES)
	@rm -f ast_xml
	$(CXXLINK) $(ast_xml_LDFLAGS) $(ast_xml_OBJECTS) $(ast_xml_LDADD) $(LIBS)
.cpp.o:
	$(CXXCOMPILE) -c $<

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $$unique $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = libs/example/xml

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
ast_xml.o: ast_xml.cpp ../../../boost/spirit/spirit.hpp \
	../../../boost/spirit/debug.hpp \
	../../../boost/spirit/actions.hpp \
	../../../boost/spirit/composite.hpp \
	../../../boost/spirit/spirit_fwd.hpp \
	../../../boost/tuple/tuple.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/sgi.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp \
	../../../boost/static_assert.hpp ../../../boost/ref.hpp \
	../../../boost/tuple/detail/tuple_basic.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/spirit/parser.hpp \
	../../../boost/spirit/vtree.hpp ../../../boost/spirit/chset.hpp \
	../../../boost/spirit/primitives.hpp \
	../../../boost/spirit/closure.hpp \
	../../../boost/spirit/attr_rule.hpp \
	../../../boost/spirit/directives.hpp \
	../../../boost/spirit/exceptions.hpp \
	../../../boost/spirit/grammar.hpp \
	../../../boost/spirit/iterators.hpp \
	../../../boost/spirit/loops.hpp \
	../../../boost/spirit/numerics.hpp \
	../../../boost/spirit/operators.hpp \
	../../../boost/spirit/rule.hpp \
	../../../boost/spirit/symbols.hpp \
	../../../boost/spirit/utilities.hpp \
	../../../boost/spirit/static_parsers.hpp \
	../../../boost/spirit/impl/debug.ipp \
	../../../boost/spirit/impl/actions.ipp \
	../../../boost/spirit/impl/directives.ipp \
	../../../boost/spirit/impl/chset.ipp ../../../boost/limits.hpp \
	../../../boost/detail/limits.hpp \
	../../../boost/spirit/impl/closure.ipp \
	../../../boost/spirit/impl/attr_rule.ipp \
	../../../boost/spirit/impl/exceptions.ipp \
	../../../boost/spirit/impl/grammar.ipp \
	../../../boost/spirit/impl/iterators.ipp \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -