Removed dependencies on the internals of the CLASS structure.
[wine/multimedia.git] / files / Makefile.in
blob2e76890abd5f8825139a38028e3cbfc5b94de3c5
1 prefix = @prefix@
2 sysconfdir = @sysconfdir@
3 DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
4 TOPSRCDIR = @top_srcdir@
5 TOPOBJDIR = ..
6 SRCDIR = @srcdir@
7 VPATH = @srcdir@
8 MODULE = files
10 C_SRCS = \
11 change.c \
12 directory.c \
13 dos_fs.c \
14 drive.c \
15 file.c \
16 profile.c \
17 tape.c
19 all: $(MODULE).o
21 @MAKE_RULES@
23 $(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
24 $(LDCOMBINE) $(OBJS) -o $@
26 ### Dependencies: