1999-09-27 18:44:28 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
2000-06-12 11:27:15 +00:00
|
|
|
DISTCLEANFILES= *.orig *.rej *~ *.bak core
|
|
|
|
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|
2000-01-11 17:44:32 +00:00
|
|
|
noinst_LTLIBRARIES = libinsets.la
|
1999-11-22 16:19:48 +00:00
|
|
|
LIBS =
|
2000-06-12 11:27:15 +00:00
|
|
|
ETAGS_ARGS = --lang=c++
|
2000-06-21 12:41:18 +00:00
|
|
|
INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS)
|
1999-09-27 18:44:28 +00:00
|
|
|
|
2000-01-11 17:44:32 +00:00
|
|
|
libinsets_la_SOURCES = \
|
2000-02-29 15:00:16 +00:00
|
|
|
BoundingBox.h \
|
2000-06-12 11:27:15 +00:00
|
|
|
ExternalTemplate.C \
|
|
|
|
ExternalTemplate.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
figinset.C \
|
|
|
|
figinset.h \
|
2000-03-09 23:58:55 +00:00
|
|
|
form_graphics.C \
|
|
|
|
form_graphics.h \
|
1999-10-25 14:50:26 +00:00
|
|
|
form_url.C \
|
|
|
|
form_url.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
inset.C \
|
|
|
|
insetbib.C \
|
|
|
|
insetbib.h \
|
2000-06-12 11:27:15 +00:00
|
|
|
insetbutton.C \
|
|
|
|
insetbutton.h \
|
2000-06-07 08:53:40 +00:00
|
|
|
insetcite.C \
|
|
|
|
insetcite.h \
|
2000-03-08 13:52:57 +00:00
|
|
|
insetcollapsable.C \
|
|
|
|
insetcollapsable.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
insetcommand.C \
|
|
|
|
insetcommand.h \
|
|
|
|
inseterror.C \
|
|
|
|
inseterror.h \
|
2000-02-25 12:06:15 +00:00
|
|
|
insetert.C \
|
|
|
|
insetert.h \
|
2000-06-12 11:27:15 +00:00
|
|
|
insetexternal.C \
|
|
|
|
insetexternal.h \
|
2000-06-28 13:35:52 +00:00
|
|
|
insetfloat.h \
|
|
|
|
insetfloat.C \
|
2000-03-08 13:52:57 +00:00
|
|
|
insetfoot.C \
|
|
|
|
insetfoot.h \
|
2000-07-04 19:16:35 +00:00
|
|
|
insetfootlike.C \
|
|
|
|
insetfootlike.h \
|
2000-02-29 02:19:17 +00:00
|
|
|
insetgraphics.C \
|
|
|
|
insetgraphics.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
insetinclude.C \
|
|
|
|
insetinclude.h \
|
|
|
|
insetindex.C \
|
|
|
|
insetindex.h \
|
|
|
|
insetinfo.C \
|
|
|
|
insetinfo.h \
|
|
|
|
insetlabel.C \
|
|
|
|
insetlabel.h \
|
|
|
|
insetlatexaccent.C \
|
|
|
|
insetlatexaccent.h \
|
2000-06-28 13:35:52 +00:00
|
|
|
insetlist.C \
|
|
|
|
insetlist.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
insetloa.C \
|
|
|
|
insetloa.h \
|
|
|
|
insetlof.C \
|
|
|
|
insetlof.h \
|
|
|
|
insetlot.C \
|
|
|
|
insetlot.h \
|
2000-06-26 18:34:31 +00:00
|
|
|
insetmarginal.h \
|
|
|
|
insetmarginal.C \
|
2000-06-28 13:35:52 +00:00
|
|
|
insetminipage.C \
|
|
|
|
insetminipage.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
insetparent.C \
|
|
|
|
insetparent.h \
|
|
|
|
insetquotes.C \
|
|
|
|
insetquotes.h \
|
|
|
|
insetref.C \
|
|
|
|
insetref.h \
|
|
|
|
insetspecialchar.C \
|
|
|
|
insetspecialchar.h \
|
2000-04-19 14:42:19 +00:00
|
|
|
insettabular.C \
|
|
|
|
insettabular.h \
|
2000-07-04 19:16:35 +00:00
|
|
|
insettheorem.C \
|
|
|
|
insettheorem.h \
|
2000-02-25 12:06:15 +00:00
|
|
|
insettext.C \
|
|
|
|
insettext.h \
|
1999-09-27 18:44:28 +00:00
|
|
|
insettoc.C \
|
|
|
|
insettoc.h \
|
|
|
|
inseturl.C \
|
|
|
|
inseturl.h \
|
1999-10-13 10:34:07 +00:00
|
|
|
lyxinset.h
|