repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix the ITS moniker implementation.
[wine.git]
/
dlls
/
dxerr8
/
Makefile.in
blob
8a120344e7f899126266a9a45e5b316f43f9e4ed
1
DEFS
= -
D__WINESRC__
2
DLLFLAGS
=
@DLLFLAGS@
3
TOPSRCDIR
=
@top_srcdir@
4
TOPOBJDIR
=
..
/
..
5
SRCDIR
=
@
srcdir
@
6
VPATH
=
@
srcdir
@
7
MODULE
=
libdxerr8.a
8
9
C_SRCS
=
\
10
dxerr8.c
11
12
EXTRA_OBJS
= $(
MODULE
)
.dbg.o
13
14
all
: $(
MODULE
)
15
16
@MAKE_RULES@
17
18
$(
MODULE
): $(
OBJS
)
Makefile.in
19
$(
RM
) $
@
20
$(
AR
) $
@
$(
OBJS
)
21
$(
RANLIB
) $
@
22
23
man
:
24
25
doc-html
:
26
27
doc-sgml
:
28
29
### Dependencies: