Makefile.in 440 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = dsound.dll
6
IMPORTLIB = libdsound.$(IMPLIBEXT)
7
IMPORTS   = winmm ole32 user32 advapi32 kernel32 ntdll
8
EXTRALIBS = -ldxguid -luuid
9

10
C_SRCS = \
11 12
	buffer.c \
	capture.c \
13
	dsound.c \
14
	dsound_main.c \
15
	duplex.c \
16 17 18
	mixer.c \
	primary.c \
	propset.c \
19
	regsvr.c \
20
	sound3d.c
21

22 23
RC_SRCS = version.rc

24 25
SUBDIRS = tests

26
@MAKE_DLL_RULES@
27

28
### Dependencies: