summaryrefslogtreecommitdiffstats
path: root/languages/ruby/debugger/Makefile.am
blob: 0bbe445b1f471effa6921f4d6b13a187b0b707f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Here resides the debugger part.

INCLUDES = -I$(top_srcdir)/languages/lib/debugger \
	-I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util \
	-I$(top_srcdir)/lib/widgets $(all_includes)

kde_module_LTLIBRARIES = libtdevrbdebugger.la
libtdevrbdebugger_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
libtdevrbdebugger_la_LIBADD = $(top_builddir)/lib/libtdevelop.la $(top_builddir)/lib/widgets/libtdevwidgets.la $(LIB_TDEHTML) \
	$(top_builddir)/languages/lib/debugger/liblang_debugger.la

libtdevrbdebugger_la_SOURCES = debuggerpart.cpp dbgcontroller.cpp rdbcontroller.cpp dbgcommand.cpp rdbcommand.cpp rdbparser.cpp stty.cpp breakpoint.cpp variablewidget.cpp rdbbreakpointwidget.cpp framestackwidget.cpp dbgpsdlg.cpp dbgtoolbar.cpp rdboutputwidget.cpp rdbtable.cpp

METASOURCES = AUTO
KDE_ICON = AUTO

rubysrc_DATA = debuggee.rb
rubysrcdir = $(kde_datadir)/tdevrbdebugger

servicedir = $(kde_servicesdir)
service_DATA = tdevrbdebugger.desktop

rcdir = $(kde_datadir)/tdevrbdebugger
rc_DATA = tdevrbdebugger.rc
noinst_HEADERS =  rdbtable.h