projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Documentation ordinal fixes.
[wine]
/
misc
/
Makefile.in
1
sysconfdir = @sysconfdir@
2
DEFS = @DLLFLAGS@ -D__WINE__ -DETCDIR="\"$(sysconfdir)\""
3
TOPSRCDIR = @top_srcdir@
4
TOPOBJDIR = ..
5
SRCDIR = @srcdir@
6
VPATH = @srcdir@
7
MODULE = misc
8
9
C_SRCS = \
10
cdrom.c \
11
cpu.c \
12
error.c \
13
lstr.c \
14
main.c \
15
options.c \
16
registry.c \
17
system.c \
18
version.c
19
20
all: $(MODULE).o
21
22
@MAKE_RULES@
23
24
$(MODULE).o: $(OBJS) Makefile.in $(TOPSRCDIR)/Make.rules.in
25
$(LDCOMBINE) $(OBJS) -o $@
26
27
### Dependencies:
28