1998-04-30 20:53:59 +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.
|
|
|
|
|
1999-09-01 00:54:34 +00:00
|
|
|
|
1998-04-30 20:53:59 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
#------------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# Makefile to build the network stuff
|
|
|
|
#
|
|
|
|
#------------------------------------------------------------------------
|
|
|
|
|
1998-05-08 21:27:46 +00:00
|
|
|
DEPTH=..
|
1998-04-30 20:53:59 +00:00
|
|
|
|
1998-05-22 23:38:40 +00:00
|
|
|
DIRS= \
|
|
|
|
main \
|
1998-06-01 18:29:28 +00:00
|
|
|
mimetype \
|
1998-10-20 13:49:16 +00:00
|
|
|
!ifdef NU_CACHE
|
|
|
|
cache\nu \
|
|
|
|
!endif
|
1998-05-22 23:38:40 +00:00
|
|
|
cache \
|
|
|
|
protocol \
|
|
|
|
cnvts \
|
|
|
|
client \
|
1998-12-16 05:40:20 +00:00
|
|
|
public \
|
1998-05-23 01:38:10 +00:00
|
|
|
module \
|
1998-05-22 23:38:40 +00:00
|
|
|
$(NULL)
|
1998-04-30 20:53:59 +00:00
|
|
|
|
|
|
|
include <$(DEPTH)\config\rules.mak>
|
1998-06-22 21:21:28 +00:00
|
|
|
|
|
|
|
|