Cleanup and fixes for OpenBSD.

This commit is contained in:
briano%netscape.com 1999-07-02 03:25:32 +00:00
parent 7c21f906f2
commit f39934ebcd

View File

@ -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
@ -15,43 +14,37 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../../..
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE=msgcompose
LIBRARY_NAME=msgcompose
IS_COMPONENT=1
MODULE = msgcompose
LIBRARY_NAME = msgcompose
IS_COMPONENT = 1
CPPSRCS= \
nsMsgCompFactory.cpp \
$(NULL)
EXPORTS = \
nsMsgCompCID.h \
$(NULL)
CPPSRCS = nsMsgCompFactory.cpp
EXPORTS = nsMsgCompCID.h
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libmsgcompose_s.a \
$(DIST)/lib/libmsgcompose_s.a \
$(NULL)
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
$(NSPR_LIBS) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
-lreg \
-lmozjs \
-ljsdom \
-lappcores \
-lmsgbaseutil \
-lraptorhtmlpars \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
-L$(DIST)/bin \
-L$(DIST)/lib \
-lxpcom \
-lreg \
-lmozjs \
-ljsdom \
-lappcores \
-lmsgbaseutil \
-lraptorhtmlpars \
$(NULL)
include $(topsrcdir)/config/rules.mk