From 47f43e10dade2d54cecdeccfb7cfa7d2fb8a5298 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Mon, 2 Aug 1999 06:40:06 +0000 Subject: [PATCH] Cleaned it up. git-svn-id: svn://10.0.0.236/trunk@41797 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/caps/src/Makefile.in | 62 +++++++++++++++++------------------- 1 file changed, 30 insertions(+), 32 deletions(-) diff --git a/mozilla/caps/src/Makefile.in b/mozilla/caps/src/Makefile.in index ce42c416c12..f38a3c8906d 100644 --- a/mozilla/caps/src/Makefile.in +++ b/mozilla/caps/src/Makefile.in @@ -1,4 +1,4 @@ -#!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 @@ -13,50 +13,48 @@ # Communications Corporation. Portions created by Netscape are # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. +# -DEPTH = ../.. +DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -include $(topsrcdir)/config/config.mk +MODULE = caps +LIBRARY_NAME = caps -MODULE = caps +CPPSRCS = \ + admin.cpp \ + nsCaps.cpp \ + nsCCapsManager.cpp \ + nsCCapsManagerFactory.cpp \ + nsCertificatePrincipal.cpp \ + nsCodebasePrincipal.cpp \ + nsPrincipalArray.cpp \ + nsPrincipalManager.cpp \ + nsPrivilege.cpp \ + nsPrivilegeManager.cpp \ + nsPrivilegeTable.cpp \ + nsSystemPrivilegeTable.cpp \ + nsTarget.cpp \ + nsUserDialogHelper.cpp \ + nsUserTarget.cpp \ + nsZig.cpp \ + $(NULL) -LIBRARY_NAME = caps - -CPPSRCS = \ - admin.cpp \ - nsCaps.cpp \ - nsCCapsManager.cpp \ - nsCCapsManagerFactory.cpp \ - nsCertificatePrincipal.cpp \ - nsCodebasePrincipal.cpp \ - nsPrincipalArray.cpp \ - nsPrincipalManager.cpp \ - nsPrivilege.cpp \ - nsPrivilegeManager.cpp \ - nsPrivilegeTable.cpp \ - nsSystemPrivilegeTable.cpp \ - nsTarget.cpp \ - nsUserDialogHelper.cpp \ - nsUserTarget.cpp \ - nsZig.cpp \ - $(NULL) - -REQUIRES = nspr xpcom security layer js jar pref img util rdf caps +REQUIRES = nspr xpcom security layer js jar pref img util rdf caps ifndef MOZ_NATIVE_ZLIB -REQUIRES += zlib +REQUIRES += zlib endif -CSRCS= \ - jpermission.c \ - nsLoadZig.c \ - nsZip.c \ - $(NULL) +CSRCS = \ + jpermission.c \ + nsLoadZig.c \ + nsZip.c \ + $(NULL) include $(topsrcdir)/config/rules.mk