diff options
author | Lars Knoll <lars@trolltech.com> | 2005-07-12 14:50:10 +0000 |
---|---|---|
committer | Lars Knoll <lars@trolltech.com> | 2005-07-12 14:50:10 +0000 |
commit | cda9c7b2678ea08ac6176a9eee72e6e511134b8e (patch) | |
tree | 62daf8ff7080e4c634ba3307b6d567ddedfca47b /hw/xfree86/x86emu | |
parent | 41002623f314444bd416fd5f445a0425c5b59df0 (diff) |
add x86emu.
Diffstat (limited to 'hw/xfree86/x86emu')
-rw-r--r-- | hw/xfree86/x86emu/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/xfree86/x86emu/Makefile.am b/hw/xfree86/x86emu/Makefile.am new file mode 100644 index 000000000..207ac1a58 --- /dev/null +++ b/hw/xfree86/x86emu/Makefile.am @@ -0,0 +1,8 @@ +noinst_LIBRARIES = libx86emu.a + +libx86emu_a_SOURCES = debug.c decode.c fpu.c ops2.c ops.c prim_ops.c sys.c validate.c + +INCLUDES = + +AM_CFLAGS = $(XORG_CFLAGS) + |