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
13 # Which sources should be compiled for kdbg.
45 # the library search path
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
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
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
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; \
104 EXTRA_DIST = kdbg.desktop