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.
tdevelop/languages/cpp/debugger/mi/Makefile.am

13 lines
342 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_TQT)
libgdbmi_parser_la_SOURCES = gdbmi.cpp miparser.cpp milexer.cpp