Update my email address.
[kdbg.git] / kdbg / testprogs / Makefile.am
blobae2b1df8d92d2978463e61b55315d83914b7e342
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 AM_CXXFLAGS = -g
11 # Disable optimization to ensure that variables are not hidden by the
12 # compiler
13 CXXFLAGS:=$(patsubst -O%,,$(CXXFLAGS))
15 if BUILDTESTPROGS
16 PROGS = testfile locals maths repeats std templates anonstruct nestedclass widechar
17 else
18 PROGS =
19 endif
21 noinst_PROGRAMS = $(PROGS)
23 testfile_SOURCES = testfile.cpp
24 testfile_LDFLAGS = -g $(all_libraries) $(KDE_RPATH)
25 testfile_LDADD = $(LIB_QT)
27 locals_SOURCES = locals.cpp
28 locals_LDFLAGS = -g
30 maths_SOURCES = maths.cpp
31 maths_LDFLAGS = -g
33 repeats_SOURCES = repeats.cpp
34 repeats_LDFLAGS = -g $(all_libraries) $(KDE_RPATH)
35 repeats_LDADD = $(LIB_QT)
37 std_SOURCES = std.cpp
38 std_LDFLAGS = -g
40 templates_SOURCES = templates.cpp
41 templates_LDFLAGS = -g
43 anonstruct_SOURCES = anonstruct.cpp
44 anonstruct_LDFLAGS = -g
46 nestedclass_SOURCES = nestedclass.cpp
47 nestedclass_LDFLAGS = -g
49 widechar_SOURCES = widechar.cpp
50 widechar_LDFLAGS = -g