2003-09-02 10:29:05 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
2004-04-20 10:38:48 +00:00
|
|
|
SUBDIRS = gimages glade
|
2003-09-02 10:29:05 +00:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES = libgtk.la
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/images -I$(top_srcdir)/src \
|
|
|
|
-I$(top_srcdir)/src/frontends \
|
|
|
|
-I$(top_srcdir)/src/frontends/controllers \
|
2004-03-26 23:45:55 +00:00
|
|
|
-I../xforms \
|
2003-09-02 10:29:05 +00:00
|
|
|
-I$(top_srcdir)/src/frontends/xforms \
|
|
|
|
$(BOOST_INCLUDES) @GTK_FRONTEND_CFLAGS@
|
|
|
|
|
2004-05-25 23:45:52 +00:00
|
|
|
libgtk_la_LIBADD = $(xforms_objects) ../xforms/forms/*.lo @GTK_FRONTEND_LIBS@ @XFORMS_LIBS@
|
2003-09-02 10:29:05 +00:00
|
|
|
|
|
|
|
# Alphabetical order please. It makes it easier to figure out what's missing.
|
|
|
|
libgtk_la_SOURCES = \
|
2004-09-24 20:07:54 +00:00
|
|
|
Alert_pimpl.C \
|
|
|
|
Dialogs.C \
|
|
|
|
FileDialog.C \
|
|
|
|
FileDialogPrivate.C \
|
|
|
|
FileDialogPrivate.h \
|
|
|
|
GAboutlyx.C \
|
|
|
|
GAboutlyx.h \
|
|
|
|
GBC.C \
|
|
|
|
GBC.h \
|
2004-10-11 14:29:15 +00:00
|
|
|
GChanges.C \
|
|
|
|
GChanges.h \
|
2004-09-27 18:52:43 +00:00
|
|
|
GCharacter.C \
|
|
|
|
GCharacter.h \
|
2004-10-08 14:59:18 +00:00
|
|
|
GErrorList.C \
|
|
|
|
GErrorList.h \
|
2004-10-26 09:10:17 +00:00
|
|
|
GGraphics.C \
|
|
|
|
GGraphics.h \
|
2004-10-09 13:51:05 +00:00
|
|
|
GLog.C \
|
|
|
|
GLog.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
GLyXKeySym.C \
|
|
|
|
GLyXKeySym.h \
|
|
|
|
GMathDelim.C \
|
|
|
|
GMathDelim.h \
|
|
|
|
GMathPanel.C \
|
|
|
|
GMathPanel.h \
|
2004-10-05 12:37:26 +00:00
|
|
|
GMathsMatrix.C \
|
|
|
|
GMathsMatrix.h \
|
2003-09-02 10:29:05 +00:00
|
|
|
GMenubar.C \
|
|
|
|
GMenubar.h \
|
|
|
|
GMiniBuffer.C \
|
|
|
|
GMiniBuffer.h \
|
|
|
|
GPainter.C \
|
|
|
|
GPainter.h \
|
2004-10-01 18:59:36 +00:00
|
|
|
GParagraph.C \
|
|
|
|
GParagraph.h \
|
2004-09-26 08:05:05 +00:00
|
|
|
GPrint.C \
|
|
|
|
GPrint.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
GScreen.C \
|
|
|
|
GScreen.h \
|
|
|
|
GSearch.C \
|
|
|
|
GSearch.h \
|
2004-10-09 07:51:37 +00:00
|
|
|
GShowFile.C \
|
|
|
|
GShowFile.h \
|
2004-10-06 15:15:37 +00:00
|
|
|
GSpellchecker.C \
|
|
|
|
GSpellchecker.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
GTableCreate.C \
|
|
|
|
GTableCreate.h \
|
2004-10-08 18:21:42 +00:00
|
|
|
GTexinfo.C \
|
|
|
|
GTexinfo.h \
|
2003-09-02 10:29:05 +00:00
|
|
|
GText.C \
|
2004-09-24 20:07:54 +00:00
|
|
|
GText.h \
|
|
|
|
GTimeout.C \
|
|
|
|
GTimeout.h \
|
2004-10-02 16:17:21 +00:00
|
|
|
GToc.C \
|
|
|
|
GToc.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
GToolbar.C \
|
|
|
|
GToolbar.h \
|
2003-10-28 16:45:09 +00:00
|
|
|
GUrl.C \
|
2004-09-24 20:07:54 +00:00
|
|
|
GUrl.h \
|
|
|
|
GView.C \
|
|
|
|
GView.h \
|
|
|
|
GViewBase.C \
|
|
|
|
GViewBase.h \
|
|
|
|
GWorkArea.C \
|
|
|
|
GWorkArea.h \
|
2004-02-23 00:21:04 +00:00
|
|
|
GXpmBtnTbl.C \
|
2004-09-24 20:07:54 +00:00
|
|
|
GXpmBtnTbl.h \
|
|
|
|
GtkmmX.h \
|
|
|
|
IdSc.C \
|
|
|
|
IdSc.h \
|
|
|
|
LyXKeySymFactory.C \
|
|
|
|
LyXScreenFactory.C \
|
|
|
|
WorkAreaFactory.C \
|
|
|
|
codeConvert.h \
|
|
|
|
ghelpers.C \
|
|
|
|
ghelpers.h \
|
|
|
|
io_callback.C \
|
|
|
|
io_callback.h \
|
|
|
|
lyx_gui.C \
|
|
|
|
xftFontLoader.C \
|
|
|
|
xftFontLoader.h \
|
2004-10-26 21:16:44 +00:00
|
|
|
xftFontMetrics.C
|
2004-09-24 20:07:54 +00:00
|
|
|
|
2003-09-02 10:29:05 +00:00
|
|
|
|
|
|
|
xforms_objects = \
|
|
|
|
../xforms/bmtable.lo \
|
|
|
|
../xforms/checkedwidgets.lo \
|
|
|
|
../xforms/ColorHandler.lo \
|
|
|
|
../xforms/Color.lo \
|
|
|
|
../xforms/combox.lo \
|
|
|
|
../xforms/fdesign_base.lo \
|
|
|
|
../xforms/FormBibitem.lo \
|
|
|
|
../xforms/FormBibtex.lo \
|
2004-03-27 23:11:46 +00:00
|
|
|
../xforms/FormBox.lo \
|
2003-09-02 10:29:05 +00:00
|
|
|
../xforms/FormBranch.lo \
|
|
|
|
../xforms/FormBrowser.lo \
|
|
|
|
../xforms/FormCitation.lo \
|
|
|
|
../xforms/FormColorpicker.lo \
|
|
|
|
../xforms/FormDialogView.lo \
|
|
|
|
../xforms/FormDocument.lo \
|
|
|
|
../xforms/FormERT.lo \
|
|
|
|
../xforms/FormExternal.lo \
|
|
|
|
../xforms/FormFloat.lo \
|
|
|
|
../xforms/FormInclude.lo \
|
|
|
|
../xforms/FormMathsBitmap.lo \
|
|
|
|
../xforms/FormMathsDelim.lo \
|
|
|
|
../xforms/FormMathsSpace.lo \
|
|
|
|
../xforms/FormMathsStyle.lo \
|
|
|
|
../xforms/FormNote.lo \
|
|
|
|
../xforms/FormPreamble.lo \
|
|
|
|
../xforms/FormPreferences.lo \
|
|
|
|
../xforms/FormRef.lo \
|
|
|
|
../xforms/FormSendto.lo \
|
|
|
|
../xforms/forms_gettext.lo \
|
|
|
|
../xforms/FormTabular.lo \
|
|
|
|
../xforms/FormText.lo \
|
|
|
|
../xforms/FormThesaurus.lo \
|
2004-03-27 23:11:46 +00:00
|
|
|
../xforms/FormVSpace.lo \
|
2003-09-02 10:29:05 +00:00
|
|
|
../xforms/FormWrap.lo \
|
|
|
|
../xforms/freebrowser.lo \
|
|
|
|
../xforms/input_validators.lo \
|
|
|
|
../xforms/RadioButtonGroup.lo \
|
|
|
|
../xforms/Tooltips.lo \
|
|
|
|
../xforms/xformsBC.lo \
|
|
|
|
../xforms/xforms_helpers.lo \
|
|
|
|
../xforms/xformsImage.lo \
|
|
|
|
../xforms/xforms_resize.lo
|