projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Minor update.
[wine]
/
programs
/
regapi
/
Makefile.in
1
DEFS = -DWINELIB
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = none
7
PROGRAMS = regapi
8
9
C_SRCS = \
10
regapi.c
11
12
SPEC_SRCS = \
13
regapi.spec
14
15
all: $(PROGRAMS)
16
17
@MAKE_RULES@
18
19
regapi: $(OBJS)
20
$(CC) -o regapi $(OBJS) $(DLL_LINK) $(LIBS)
21
22
install::
23
$(INSTALL_PROGRAM) regapi $(bindir)/regapi
24
25
uninstall::
26
$(RM) $(bindir)/regapi
27
28
### Dependencies: