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

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					\
	known-int.h							\
	known.h known.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_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)


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

dev_HEADERS = $(libformat_la_SOURCES:%c=)