libwine: Fix lookup of 16-bit dll placeholders. Remove some old compatibility code.
[wine] / libs / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = none
6
7 SUBDIRS = \
8         port \
9         wine \
10         wpp
11
12 INSTALLSUBDIRS = \
13         wine
14
15 @MAKE_RULES@
16
17 all: $(SUBDIRS)
18
19 install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__)
20 install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
21
22 # Directory dependencies
23
24 wine wine/__install__ wine/__install-lib__: port