1noinst_LIBRARIES = liblegacy.a 2 3# -fno-omit-frame-pointer needed for daemon build: see ChangeLog-2004 02-23 4AM_CFLAGS = @OP_CFLAGS@ -fno-omit-frame-pointer 5 6AM_CPPFLAGS = \ 7 -I ${top_srcdir}/libutil \ 8 -I ${top_srcdir}/libop \ 9 -I ${top_srcdir}/libdb \ 10 -I ${top_srcdir}/daemon 11 12liblegacy_a_SOURCES = \ 13 opd_24_stats.c \ 14 opd_24_stats.h \ 15 opd_kernel.c \ 16 opd_proc.c \ 17 opd_image.c \ 18 opd_mapping.c \ 19 opd_parse_proc.c \ 20 opd_image.h \ 21 opd_mapping.h \ 22 p_module.h \ 23 opd_kernel.h \ 24 opd_parse_proc.h \ 25 opd_proc.h \ 26 opd_sample_files.c \ 27 opd_sample_files.h \ 28 init.c 29