Split the multimedia/ directory into dlls/ subdirectories.

This commit is contained in:
Eric Pouech 1999-10-24 18:42:42 +00:00 committed by Alexandre Julliard
parent 6ae75a1ad0
commit 68944c205c
56 changed files with 210 additions and 74 deletions

View File

@ -37,6 +37,7 @@ LIBSUBDIRS = \
dlls/crtdll \
dlls/dciman32 \
dlls/dplayx \
dlls/dsound \
dlls/imagehlp \
dlls/imm32 \
dlls/lzexpand \
@ -63,9 +64,14 @@ LIBSUBDIRS = \
dlls/win87em \
dlls/winaspi \
dlls/windebug \
dlls/winmm \
dlls/winmm/wineoss \
dlls/wing \
dlls/winmm \
dlls/winmm/mcianim \
dlls/winmm/mciavi \
dlls/winmm/mcicda \
dlls/winmm/mciseq \
dlls/winmm/mciwave \
dlls/winmm/wineoss \
dlls/winspool \
dlls/wnaspi32 \
files \
@ -83,7 +89,6 @@ LIBSUBDIRS = \
memory \
misc \
msdos \
multimedia \
objects \
ole \
relay32 \
@ -137,6 +142,7 @@ LIBOBJS = \
dlls/crtdll/crtdll.o \
dlls/dciman32/dciman32.o \
dlls/dplayx/dplayx.o \
dlls/dsound/dsound.o \
dlls/imagehlp/imagehlp.o \
dlls/imm32/imm32.o \
dlls/lzexpand/lzexpand.o \
@ -163,8 +169,14 @@ LIBOBJS = \
dlls/win87em/win87em.o \
dlls/winaspi/winaspi.o \
dlls/windebug/windebug.o \
dlls/winmm/wineoss/wineoss.o \
dlls/wing/wing.o \
dlls/winmm/mcianim/mcianim.drv.o \
dlls/winmm/mciavi/mciavi.drv.o \
dlls/winmm/mcicda/mcicda.drv.o \
dlls/winmm/mciseq/mciseq.drv.o \
dlls/winmm/mciwave/mciwave.drv.o \
dlls/winmm/wineoss/wineoss.o \
dlls/winmm/winmm.o \
dlls/winspool/winspool.o \
dlls/wnaspi32/wnaspi32.o \
files/files.o \
@ -181,7 +193,6 @@ LIBOBJS = \
memory/memory.o \
misc/misc.o \
msdos/msdos.o \
multimedia/multimedia.o \
objects/objects.o \
ole/ole.o \
relay32/relay32.o \

22
configure vendored
View File

@ -5625,6 +5625,7 @@ dlls/commdlg/Makefile
dlls/crtdll/Makefile
dlls/dciman32/Makefile
dlls/dplayx/Makefile
dlls/dsound/Makefile
dlls/imagehlp/Makefile
dlls/imm32/Makefile
dlls/lzexpand/Makefile
@ -5651,9 +5652,14 @@ dlls/win32s/Makefile
dlls/win87em/Makefile
dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile
dlls/winmm/Makefile
dlls/winmm/mcianim/Makefile
dlls/winmm/mciavi/Makefile
dlls/winmm/mcicda/Makefile
dlls/winmm/mciseq/Makefile
dlls/winmm/mciwave/Makefile
dlls/winmm/wineoss/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
@ -5678,7 +5684,6 @@ memory/Makefile
misc/Makefile
miscemu/Makefile
msdos/Makefile
multimedia/Makefile
objects/Makefile
ole/Makefile
programs/Makefile
@ -5821,6 +5826,7 @@ dlls/commdlg/Makefile
dlls/crtdll/Makefile
dlls/dciman32/Makefile
dlls/dplayx/Makefile
dlls/dsound/Makefile
dlls/imagehlp/Makefile
dlls/imm32/Makefile
dlls/lzexpand/Makefile
@ -5847,9 +5853,14 @@ dlls/win32s/Makefile
dlls/win87em/Makefile
dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile
dlls/winmm/Makefile
dlls/winmm/mcianim/Makefile
dlls/winmm/mciavi/Makefile
dlls/winmm/mcicda/Makefile
dlls/winmm/mciseq/Makefile
dlls/winmm/mciwave/Makefile
dlls/winmm/wineoss/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
@ -5874,7 +5885,6 @@ memory/Makefile
misc/Makefile
miscemu/Makefile
msdos/Makefile
multimedia/Makefile
objects/Makefile
ole/Makefile
programs/Makefile

View File

@ -832,6 +832,7 @@ dlls/commdlg/Makefile
dlls/crtdll/Makefile
dlls/dciman32/Makefile
dlls/dplayx/Makefile
dlls/dsound/Makefile
dlls/imagehlp/Makefile
dlls/imm32/Makefile
dlls/lzexpand/Makefile
@ -858,9 +859,14 @@ dlls/win32s/Makefile
dlls/win87em/Makefile
dlls/winaspi/Makefile
dlls/windebug/Makefile
dlls/winmm/Makefile
dlls/winmm/wineoss/Makefile
dlls/wing/Makefile
dlls/winmm/Makefile
dlls/winmm/mcianim/Makefile
dlls/winmm/mciavi/Makefile
dlls/winmm/mcicda/Makefile
dlls/winmm/mciseq/Makefile
dlls/winmm/mciwave/Makefile
dlls/winmm/wineoss/Makefile
dlls/winspool/Makefile
dlls/wnaspi32/Makefile
documentation/Makefile
@ -885,7 +891,6 @@ memory/Makefile
misc/Makefile
miscemu/Makefile
msdos/Makefile
multimedia/Makefile
objects/Makefile
ole/Makefile
programs/Makefile

