From ede6b0a83daaae4d17655e2a03ab0496b80aeb2a Mon Sep 17 00:00:00 2001 From: "toshok%hungry.com" Date: Fri, 16 Oct 1998 09:38:29 +0000 Subject: [PATCH] include config.mk --- modules/progress/src/Makefile | 2 ++ network/protocol/file/Makefile | 37 --------------------------------- network/protocol/ftp/Makefile | 37 --------------------------------- network/protocol/http/Makefile | 38 ---------------------------------- 4 files changed, 2 insertions(+), 112 deletions(-) diff --git a/modules/progress/src/Makefile b/modules/progress/src/Makefile index 103f709c550..223bfabb1ac 100644 --- a/modules/progress/src/Makefile +++ b/modules/progress/src/Makefile @@ -17,6 +17,8 @@ DEPTH = ../../.. +include $(DEPTH)/config/config.mk + MODULE = progress LIBRARY_NAME = prgrss diff --git a/network/protocol/file/Makefile b/network/protocol/file/Makefile index 837c73dd388..e69de29bb2d 100644 --- a/network/protocol/file/Makefile +++ b/network/protocol/file/Makefile @@ -1,37 +0,0 @@ -#!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 = ../../.. - -MODULE = fileurl -LIBRARY_NAME = fileurl - -CSRCS = \ - mkfile.c \ - $(NULL) - -EXPORTS= fileurl.h - -REQUIRES = network nspr2 dbm util pref js java fileurl \ - security layer img httpurl jtools mimetype - -ifdef MOZ_SMOOTH_PROGRESS -REQUIRES += progress -endif - -include $(DEPTH)/config/rules.mk - diff --git a/network/protocol/ftp/Makefile b/network/protocol/ftp/Makefile index 22394bb3366..e69de29bb2d 100644 --- a/network/protocol/ftp/Makefile +++ b/network/protocol/ftp/Makefile @@ -1,37 +0,0 @@ -#!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 = ../../.. - -MODULE = ftpurl -LIBRARY_NAME = ftpurl - -CSRCS = \ - mkftp.c \ - $(NULL) - -EXPORTS= ftpurl.h - -REQUIRES = network nspr2 dbm util pref js java fileurl \ - security layer img httpurl mimetype - -ifdef MOZ_SMOOTH_PROGRESS -REQUIRES += progress -endif - -include $(DEPTH)/config/rules.mk - diff --git a/network/protocol/http/Makefile b/network/protocol/http/Makefile index f951763b36c..e69de29bb2d 100644 --- a/network/protocol/http/Makefile +++ b/network/protocol/http/Makefile @@ -1,38 +0,0 @@ -#!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 = ../../.. - -MODULE = httpurl -LIBRARY_NAME = httpurl - -CSRCS = \ - mkhttp.c \ - mkaccess.c \ - $(NULL) - -EXPORTS= mkaccess.h httpurl.h httpauth.h cookies.h - -REQUIRES = netcache network nspr2 dbm util pref js java fileurl \ - security layer img httpurl mimetype htmldlgs - -ifdef MOZ_SMOOTH_PROGRESS -REQUIRES += progress -endif - -include $(DEPTH)/config/rules.mk -