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.
13 lines
341 B
13 lines
341 B
|
|
# 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
|
|
|