Release unused space in debug strings to avoid too frequent
[wine/dcerpc.git] / relay32 / Makefile.in
blobc63a22e7f03cffb2a3a59cbfa5a36c2c5e9702a0
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = relay32
8 SPEC_SRCS = \
9 ddraw.spec \
10 dinput.spec \
11 gdi32.spec \
12 kernel32.spec \
13 user32.spec \
14 wow32.spec
16 C_SRCS = \
17 builtin32.c \
18 relay386.c \
19 snoop.c \
20 utthunk.c \
21 wowthunk.c
23 GEN_ASM_SRCS = \
24 call32.s
26 all: $(MODULE).o
28 @MAKE_RULES@
30 call32.s: $(BUILD)
31 $(BUILD) @BUILDFLAGS@ -o $@ -call32
33 ### Dependencies: