projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Create separate makefiles for tests for more flexibility.
[wine]
/
dlls
/
winsock
/
Makefile.in
1
EXTRADEFS = -DUSE_WS_PREFIX
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = ws2_32.dll
7
IMPORTS = user32 kernel32 ntdll
8
ALTNAMES = winsock.dll
9
10
LDDLLFLAGS = @LDDLLFLAGS@
11
SYMBOLFILE = $(MODULE).tmp.o
12
13
C_SRCS = \
14
async.c \
15
socket.c
16
17
SUBDIRS = tests
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies: