]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
Assume unknown formats are EPS, hacky solution before implementing a real one.
[lyx.git] / src / insets / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 noinst_LTLIBRARIES = libinsets.la
5 LIBS =
6 ETAGS_ARGS = --lang=c++
7 BOOST_INCLUDES = -I$(top_srcdir)/boost
8 INCLUDES = -I${srcdir}/../ $(SIGC_CFLAGS) $(BOOST_INCLUDES)
9
10 EXTRA_DIST = \
11         insetinfo.C \
12         insetinfo.h \
13         insetlist.C \
14         insetlist.h \
15         insetsection.h \
16         insetsection.C \
17         insettheorem.C \
18         insettheorem.h
19
20 libinsets_la_SOURCES = \
21         ExternalTemplate.C \
22         ExternalTemplate.h \
23         figinset.C \
24         figinset.h \
25         inset.C \
26         inset.h \
27         insetbib.C \
28         insetbib.h \
29         insetbutton.C \
30         insetbutton.h \
31         insetcaption.C \
32         insetcaption.h \
33         insetcite.C \
34         insetcite.h \
35         insetcollapsable.C \
36         insetcollapsable.h \
37         insetcommand.C \
38         insetcommand.h \
39         inseterror.C \
40         inseterror.h \
41         insetert.C \
42         insetert.h \
43         insetexternal.C \
44         insetexternal.h \
45         insetfloat.h \
46         insetfloat.C \
47         insetfloatlist.C \
48         insetfloatlist.h \
49         insetfoot.C \
50         insetfoot.h \
51         insetfootlike.C \
52         insetfootlike.h \
53         insetgraphicsParams.h \
54         insetgraphicsParams.C \
55         insetgraphics.C \
56         insetgraphics.h \
57         insetinclude.C \
58         insetinclude.h \
59         insetindex.C \
60         insetindex.h \
61         insetlabel.C \
62         insetlabel.h \
63         insetlatexaccent.C \
64         insetlatexaccent.h \
65         insetmarginal.h \
66         insetmarginal.C \
67         insetminipage.C \
68         insetminipage.h \
69         insetnote.C \
70         insetnote.h \
71         insetparent.C \
72         insetparent.h \
73         insetquotes.C \
74         insetquotes.h \
75         insetref.C \
76         insetref.h \
77         insetspecialchar.C \
78         insetspecialchar.h \
79         insettabular.C \
80         insettabular.h \
81         insettext.C \
82         insettext.h \
83         insettoc.C \
84         insettoc.h \
85         inseturl.C \
86         inseturl.h
87 #       insetlist.C \
88 #       insetlist.h \
89 #       insetsection.h \
90 #       insetsection.C \
91 #       insettheorem.C \
92 #       insettheorem.h \