Converted the array of breakpoints to a QPtrVector.
[kdbg.git] / kdbg / testprogs / Makefile.am
blob5bca10b5e0843f87f478a4c8673be4cfbd9bd37a
1 ## $Id$
3 ## This is the example XSL and XML files for debugging with xsldbg 
4 EXTRA_DIST = xsldoc.xsl xsldoc.xml
6 # set the include path for X, qt and KDE
7 INCLUDES= $(all_includes)
8 # always compile with debugging info switched on
9 CXXFLAGS = -g
11 if BUILDTESTPROGS
12 PROGS = testfile locals maths repeats std
13 else
14 PROGS =
15 endif
17 noinst_PROGRAMS = $(PROGS)
19 testfile_SOURCES = testfile.cpp
20 testfile_LDFLAGS = -g $(all_libraries) $(KDE_RPATH)
21 testfile_LDADD = $(LIB_QT)
23 locals_SOURCES = locals.cpp
24 locals_LDFLAGS = -g
26 maths_SOURCES = maths.cpp
27 maths_LDFLAGS = -g
29 repeats_SOURCES = repeats.cpp
30 repeats_LDFLAGS = -g $(all_libraries) $(KDE_RPATH)
31 repeats_LDADD = $(LIB_QT)
33 std_SOURCES = std.cpp
34 std_LDFLAGS = -g