2
dlls/dsound/.cvsignore Normal file
View File

@ -0,0 +1,2 @@
Makefile
dsound.spec.c

19
dlls/dsound/Makefile.in Normal file
View File

@ -0,0 +1,19 @@
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = dsound
SPEC_SRCS = \
dsound.spec
C_SRCS = \
dsound_main.c
all: $(MODULE).o
@MAKE_RULES@
### Dependencies:

View File

@ -1 +1,6 @@
Makefile
lolvldrv.glue.c
mmsystem.glue.c
mmsystem.spec.c
winmm.spec.c
winmm_res.s

View File

@ -4,10 +4,30 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = winmm
WRCEXTRA = -s -pwinmm
all: $(MODULE).o
SPEC_SRCS = \
mmsystem.spec \
winmm.spec
C_SRCS = \
joystick.c \
lolvldrv.c \
mci.c \
mmio.c \
mmsystem.c \
time.c
GLUE = lolvldrv.c \
mmsystem.c
RC_SRCS= \
winmm_res.rc
all: check_wrc $ $(MODULE).o
@MAKE_RULES@
### Dependencies:
$(RC_SRCS:.rc=.s): $(WRC)
### Dependencies:

View File

@ -0,0 +1,2 @@
Makefile
mcianim.spec.c

View File

@ -0,0 +1,21 @@
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mcianim.drv
SPEC_SRCS = \
mcianim.spec
C_SRCS = \
mcianim.c
all: $(MODULE).o
@MAKE_RULES@
call32.s: $(BUILD)
$(BUILD) @BUILDFLAGS@ -o $@ -call32
### Dependencies:

View File

@ -0,0 +1,2 @@
Makefile
mciavi.spec.c

View File

@ -0,0 +1,21 @@
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mciavi.drv
SPEC_SRCS = \
mciavi.spec
C_SRCS = \
mciavi.c
all: $(MODULE).o
@MAKE_RULES@
call32.s: $(BUILD)
$(BUILD) @BUILDFLAGS@ -o $@ -call32
### Dependencies:

View File

@ -0,0 +1,2 @@
Makefile
mcicda.spec.c

View File

@ -0,0 +1,21 @@
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mcicda.drv
SPEC_SRCS = \
mcicda.spec
C_SRCS = \
mcicda.c
all: $(MODULE).o
@MAKE_RULES@
call32.s: $(BUILD)
$(BUILD) @BUILDFLAGS@ -o $@ -call32
### Dependencies:

View File

@ -0,0 +1,2 @@
Makefile
mciseq.spec.c

View File

@ -0,0 +1,21 @@
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mciseq.drv
SPEC_SRCS = \
mciseq.spec
C_SRCS = \
mcimidi.c
all: $(MODULE).o
@MAKE_RULES@
call32.s: $(BUILD)
$(BUILD) @BUILDFLAGS@ -o $@ -call32
### Dependencies:

View File

@ -0,0 +1,2 @@
Makefile
mciwave.spec.c

View File

@ -0,0 +1,21 @@
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = mciwave.drv
SPEC_SRCS = \
mciwave.spec
C_SRCS = \
mciwave.c \
all: $(MODULE).o
@MAKE_RULES@
call32.s: $(BUILD)
$(BUILD) @BUILDFLAGS@ -o $@ -call32
### Dependencies:

View File

@ -8,7 +8,13 @@ MODULE = wineoss
SPEC_SRCS = \
wineoss.spec
C_SRCS =
C_SRCS = \
audio.c \
midi.c \
midipatch.c \
mixer.c \
mmaux.c \
oss.c
all: $(MODULE).o

View File

@ -7,7 +7,6 @@ display.spec.c
gdi.spec.c
kernel.spec.c
keyboard.spec.c
mmsystem.spec.c
mouse.spec.c
ole2conv.spec.c
ole2nls.spec.c

View File

@ -13,7 +13,6 @@ SPEC_SRCS = \
gdi.spec \
kernel.spec \
keyboard.spec \
mmsystem.spec \
mouse.spec \
ole2conv.spec \
ole2nls.spec \

View File

@ -1,41 +0,0 @@
DEFS = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = multimedia
WRCEXTRA = -s -pwinmm
C_SRCS = \
audio.c \
dsound.c \
joystick.c \
lolvldrv.c \
mci.c \
mcianim.c \
mciavi.c \
mcicda.c \
mcimidi.c \
mciwave.c \
midi.c \
midipatch.c \
mixer.c \
mmaux.c \
mmio.c \
mmsystem.c \
oss.c \
time.c
GLUE = lolvldrv.c \
mmsystem.c
RC_SRCS= \
winmm.rc
all: check_wrc $ $(MODULE).o
@MAKE_RULES@
$(RC_SRCS:.rc=.s): $(WRC)
### Dependencies:

View File

@ -2,15 +2,8 @@ Makefile
call32.s
ddraw.spec.c
dinput.spec.c
dsound.spec.c
gdi32.spec.c
kernel32.spec.c
mcianim.spec.c
mciavi.spec.c
mcicda.spec.c
mciseq.spec.c
mciwave.spec.c
user32.spec.c
winmm.spec.c
wow32.spec.c
wsock32.spec.c

View File

@ -8,16 +8,9 @@ MODULE = relay32
SPEC_SRCS = \
ddraw.spec \
dinput.spec \
dsound.spec \
gdi32.spec \
kernel32.spec \
mcianim.spec \
mciavi.spec \
mcicda.spec \
mciseq.spec \
mciwave.spec \
user32.spec \
winmm.spec \
wow32.spec \
wsock32.spec