summaryrefslogtreecommitdiffstats
path: root/lib/cppparser/Makefile.am
blob: 082c8227c96c470d369f57cccb7f16b904f9fc29 (plain)
1
2
3
4
5
6
7
8
9
10
11
INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes)
AM_CXXFLAGS = -DKDEVELOP_BGPARSER
lib_LTLIBRARIES = libtdevcppparser.la
libtdevcppparser_la_LDFLAGS = $(all_libraries)
libtdevcppparser_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libtdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_TDEPARTS) -ltdetexteditor $(LIB_TDEIO) -ltdescript
libtdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \
	lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp

tdevcppparserincludedir = $(includedir)/tdevelop/cppparser
tdevcppparserinclude_HEADERS = ast.h  driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h