1998-10-28 06:53:57 +03:00
|
|
|
#
|
2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
1998-10-28 06:53:57 +03:00
|
|
|
|
2012-08-04 22:26:44 +04:00
|
|
|
DEPTH = @DEPTH@
|
1998-10-28 06:53:57 +03:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-08-16 04:42:35 +04:00
|
|
|
MODULE = gfx
|
2005-04-19 21:19:47 +04:00
|
|
|
|
|
|
|
ifdef MOZ_TREE_CAIRO
|
|
|
|
DIRS = cairo
|
|
|
|
endif
|
2005-08-20 10:21:16 +04:00
|
|
|
|
2011-12-10 02:32:29 +04:00
|
|
|
ifdef MOZ_GRAPHITE
|
|
|
|
DIRS += graphite2/src
|
|
|
|
endif
|
|
|
|
|
2011-11-18 13:07:49 +04:00
|
|
|
DIRS += 2d ycbcr angle src qcms gl layers harfbuzz/src ots/src thebes ipc
|
2010-04-29 00:43:52 +04:00
|
|
|
|
2011-12-14 17:04:32 +04:00
|
|
|
ifdef MOZ_ENABLE_SKIA
|
2011-10-28 11:05:35 +04:00
|
|
|
DIRS += skia
|
|
|
|
endif
|
|
|
|
|
1999-02-10 04:21:39 +03:00
|
|
|
ifdef ENABLE_TESTS
|
2004-12-09 22:28:35 +03:00
|
|
|
TOOL_DIRS += tests
|
1999-02-10 04:21:39 +03:00
|
|
|
endif
|
1998-10-28 06:53:57 +03:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|