wine/files/Makefile.in
Alexandre Julliard 7b7e2d434a Authors: Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
Added stubs for the WinNT tape backup functions.
1999-12-10 03:46:20 +00:00

24 lines
361 B
Makefile

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