blob: b5da1ee479d52c3eb9aabe9e836326071cb7f369 (
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
|
noinst_LTLIBRARIES = libanalysisscanpatternstokensnodes.la
libanalysisscanpatternstokensnodes_la_SOURCES = \
any-int.h \
any.h any.c \
choice-int.h \
choice.h choice.c \
masked-int.h \
masked.h masked.c \
not-int.h \
not.h not.c \
plain-int.h \
plain.h plain.c \
sequence-int.h \
sequence.h sequence.c
libanalysisscanpatternstokensnodes_la_CFLAGS = $(LIBGOBJ_CFLAGS)
devdir = $(includedir)/chrysalide/$(subdir:src/%=core/%)
dev_HEADERS = $(libanalysisscanpatternstokensnodes_la_SOURCES:%c=)
|