projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
makefiles: Generate the dependencies line to avoid some code duplication.
[wine]
/
programs
/
cmd
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = cmd.exe
6
APPMODE = -mconsole
7
IMPORTS = shell32 user32 kernel32
8
9
C_SRCS = \
10
batch.c \
11
builtins.c \
12
directory.c \
13
wcmdmain.c
14
15
RC_SRCS = wcmdrc.rc
16
RC_BINSRC = wcmdrc.rc
17
RC_BINARIES = wcmd.ico
18
19
@MAKE_PROG_RULES@
20
21
@DEPENDENCIES@ # everything below this line is overwritten by make depend