This commit is contained in:
raman%netscape.com 1998-09-02 19:11:06 +00:00
Родитель 5f24c79522
Коммит 0b469efbf5
2 изменённых файлов: 38 добавлений и 28 удалений

Просмотреть файл

@ -14,29 +14,34 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../..
include $(DEPTH)/config/config.mk
MODULE = caps
LIBRARY_NAME = caps
DEPTH = ../..
CPPSRCS = \
nsUserDialogHelper.cpp \
nsZig.cpp \
nsPrincipal.cpp \
nsPrivilege.cpp \
nsPrivilegeManager.cpp \
nsPrivilegeTable.cpp \
nsSystemPrivilegeTable.cpp \
nsTarget.cpp \
nsUserTarget.cpp \
admin.cpp \
nsCaps.cpp \
$(NULL)
REQUIRES = nspr xpcom security layer js jar zlib pref img util rdf caps
CSRCS = \
nsZip.c \
nsUserDialogHelper.c \
nsZig.c \
nsLoadZig.c \
nsPrincipal.c \
nsPrivilege.c \
nsPrivilegeManager.c \
nsPrivilegeTable.c \
nsSystemPrivilegeTable.c \
nsTarget.c \
jpermission.c \
nsUserTarget.c \
admin.c \
nsCaps.c \
$(NULL)
include $(DEPTH)/config/rules.mk

Просмотреть файл

@ -14,10 +14,6 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
MODULE = caps
LIBRARY_NAME = caps
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
@ -25,7 +21,27 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = nspr xpcom security layer js jar pref img util rdf caps
include $(topsrcdir)/config/config.mk
MODULE = caps
LIBRARY_NAME = caps
CPPSRCS = \
nsUserDialogHelper.cpp \
nsZig.cpp \
nsPrincipal.cpp \
nsPrivilege.cpp \
nsPrivilegeManager.cpp \
nsPrivilegeTable.cpp \
nsSystemPrivilegeTable.cpp \
nsTarget.cpp \
nsUserTarget.cpp \
admin.cpp \
nsCaps.cpp \
$(NULL)
REQUIRES = nspr xpcom security layer js jar zlib pref img util rdf caps
ifndef MOZ_NATIVE_ZLIB
REQUIRES += zlib
@ -33,19 +49,8 @@ endif
CSRCS = \
nsZip.c \
nsUserDialogHelper.c \
nsZig.c \
nsLoadZig.c \
nsPrincipal.c \
nsPrivilege.c \
nsPrivilegeManager.c \
nsPrivilegeTable.c \
nsSystemPrivilegeTable.c \
nsTarget.c \
jpermission.c \
nsUserTarget.c \
admin.c \
nsCaps.c \
$(NULL)
include $(topsrcdir)/config/rules.mk