1999-09-27 18:44:28 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2000-06-12 11:27:15 +00:00
|
|
|
SUBDIRS = mathed insets support frontends
|
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core libintl.h config.h
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in $(srcdir)/config.h.in
|
1999-09-27 18:44:28 +00:00
|
|
|
bin_PROGRAMS = lyx
|
2000-06-12 11:27:15 +00:00
|
|
|
lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la \
|
|
|
|
support/libsupport.la @FRONTEND_GUILIB@ frontends/libfrontends.la \
|
|
|
|
@INCLUDED_SIGC@
|
|
|
|
lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS) $(SIGC_LIBS) \
|
|
|
|
@FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
|
1999-10-28 05:01:47 +00:00
|
|
|
EXTRA_DIST = config.h.in stamp-h.in cheaders
|
2000-06-12 11:27:15 +00:00
|
|
|
ETAGS_ARGS = --lang=c++
|
|
|
|
INCLUDES = -I${top_srcdir}/images $(SIGC_CFLAGS) @FRONTEND_INCLUDES@
|
1999-10-15 10:33:31 +00:00
|
|
|
localedir = $(datadir)/locale
|
1999-09-27 18:44:28 +00:00
|
|
|
lyx_SOURCES = \
|
|
|
|
BackStack.h \
|
|
|
|
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 \
|
|
|
|
Floating.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
FontInfo.C \
|
|
|
|
FontInfo.h \
|
|
|
|
FontLoader.C \
|
|
|
|
FontLoader.h \
|
|
|
|
ImportLaTeX.C \
|
|
|
|
ImportLaTeX.h \
|
|
|
|
ImportNoweb.C \
|
|
|
|
ImportNoweb.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 \
|
|
|
|
LaTeXLog.C \
|
|
|
|
Literate.C \
|
|
|
|
Literate.h \
|
|
|
|
LyXAction.C \
|
|
|
|
LyXAction.h \
|
|
|
|
LyXSendto.C \
|
|
|
|
LyXView.C \
|
|
|
|
LyXView.h \
|
|
|
|
Makefile.in \
|
2000-02-10 17:53:36 +00:00
|
|
|
Painter.C \
|
|
|
|
Painter.h \
|
|
|
|
PainterBase.C \
|
|
|
|
PainterBase.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
PaperLayout.C \
|
|
|
|
ParagraphExtra.C \
|
2000-06-12 11:27:15 +00:00
|
|
|
PrinterParams.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
Spacing.C \
|
|
|
|
Spacing.h \
|
|
|
|
TableLayout.C \
|
2000-05-08 13:39:45 +00:00
|
|
|
TabularLayout.C \
|
2000-02-04 09:38:32 +00:00
|
|
|
TextCache.C \
|
|
|
|
TextCache.h \
|
2000-06-08 23:16:16 +00:00
|
|
|
Timeout.C \
|
|
|
|
Timeout.h \
|
2000-03-12 10:35:05 +00:00
|
|
|
ToolbarDefaults.C \
|
|
|
|
ToolbarDefaults.h \
|
2000-02-23 16:39:03 +00:00
|
|
|
UpdateInset.C \
|
|
|
|
UpdateInset.h \
|
2000-02-10 17:53:36 +00:00
|
|
|
WorkArea.C \
|
|
|
|
WorkArea.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
bibforms.h \
|
1999-12-21 06:10:21 +00:00
|
|
|
bmtable.c \
|
1999-09-27 18:44:28 +00:00
|
|
|
bmtable.h \
|
|
|
|
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
|
|
|
bullet_forms.C \
|
|
|
|
bullet_forms.h \
|
|
|
|
bullet_forms_cb.C \
|
|
|
|
chset.C \
|
|
|
|
chset.h \
|
|
|
|
combox.C \
|
|
|
|
combox.h \
|
|
|
|
commandtags.h \
|
|
|
|
config.h.in \
|
|
|
|
credits.C \
|
|
|
|
credits.h \
|
|
|
|
credits_form.C \
|
|
|
|
credits_form.h \
|
1999-12-13 15:31:52 +00:00
|
|
|
debug.C \
|
1999-10-07 18:44:17 +00:00
|
|
|
debug.h \
|
2000-02-17 19:59:08 +00:00
|
|
|
direction.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
figure.h \
|
|
|
|
filedlg.C \
|
|
|
|
filedlg.h \
|
2000-04-04 00:19:15 +00:00
|
|
|
font.C \
|
|
|
|
font.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
form1.C \
|
|
|
|
form1.h \
|
|
|
|
gettext.h \
|
|
|
|
include_form.h \
|
|
|
|
intl.C \
|
|
|
|
intl.h \
|
|
|
|
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 \
|
|
|
|
latexoptions.C \
|
|
|
|
latexoptions.h \
|
|
|
|
layout.C \
|
|
|
|
layout.h \
|
|
|
|
layout_forms.C \
|
|
|
|
layout_forms.h \
|
|
|
|
lyx.C \
|
|
|
|
lyx.h \
|
|
|
|
lyx_cb.C \
|
|
|
|
lyx_cb.h \
|
|
|
|
lyx_gui.C \
|
|
|
|
lyx_gui.h \
|
|
|
|
lyx_gui_misc.C \
|
|
|
|
lyx_gui_misc.h \
|
|
|
|
lyx_main.C \
|
|
|
|
lyx_main.h \
|
|
|
|
lyx_sendfax.C \
|
|
|
|
lyx_sendfax.h \
|
|
|
|
lyx_sendfax_main.C \
|
|
|
|
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 \
|
|
|
|
lyxfr0.C \
|
|
|
|
lyxfr0.h \
|
|
|
|
lyxfr1.C \
|
|
|
|
lyxfr1.h \
|
|
|
|
lyxfunc.C \
|
|
|
|
lyxfunc.h \
|
|
|
|
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 \
|
|
|
|
lyxparagraph.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 \
|
|
|
|
lyxvc.C \
|
|
|
|
lyxvc.h \
|
|
|
|
main.C \
|
|
|
|
menus.C \
|
|
|
|
menus.h \
|
|
|
|
minibuffer.C \
|
|
|
|
minibuffer.h \
|
|
|
|
nt_defines.h \
|
|
|
|
os2_defines.h \
|
|
|
|
os2_errortable.h \
|
|
|
|
paragraph.C \
|
|
|
|
print_form.C \
|
|
|
|
print_form.h \
|
|
|
|
screen.C \
|
|
|
|
sp_form.C \
|
|
|
|
sp_form.h \
|
|
|
|
spellchecker.C \
|
|
|
|
spellchecker.h \
|
1999-12-15 01:15:08 +00:00
|
|
|
stl_string_fwd.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
table.C \
|
|
|
|
table.h \
|
2000-04-21 15:16:22 +00:00
|
|
|
tabular.C \
|
|
|
|
tabular.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
tex-accent.C \
|
|
|
|
tex-accent.h \
|
|
|
|
tex-defs.h \
|
|
|
|
tex-strings.C \
|
|
|
|
tex-strings.h \
|
|
|
|
texoptions.C \
|
|
|
|
texrow.C \
|
|
|
|
texrow.h \
|
|
|
|
text.C \
|
|
|
|
text2.C \
|
|
|
|
toolbar.C \
|
|
|
|
toolbar.h \
|
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 \
|
1999-11-09 23:52:04 +00:00
|
|
|
vc-backend.C \
|
|
|
|
vc-backend.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
version.h \
|
|
|
|
vms_defines.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 \
|
|
|
|
lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
|
|
|
|
bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
|
2000-03-12 10:35:05 +00:00
|
|
|
lyxserver.h layout.h gettext.h kbmap.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
|
|
|
|
1999-10-02 16:21:10 +00:00
|
|
|
main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.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\*`
|