Makefile.in 514 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = riched20.dll
6
IMPORTLIB = riched20
7
IMPORTS   = ole32 imm32 user32 gdi32 kernel32
8
EXTRALIBS = -luuid
9 10 11

C_SRCS = \
	caret.c \
12
	clipboard.c \
13 14 15 16 17
	context.c \
	editor.c \
	list.c \
	paint.c \
	para.c \
18
	reader.c \
19 20 21 22 23
	richole.c \
	row.c \
	run.c \
	string.c \
	style.c \
24
	txtsrv.c \
25
	undo.c \
26 27
	wrap.c \
	writer.c
28

29 30
RC_SRCS = version.rc

31 32
@MAKE_DLL_RULES@

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