Update the German translations.
[kdbg.git] / kdbg / Makefile.am
blob1bb479359b43c9c7cb607d622e7ab3827d41b197
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         pgmargsbase.ui \
17         procattach.cpp \
18         procattachbase.ui \
19         tableview.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 # the library search path
43 kdbg_LDFLAGS = \
44         $(all_libraries) $(KDE_RPATH)
46 # the libraries to link against.
47 kdbg_LDADD = $(LIB_KIO)
49 # this option you can leave out. Just, if you use "make dist", you need it
50 noinst_HEADERS = \
51         pgmargs.h \
52         procattach.h \
53         tableview.h \
54         textvw.h \
55         valarray.h \
56         debugger.h \
57         programconfig.h \
58         dbgdriver.h \
59         gdbdriver.h \
60         xsldbgdriver.h \
61         brkpt.h \
62         exprwnd.h \
63         regwnd.h \
64         memwindow.h \
65         threadlist.h \
66         sourcewnd.h \
67         winstack.h \
68         ttywnd.h \
69         typetable.h \
70         prefdebugger.h \
71         prefmisc.h \
72         pgmsettings.h \
73         mainwndbase.h \
74         dbgmainwnd.h \
75         envvar.h \
76         commandids.h \
77         mydebug.h
79 kdbg_METASOURCES = AUTO
81 # if you "make clean", this files get removed. If you want to remove
82 # them while "make distclean", use DISTCLEANFILES
83 CLEANFILES = $(kdbg_METASOURCES)
85 xdg_apps_DATA = kdbg.desktop
87 configdir = $(kde_confdir)
88 config_DATA = kdbgrc
90 rcdir = $(kde_datadir)/kdbg
91 rc_DATA = kdbgui.rc
93 # Make messages.po and move it to $(top_srcdir)/po. "make merge" there.
94 # the -x is for skipping messages already translated in kdelibs
95 # Messages are generated in the source directory so that file names
96 # mentioned in the .pot file are not prefixed by $(srcdir).
97 messages:
98         cd $(srcdir) && \
99         extractrc *.rc *.ui > rc.cpp && \
100         LIST=`find . -name \*.h -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.C` && \
101         $(XGETTEXT) -C -ki18n -kI18N_NOOP -x $(includedir)/kde.pot \
102                 $$LIST && mv messages.po $(top_srcdir)/po/kdbg.pot; \
103         rm -f rc.cpp
105 EXTRA_DIST = kdbg.desktop kdbgrc