Sweden-Number/relay32/Makefile.in

70 lines
1.0 KiB
Makefile

DEFS = @DLLFLAGS@ @GCC_NO_BUILTIN@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = relay32
SPEC_SRCS = \
advapi32.spec \
avifil32.spec \
comctl32.spec \
comdlg32.spec \
crtdll.spec \
dciman32.spec \
ddraw.spec \
dinput.spec \
dplay.spec \
dplayx.spec \
dsound.spec \
gdi32.spec \
imagehlp.spec \
imm32.spec \
kernel32.spec \
lz32.spec \
mpr.spec \
mcianim.spec \
mciavi.spec \
mcicda.spec \
mciseq.spec \
mciwave.spec \
msacm32.spec \
msnet32.spec \
msvfw32.spec \
ntdll.spec \
ole32.spec \
oleaut32.spec \
olecli32.spec \
oledlg.spec \
olesvr32.spec \
psapi.spec \
rasapi32.spec \
shell32.spec \
tapi32.spec \
user32.spec \
version.spec \
w32skrnl.spec \
winmm.spec \
winspool.spec \
wnaspi32.spec \
wow32.spec \
wsock32.spec
C_SRCS = \
builtin32.c \
relay386.c \
snoop.c \
utthunk.c
GEN_ASM_SRCS = \
call32.s
all: $(MODULE).o
@MAKE_RULES@
call32.s: $(BUILD)
$(BUILD) @BUILDFLAGS@ -o $@ -call32
### Dependencies: