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.
14 lines
649 B
14 lines
649 B
INCLUDES = -I$(top_srcdir)/lib/interfaces $(all_includes)
|
|
METASOURCES = AUTO
|
|
lib_LTLIBRARIES = liblang_debugger.la
|
|
liblang_debugger_la_LDFLAGS = $(all_libraries)
|
|
liblang_debugger_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KPARTS) -lktexteditor
|
|
liblang_debugger_la_SOURCES = kdevdebugger.cpp debugger.cpp
|
|
langincludedirdir = $(includedir)/kdevelop/languages/debugger
|
|
langincludedir_HEADERS = debugger.h kdevdebugger.h
|
|
|
|
DOXYGEN_REFERENCES = dcop interfaces kdecore kdefx kdeui khtml kmdi kio kjs kparts kutils kdevinterfaces kdevutil
|
|
DOXYGEN_PROJECTNAME = KDevelop Debugger Support Library
|
|
DOXYGEN_DOCDIRPREFIX = kdevlang
|
|
include ../../../Doxyfile.am
|