blob: 07a7fdde3358a1ba2a64b722ec657e792b891b21 [file] [log] [blame]
Upstreamcc2ee171970-01-12 13:46:40 +00001AM_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
10AM_CXXFLAGS = @OP_CXXFLAGS@
11
12noinst_LIBRARIES = libpp.a
13libpp_a_SOURCES = \
14 arrange_profiles.cpp \
15 arrange_profiles.h \
16 callgraph_container.h \
17 callgraph_container.cpp \
18 diff_container.cpp \
19 diff_container.h \
20 filename_spec.cpp \
21 filename_spec.h \
22 format_flags.h \
23 format_output.cpp \
24 format_output.h \
25 image_errors.h \
26 image_errors.cpp \
27 locate_images.cpp \
28 locate_images.h \
29 name_storage.cpp \
30 name_storage.h \
31 op_header.cpp \
32 op_header.h \
33 symbol.cpp \
34 symbol.h \
35 parse_filename.cpp \
36 parse_filename.h \
37 populate.h \
38 populate.cpp \
39 profile.cpp \
40 profile.h \
41 profile_container.cpp \
42 profile_container.h \
43 profile_spec.cpp \
44 profile_spec.h \
45 sample_container.cpp \
46 sample_container.h \
47 symbol_container.cpp \
48 symbol_container.h \
49 symbol_functors.cpp \
50 symbol_functors.h \
51 symbol_sort.cpp \
52 symbol_sort.h