projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Remove the no longer needed explicit separators for dependencies.
[wine]
/
dlls
/
opengl32
/
tests
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
TESTDLL = opengl32.dll
6
IMPORTS = opengl32 user32 gdi32 kernel32
7
8
C_SRCS = \
9
opengl.c
10
11
@MAKE_TEST_RULES@