projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Generate the dependencies line to avoid some code duplication.
[wine]
/
dlls
/
dxguid
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = libdxguid.a
6
7
C_SRCS = \
8
dx8guid.c \
9
dx9guid.c \
10
dxguid.c
11
12
@MAKE_IMPLIB_RULES@
13
14
@DEPENDENCIES@ # everything below this line is overwritten by make depend