projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Build most dlls as separate shared libraries.
[wine]
/
dlls
/
winspool
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
LIBEXT = @LIBEXT@
7
MODULE = winspool
8
SOVERSION = 1.0
9
10
SPEC_SRCS = winspool.spec
11
12
C_SRCS = \
13
info.c \
14
wspool.c
15
16
all: lib$(MODULE).$(LIBEXT)
17
18
@MAKE_RULES@
19
20
clean::
21
$(RM) lib$(MODULE).$(LIBEXT).$(SOVERSION)
22
23
### Dependencies:
24