blob: 22f85781fb755d3aa380fccc3fd89d2d39f58285 [file] [log] [blame]
Mike Dodd8cfa7022010-11-17 11:12:26 -08001SUBDIRS = . tests
2
3AM_CPPFLAGS=-I${top_srcdir}/libutil
4AM_CFLAGS = @OP_CFLAGS@
5
6noinst_LIBRARIES = libop.a
7libop_a_SOURCES = \
8 op_events.c \
9 op_events.h \
10 op_parse_event.c \
11 op_parse_event.h \
12 op_cpu_type.c \
13 op_cpu_type.h \
14 op_mangle.c \
15 op_mangle.h \
16 op_get_interface.c \
17 op_interface.h \
18 op_alloc_counter.c \
19 op_alloc_counter.h \
20 op_hw_config.h \
21 op_config.c \
22 op_config.h \
23 op_config_24.h \
24 op_sample_file.h \
25 op_xml_events.c \
26 op_xml_events.h \
27 op_xml_out.c \
28 op_xml_out.h \
29 op_hw_specific.h