lyx_mirror/src/insets/Makefile.am
Jean-Marc Lasgouttes 62e038c594 Insets cleanup patch from Angus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1127 a592a061-630c-0410-9148-cb99ea01b6c8
2000-10-17 09:14:34 +00:00

84 lines
1.5 KiB
Makefile

AUTOMAKE_OPTIONS = foreign
DISTCLEANFILES= *.orig *.rej *~ *.bak core
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
noinst_LTLIBRARIES = libinsets.la
LIBS =
ETAGS_ARGS = --lang=c++
BOOST_INCLUDES = -I$(top_srcdir)/boost
INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
libinsets_la_SOURCES = \
BoundingBox.h \
ExternalTemplate.C \
ExternalTemplate.h \
figinset.C \
figinset.h \
form_graphics.C \
form_graphics.h \
inset.C \
insetbib.C \
insetbib.h \
insetbutton.C \
insetbutton.h \
insetcaption.C \
insetcaption.h \
insetcite.C \
insetcite.h \
insetcollapsable.C \
insetcollapsable.h \
insetcommand.C \
insetcommand.h \
inseterror.C \
inseterror.h \
insetert.C \
insetert.h \
insetexternal.C \
insetexternal.h \
insetfloat.h \
insetfloat.C \
insetfoot.C \
insetfoot.h \
insetfootlike.C \
insetfootlike.h \
insetgraphicsParams.h \
insetgraphicsParams.C \
insetgraphics.C \
insetgraphics.h \
insetinclude.C \
insetinclude.h \
insetindex.C \
insetindex.h \
insetinfo.C \
insetinfo.h \
insetlabel.C \
insetlabel.h \
insetlatexaccent.C \
insetlatexaccent.h \
insetlist.C \
insetlist.h \
insetmarginal.h \
insetmarginal.C \
insetminipage.C \
insetminipage.h \
insetparent.C \
insetparent.h \
insetquotes.C \
insetquotes.h \
insetref.C \
insetref.h \
insetsection.h \
insetsection.C \
insetspecialchar.C \
insetspecialchar.h \
insettabular.C \
insettabular.h \
insettext.C \
insettext.h \
insettheorem.C \
insettheorem.h \
insettoc.C \
insettoc.h \
inseturl.C \
inseturl.h \
lyxinset.h