wine/files/Makefile.in
Marcus Meissner ad7538bfc5 Made async IO (SIGIO) stuff from WINSOCK generic useable.
Added async IO support to FILE and CONSOLE objects.
1998-12-14 18:15:10 +00:00

24 lines
360 B
Makefile

prefix = @prefix@
sysconfdir = @sysconfdir@
DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR=\"$(sysconfdir)\"
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = files
C_SRCS = \
async.c \
change.c \
directory.c \
dos_fs.c \
drive.c \
file.c \
profile.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies: