summaryrefslogtreecommitdiff
path: root/orc/Makefile.am
blob: bb0d56e31ec57e59ef5b9ccd93910e9752e5abe6 (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
27
28
29
30

pkgincludedir = $(includedir)/orc-@LIBOIL_MAJORMINOR@/orc

lib_LTLIBRARIES = liborc-@LIBOIL_MAJORMINOR@.la

liborc_@LIBOIL_MAJORMINOR@_la_LIBS = $(LIBOIL_LIBS) $(GLIB_LIBS)
liborc_@LIBOIL_MAJORMINOR@_la_CFLAGS = $(LIBOIL_CFLAGS) $(GLIB_CFLAGS)

liborc_@LIBOIL_MAJORMINOR@_la_SOURCES = \
	orc.c \
	orcexecutor.c \
	orcrule.c \
	orctype.c \
	orcprogram.c \
	orcprogram-c.c \
	orcprogram-x86.c \
	orcprogram-powerpc.c \
	orcprogram.h \
	orcopcodes.c \
	orcprogram-linux.c \
	orcrules-mmx.c \
	orcrules-x86.c \
	orcrules-sse.c \
	x86.c

pkginclude_HEADERS = \
	orc.h \
	orcprogram.h \
	x86.h