Makefile.in 381 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dmcompos.dll
6
IMPORTS   = dxguid uuid ole32 advapi32 kernel32
7 8

C_SRCS = \
9
	chordmap.c \
10
	chordmaptrack.c \
11 12
	composer.c \
	dmcompos_main.c \
13 14
	regsvr.c \
	signposttrack.c
15 16 17 18 19

RC_SRCS = version.rc

@MAKE_DLL_RULES@

20
@DEPENDENCIES@  # everything below this line is overwritten by make depend