mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
cda53633ff
Qt users should autogen.sh Gnome users --- you're on your own ;-) Happy recompiling. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6253 a592a061-630c-0410-9148-cb99ea01b6c8
83 lines
1.9 KiB
Makefile
83 lines
1.9 KiB
Makefile
include $(top_srcdir)/config/common.am
|
|
include $(srcdir)/Makefile.dialogs
|
|
|
|
SUBDIRS = ui moc
|
|
|
|
EXTRA_DIST = Makefile.dialogs
|
|
|
|
noinst_LTLIBRARIES = libqt2.la
|
|
|
|
INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
|
|
-I$(top_srcdir)/images \
|
|
$(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
|
|
-I$(top_srcdir)/src/frontends/controllers
|
|
|
|
AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION
|
|
|
|
|
|
libqt2_la_SOURCES = \
|
|
QDialogView.C \
|
|
QDialogView.h \
|
|
Alert_pimpl.C \
|
|
bulletstrings.C bulletstrings.h \
|
|
Dialogs.C \
|
|
Dialogs2.C \
|
|
Dialogs3.C \
|
|
Dialogs_impl.h \
|
|
FileDialog.C \
|
|
LyXKeySymFactory.C \
|
|
LyXScreenFactory.C \
|
|
Menubar_pimpl.C Menubar_pimpl.h \
|
|
qtTimeout.C qtTimeout.h \
|
|
QAbout.C QAbout.h \
|
|
QBibitem.C QBibitem.h \
|
|
QBibtex.C QBibtex.h \
|
|
QChanges.C QChanges.h \
|
|
QCharacter.C QCharacter.h \
|
|
QCitation.C QCitation.h \
|
|
QDocument.C QDocument.h \
|
|
QError.C QError.h \
|
|
QERT.C QERT.h \
|
|
QExternal.C QExternal.h \
|
|
QFloat.C QFloat.h \
|
|
QGraphics.C QGraphics.h \
|
|
QInclude.C QInclude.h \
|
|
QIndex.C QIndex.h \
|
|
QLImage.C QLImage.h \
|
|
QLog.C QLog.h \
|
|
QLPainter.C QLPainter.h \
|
|
QLyXKeySym.C QLyXKeySym.h \
|
|
QMath.C QMath.h \
|
|
QMinipage.C QMinipage.h \
|
|
QParagraph.C QParagraph.h \
|
|
QPrefs.C QPrefs.h \
|
|
QPrint.C QPrint.h \
|
|
QRef.C QRef.h \
|
|
QSearch.C QSearch.h \
|
|
QSendto.C QSendto.h \
|
|
QShowFile.C QShowFile.h \
|
|
QSpellchecker.C QSpellchecker.h \
|
|
QTabular.C QTabular.h \
|
|
QTabularCreate.C QTabularCreate.h \
|
|
QTexinfo.C QTexinfo.h \
|
|
QThesaurus.C QThesaurus.h \
|
|
QToc.C QToc.h \
|
|
QURL.C QURL.h \
|
|
QVCLog.C QVCLog.h \
|
|
QWorkArea.h QWorkArea.C \
|
|
QWrap.C QWrap.h \
|
|
Qt2BC.C Qt2BC.h \
|
|
QtLyXView.h \
|
|
WorkAreaFactory.C \
|
|
lyx_gui.C \
|
|
qcoloritem.h qcoloritem.C \
|
|
qfontexample.h qfontexample.C \
|
|
qfont_loader.h qfont_loader.C \
|
|
qfont_metrics.C \
|
|
qlkey.h \
|
|
qscreen.h qscreen.C \
|
|
qt_helpers.h qt_helpers.C \
|
|
$(MOCFILES)
|
|
|
|
libqt2.la: $(libqt2_la_OBJECTS) $(libqt2_la_DEPENDENCIES)
|