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 10 AM_CXXFLAGS = @OP_CXXFLAGS@ 11 12 noinst_LIBRARIES = libpp.a 13 libpp_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 \ 53 xml_utils.h \ 54 xml_utils.cpp \ 55 populate_for_spu.cpp \ 56 populate_for_spu.h 57 58