]> git.lyx.org Git - lyx.git/blob - src/insets/Makefile.am
last updates from 1.0.4, no more updates expected from that branch now
[lyx.git] / src / insets / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 MAINTAINERCLEANFILES = Makefile.in
3 noinst_PROGRAMS = insets.o
4 LIBS=
5 LDFLAGS=
6 ETAGS_ARGS = --c++
7 INCLUDES = -I${srcdir}/../
8 CXXLINK = $(LD) -r -o $(noinst_PROGRAMS)
9
10 insets_o_SOURCES = \
11         figinset.C \
12         figinset.h \
13         inset.C \
14         insetbib.C \
15         insetbib.h \
16         insetcommand.C \
17         insetcommand.h \
18         inseterror.C \
19         inseterror.h \
20         insetinclude.C \
21         insetinclude.h \
22         insetindex.C \
23         insetindex.h \
24         insetinfo.C \
25         insetinfo.h \
26         insetlabel.C \
27         insetlabel.h \
28         insetlatex.C \
29         insetlatex.h \
30         insetlatexaccent.C \
31         insetlatexaccent.h \
32         insetloa.C \
33         insetloa.h \
34         insetlof.C \
35         insetlof.h \
36         insetlot.C \
37         insetlot.h \
38         insetparent.C \
39         insetparent.h \
40         insetquotes.C \
41         insetquotes.h \
42         insetref.C \
43         insetref.h \
44         insetspecialchar.C \
45         insetspecialchar.h \
46         insettoc.C \
47         insettoc.h \
48         inseturl.C \
49         inseturl.h \
50         lyxinset.h