You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
697 B
12 lines
697 B
INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes)
|
|
AM_CXXFLAGS = -DKDEVELOP_BGPARSER
|
|
lib_LTLIBRARIES = libkdevcppparser.la
|
|
libkdevcppparser_la_LDFLAGS = $(all_libraries)
|
|
libkdevcppparser_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(top_builddir)/lib/interfaces/libkdevinterfaces.la -lDCOP $(LIB_TDEUI) $(LIB_TDEPARTS) -ltdetexteditor $(LIB_TDEIO) -ltdescript
|
|
libkdevcppparser_la_SOURCES = ast.cpp cachemanager.cpp driver.cpp errors.cpp \
|
|
lexer.cpp lexercache.cpp lookup.cpp parser.cpp tree_parser.cpp
|
|
|
|
kdevcppparserincludedir = $(includedir)/tdevelop/cppparser
|
|
kdevcppparserinclude_HEADERS = ast.h driver.h lexer.h parser.h tree_parser.h errors.h lookup.h cachemanager.h lexercache.h macro.h
|
|
|