1999-04-01 23:38:07 +00:00
|
|
|
#!gmake
|
|
|
|
#
|
1999-11-06 03:43:54 +00: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-04-01 23:38:07 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00: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-04-01 23:38:07 +00:00
|
|
|
#
|
1999-11-06 03:43:54 +00:00
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
|
|
|
# The Initial Developer of the Original Code is Netscape
|
1999-04-01 23:38:07 +00:00
|
|
|
# Communications Corporation. Portions created by Netscape are
|
1999-11-06 03:43:54 +00:00
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
|
|
# Rights Reserved.
|
|
|
|
#
|
|
|
|
# Contributor(s):
|
1999-04-01 23:38:07 +00:00
|
|
|
|
|
|
|
DEPTH=..\..\..
|
1999-04-02 05:56:05 +00:00
|
|
|
MODULE=chrome
|
1999-04-01 23:38:07 +00:00
|
|
|
|
2001-06-20 20:21:49 +00:00
|
|
|
MODULE = chrome
|
|
|
|
LIBRARY_NAME = chrome
|
|
|
|
MODULE_NAME = nsChromeModule
|
2001-09-18 22:01:13 +00:00
|
|
|
REQUIRES = xpcom \
|
|
|
|
string \
|
|
|
|
rdf \
|
|
|
|
necko \
|
|
|
|
layout \
|
|
|
|
raptor \
|
|
|
|
content \
|
|
|
|
$(NULL)
|
1999-04-01 23:38:07 +00:00
|
|
|
|
|
|
|
CPP_OBJS=\
|
|
|
|
.\$(OBJDIR)\nsChromeFactory.obj \
|
|
|
|
$(NULL)
|
|
|
|
|
1999-07-02 23:38:51 +00:00
|
|
|
LINCS = $(LINCS) -I..\src # for implementation headers
|
|
|
|
|
2001-06-20 20:21:49 +00:00
|
|
|
SUB_LIBRARIES= \
|
|
|
|
$(DIST)\lib\chrome_s.lib \
|
|
|
|
$(NULL)
|
1999-04-01 23:38:07 +00:00
|
|
|
|
|
|
|
LLIBS=\
|
1999-05-26 01:38:36 +00:00
|
|
|
$(DIST)\lib\xpcom.lib \
|
1999-12-10 20:59:46 +00:00
|
|
|
$(DIST)\lib\timer_s.lib \
|
1999-04-01 23:38:07 +00:00
|
|
|
$(LIBNSPR)
|
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|