projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove Get/SetBeepActive from USER driver and manage it locally inside
[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
winetest \
22
winhelp \
23
winver
24
25
all: $(SUBDIRS)
26
27
@MAKE_RULES@
28
29
$(SUBDIRS:%=%/__checklink__): dummy
30
@cd `dirname $@` && $(MAKE) checklink
31
32
install:: $(SUBDIRS:%=%/__install__)
33
34
uninstall:: $(SUBDIRS:%=%/__uninstall__)
35
36
checklink:: $(SUBDIRS:%=%/__checklink__)
37
38
### Dependencies: