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