blob: d6cdf5f72203cc750c59feace0a0cf898740ce9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# We need exceptions since they are used to report all MI access errors.
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
METASOURCES = AUTO
INCLUDES = $(all_includes)
lib_LTLIBRARIES = libgdbmi_parser.la
libgdbmi_parser_la_LDFLAGS = $(all_libraries)
libgdbmi_parser_la_LIBADD = $(LIB_QT)
libgdbmi_parser_la_SOURCES = gdbmi.cpp miparser.cpp milexer.cpp
|