2000-02-02 22:48:55 +00:00
|
|
|
#!gmake
|
|
|
|
#
|
2000-09-07 21:26:29 +00:00
|
|
|
# The contents of this file are subject to the Mozilla Public
|
2000-02-02 22:48:55 +00:00
|
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
2000-09-07 21:26:29 +00:00
|
|
|
# the License at http://www.mozilla.org/MPL/
|
2000-02-02 22:48:55 +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.
|
|
|
|
#
|
|
|
|
# The Original Code is mozilla.org code.
|
|
|
|
#
|
2000-09-07 21:26:29 +00:00
|
|
|
# The Initial Developer of the Original Code is Brian Ryner.
|
|
|
|
# Portions created by Brian Ryner are Copyright (C) 2000 Brian Ryner.
|
|
|
|
# All Rights Reserved.
|
2000-02-02 22:48:55 +00:00
|
|
|
#
|
|
|
|
# Contributor(s):
|
2000-09-07 21:26:29 +00:00
|
|
|
# Brian Ryner <bryner@uiuc.edu>
|
2000-02-02 22:48:55 +00:00
|
|
|
|
|
|
|
DEPTH = ..\..\..
|
|
|
|
|
|
|
|
MODULE = necko
|
|
|
|
|
|
|
|
DIRS= \
|
|
|
|
src \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|