# Generated automatically from Makefile.in by configure.
#!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	= ../../..
srcdir		= .

include $(DEPTH)/config/autoconf.mk

include $(topsrcdir)/config/config.mk

LIBRARY_NAME = $(addsuffix $(MOZ_TOOLKIT), widget)

ifneq (,$(filter gtk, $(MOZ_TOOLKIT)))
TOOLKIT_CFLAGS += $(TK_GTK_CFLAGS)
TOOLKIT_LIBS += $(TK_GTK_LIBS)
TOOLKIT_INCLUDES += -I$(srcdir)/../gtk

else
ifneq (,$(filter motif, $(MOZ_TOOLKIT)))
TOOLKIT_CFLAGS += $(TK_MOTIF_CFLAGS)
TOOLKIT_LIBS += $(TK_MOTIF_LIBS)
TOOLKIT_INCLUDES += -I$(srcdir)/../motif
endif
endif

MODULE=raptor

REQUIRES=util img xpcom raptor netlib

INCLUDES+= -I$(srcdir)/../xpwidgets $(TOOLKIT_INCLUDES) -I$(srcdir)/.

CFLAGS += $(TOOLKIT_CFLAGS)

# nsMotifWidgetFactory actually has no Motif/Xt/Xlib code in it -- surprise!

ifneq (,$(filter gtk, $(MOZ_TOOLKIT)))
CPPSRCS=GTKdlldeps.cpp nsWidgetSupport.cpp nsGTKWidgetFactory.cpp
else
ifneq (,$(filter motif, $(MOZ_TOOLKIT)))
CPPSRCS=Motifdlldeps.cpp nsWidgetSupport.cpp nsMotifWidgetFactory.cpp
endif
endif

ifeq ($(OS_ARCH),IRIX)
LD = $(CCC)
LD_ALL = -all
LD_NONE = -none
endif

TOOLKIT_DSO_LDOPTS = $(addprefix $(DIST)/lib/libraptorwidget, \
			$(addsuffix _s.a, $(MOZ_TOOLKIT)))

EXTRA_DSO_LDOPTS+=\
	$(TOOLKIT_DSO_LDOPTS) \
	$(DIST)/lib/libraptorbasewidget_s.a \
	-L$(DIST)/bin \
	-lxpcom \
	-lraptorbase \
	-lreg \
	$(NSPR_LIBS)

EXTRA_DSO_LDOPTS += $(TOOLKIT_LIBS) $(XLDFLAGS) $(XLIBS)

include $(topsrcdir)/config/rules.mk
