summaryrefslogtreecommitdiff
path: root/src/decomp/Makefile.am
blob: 20694d0379eee6d63d8ef3c5baea2b19f1b4f3a6 (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  = libdecomp.la

libdecomp_la_SOURCES =					\
	context.h context.c					\
	expression-int.h					\
	expression.h expression.c			\
	instruction-int.h					\
	instruction.h instruction.c			\
	output-int.h						\
	output.h output.c

libdecomp_la_LIBADD =					\
	expr/libdecompexpr.la				\
	lang/libdecomplang.la

libdecomp_la_LDFLAGS = 


INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)

AM_CPPFLAGS = 

AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)

SUBDIRS = expr lang