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

noinst_LTLIBRARIES = libformat.la

libformat_la_SOURCES =					\
	debuggable-int.h					\
	debuggable.h debuggable.c			\
	executable-int.h executable-int.c	\
	executable.h executable.c			\
	flat-int.h							\
	flat.h flat.c						\
	format-int.h						\
	format.h format.c					\
	preload-int.h						\
	preload.h preload.c					\
	strsym.h strsym.c					\
	symiter.h symiter.c					\
	symbol-int.h						\
	symbol.h symbol.c

libformat_la_LIBADD =					\
	dwarf/libformatdwarf.la				\
	java/libformatjava.la				\
	pe/libformatpe.la

libformat_la_LDFLAGS = 


devdir = $(includedir)/chrysalide/$(subdir:src/%=%)

dev_HEADERS = $(libformat_la_SOURCES:%c=)


AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)

SUBDIRS = dwarf java pe