1999-08-27 07:52:38 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The contents of this file are subject to the Netscape Public
|
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.mozilla.org/NPL/
|
1999-08-27 07:52:38 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# Software distributed under the License is distributed on an "AS
|
|
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
# implied. See the License for the specific language governing
|
|
|
|
# rights and limitations under the License.
|
1999-08-27 07:52:38 +04:00
|
|
|
#
|
1999-11-06 06:43:54 +03:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-08-27 07:52:38 +04:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 06:43:54 +03:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-09-10 05:48:51 +04:00
|
|
|
#
|
1999-08-27 07:52:38 +04:00
|
|
|
|
1999-09-10 05:48:51 +04:00
|
|
|
DEPTH = ../..
|
1999-08-27 07:52:38 +04:00
|
|
|
topsrcdir = @top_srcdir@
|
|
|
|
srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
2001-09-14 09:37:29 +04:00
|
|
|
MODULE = gfx
|
1999-09-10 05:48:51 +04:00
|
|
|
XPIDL_MODULE = gfx
|
2002-12-28 04:15:07 +03:00
|
|
|
GRE_MODULE = 1
|
1999-08-27 07:52:38 +04:00
|
|
|
|
1999-11-22 22:33:25 +03:00
|
|
|
XPIDLSRCS = \
|
|
|
|
nsIFontEnumerator.idl \
|
2001-05-19 01:50:47 +04:00
|
|
|
nsIFontList.idl \
|
1999-11-22 22:33:25 +03:00
|
|
|
nsIScriptableRegion.idl \
|
2000-03-16 07:56:39 +03:00
|
|
|
nsIScreen.idl \
|
|
|
|
nsIScreenManager.idl \
|
2000-06-24 00:15:59 +04:00
|
|
|
nsIPrintOptions.idl \
|
2001-11-03 17:45:46 +03:00
|
|
|
nsIPrintSettings.idl \
|
2002-05-14 16:05:00 +04:00
|
|
|
nsIPrintSettingsService.idl \
|
2002-11-15 07:59:17 +03:00
|
|
|
nsIFontCatalogService.idl \
|
2002-12-04 07:42:40 +03:00
|
|
|
nsIFreeType2.idl \
|
2002-07-13 04:18:46 +04:00
|
|
|
nsIPrintSession.idl \
|
2002-09-12 08:43:31 +04:00
|
|
|
gfxIFormats.idl \
|
|
|
|
gfxIImageFrame.idl \
|
|
|
|
gfxtypes.idl \
|
1999-11-22 22:33:25 +03:00
|
|
|
$(NULL)
|
1999-08-27 07:52:38 +04:00
|
|
|
|
2002-05-02 17:47:53 +04:00
|
|
|
ifneq (,$(filter mac cocoa,$(MOZ_GFX_TOOLKIT)))
|
2002-07-13 04:18:46 +04:00
|
|
|
XPIDLSRCS += nsIPrintSettingsX.idl \
|
|
|
|
nsIPrintSessionX.idl \
|
|
|
|
$(NULL)
|
2002-05-02 17:47:53 +04:00
|
|
|
endif
|
|
|
|
|
2002-03-25 14:49:55 +03:00
|
|
|
ifeq ($(MOZ_GFX_TOOLKIT),windows)
|
|
|
|
XPIDLSRCS += nsIPrintSettingsWin.idl
|
|
|
|
endif
|
|
|
|
|
1999-08-27 07:52:38 +04:00
|
|
|
include $(topsrcdir)/config/rules.mk
|
1999-09-10 05:48:51 +04:00
|
|
|
|