Cleanup and deleted the reference to NSPR_LIBS to fix the OpenBSD build.

This commit is contained in:
briano%netscape.com 1999-06-28 23:27:40 +00:00
Родитель 215d5c028e
Коммит 82817df725
2 изменённых файлов: 40 добавлений и 50 удалений

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

@ -1,4 +1,3 @@
#!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
@ -14,41 +13,37 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=mork
LIBRARY_NAME=mork
IS_COMPONENT=1
MODULE = mork
LIBRARY_NAME = mork
IS_COMPONENT = 1
CPPSRCS = \
nsMorkFactory.cpp \
$(NULL)
CPPSRCS = nsMorkFactory.cpp
EXPORTS= \
nsMorkCID.h \
nsIMdbFactoryFactory.h \
$(NULL)
EXPORTS = \
nsMorkCID.h \
nsIMdbFactoryFactory.h \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libmsgmork_s.a \
$(NULL)
SHARED_LIBRARY_LIBS = $(DIST)/lib/libmsgmork_s.a
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
$(NSPR_LIBS) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
-lxp \
-lmsgbaseutil \
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
-lxp \
-lmsgbaseutil \
$(NULL)
include $(topsrcdir)/config/rules.mk

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

@ -1,4 +1,3 @@
#!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
@ -14,41 +13,37 @@
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#
DEPTH = ../../../..
DEPTH = ../../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=mork
LIBRARY_NAME=mork
IS_COMPONENT=1
MODULE = mork
LIBRARY_NAME = mork
IS_COMPONENT = 1
CPPSRCS = \
nsMorkFactory.cpp \
$(NULL)
CPPSRCS = nsMorkFactory.cpp
EXPORTS= \
nsMorkCID.h \
nsIMdbFactoryFactory.h \
$(NULL)
EXPORTS = \
nsMorkCID.h \
nsIMdbFactoryFactory.h \
$(NULL)
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libmsgmork_s.a \
$(NULL)
SHARED_LIBRARY_LIBS = $(DIST)/lib/libmsgmork_s.a
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
$(NSPR_LIBS) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
-lxp \
-lmsgbaseutil \
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
-lxp \
-lmsgbaseutil \
$(NULL)
include $(topsrcdir)/config/rules.mk