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
Moved mode setting out of .spec file into Makefile.
[wine/gsoc_dplay.git]
/
dlls
/
twain
/
Makefile.in
blob
07539f6d2870a67d8739bb60d8f67a73a385a690
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
twain_32.dll
6
IMPORTS
=
user32 gdi32 kernel32
7
EXTRALIBS
=
@SANELIBS@
8
EXTRAINCL
=
@SANEINCL@
9
10
LDDLLFLAGS
=
@LDDLLFLAGS@
11
SYMBOLFILE
= $(
MODULE
)
.tmp.o
12
13
C_SRCS
=
\
14
capability.c \
15
ds_audio.c \
16
ds_ctrl.c \
17
ds_image.c \
18
dsm_ctrl.c \
19
twain32_main.c
20
21
@MAKE_DLL_RULES@
22
23
### Dependencies: