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
|
|
|
|
2005-07-12 23:42:23 +00:00
|
|
|
EXTRA_DIST = pch.h
|
|
|
|
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
|
2003-09-02 10:29:05 +00:00
|
|
|
noinst_LTLIBRARIES = libgtk.la
|
|
|
|
|
2005-05-20 16:56:28 +00:00
|
|
|
AM_CPPFLAGS += \
|
2004-12-04 14:50:25 +00:00
|
|
|
$(PCH_FLAGS) \
|
2004-12-03 19:11:38 +00:00
|
|
|
-I$(top_srcdir)/images \
|
|
|
|
-I$(top_srcdir)/src \
|
2003-09-02 10:29:05 +00:00
|
|
|
-I$(top_srcdir)/src/frontends \
|
|
|
|
-I$(top_srcdir)/src/frontends/controllers \
|
|
|
|
$(BOOST_INCLUDES) @GTK_FRONTEND_CFLAGS@
|
|
|
|
|
2006-01-24 14:05:09 +00:00
|
|
|
libgtk_la_LIBADD = @GTK_FRONTEND_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 \
|
2006-01-21 20:06:38 +00:00
|
|
|
GBibItem.C \
|
|
|
|
GBibItem.h \
|
2006-02-06 21:59:12 +00:00
|
|
|
GBibtex.C \
|
|
|
|
GBibtex.h \
|
2004-11-14 17:10:04 +00:00
|
|
|
GBox.C \
|
|
|
|
GBox.h \
|
2006-01-27 10:26:31 +00:00
|
|
|
GBranch.C \
|
|
|
|
GBranch.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 \
|
2006-01-21 11:10:33 +00:00
|
|
|
GCitation.C \
|
|
|
|
GCitation.h \
|
2005-03-11 00:25:56 +00:00
|
|
|
GDocument.C \
|
|
|
|
GDocument.h \
|
2004-10-08 14:59:18 +00:00
|
|
|
GErrorList.C \
|
|
|
|
GErrorList.h \
|
2004-11-14 18:26:16 +00:00
|
|
|
GERT.C \
|
|
|
|
GERT.h \
|
2004-11-15 16:02:57 +00:00
|
|
|
GFloat.C \
|
|
|
|
GFloat.h \
|
2004-12-07 00:29:15 +00:00
|
|
|
GInclude.C \
|
|
|
|
GInclude.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 \
|
2004-11-15 16:02:57 +00:00
|
|
|
GNote.C \
|
|
|
|
GNote.h \
|
2003-09-02 10:29:05 +00:00
|
|
|
GPainter.C \
|
|
|
|
GPainter.h \
|
2004-10-01 18:59:36 +00:00
|
|
|
GParagraph.C \
|
|
|
|
GParagraph.h \
|
2006-02-05 21:57:17 +00:00
|
|
|
GPreferences.C \
|
|
|
|
GPreferences.h \
|
2004-09-26 08:05:05 +00:00
|
|
|
GPrint.C \
|
|
|
|
GPrint.h \
|
2005-08-05 07:20:38 +00:00
|
|
|
GRef.C \
|
|
|
|
GRef.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
GScreen.C \
|
|
|
|
GScreen.h \
|
|
|
|
GSearch.C \
|
|
|
|
GSearch.h \
|
2004-11-21 13:14:39 +00:00
|
|
|
GSendto.C \
|
|
|
|
GSendto.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 \
|
2006-01-24 14:05:09 +00:00
|
|
|
GTabular.C \
|
|
|
|
GTabular.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 \
|
2005-10-14 15:58:29 +00:00
|
|
|
GThesaurus.C \
|
|
|
|
GThesaurus.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
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 \
|
2004-11-16 00:20:59 +00:00
|
|
|
GVSpace.C \
|
|
|
|
GVSpace.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
GWorkArea.C \
|
|
|
|
GWorkArea.h \
|
2006-01-28 16:42:18 +00:00
|
|
|
GWrap.C \
|
|
|
|
GWrap.h \
|
2004-02-23 00:21:04 +00:00
|
|
|
GXpmBtnTbl.C \
|
2004-09-24 20:07:54 +00:00
|
|
|
GXpmBtnTbl.h \
|
2006-01-24 14:05:09 +00:00
|
|
|
LyXGdkImage.C \
|
|
|
|
LyXGdkImage.h \
|
|
|
|
GtkLengthEntry.C \
|
|
|
|
GtkLengthEntry.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
GtkmmX.h \
|
|
|
|
IdSc.C \
|
|
|
|
IdSc.h \
|
2006-01-24 11:18:54 +00:00
|
|
|
LyXGdkImage.C \
|
|
|
|
LyXGdkImage.h \
|
2004-09-24 20:07:54 +00:00
|
|
|
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
|
|
|
|