projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mshtml.idl: Added IHTMLDOMConstructorCollection declaration.
[wine]
/
libs
/
port
/
Makefile.in
1
DEFS = -D__WINESRC__
2
DLLFLAGS = @DLLFLAGS@
3
MODULE = libwine_port.a
4
5
C_SRCS = \
6
ffs.c \
7
fstatvfs.c \
8
futimes.c \
9
getopt.c \
10
getopt1.c \
11
getpagesize.c \
12
interlocked.c \
13
isinf.c \
14
isnan.c \
15
lstat.c \
16
memcpy_unaligned.c \
17
memmove.c \
18
mkstemps.c \
19
poll.c \
20
pread.c \
21
pwrite.c \
22
readlink.c \
23
spawn.c \
24
statvfs.c \
25
strcasecmp.c \
26
strerror.c \
27
strncasecmp.c \
28
symlink.c \
29
usleep.c
30
31
all: $(MODULE)
32
33
@MAKE_RULES@
34
35
$(MODULE): $(OBJS) Makefile.in
36
$(RM) $@
37
$(AR) $(ARFLAGS) $@ $(OBJS)
38
$(RANLIB) $@