69 lines
2.8 KiB
Makefile
69 lines
2.8 KiB
Makefile
#!nmake
|
|
#
|
|
# The contents of this file are subject to the Netscape Public
|
|
# License Version 1.1 (the "License"); you may not use this file
|
|
# except in compliance with the License. You may obtain a copy of
|
|
# the License at http://www.mozilla.org/NPL/
|
|
#
|
|
# Software distributed under the License is distributed on an "AS
|
|
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
# implied. See the License for the specific language governing
|
|
# rights and limitations under the License.
|
|
#
|
|
# The Original Code is mozilla.org code.
|
|
#
|
|
# The Initial Developer of the Original Code is Netscape
|
|
# Communications Corporation. Portions created by Netscape are
|
|
# Copyright (C) 1998 Netscape Communications Corporation. All
|
|
# Rights Reserved.
|
|
#
|
|
# Contributor(s):
|
|
|
|
DEPTH = ../../../..
|
|
topsrcdir = @top_srcdir@
|
|
include $(DEPTH)/config/autoconf.mk
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
install::
|
|
$(INSTALL) $(XPDIST)/idl/nsISupports.idl ./idl
|
|
$(INSTALL) $(XPDIST)/idl/nsrootidl.idl ./idl
|
|
|
|
$(INSTALL) $(XPDIST)/include/npapi.h ./include
|
|
$(INSTALL) $(XPDIST)/include/npupp.h ./include
|
|
|
|
$(MAKE_INSTALL) $(XPDIST)\include\java\jni.h .\include
|
|
$(MAKE_INSTALL) $(XPDIST)\include\java\jni_md.h .\include
|
|
$(MAKE_INSTALL) $(XPDIST)\include\java\jri.h .\include
|
|
$(MAKE_INSTALL) $(XPDIST)\include\java\jri_md.h .\include
|
|
$(MAKE_INSTALL) $(XPDIST)\include\java\jritypes.h .\include
|
|
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsCom.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsComponentManagerUtils.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsCOMPtr.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nscore.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsDebug.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsError.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsIClassInfo.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsIComponentManager.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsID.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsIFactory.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsIID.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsIMemory.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsIProgrammingLanguage.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsIServiceManager.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsISupports.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsISupportsUtils.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsrootidl.h ./include
|
|
$(INSTALL) $(XPDIST)/include/xpcom/nsTraceRefcnt.h ./include
|
|
|
|
$(INSTALL) $(XPDIST)/include/nspr/pratom.h ./include
|
|
$(INSTALL) $(XPDIST)/include/nspr/prcpucfg.h ./include
|
|
$(INSTALL) $(XPDIST)/include/nspr/prlock.h ./include
|
|
$(INSTALL) $(XPDIST)/include/nspr/prlong.h ./include
|
|
$(INSTALL) $(XPDIST)/include/nspr/prtime.h ./include
|
|
$(INSTALL) $(XPDIST)/include/nspr/prtypes.h ./include
|
|
|
|
$(INSTALL) $(DIST)/bin/regxpcom ./bin
|
|
$(INSTALL) $(DIST)/bin/xpidl ./bin
|
|
$(INSTALL) $(DIST)/bin/xpt_dump ./bin
|