gecko-dev/layout/build/Makefile.in

86 lines
2.0 KiB
Makefile
Raw Normal View History

1998-10-28 03:53:57 +00:00
#
# 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.
#
1998-10-28 03:53:57 +00:00
DEPTH = ../..
1998-10-28 03:53:57 +00:00
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
1999-10-05 14:50:06 +00:00
MODULE = layout
LIBRARY_NAME = raptorhtml
IS_COMPONENT = 1
1998-10-28 03:53:57 +00:00
REQUIRES = xpcom raptor dom js
1998-10-28 03:53:57 +00:00
CPPSRCS = \
nsLayoutDLF.cpp \
nsLayoutFactory.cpp \
1999-09-30 21:14:14 +00:00
nsLayoutModule.cpp \
$(NULL)
1999-02-02 17:40:37 +00:00
ifndef MKSHLIB_FORCE_ALL
CPPSRCS += dlldeps.cpp
1999-02-02 17:40:37 +00:00
endif
1998-10-28 03:53:57 +00:00
EXPORTS = nsLayoutCID.h
SHARED_LIBRARY_LIBS = \
$(DIST)/lib/libraptorevents_s.a \
$(DIST)/lib/libraptorhtmlbase_s.a \
$(DIST)/lib/libnglhtmlcon_s.a \
$(DIST)/lib/libraptorhtmldoc_s.a \
$(DIST)/lib/libraptorhtmlforms_s.a \
$(DIST)/lib/libraptorhtmlstyle_s.a \
$(DIST)/lib/libraptorhtmltable_s.a \
$(DIST)/lib/libraptorxmlcontent_s.a \
$(DIST)/lib/libraptorxmldoc_s.a \
$(DIST)/lib/libraptorxulcontent_s.a \
$(DIST)/lib/libraptorxulbase_s.a \
$(DIST)/lib/libraptorlayout_s.a \
$(NULL)
1999-02-02 17:40:37 +00:00
EXTRA_DSO_LDOPTS = \
$(MKSHLIB_FORCE_ALL) \
$(SHARED_LIBRARY_LIBS) \
$(MKSHLIB_UNFORCE_ALL) \
1999-09-15 02:15:11 +00:00
$(MOZ_NECKO_UTIL_LIBS) \
$(MOZ_TIMER_LIBS) \
-L$(DIST)/bin \
1999-09-14 01:02:20 +00:00
$(NSPR_LIBS) \
-lxpcom \
-lraptorgfx \
-ljsdom \
1999-09-14 01:02:20 +00:00
-lmozjs \
$(NULL)
1998-10-28 03:53:57 +00:00
include $(topsrcdir)/config/rules.mk
1999-02-02 17:40:37 +00:00
DEFINES += -D_IMPL_NS_HTML
1999-09-30 21:14:14 +00:00
INCLUDES += -I$(srcdir)/../html/base/src \
-I$(srcdir)/../xul/content/src
1999-10-02 11:01:41 +00:00
ifdef MOZ_MATHML
INCLUDES += -I$(srcdir)/../mathml/content/src
endif
$(LIBRARY) $(SHARED_LIBRARY): $(SHARED_LIBRARY_LIBS) Makefile