projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fixed 0/-1 mixup for indicating no mapping handle.
[wine]
/
relay32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = relay32
7
8
C_SRCS = \
9
builtin32.c \
10
relay386.c \
11
snoop.c
12
13
all: $(MODULE).o
14
15
@MAKE_RULES@
16
17
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
18
$(LDCOMBINE) $(OBJS) -o $@
19
20
### Dependencies: