noinst_LTLIBRARIES = libformat.la libformat_la_SOURCES = \ executable-int.h \ executable.h executable.c \ format-int.h \ format.h format.c \ part.h part.c \ symbol.h symbol.c # libformat_la_SOURCES = \ # exe_format.h exe_format.c \ # exe_format-int.h \ # executable-int.h \ # executable.h executable.c \ # format-int.h \ # format.h format.c \ # dbg_format.h dbg_format.c \ # dbg_format-int.h \ # part.h part.c libformat_la_LIBADD = \ dwarf/libformatdwarf.la \ elf/libformatelf.la \ mangling/libformatmangling.la # libformat_la_LIBADD = \ # dwarf/libformatdwarf.la \ # elf/libformatelf.la \ # java/libformatjava.la \ # mangling/libformatmangling.la \ # pe/libformatpe.la libformat_la_LDFLAGS = INCLUDES = $(LIBGTK_CFLAGS) AM_CPPFLAGS = AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) SUBDIRS = dwarf elf mangling #SUBDIRS = dwarf elf java mangling pe