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
Fixed issues reported by winapi_check.
[wine.git]
/
programs
/
wcmd
/
Makefile.in
blob
882307136caea46e41f5d143c16583d28ee6cb6d
1
DEFS
= -
DWINELIB
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
none
7
PROGRAMS
=
wcmd
8
WRCEXTRA
= -
s
-
p wcmd
9
10
C_SRCS
=
\
11
batch.c \
12
builtins.c \
13
directory.c \
14
wcmdmain.c
15
16
SPEC_SRCS
=
\
17
wcmd.spec
18
19
RC_SRCS
=
\
20
wcmdrc.rc
21
22
all
:
check_wrc
$(
PROGRAMS
)
23
24
@MAKE_RULES@
25
26
wcmd
: $(
OBJS
)
27
$(
CC
) -
o wcmd
$(
OBJS
) $(
DLL_LINK
) $(
LIBS
)
28
29
install
::
30
$(
INSTALL_PROGRAM
)
wcmd
$(
bindir
)/
wcmd
31
32
uninstall
::
33
$(
RM
) $(
bindir
)/
wcmd
34
35
### Dependencies: