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
Fixes crash when calling Treeview_EndEditLabelNow and no node is
[wine.git]
/
programs
/
Makefile.in
blob
8b96580cf1bacd430a93e217d802d6e866328895
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
none
6
7
SUBDIRS
=
\
8
avitools \
9
clock \
10
cmdlgtst \
11
control \
12
osversioncheck \
13
notepad \
14
progman \
15
regapi \
16
regtest \
17
view \
18
wcmd \
19
winemine \
20
winhelp \
21
winver
22
23
all
: $(
SUBDIRS
)
24
25
@MAKE_RULES@
26
27
install
::
28
for i in
$(
SUBDIRS
);
do
(
cd
$
$i
; $(
MAKE
)
install
)
|| exit
1
;
done
29
30
uninstall
::
31
for i in
$(
SUBDIRS
);
do
(
cd
$
$i
; $(
MAKE
)
uninstall
)
|| exit
1
;
done
32
33
### Dependencies: