]> git.lyx.org Git - features.git/blob - src/Makefile.am
remove the old painter, remove support for mono_video, reverse_video, fast selection...
[features.git] / src / Makefile.am
1 AUTOMAKE_OPTIONS = foreign
2 SUBDIRS = mathed insets support
3 DISTCLEANFILES = libintl.h config.h
4 MAINTAINERCLEANFILES = Makefile.in config.h.in
5 bin_PROGRAMS = lyx
6 lyx_DEPENDENCIES = mathed/libmathed.la insets/libinsets.la support/libsupport.la
7 lyx_LDADD = $(lyx_DEPENDENCIES) @INTLLIBS@ $(LYX_LIBS)
8 EXTRA_DIST = config.h.in stamp-h.in cheaders
9 ETAGS_ARGS = --c++
10 INCLUDES = -I${top_srcdir}/images
11 localedir = $(datadir)/locale
12 lyx_SOURCES = \
13         BackStack.h \
14         BufferView.C \
15         BufferView.h \
16         BufferView2.C \
17         Bullet.C \
18         Bullet.h \
19         Chktex.C \
20         Chktex.h \
21         DepTable.C \
22         DepTable.h \
23         FontInfo.C \
24         FontInfo.h \
25         FontLoader.C \
26         FontLoader.h \
27         ImportLaTeX.C \
28         ImportLaTeX.h \
29         ImportNoweb.C \
30         ImportNoweb.h \
31         LColor.C \
32         LColor.h \
33         LString.h \
34         LaTeX.C \
35         LaTeX.h \
36         LaTeXFeatures.C \
37         LaTeXFeatures.h \
38         LaTeXLog.C \
39         Literate.C \
40         Literate.h \
41         LyXAction.C \
42         LyXAction.h \
43         LyXSendto.C \
44         LyXView.C \
45         LyXView.h \
46         Makefile.in \
47         Painter.C \
48         Painter.h \
49         PainterBase.C \
50         PainterBase.h \
51         PaperLayout.C \
52         ParagraphExtra.C \
53         Spacing.C \
54         Spacing.h \
55         TableLayout.C \
56         TextCache.C \
57         TextCache.h \
58         WorkArea.C \
59         WorkArea.h \
60         bibforms.h \
61         bmtable.c \
62         bmtable.h \
63         broken_headers.h \
64         buffer.C \
65         buffer.h \
66         bufferlist.C \
67         bufferlist.h \
68         bufferparams.C \
69         bufferparams.h \
70         bullet_forms.C \
71         bullet_forms.h \
72         bullet_forms_cb.C \
73         chset.C \
74         chset.h \
75         combox.C \
76         combox.h \
77         commandtags.h \
78         config.h.in \
79         credits.C \
80         credits.h \
81         credits_form.C \
82         credits_form.h \
83         debug.C \
84         debug.h \
85         direction.h \
86         figure.h \
87         filedlg.C \
88         filedlg.h \
89         form1.C \
90         form1.h \
91         gettext.h \
92         include_form.h \
93         intl.C \
94         intl.h \
95         kbmap.C \
96         kbmap.h \
97         kbsequence.C \
98         kbsequence.h \
99         lastfiles.C \
100         lastfiles.h \
101         latexoptions.C \
102         latexoptions.h \
103         layout.C \
104         layout.h \
105         layout_forms.C \
106         layout_forms.h \
107         lyx.C \
108         lyx.h \
109         lyx_cb.C \
110         lyx_cb.h \
111         lyx_gui.C \
112         lyx_gui.h \
113         lyx_gui_misc.C \
114         lyx_gui_misc.h \
115         lyx_main.C \
116         lyx_main.h \
117         lyx_sendfax.C \
118         lyx_sendfax.h \
119         lyx_sendfax_main.C \
120         lyx_sty.C \
121         lyx_sty.h \
122         lyxcursor.h \
123         lyxfont.C \
124         lyxfont.h \
125         lyxfr0.C \
126         lyxfr0.h \
127         lyxfr1.C \
128         lyxfr1.h \
129         lyxfunc.C \
130         lyxfunc.h \
131         lyxlex.C \
132         lyxlex.h \
133         lyxlookup.C \
134         lyxlookup.h \
135         lyxparagraph.h \
136         lyxrc.C \
137         lyxrc.h \
138         lyxrow.h \
139         lyxscreen.h \
140         lyxserver.C \
141         lyxserver.h \
142         lyxtext.h \
143         lyxvc.C \
144         lyxvc.h \
145         main.C \
146         menus.C \
147         menus.h \
148         minibuffer.C \
149         minibuffer.h \
150         nt_defines.h \
151         os2_defines.h \
152         os2_errortable.h \
153         paragraph.C \
154         print_form.C \
155         print_form.h \
156         screen.C \
157         sp_form.C \
158         sp_form.h \
159         spellchecker.C \
160         spellchecker.h \
161         stl_string_fwd.h \
162         table.C \
163         table.h \
164         tex-accent.C \
165         tex-accent.h \
166         tex-defs.h \
167         tex-strings.C \
168         tex-strings.h \
169         texoptions.C \
170         texrow.C \
171         texrow.h \
172         text.C \
173         text2.C \
174         toolbar.C \
175         toolbar.h \
176         trans.C \
177         trans.h \
178         trans_decl.h \
179         trans_mgr.C \
180         trans_mgr.h \
181         undo.C \
182         undo.h \
183         vc-backend.C \
184         vc-backend.h \
185         version.h \
186         vms_defines.h \
187         vspace.C \
188         vspace.h
189
190 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
191         lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
192         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
193         lyxserver.h layout.h gettext.h kbmap.h
194         $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
195           -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
196
197 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
198         $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
199
200 dist-hook:
201         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`