TOPSRCDIR = @top_srcdir@ | |
TOPOBJDIR = .. | |
SRCDIR = @srcdir@ | |
VPATH = @srcdir@ | |
MODULE = none | |
SUBDIRS = \ | |
avitools \ | |
clock \ | |
cmdlgtst \ | |
control \ | |
notepad \ | |
osversioncheck \ | |
progman \ | |
regapi \ | |
regtest \ | |
uninstaller \ | |
view \ | |
wcmd \ | |
wineconsole \ | |
winemine \ | |
winetest \ | |
winhelp \ | |
winver | |
all: $(SUBDIRS) | |
@MAKE_RULES@ | |
$(SUBDIRS:%=%/__checklink__): dummy | |
@cd `dirname $@` && $(MAKE) checklink | |
install:: $(SUBDIRS:%=%/__install__) | |
uninstall:: $(SUBDIRS:%=%/__uninstall__) | |
checklink:: $(SUBDIRS:%=%/__checklink__) | |
### Dependencies: |