зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
433 B
Makefile
25 строки
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
|