getting those Unix Makefiles working again

This commit is contained in:
jband%netscape.com 1999-03-23 20:30:06 +00:00
parent ffe9fd990b
commit 59fa95133f
5 changed files with 65 additions and 17 deletions

View File

@ -0,0 +1,26 @@
#!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
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../../..
topsrcdir = @top_srcdir@
VPATH = @srcdir@
srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public src tests
include $(topsrcdir)/config/rules.mk

View File

@ -16,6 +16,7 @@
DEPTH=..\..\..
IGNORE_MANIFEST=1
DIRS=public src tests
include <$(DEPTH)\config\rules.mak>

View File

@ -0,0 +1,36 @@
#!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
# compliance with the NPL. You may obtain a copy of the NPL at
# http://www.mozilla.org/NPL/
#
# Software distributed under the NPL is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
# for the specific language governing rights and limitations under the
# NPL.
#
# The Initial Developer of this code under the NPL is Netscape
# Communications Corporation. Portions created by Netscape are
# Copyright (C) 1998 Netscape Communications Corporation. All Rights
# Reserved.
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = xpconnect
EXPORTS = \
nsIXPConnect.h \
nsIXPCScriptable.h \
xpccomponents.h \
xpcjsid.h \
xpclog.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk

View File

@ -16,7 +16,7 @@
# Reserved.
#
DEPTH=../../..
DEPTH=../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
@ -26,8 +26,6 @@ include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/config.mk
# DIRS = md
LIBRARY_NAME=xpconnect
MODULE=xpconnect
@ -51,19 +49,5 @@ CPPSRCS= \
xpcwrappednativeclass.cpp \
$(NULL)
EXPORTS = \
nsIXPCScriptable.h \
nsIXPConnect.h \
xpccomponents.h \
xpcjsid.h \
xpclog.h \
xpctest.h \
$(NULL)
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
include $(topsrcdir)/config/rules.mk
INCLUDES += -I$(srcdir)
# MD_LIBRARY = md/unix/libxpcmd.a

View File

@ -1,3 +1,4 @@
Makefile
mk.bat
TestXPC
vc60.pdb