Makefile.in 356 Bytes
Newer Older
1 2 3 4 5
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = wintab32.dll
6
IMPORTLIB = wintab32
7
IMPORTS   = user32 kernel32
8

9 10
C_SRCS = \
	context.c \
11 12
	manager.c \
	wintab32.c
13 14 15 16

C_SRCS16 = \
	wintab16.c

17 18
SPEC_SRCS16 = wintab.spec

19 20
@MAKE_DLL_RULES@

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