Files
Mozilla/mozilla/layout/mathml/content/src/makefile.win
rbs%maths.uq.edu.au 84d6bd5d71 perf bug 124570 - configure mathml.css as a catalog stylesheet that is loaded on demand rather than at startup, r=harishd, sr=jst, a=asa
git-svn-id: svn://10.0.0.236/trunk@116637 18797224-902f-48f8-a5cc-f745e15eee43
2002-03-15 09:45:31 +00:00

61 lines
1.5 KiB
Plaintext

#!nmake
#
# The contents of this file are subject to the Mozilla 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/MPL/
#
# 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 MathML Project.
#
# The Initial Developer of the Original Code is Heriot-Watt
# University, Edinburgh. Portions created by Heriot-Watt University
# are Copyright (C) 1999 Heriot-Watt University. All Rights Reserved.
#
# Contributor(s):
# David J. Fiddes <D.J.Fiddes@hw.ac.uk>
# Roger B. Sidje <rbs@maths.uq.edu.au>
#
DEPTH=..\..\..\..
LIBRARY_NAME=layoutmathmlcontent_s
MODULE=layout
REQUIRES = string \
xpcom \
content \
necko \
gfx \
$(NULL)
DEFINES=-D_IMPL_NS_HTML -DWIN32_LEAN_AND_MEAN
CPP_OBJS= \
.\$(OBJDIR)\nsMathMLAtoms.obj \
.\$(OBJDIR)\nsMathMLOperators.obj \
$(NULL)
LCFLAGS = \
$(LCFLAGS) \
$(DEFINES) \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(LIBRARY)
$(MAKE_INSTALL) $(LIBRARY) $(DIST)\lib
libs::
$(MAKE_INSTALL) mathml.dtd $(DIST)\bin\res\dtd
$(MAKE_INSTALL) mathml.css $(DIST)\bin\res
clobber::
rm -f $(DIST)\lib\$(LIBRARY_NAME).lib
rm -f $(DIST)\bin\res\dtd\mathml.dtd
rm -f $(DIST)\bin\res\mathml.css