2002-03-13 18:24:44 +00:00
|
|
|
include $(top_srcdir)/config/common.am
|
|
|
|
|
|
|
|
DISTCLEANFILES += config.h libintl.h
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES += $(srcdir)/config.h.in
|
|
|
|
|
2000-07-31 12:30:10 +00:00
|
|
|
SUBDIRS = mathed insets graphics support frontends
|
2002-03-13 18:24:44 +00:00
|
|
|
|
1999-09-27 18:44:28 +00:00
|
|
|
bin_PROGRAMS = lyx
|
2001-09-09 22:02:19 +00:00
|
|
|
|
2002-03-20 19:06:32 +00:00
|
|
|
LYX_CONV_LIBS = mathed/libmathed.la insets/libinsets.la \
|
|
|
|
frontends/libfrontends.la \
|
|
|
|
graphics/libgraphics.la \
|
|
|
|
support/libsupport.la
|
2002-03-12 17:15:44 +00:00
|
|
|
|
2002-03-20 19:06:32 +00:00
|
|
|
#lyx_DEPENDENCIES = $(LYX_CONV_LIBS) $(INCLUDED_SIGC)
|
|
|
|
|
|
|
|
lyx_LDADD = $(LYX_CONV_LIBS) $(SIGC_LIBS) $(INCLUDED_SIGC) @INTLLIBS@ \
|
2002-03-02 12:08:46 +00:00
|
|
|
$(PSPELL_LIBS) @AIKSAURUS_LIBS@ @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
|
2001-09-09 22:02:19 +00:00
|
|
|
|
2000-08-03 21:17:52 +00:00
|
|
|
#lyx_LDFLAGS=-Wl,-O1
|
2002-03-12 17:15:44 +00:00
|
|
|
|
2001-12-05 23:11:06 +00:00
|
|
|
EXTRA_DIST = config.h.in stamp-h.in cheaders ext_l10n.h version.C.in \
|
|
|
|
Sectioning.h \
|
|
|
|
Sectioning.C \
|
|
|
|
Variables.C \
|
|
|
|
Variables.h \
|
|
|
|
counters.C \
|
|
|
|
counters.h
|
2002-03-13 18:24:44 +00:00
|
|
|
|
2002-03-12 17:15:44 +00:00
|
|
|
INCLUDES = $(SIGC_CFLAGS) $(BOOST_INCLUDES) $(PSPELL_INCLUDES)
|
1999-10-15 10:33:31 +00:00
|
|
|
localedir = $(datadir)/locale
|
2001-10-03 15:49:32 +00:00
|
|
|
BUILT_SOURCES = version.C
|
1999-09-27 18:44:28 +00:00
|
|
|
lyx_SOURCES = \
|
|
|
|
BufferView.C \
|
|
|
|
BufferView.h \
|
2000-02-04 09:38:32 +00:00
|
|
|
BufferView2.C \
|
2000-04-08 17:02:02 +00:00
|
|
|
BufferView_pimpl.C \
|
|
|
|
BufferView_pimpl.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
Bullet.C \
|
|
|
|
Bullet.h \
|
|
|
|
Chktex.C \
|
|
|
|
Chktex.h \
|
2000-04-16 22:27:30 +00:00
|
|
|
ColorHandler.C \
|
|
|
|
ColorHandler.h \
|
2000-04-10 14:29:05 +00:00
|
|
|
CutAndPaste.C \
|
|
|
|
CutAndPaste.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
DepTable.C \
|
|
|
|
DepTable.h \
|
2000-06-28 13:35:52 +00:00
|
|
|
FloatList.C \
|
|
|
|
FloatList.h \
|
2000-12-31 05:32:33 +00:00
|
|
|
Floating.C \
|
2000-06-28 13:35:52 +00:00
|
|
|
Floating.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
FontInfo.C \
|
|
|
|
FontInfo.h \
|
|
|
|
FontLoader.C \
|
|
|
|
FontLoader.h \
|
2002-01-09 09:36:35 +00:00
|
|
|
FuncStatus.C \
|
|
|
|
FuncStatus.h \
|
2000-02-10 17:53:36 +00:00
|
|
|
LColor.C \
|
|
|
|
LColor.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
LString.h \
|
|
|
|
LaTeX.C \
|
|
|
|
LaTeX.h \
|
|
|
|
LaTeXFeatures.C \
|
|
|
|
LaTeXFeatures.h \
|
2000-09-14 17:53:12 +00:00
|
|
|
Lsstream.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
LyXAction.C \
|
|
|
|
LyXAction.h \
|
|
|
|
LyXView.C \
|
|
|
|
LyXView.h \
|
2000-07-24 13:53:19 +00:00
|
|
|
MenuBackend.C \
|
|
|
|
MenuBackend.h \
|
2000-02-10 17:53:36 +00:00
|
|
|
Painter.C \
|
|
|
|
Painter.h \
|
|
|
|
PainterBase.C \
|
|
|
|
PainterBase.h \
|
2001-03-06 14:07:14 +00:00
|
|
|
ParagraphParameters.C \
|
|
|
|
ParagraphParameters.h \
|
|
|
|
ParameterStruct.h \
|
2000-06-12 11:27:15 +00:00
|
|
|
PrinterParams.h \
|
2001-03-06 14:07:14 +00:00
|
|
|
ShareContainer.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
Spacing.C \
|
|
|
|
Spacing.h \
|
2000-02-04 09:38:32 +00:00
|
|
|
TextCache.C \
|
|
|
|
TextCache.h \
|
2001-07-29 10:42:11 +00:00
|
|
|
Thesaurus.C \
|
|
|
|
Thesaurus.h \
|
2000-03-12 10:35:05 +00:00
|
|
|
ToolbarDefaults.C \
|
|
|
|
ToolbarDefaults.h \
|
2000-02-10 17:53:36 +00:00
|
|
|
WorkArea.C \
|
|
|
|
WorkArea.h \
|
2001-07-03 15:19:04 +00:00
|
|
|
XFormsView.C \
|
|
|
|
XFormsView.h \
|
2001-12-17 14:25:04 +00:00
|
|
|
box.h \
|
2002-01-07 14:36:10 +00:00
|
|
|
box.C \
|
1999-09-27 18:44:28 +00:00
|
|
|
broken_headers.h \
|
|
|
|
buffer.C \
|
|
|
|
buffer.h \
|
|
|
|
bufferlist.C \
|
|
|
|
bufferlist.h \
|
|
|
|
bufferparams.C \
|
|
|
|
bufferparams.h \
|
2000-04-12 14:20:08 +00:00
|
|
|
bufferview_funcs.C \
|
|
|
|
bufferview_funcs.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
chset.C \
|
|
|
|
chset.h \
|
|
|
|
commandtags.h \
|
|
|
|
config.h.in \
|
2000-08-30 03:40:51 +00:00
|
|
|
converter.C \
|
|
|
|
converter.h \
|
1999-12-13 15:31:52 +00:00
|
|
|
debug.C \
|
1999-10-07 18:44:17 +00:00
|
|
|
debug.h \
|
2000-07-04 20:32:37 +00:00
|
|
|
encoding.C \
|
|
|
|
encoding.h \
|
2000-08-30 03:40:51 +00:00
|
|
|
exporter.C \
|
|
|
|
exporter.h \
|
2000-04-04 00:19:15 +00:00
|
|
|
font.C \
|
|
|
|
font.h \
|
2000-10-11 21:06:43 +00:00
|
|
|
gettext.C \
|
1999-09-27 18:44:28 +00:00
|
|
|
gettext.h \
|
2000-10-23 12:16:05 +00:00
|
|
|
importer.C \
|
|
|
|
importer.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
intl.C \
|
|
|
|
intl.h \
|
2001-09-01 21:26:34 +00:00
|
|
|
iterators.C \
|
|
|
|
iterators.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
kbmap.C \
|
|
|
|
kbmap.h \
|
2000-02-04 09:38:32 +00:00
|
|
|
kbsequence.C \
|
|
|
|
kbsequence.h \
|
2000-03-10 13:22:20 +00:00
|
|
|
language.C \
|
|
|
|
language.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
lastfiles.C \
|
|
|
|
lastfiles.h \
|
|
|
|
layout.h \
|
2001-12-02 23:47:06 +00:00
|
|
|
lengthcommon.C \
|
|
|
|
lengthcommon.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
lyx_cb.C \
|
|
|
|
lyx_cb.h \
|
|
|
|
lyx_gui.C \
|
|
|
|
lyx_gui.h \
|
|
|
|
lyx_main.C \
|
|
|
|
lyx_main.h \
|
|
|
|
lyx_sty.C \
|
|
|
|
lyx_sty.h \
|
2000-06-08 23:16:16 +00:00
|
|
|
lyxcursor.C \
|
1999-09-27 18:44:28 +00:00
|
|
|
lyxcursor.h \
|
|
|
|
lyxfont.C \
|
|
|
|
lyxfont.h \
|
2001-03-06 10:20:33 +00:00
|
|
|
lyxfind.C \
|
|
|
|
lyxfind.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
lyxfunc.C \
|
|
|
|
lyxfunc.h \
|
2001-12-02 23:47:06 +00:00
|
|
|
lyxgluelength.C \
|
|
|
|
lyxgluelength.h \
|
2001-12-28 13:26:54 +00:00
|
|
|
lyxlayout.C \
|
|
|
|
lyxlayout.h \
|
2001-12-02 23:47:06 +00:00
|
|
|
lyxlength.C \
|
2001-12-04 16:32:15 +00:00
|
|
|
lyxlength.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
lyxlex.C \
|
|
|
|
lyxlex.h \
|
2000-04-08 17:02:02 +00:00
|
|
|
lyxlex_pimpl.C \
|
|
|
|
lyxlex_pimpl.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
lyxlookup.C \
|
|
|
|
lyxlookup.h \
|
|
|
|
lyxrc.C \
|
|
|
|
lyxrc.h \
|
2000-06-08 23:16:16 +00:00
|
|
|
lyxrow.C \
|
1999-09-27 18:44:28 +00:00
|
|
|
lyxrow.h \
|
|
|
|
lyxscreen.h \
|
|
|
|
lyxserver.C \
|
|
|
|
lyxserver.h \
|
|
|
|
lyxtext.h \
|
2001-12-28 13:26:54 +00:00
|
|
|
lyxtextclass.C \
|
|
|
|
lyxtextclass.h \
|
|
|
|
lyxtextclasslist.C \
|
|
|
|
lyxtextclasslist.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
lyxvc.C \
|
|
|
|
lyxvc.h \
|
|
|
|
main.C \
|
|
|
|
minibuffer.C \
|
|
|
|
minibuffer.h \
|
|
|
|
paragraph.C \
|
2001-06-25 00:06:33 +00:00
|
|
|
paragraph.h \
|
|
|
|
paragraph_pimpl.C \
|
|
|
|
paragraph_pimpl.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
screen.C \
|
2001-07-13 11:50:39 +00:00
|
|
|
sp_base.h \
|
|
|
|
sp_spell.C \
|
|
|
|
sp_ispell.h \
|
|
|
|
sp_pspell.h \
|
1999-12-15 01:15:08 +00:00
|
|
|
stl_string_fwd.h \
|
2000-04-21 15:16:22 +00:00
|
|
|
tabular.C \
|
|
|
|
tabular.h \
|
2001-01-09 20:17:06 +00:00
|
|
|
tabular-old.C \
|
2001-12-20 14:52:15 +00:00
|
|
|
tabular_funcs.C \
|
|
|
|
tabular_funcs.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
tex-accent.C \
|
|
|
|
tex-accent.h \
|
|
|
|
tex-strings.C \
|
|
|
|
tex-strings.h \
|
|
|
|
texrow.C \
|
|
|
|
texrow.h \
|
|
|
|
text.C \
|
|
|
|
text2.C \
|
2000-03-17 10:14:46 +00:00
|
|
|
tracer.C \
|
|
|
|
tracer.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
trans.C \
|
|
|
|
trans.h \
|
|
|
|
trans_decl.h \
|
|
|
|
trans_mgr.C \
|
|
|
|
trans_mgr.h \
|
1999-11-15 12:01:38 +00:00
|
|
|
undo.C \
|
1999-09-27 18:44:28 +00:00
|
|
|
undo.h \
|
2001-07-06 15:57:54 +00:00
|
|
|
undo_funcs.C \
|
|
|
|
undo_funcs.h \
|
2001-06-25 00:06:33 +00:00
|
|
|
undostack.C \
|
|
|
|
undostack.h \
|
1999-11-09 23:52:04 +00:00
|
|
|
vc-backend.C \
|
|
|
|
vc-backend.h \
|
2001-10-03 15:49:32 +00:00
|
|
|
version.C \
|
1999-09-27 18:44:28 +00:00
|
|
|
version.h \
|
|
|
|
vspace.C \
|
|
|
|
vspace.h
|
|
|
|
|
2000-02-15 14:28:15 +00:00
|
|
|
lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
|
2002-03-07 15:06:57 +00:00
|
|
|
lyxrc.h support/path.h support/filetools.h \
|
2000-02-15 14:28:15 +00:00
|
|
|
bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
|
2001-10-03 15:49:32 +00:00
|
|
|
lyxserver.h layout.h gettext.h kbmap.h commandtags.h language.h
|
2000-01-10 16:28:29 +00:00
|
|
|
$(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
|
|
|
|
-DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2001-09-04 09:37:22 +00:00
|
|
|
main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h \
|
|
|
|
support/os.h frontends/GUIRunTime.h
|
1999-12-13 00:05:34 +00:00
|
|
|
$(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
|
1999-10-28 05:01:47 +00:00
|
|
|
|
|
|
|
dist-hook:
|
|
|
|
cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`
|