summaryrefslogtreecommitdiff
path: root/src/format/Makefile.am
blob: 9bfdd9291ee4492f0eb0e24243e2b153fca88ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45

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