1999-03-31 19:53:46 +00:00
|
|
|
#!gmake
|
|
|
|
#
|
|
|
|
# The contents of this file are subject to the Netscape Public License
|
|
|
|
# Version 1.0 (the "NPL"); you may not use this file except in
|
|
|
|
# compliance with the NPL. You may obtain a copy of the NPL at
|
|
|
|
# http://www.mozilla.org/NPL/
|
|
|
|
#
|
|
|
|
# Software distributed under the NPL is distributed on an "AS IS" basis,
|
|
|
|
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
|
|
|
|
# for the specific language governing rights and limitations under the
|
|
|
|
# NPL.
|
|
|
|
#
|
|
|
|
# The Initial Developer of this code under the NPL is Netscape
|
|
|
|
# Communications Corporation. Portions created by Netscape are
|
|
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
|
|
|
|
# Reserved.
|
|
|
|
|
|
|
|
DEPTH = ..
|
|
|
|
|
1999-06-24 23:13:46 +00:00
|
|
|
MODULE = necko
|
1999-03-31 19:53:46 +00:00
|
|
|
|
|
|
|
DIRS= \
|
|
|
|
base \
|
1999-06-12 02:53:21 +00:00
|
|
|
dns \
|
1999-03-31 19:53:46 +00:00
|
|
|
build \
|
|
|
|
protocol \
|
1999-08-22 14:42:05 +00:00
|
|
|
socket \
|
1999-06-22 00:19:58 +00:00
|
|
|
util \
|
1999-08-22 14:42:05 +00:00
|
|
|
mime \
|
1999-08-03 22:04:57 +00:00
|
|
|
streamconv \
|
1999-04-06 01:45:24 +00:00
|
|
|
test \
|
1999-03-31 19:53:46 +00:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|