Makefile.am (730B)
1 if INT10_X86EMU 2 noinst_LTLIBRARIES = libx86emu.la 3 endif 4 5 libx86emu_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 14 AM_CPPFLAGS = 15 16 AM_CFLAGS = $(DIX_CFLAGS) $(XORG_CFLAGS) 17 18 EXTRA_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