summaryrefslogtreecommitdiff
path: root/src/analysis/types/Makefile.am
blob: bc6ff142e8120eec079aaac2adf42da630a21e39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

noinst_LTLIBRARIES  = libanalysistypes.la

libanalysistypes_la_SOURCES =			\
	array.h array.c						\
	basic.h basic.c						\
	cse.h cse.c							\
	encaps.h encaps.c					\
	expr.h expr.c						\
	literal.h literal.c					\
	override.h override.c				\
	proto.h proto.c						\
	template.h template.c

libanalysistypes_la_CFLAGS = $(TOOLKIT_CFLAGS)


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

dev_HEADERS = $(libanalysistypes_la_SOURCES:%c=)