Makefile.in 334 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = imm32.dll
6
IMPORTLIB = libimm32.$(IMPLIBEXT)
7
IMPORTS   = user32 gdi32 kernel32
8

9
C_SRCS = \
10
	imm.c
11

12 13
RC_SRCS = version.rc

14 15
SPEC_SRCS16 = imm.spec

16
@MAKE_DLL_RULES@
17

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