1999-09-27 18:44:28 +00:00
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
2000-01-11 17:44:32 +00:00
|
|
|
noinst_LTLIBRARIES = libinsets.la
|
1999-11-22 16:19:48 +00:00
|
|
|
LIBS =
|
1999-09-27 18:44:28 +00:00
|
|
|
ETAGS_ARGS = --c++
|
1999-10-14 15:55:06 +00:00
|
|
|
INCLUDES = -I${srcdir}/../
|
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 \
|
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-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-03-08 13:52:57 +00:00
|
|
|
insetfoot.C \
|
|
|
|
insetfoot.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 \
|
|
|
|
insetloa.C \
|
|
|
|
insetloa.h \
|
|
|
|
insetlof.C \
|
|
|
|
insetlof.h \
|
|
|
|
insetlot.C \
|
|
|
|
insetlot.h \
|
|
|
|
insetparent.C \
|
|
|
|
insetparent.h \
|
|
|
|
insetquotes.C \
|
|
|
|
insetquotes.h \
|
|
|
|
insetref.C \
|
|
|
|
insetref.h \
|
|
|
|
insetspecialchar.C \
|
|
|
|
insetspecialchar.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
|