From ef768be2fc397520b9cad84f1b1f210485922ed9 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Wed, 5 May 1999 06:06:33 +0000 Subject: [PATCH] Adding Makefile for Linux. --- xpcom/libxpt/xptcall/src/md/test/Makefile.in | 36 +++++++++++++++++++ xpcom/reflect/xptcall/src/md/test/Makefile.in | 36 +++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 xpcom/libxpt/xptcall/src/md/test/Makefile.in create mode 100644 xpcom/reflect/xptcall/src/md/test/Makefile.in diff --git a/xpcom/libxpt/xptcall/src/md/test/Makefile.in b/xpcom/libxpt/xptcall/src/md/test/Makefile.in new file mode 100644 index 000000000000..6212ab0e16ec --- /dev/null +++ b/xpcom/libxpt/xptcall/src/md/test/Makefile.in @@ -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 + +include $(topsrcdir)/config/config.mk + + +SIMPLE_PROGRAMS = invoke_test + +CPPSRCS = \ + invoke_test.cpp \ + $(NULL) + +include $(topsrcdir)/config/rules.mk diff --git a/xpcom/reflect/xptcall/src/md/test/Makefile.in b/xpcom/reflect/xptcall/src/md/test/Makefile.in new file mode 100644 index 000000000000..6212ab0e16ec --- /dev/null +++ b/xpcom/reflect/xptcall/src/md/test/Makefile.in @@ -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 + +include $(topsrcdir)/config/config.mk + + +SIMPLE_PROGRAMS = invoke_test + +CPPSRCS = \ + invoke_test.cpp \ + $(NULL) + +include $(topsrcdir)/config/rules.mk