1 SUBDIRS = . tests 2 3 AM_CPPFLAGS=-I ${top_srcdir}/libop 4 AM_CFLAGS = @OP_CFLAGS@ 5 6 noinst_LIBRARIES = libutil.a 7 libutil_a_SOURCES = \ 8 op_deviceio.c \ 9 op_lockfile.c \ 10 op_file.c \ 11 op_fileio.c \ 12 op_get_time.c \ 13 op_libiberty.c \ 14 op_popt.c \ 15 op_string.c \ 16 op_cpufreq.c \ 17 op_deviceio.h \ 18 op_fileio.h \ 19 op_libiberty.h \ 20 op_lockfile.h \ 21 op_types.h \ 22 op_file.h \ 23 op_get_time.h \ 24 op_list.h \ 25 op_popt.h \ 26 op_string.h \ 27 op_cpufreq.h \ 28 op_version.c \ 29 op_version.h \ 30 op_growable_buffer.c \ 31 op_growable_buffer.h 32