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