summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
blob: 6f49822034368d63cc1f18506e55d26114bb66a9 (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 = 

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS)

SUBDIRS = dwarf elf java