Makefile.in 636 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = winedos.dll
6
IMPORTLIB = winedos
7
IMPORTS   = user32 kernel32 ntdll
8

9 10
SPEC_SRCS16 = wprocs.spec

11
C_SRCS = \
12
	devices.c \
13 14
	dma.c \
	dosaspi.c \
15
	dosconf.c \
16
	dosmem.c \
17
	dosvm.c \
18
	fpu.c \
19
	himem.c \
20
	int09.c \
21
	int10.c \
22
	int13.c \
23
	int15.c \
24 25
	int16.c \
	int21.c \
26 27
	int25.c \
	int26.c \
28
	int2f.c \
29 30
	int31.c \
	int33.c \
31
	int67.c \
32
	interrupts.c \
33 34
	ioports.c \
	module.c \
35
	ppdev.c \
36
	relay.c \
37
	soundblaster.c \
38
	timer.c \
39
	vga.c \
40
	vxd.c \
41 42
	xms.c

43 44
@MAKE_DLL_RULES@

45
@DEPENDENCIES@  # everything below this line is overwritten by make depend