summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
blob: 7c2c5245d592172475d94d875317c7dc912e89e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

lib_LIBRARIES = libformat.a

libformat_a_SOURCES =					\
	exe_format.h exe_format.c			\
	exe_format-int.h					\
	dbg_format.h dbg_format.c			\
	dbg_format-int.h

libformat_a_CFLAGS = $(AM_CFLAGS)


INCLUDES = $(LIBGTK_CFLAGS)

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS)

SUBDIRS = dwarf elf java pe