2003-09-24 21:01:44 +02:00
|
|
|
DEFS = -D__WINESRC__
|
|
|
|
DLLFLAGS = @DLLFLAGS@
|
2003-03-19 23:09:16 +01:00
|
|
|
MODULE = libwine_port.a
|
|
|
|
|
|
|
|
C_SRCS = \
|
2004-10-20 01:53:26 +02:00
|
|
|
ffs.c \
|
2004-04-06 05:33:25 +02:00
|
|
|
fstatvfs.c \
|
2004-10-07 06:25:05 +02:00
|
|
|
futimes.c \
|
2003-03-19 23:44:55 +01:00
|
|
|
getopt.c \
|
|
|
|
getopt1.c \
|
2003-03-19 23:09:16 +01:00
|
|
|
getpagesize.c \
|
2003-03-20 23:06:16 +01:00
|
|
|
interlocked.c \
|
2008-04-29 17:08:53 +02:00
|
|
|
isinf.c \
|
2008-10-14 23:06:49 +02:00
|
|
|
isnan.c \
|
2003-03-19 23:09:16 +01:00
|
|
|
lstat.c \
|
2003-03-21 00:44:36 +01:00
|
|
|
memcpy_unaligned.c \
|
2003-03-19 23:09:16 +01:00
|
|
|
memmove.c \
|
2003-03-20 22:07:49 +01:00
|
|
|
mkstemps.c \
|
2008-12-22 17:36:18 +01:00
|
|
|
poll.c \
|
2003-03-19 23:09:16 +01:00
|
|
|
pread.c \
|
|
|
|
pwrite.c \
|
2004-01-08 06:07:05 +01:00
|
|
|
readlink.c \
|
2003-04-02 07:20:12 +02:00
|
|
|
spawn.c \
|
2004-03-05 22:03:46 +01:00
|
|
|
statvfs.c \
|
2003-03-19 23:09:16 +01:00
|
|
|
strcasecmp.c \
|
|
|
|
strerror.c \
|
|
|
|
strncasecmp.c \
|
2008-12-22 10:47:16 +01:00
|
|
|
symlink.c \
|
2003-03-19 23:09:16 +01:00
|
|
|
usleep.c
|
|
|
|
|
|
|
|
all: $(MODULE)
|
|
|
|
|
|
|
|
@MAKE_RULES@
|
|
|
|
|
|
|
|
$(MODULE): $(OBJS) Makefile.in
|
|
|
|
$(RM) $@
|
2008-03-04 16:53:41 +01:00
|
|
|
$(AR) $(ARFLAGS) $@ $(OBJS)
|
2003-03-19 23:09:16 +01:00
|
|
|
$(RANLIB) $@
|