- made notepad compile with Cygwin
[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         wineconsole \
21         winemine \
22         winetest \
23         winhelp \
24         winver
25
26 all: $(SUBDIRS)
27
28 @MAKE_RULES@
29
30 $(SUBDIRS:%=%/__checklink__): dummy
31         @cd `dirname $@` && $(MAKE) checklink
32
33 install:: $(SUBDIRS:%=%/__install__)
34
35 uninstall:: $(SUBDIRS:%=%/__uninstall__)
36
37 checklink:: $(SUBDIRS:%=%/__checklink__)
38
39 ### Dependencies: