repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move the name directive from the .spec file to the Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
psapi
/
Makefile.in
blob
066c8f6bb95ab898ba530b57d42c2e93e0cc8d2c
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
psapi.dll
6
IMPORTS
=
kernel32 ntdll
7
8
LDDLLFLAGS
=
@LDDLLFLAGS@
9
SYMBOLFILE
= $(
MODULE
)
.tmp.o
10
11
C_SRCS
=
\
12
psapi_main.c
13
14
@MAKE_DLL_RULES@
15
16
### Dependencies:
17