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