mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9980cb2188
Replaces lcms with qcms
25 lines
433 B
Makefile
25 lines
433 B
Makefile
DEPTH = ../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = qcms
|
|
LIBRARY_NAME = mozqcms
|
|
LIBXUL_LIBRARY = 1
|
|
GRE_MODULE = 1
|
|
DIST_INSTALL = 1
|
|
|
|
EXPORTS = qcms.h qcmstypes.h
|
|
|
|
CSRCS = iccread.c transform.c
|
|
|
|
FORCE_STATIC_LIB = 1
|
|
# This library is used by other shared libs
|
|
FORCE_USE_PIC = 1
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
CFLAGS += -DMOZ_QCMS
|