1SUBDIRS = . tests 2 3AM_CPPFLAGS= \ 4 -I ${top_srcdir}/libutil \ 5 -I ${top_srcdir}/libop \ 6 -I ${top_srcdir}/libpp 7 8AM_CXXFLAGS = @OP_CXXFLAGS@ 9 10noinst_LIBRARIES = libutil++.a 11libutil___a_SOURCES = \ 12 op_bfd.cpp \ 13 op_bfd.h \ 14 bfd_support.cpp \ 15 bfd_support.h \ 16 string_filter.cpp \ 17 string_filter.h \ 18 glob_filter.cpp \ 19 glob_filter.h \ 20 growable_vector.h \ 21 path_filter.cpp \ 22 path_filter.h \ 23 file_manip.cpp \ 24 file_manip.h \ 25 sparse_array.h \ 26 stream_util.cpp \ 27 stream_util.h \ 28 string_manip.cpp \ 29 string_manip.h \ 30 cverb.cpp \ 31 cverb.h \ 32 generic_spec.h \ 33 op_exception.cpp \ 34 op_exception.h \ 35 child_reader.cpp \ 36 child_reader.h \ 37 unique_storage.h \ 38 utility.h \ 39 cached_value.h \ 40 comma_list.h \ 41 xml_output.h \ 42 xml_output.cpp \ 43 bfd_spu_support.cpp \ 44 op_spu_bfd.cpp 45