1998-10-28 03:53:57 +00:00
|
|
|
#
|
2012-05-21 11:12:37 +00: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 03:53:57 +00:00
|
|
|
|
2012-08-04 18:26:44 +00:00
|
|
|
DEPTH = @DEPTH@
|
1998-10-28 03:53:57 +00:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2003-08-16 00:42:35 +00:00
|
|
|
MODULE = gfx
|
2005-04-19 17:19:47 +00:00
|
|
|
|
|
|
|
ifdef MOZ_TREE_CAIRO
|
|
|
|
DIRS = cairo
|
|
|
|
endif
|
2005-08-20 06:21:16 +00:00
|
|
|
|
2011-12-09 22:32:29 +00:00
|
|
|
ifdef MOZ_GRAPHITE
|
|
|
|
DIRS += graphite2/src
|
|
|
|
endif
|
|
|
|
|
2011-11-18 09:07:49 +00:00
|
|
|
DIRS += 2d ycbcr angle src qcms gl layers harfbuzz/src ots/src thebes ipc
|
2010-04-28 20:43:52 +00:00
|
|
|
|
2011-12-14 13:04:32 +00:00
|
|
|
ifdef MOZ_ENABLE_SKIA
|
2011-10-28 07:05:35 +00:00
|
|
|
DIRS += skia
|
|
|
|
endif
|
|
|
|
|
1999-02-10 01:21:39 +00:00
|
|
|
ifdef ENABLE_TESTS
|
2004-12-09 19:28:35 +00:00
|
|
|
TOOL_DIRS += tests
|
1999-02-10 01:21:39 +00:00
|
|
|
endif
|
1998-10-28 03:53:57 +00:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|