projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Allocate the proper size for the SystemClock object.
[wine]
/
dlls
/
strmiids
/
Makefile.in
1
DLLDEFS = @DLLDEFS@
2
DLLFLAGS = @DLLFLAGS@
3
DEFS = -D__WINESRC__ $(DLLDEFS)
4
TOPSRCDIR = @top_srcdir@
5
TOPOBJDIR = ../..
6
SRCDIR = @srcdir@
7
VPATH = @srcdir@
8
MODULE = libstrmiids.a
9
10
C_SRCS = \
11
strmiids.c
12
13
all: $(MODULE)
14
15
@MAKE_RULES@
16
17
$(MODULE): $(OBJS) Makefile.in
18
$(RM) $@
19
$(AR) $@ $(OBJS)
20
$(RANLIB) $@
21
22
man:
23
24
doc-html:
25
26
doc-sgml:
27
28
### Dependencies: