projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Use only Unicode functions, it makes it easier to see we are fully
[wine]
/
dlls
/
dxerr8
/
Makefile.in
1
DLLDEFS = @DLLDEFS@
2
DLLFLAGS = @DLLFLAGS@
3
DEFS = -D__WINESRC__ $(DLLDEFS)
4
TOPSRCDIR = @top_srcdir@
5
TOPOBJDIR = ../..
6
SRCDIR = @srcdir@
7
VPATH = @srcdir@
8
MODULE = libdxerr8.a
9
10
C_SRCS = \
11
dxerr8.c
12
13
EXTRA_OBJS = $(MODULE).dbg.o
14
15
all: $(MODULE)
16
17
@MAKE_RULES@
18
19
$(MODULE): $(OBJS) Makefile.in
20
$(RM) $@
21
$(AR) $@ $(OBJS)
22
$(RANLIB) $@
23
24
man:
25
26
doc-html:
27
28
doc-sgml:
29
30
### Dependencies: