gecko/widget/qt/faststartupqt/Makefile.in

62 lines
1.3 KiB
Makefile
Raw Normal View History

2012-05-21 04:12:37 -07:00
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = @DEPTH@
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = faststartupqt
LIBRARY_NAME = faststartupqt
DIST_INSTALL = 1
FORCE_STATIC_LIB = 1
STL_FLAGS=
EXTRA_DSO_LDOPTS = \
$(XPCOM_GLUE_LDOPTS) \
$(XPCOM_FROZEN_LDOPTS) \
$(MOZ_QT_LIBS) \
$(NULL)
LOCAL_INCLUDES += \
-I$(topsrcdir)/xpcom/build \
-I$(topsrcdir)/widget/qt \
$(NULL)
EXPORT_SOURCES = \
$(topsrcdir)/widget/qt/moziqwidget.h \
$(topsrcdir)/toolkit/xre/nsQAppInstance.h \
$(topsrcdir)/toolkit/xre/nsQAppInstance.cpp \
$(topsrcdir)/widget/qt/mozqglwidgetwrapper.h \
$(topsrcdir)/widget/qt/mozqglwidgetwrapper.cpp
GARBAGE += $(EXPORT_SOURCES)
export:: $(EXPORT_SOURCES)
$(INSTALL) $^ .
MOCSRCS = \
moc_moziqwidget.cpp \
moc_nsFastStartupQt.cpp \
$(NULL)
LOCAL_INCLUDES += \
$(MOZ_QT_CFLAGS) \
$(MOZ_PLATFORM_MAEMO_CFLAGS) \
$(NULL)
CPPSRCS += \
$(MOCSRCS) \
mozqwidgetfast.cpp \
nsFastStartupQt.cpp \
nsQAppInstance.cpp \
mozqglwidgetwrapper.cpp \
$(NULL)
DEFINES += -DLIBRARY_FILENAME="$(SHARED_LIBRARY)" -DMOZ_NO_MOZALLOC -DXPCOM_GLUE
include $(topsrcdir)/config/rules.mk