Imported Upstream version 1.15.1
[deb_xorg-server.git] / hw / xfree86 / x86emu / Makefile.am
CommitLineData
a09e091a
JB
1if INT10_X86EMU
2noinst_LTLIBRARIES = libx86emu.la
3endif
4
5libx86emu_la_SOURCES = debug.c \
6 decode.c \
7 fpu.c \
8 ops2.c \
9 ops.c \
10 prim_ops.c \
11 sys.c \
12 x86emu.h
13
14AM_CPPFLAGS =
15
16AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS)
17
18EXTRA_DIST = validate.c \
19 x86emu/debug.h \
20 x86emu/decode.h \
21 x86emu/fpu.h \
22 x86emu/fpu_regs.h \
23 x86emu/ops.h \
24 x86emu/prim_asm.h \
25 x86emu/prim_ops.h \
26 x86emu/prim_x86_gcc.h \
27 x86emu/regs.h \
28 x86emu/types.h \
29 x86emu/x86emui.h