blob: a8e98e67d410f4753e532ddc9135dc133feadd85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
noinst_LTLIBRARIES = libanalysishuman.la
libanalysishuman_la_SOURCES = \
lang-int.h \
lang.h lang.c
libanalysishuman_la_CFLAGS = $(TOOLKIT_CFLAGS)
libanalysishuman_la_LIBADD = \
asm/libanalysishumanasm.la
devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)
dev_HEADERS = $(libanalysishuman_la_SOURCES:%c=)
SUBDIRS = asm
|