Imported Upstream version 0.9.8
[platform/upstream/oprofile.git] / libpp / Makefile.am
1 AM_CPPFLAGS = \
2         -I ${top_srcdir}/libop \
3         -I ${top_srcdir}/libutil \
4         -I ${top_srcdir}/libdb \
5         -I ${top_srcdir}/libopt++ \
6         -I ${top_srcdir}/libutil++ \
7         -I ${top_srcdir}/libop++ \
8         -I ${top_srcdir}/libregex \
9         @OP_CPPFLAGS@
10
11 AM_CXXFLAGS = @OP_CXXFLAGS@
12
13 noinst_LIBRARIES = libpp.a
14 libpp_a_SOURCES = \
15         arrange_profiles.cpp \
16         arrange_profiles.h \
17         callgraph_container.h \
18         callgraph_container.cpp \
19         diff_container.cpp \
20         diff_container.h \
21         filename_spec.cpp \
22         filename_spec.h \
23         format_flags.h \
24         format_output.cpp \
25         format_output.h \
26         image_errors.h \
27         image_errors.cpp \
28         locate_images.cpp \
29         locate_images.h \
30         name_storage.cpp \
31         name_storage.h \
32         op_header.cpp \
33         op_header.h \
34         symbol.cpp \
35         symbol.h \
36         parse_filename.cpp \
37         parse_filename.h \
38         populate.h \
39         populate.cpp \
40         profile.cpp \
41         profile.h \
42         profile_container.cpp \
43         profile_container.h \
44         profile_spec.cpp \
45         profile_spec.h \
46         sample_container.cpp \
47         sample_container.h \
48         symbol_container.cpp \
49         symbol_container.h \
50         symbol_functors.cpp \
51         symbol_functors.h \
52         symbol_sort.cpp \
53         symbol_sort.h \
54         xml_utils.h \
55         xml_utils.cpp \
56         populate_for_spu.cpp \
57         populate_for_spu.h
58