Makefile.in 347 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = dmcompos.dll
6
IMPORTS   = ole32 user32 advapi32 kernel32
7
EXTRALIBS = -ldxguid -luuid
8 9

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

RC_SRCS = version.rc

@MAKE_DLL_RULES@

### Dependencies: