This commit is contained in:
guha 1998-04-08 04:16:32 +00:00
Родитель c99aa2e519
Коммит 16ff09329e
6 изменённых файлов: 163 добавлений и 1 удалений

Просмотреть файл

@ -68,7 +68,8 @@ DIRS= \
spellchk \
!endif
rdf \
schedulr
schedulr \
xml
#//------------------------------------------------------------------------
#//

Просмотреть файл

@ -0,0 +1,28 @@
DEPTH=..\..
DIRS= expat glue
MODULE=xml
LIBRARY_NAME=xml
OBJS= \
.\expat\xmlparse\$(OBJDIR)\hashtable.obj \
.\expat\xmlparse\$(OBJDIR)\xmlparse.obj \
.\expat\xmltok\$(OBJDIR)\xmltok.obj \
.\expat\xmltok\$(OBJDIR)\xmlrole.obj \
.\glue\$(OBJDIR)\xmlss.obj \
.\glue\$(OBJDIR)\xmldom.obj \
.\glue\$(OBJDIR)\xmlglue.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(LIBRARY)
install:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib

Просмотреть файл

@ -0,0 +1,34 @@
#!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= ..\..\..\..
MODULE = expat
EXPORTS = xmlparse.h
LINCS=-I..\xmltok
OBJS= \
.\$(OBJDIR)\xmlparse.obj \
.\$(OBJDIR)\hashtable.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(OBJDIR) $(OBJS)

Просмотреть файл

@ -0,0 +1,29 @@
#!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= ..\..\..\..\
OBJS= \
.\$(OBJDIR)\xmltok.obj \
.\$(OBJDIR)\xmlrole.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(OBJDIR) $(OBJS)

Просмотреть файл

@ -0,0 +1,42 @@
#!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 = ..\..\..
CSRCS= xmlglue.c xmlss.c xmldom.c
C_OBJS=.\$(OBJDIR)\xmlglue.obj .\$(OBJDIR)\xmlss.obj .\$(OBJDIR)\xmldom.obj
LINCS=-I$(XPDIST)\public\nspr -I$(XPDIST)\public\expat
include <$(DEPTH)\config\rules.mak>
libs:: $(OBJDIR) $(OBJS)

28
modules/xml/makefile.win Normal file
Просмотреть файл

@ -0,0 +1,28 @@
DEPTH=..\..
DIRS= expat glue
MODULE=xml
LIBRARY_NAME=xml
OBJS= \
.\expat\xmlparse\$(OBJDIR)\hashtable.obj \
.\expat\xmlparse\$(OBJDIR)\xmlparse.obj \
.\expat\xmltok\$(OBJDIR)\xmltok.obj \
.\expat\xmltok\$(OBJDIR)\xmlrole.obj \
.\glue\$(OBJDIR)\xmlss.obj \
.\glue\$(OBJDIR)\xmldom.obj \
.\glue\$(OBJDIR)\xmlglue.obj \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(LIBRARY)
install:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib