wine/files/Makefile.in
Alexandre Julliard 8da12c43a9 Group commit for recovery after disk crash.
See Changelog for changes WRT release 990110.
1999-01-17 16:55:11 +00:00

24 lines
362 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: