1 DEFS = -D__WINESRC__
2 DLLFLAGS = @DLLFLAGS@
3 TOPSRCDIR = @top_srcdir@
4 TOPOBJDIR = ../..
5 SRCDIR = @srcdir@
6 VPATH = @srcdir@
7 MODULE = libwine_port.a
8
9 C_SRCS = \
10 ffs.c \
11 fstatvfs.c \
12 futimes.c \
13 getopt.c \
14 getopt1.c \
15 getpagesize.c \
16 gettid.c \
17 interlocked.c \
18 isinf.c \
19 isnan.c \
20 lstat.c \
21 memcpy_unaligned.c \
22 memmove.c \
23 mkstemps.c \
24 poll.c \
25 pread.c \
26 pwrite.c \
27 readlink.c \
28 spawn.c \
29 statvfs.c \
30 strcasecmp.c \
31 strerror.c \
32 strncasecmp.c \
33 symlink.c \
34 usleep.c
35
36 all: $(MODULE)
37
38 @MAKE_RULES@
39
40 $(MODULE): $(OBJS) Makefile.in
41 $(RM) $@
42 $(AR) $(ARFLAGS) $@ $(OBJS)
43 $(RANLIB) $@
44
45 @DEPENDENCIES@ # everything below this line is overwritten by make depend
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.