Removed dependencies on stub.c, bad.c, and java.

git-svn-id: svn://10.0.0.236/trunk@40375 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hoa.nguyen%intel.com
1999-07-20 23:58:05 +00:00
parent 749343f350
commit fea920e2fb
2 changed files with 18 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 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
@@ -15,12 +15,6 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#! gmake
MODULE = npsimple
LIBRARY_NAME = npsimple
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
@@ -28,18 +22,16 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = java plug xpcom
MODULE = npsimple
LIBRARY_NAME = npsimple
IS_COMPONENT = 1
CSRCS = stubs.c
CPPSRCS = npsimple.cpp bad.cpp
LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public
JDIRS = .
CPPSRCS = \
npsimple.cpp \
$(NULL)
JRI_GEN = \
Simple \
java.lang.Object \
netscape.plugin.Plugin \
CINCLUDES += $(PUBLIC)/plugin $(PUBLIC)/xpcom $(PUBLIC)/java
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk

View File

@@ -1,4 +1,4 @@
# -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 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
@@ -15,12 +15,6 @@
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
#! gmake
MODULE = npsimple
LIBRARY_NAME = npsimple
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
@@ -28,18 +22,16 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
REQUIRES = java plug xpcom
MODULE = npsimple
LIBRARY_NAME = npsimple
IS_COMPONENT = 1
CSRCS = stubs.c
CPPSRCS = npsimple.cpp bad.cpp
LOCAL_INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../public
JDIRS = .
CPPSRCS = \
npsimple.cpp \
$(NULL)
JRI_GEN = \
Simple \
java.lang.Object \
netscape.plugin.Plugin \
CINCLUDES += $(PUBLIC)/plugin $(PUBLIC)/xpcom $(PUBLIC)/java
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk