noinst_LTLIBRARIES = libformatelf.la libformatelf_la_SOURCES = \ elf-int.h elf-int.c \ elf.h elf.c \ elf_def.h \ dynamic.h dynamic.c \ helper_arm.h helper_arm.c \ helper_x86.h helper_x86.c \ loading.h loading.c \ program.h program.c \ section.h section.c \ strings.h strings.c \ symbols.h symbols.c # helper_mips.h helper_mips.c libformatelf_la_LDFLAGS = AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)