makefiles: Build the tests directly from the top-level makefile.
[wine] / dlls / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5
6 INSTALLDIRS = $(DESTDIR)$(dlldir)
7
8 DLLSUBDIRS     = @ALL_DLL_DIRS@
9 SUBDIRS        = $(DLLSUBDIRS)
10 BUILDSUBDIRS   = $(DLLSUBDIRS)
11 INSTALLSUBDIRS = $(DLLSUBDIRS)
12 DOCSUBDIRS     = $(DLLSUBDIRS)
13
14 @MAKE_RULES@
15
16 # Main target
17
18 all: $(BUILDSUBDIRS)
19
20 # Misc rules
21
22 uninstall::
23         -rmdir $(DESTDIR)$(fakedlldir) $(DESTDIR)$(dlldir)