23 lines
392 B
Makefile
23 lines
392 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = mscms.dll
|
|
IMPORTLIB = libmscms.$(IMPLIBEXT)
|
|
IMPORTS = kernel32 ntdll
|
|
EXTRALIBS = @LCMSLIBS@
|
|
|
|
C_SRCS = \
|
|
handle.c \
|
|
icc.c \
|
|
mscms_main.c \
|
|
profile.c \
|
|
stub.c \
|
|
transform.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|