Added entry for DirectSoundFullDuplexCreate.
[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         unicode \
10         uuid \
11         wine
12
13 INSTALLSUBDIRS = \
14         unicode \
15         uuid \
16         wine
17
18 @MAKE_RULES@
19
20 all: $(SUBDIRS)
21
22 install-lib:: $(INSTALLSUBDIRS:%=%/__install-lib__)
23 install-dev:: $(INSTALLSUBDIRS:%=%/__install-dev__)
24
25 # Inter-dll dependencies
26
27 wine wine/__install__ wine/__install-lib__: port
28
29 ### Dependencies: