summaryrefslogtreecommitdiff
path: root/src/analysis/scan/exprs/Makefile.am
blob: efe25fc3cc17bf51f50fb17447c2c6d0f35c7a5f (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

noinst_LTLIBRARIES  = libanalysisscanexprs.la


libanalysisscanexprs_la_SOURCES =			\
	access-int.h							\
	access.h access.c						\
	arithmop-int.h							\
	arithmop.h arithmop.c					\
	boolop-int.h							\
	boolop.h boolop.c						\
	call-int.h								\
	call.h call.c							\
	literal-int.h							\
	literal.h literal.c						\
	relop-int.h								\
	relop.h relop.c							\
	strop-int.h								\
	strop.h strop.c

libanalysisscanexprs_la_CFLAGS = $(TOOLKIT_CFLAGS) $(LIBXML_CFLAGS)


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

dev_HEADERS = $(libanalysisscanexprs_la_SOURCES:%c=)