projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added import of ntdll.
[wine]
/
programs
/
Makefile.in
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
notepad \
13
osversioncheck \
14
progman \
15
regapi \
16
regtest \
17
uninstaller \
18
view \
19
wcmd \
20
winemine \
21
winhelp \
22
winver
23
24
all: $(SUBDIRS)
25
26
@MAKE_RULES@
27
28
install::
29
for i in $(SUBDIRS); do (cd $$i; $(MAKE) install) || exit 1; done
30
31
uninstall::
32
for i in $(SUBDIRS); do (cd $$i; $(MAKE) uninstall) || exit 1; done
33
34
### Dependencies: