Sweden-Number/libs/port/Makefile.in

46 lines
694 B
Makefile
Raw Normal View History

DEFS = -D__WINESRC__
DLLFLAGS = @DLLFLAGS@
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = libwine_port.a
C_SRCS = \
ffs.c \
2004-04-06 05:33:25 +02:00
fstatvfs.c \
futimes.c \
getopt.c \
getopt1.c \
getpagesize.c \
gettid.c \
interlocked.c \
2008-04-29 17:08:53 +02:00
isinf.c \
2008-10-14 23:06:49 +02:00
isnan.c \
lstat.c \
memcpy_unaligned.c \
memmove.c \
mkstemps.c \
2008-12-22 17:36:18 +01:00
poll.c \
pread.c \
pwrite.c \
2004-01-08 06:07:05 +01:00
readlink.c \
2003-04-02 07:20:12 +02:00
spawn.c \
statvfs.c \
strcasecmp.c \
strerror.c \
strncasecmp.c \
symlink.c \
usleep.c
all: $(MODULE)
@MAKE_RULES@
$(MODULE): $(OBJS) Makefile.in
$(RM) $@
$(AR) $(ARFLAGS) $@ $(OBJS)
$(RANLIB) $@
@DEPENDENCIES@ # everything below this line is overwritten by make depend