Removed the check for KDE 3.
[kdbg.git] / kdbg / Makefile.am
blob48ae135eeb2e00923672e52394e731480787e342
1 ## $Id$
3 # set the include path for X, qt and KDE
4 INCLUDES= $(all_includes)
6 # claim, which subdirectories you want to install
7 SUBDIRS = doc pics typetables testprogs
9 ####### This part is very kdbg specific
10 # you can add here more. This one gets installed 
11 bin_PROGRAMS =  kdbg
13 # Which sources should be compiled for kdbg.
14 kdbg_SOURCES = \
15         pgmargs.cpp \
16         procattach.cpp \
17         procattachbase.ui \
18         tableview.cpp \
19         ktreeview.cpp \
20         textvw.cpp \
21         debugger.cpp \
22         programconfig.cpp \
23         dbgdriver.cpp \
24         gdbdriver.cpp \
25         xsldbgdriver.cpp \
26         brkpt.cpp \
27         exprwnd.cpp \
28         regwnd.cpp \
29         memwindow.cpp \
30         threadlist.cpp \
31         sourcewnd.cpp \
32         winstack.cpp \
33         ttywnd.cpp \
34         typetable.cpp \
35         prefdebugger.cpp \
36         prefmisc.cpp \
37         pgmsettings.cpp \
38         mainwndbase.cpp \
39         dbgmainwnd.cpp \
40         main.cpp
42 BUILTSOURCES = \
43         procattachbase.cpp
45 # the library search path
46 kdbg_LDFLAGS = \
47         $(all_libraries) $(KDE_RPATH)
49 # the libraries to link against.
50 kdbg_LDADD = $(LIB_KIO)
52 # this option you can leave out. Just, if you use "make dist", you need it
53 noinst_HEADERS = \
54         pgmargs.h \
55         procattach.h \
56         procattachbase.h \
57         tableview.h \
58         textvw.h \
59         valarray.h \
60         debugger.h \
61         programconfig.h \
62         dbgdriver.h \
63         gdbdriver.h \
64         xsldbgdriver.h \
65         brkpt.h \
66         exprwnd.h \
67         regwnd.h \
68         memwindow.h \
69         threadlist.h \
70         ktreeview.h \
71         sourcewnd.h \
72         winstack.h \
73         ttywnd.h \
74         typetable.h \
75         prefdebugger.h \
76         prefmisc.h \
77         pgmsettings.h \
78         mainwndbase.h \
79         dbgmainwnd.h \
80         envvar.h \
81         commandids.h \
82         mydebug.h
84 kdbg_METASOURCES = AUTO
86 # if you "make clean", this files get removed. If you want to remove
87 # them while "make distclean", use DISTCLEANFILES
88 CLEANFILES = $(kdbg_METASOURCES)
90 xdg_apps_DATA = kdbg.desktop
92 rcdir = $(kde_datadir)/kdbg
93 rc_DATA = kdbgui.rc
95 # Make messages.po and move it to $(top_srcdir)/po. "make merge" there.
96 # the -x is for skipping messages already translated in kdelibs
97 messages: rc.cpp
98         LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
99         if test -n "$$LIST"; then \
100           $(XGETTEXT) -C -ki18n -kI18N_NOOP -x $(includedir)/kde.pot \
101                 $$LIST && mv messages.po $(top_srcdir)/po/kdbg.pot; \
102         fi
104 EXTRA_DIST = kdbg.desktop