Release 971012
[wine.git] / files / Makefile.in
blob788ae6d5f219b7d17f95f2b6ea6d8f9050362c1a
1 prefix = @prefix@
2 sysconfdir = @sysconfdir@
3 DEFS = -D__WINE__ -DETCDIR=\"$(sysconfdir)\"
4 TOPSRCDIR = @top_srcdir@
5 TOPOBJDIR = ..
6 SRCDIR = @srcdir@
7 VPATH = @srcdir@
8 MODULE = files
10 C_SRCS = \
11 directory.c \
12 dos_fs.c \
13 drive.c \
14 file.c \
15 profile.c
17 all: $(MODULE).o
19 @MAKE_RULES@
21 ### Dependencies: