Home | History | Annotate | Download | only in libop
      1 SUBDIRS = . tests
      2 
      3 AM_CPPFLAGS=-I${top_srcdir}/libutil
      4 AM_CFLAGS = @OP_CFLAGS@
      5 
      6 noinst_LIBRARIES = libop.a
      7 libop_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
     30