noinst_LTLIBRARIES = libformatelf.la libformatelf_la_SOURCES = \ e_elf.h e_elf.c \ elf-int.h \ helper_mips.h helper_mips.c \ helper_x86.h helper_x86.c \ section.h section.c \ strings.h strings.c \ symbol.h symbol.c libformatelf_la_LDFLAGS = INCLUDES = $(LIBGTK_CFLAGS) AM_CPPFLAGS = AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)