Fixed the logic and cleaned it up.

This commit is contained in:
briano%netscape.com 1999-07-19 23:31:33 +00:00
parent 234a68dedb
commit ce8e1867e9
3 changed files with 56 additions and 74 deletions

View File

@ -1,4 +1,3 @@
#!nmake
#
# 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,42 +13,38 @@
# 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 = raptor
LIBRARY_NAME = raptorplugin
MODULE=raptor
REQUIRES = raptor plugin java xpcom netlib libplc3 oji
LIBRARY_NAME=raptorplugin
CPPSRCS = \
nsPluginHostImpl.cpp \
nsPluginFactory.cpp \
ns4xPlugin.cpp \
ns4xPluginInstance.cpp \
nsPluginInstancePeer.cpp \
nsPluginsDirUNIX.cpp \
$(NULL)
EXPORTS = \
nsPluginsCID.h \
nsIPluginHost.h \
nsIPluginInstanceOwner.h
EXPORTS = \
nsPluginsCID.h \
nsIPluginHost.h \
nsIPluginInstanceOwner.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CPPSRCS = \
nsPluginHostImpl.cpp \
nsPluginFactory.cpp \
ns4xPlugin.cpp \
ns4xPluginInstance.cpp \
nsPluginInstancePeer.cpp \
nsPluginsDirUNIX.cpp \
$(NULL)
REQUIRES = raptor plugin java xpcom netlib libplc3 oji
CFLAGS += -D_IMPL_NS_PLUGIN
TARGETS = $(LIBRARY)
INCLUDES += -I$(srcdir)/. -I$(DEPTH)/dist/oji -I$(DEPTH)/dist/cache
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_PLUGIN

View File

@ -1,4 +1,3 @@
#!nmake
#
# 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,42 +13,38 @@
# 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 = raptor
LIBRARY_NAME = raptorplugin
MODULE=raptor
REQUIRES = raptor plugin java xpcom netlib libplc3 oji
LIBRARY_NAME=raptorplugin
CPPSRCS = \
nsPluginHostImpl.cpp \
nsPluginFactory.cpp \
ns4xPlugin.cpp \
ns4xPluginInstance.cpp \
nsPluginInstancePeer.cpp \
nsPluginsDirUNIX.cpp \
$(NULL)
EXPORTS = \
nsPluginsCID.h \
nsIPluginHost.h \
nsIPluginInstanceOwner.h
EXPORTS = \
nsPluginsCID.h \
nsIPluginHost.h \
nsIPluginInstanceOwner.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
CPPSRCS = \
nsPluginHostImpl.cpp \
nsPluginFactory.cpp \
ns4xPlugin.cpp \
ns4xPluginInstance.cpp \
nsPluginInstancePeer.cpp \
nsPluginsDirUNIX.cpp \
$(NULL)
REQUIRES = raptor plugin java xpcom netlib libplc3 oji
CFLAGS += -D_IMPL_NS_PLUGIN
TARGETS = $(LIBRARY)
INCLUDES += -I$(srcdir)/. -I$(DEPTH)/dist/oji -I$(DEPTH)/dist/cache
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_PLUGIN

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
@ -14,33 +13,26 @@
# 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
LIBRARY_NAME = raptorwebwidget
MODULE = raptor
LIBRARY_NAME = raptorwebwidget
MODULE=raptor
INCLUDES += -I$(srcdir)/../public -I$(PUBLIC)/xpcom -I$(PUBLIC)/dom -I$(PUBLIC)/js -I$(PUBLIC)/netlib -I$(PUBLIC)/java -I$(PUBLIC)/jsurl
DEFINES += -D_IMPL_NS_WEB
CPPSRCS= \
nsDLLFactory.cpp \
nsDocLoader.cpp \
nsThrobber.cpp \
nsWebShell.cpp \
$(NULL)
include $(topsrcdir)/config/config.mk
TARGETS = $(LIBRARY)
CPPSRCS = \
nsDLLFactory.cpp \
nsDocLoader.cpp \
nsThrobber.cpp \
nsWebShell.cpp \
$(NULL)
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_WEB