projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added stubs and setupapi.h.
[wine]
/
files
/
Makefile.in
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
9
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
18
19
all: $(MODULE).o
20
21
@MAKE_RULES@
22
23
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
24
$(LDCOMBINE) $(OBJS) -o $@
25
26
### Dependencies: