]> git.lyx.org Git - lyx.git/blob - src/Makefile.am
Hopefully fix the problem with stateText() in lyxfont.C
[lyx.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         BufferView_pimpl.C \
18         BufferView_pimpl.h \
19         Bullet.C \
20         Bullet.h \
21         Chktex.C \
22         Chktex.h \
23         ColorHandler.C \
24         ColorHandler.h \
25         CutAndPaste.C \
26         CutAndPaste.h \
27         DepTable.C \
28         DepTable.h \
29         FontInfo.C \
30         FontInfo.h \
31         FontLoader.C \
32         FontLoader.h \
33         ImportLaTeX.C \
34         ImportLaTeX.h \
35         ImportNoweb.C \
36         ImportNoweb.h \
37         LColor.C \
38         LColor.h \
39         LString.h \
40         LaTeX.C \
41         LaTeX.h \
42         LaTeXFeatures.C \
43         LaTeXFeatures.h \
44         LaTeXLog.C \
45         Literate.C \
46         Literate.h \
47         LyXAction.C \
48         LyXAction.h \
49         LyXSendto.C \
50         LyXView.C \
51         LyXView.h \
52         Makefile.in \
53         Painter.C \
54         Painter.h \
55         PainterBase.C \
56         PainterBase.h \
57         PaperLayout.C \
58         ParagraphExtra.C \
59         Spacing.C \
60         Spacing.h \
61         TableLayout.C \
62         TabularLayout.C \
63         TextCache.C \
64         TextCache.h \
65         ToolbarDefaults.C \
66         ToolbarDefaults.h \
67         UpdateInset.C \
68         UpdateInset.h \
69         WorkArea.C \
70         WorkArea.h \
71         bibforms.h \
72         bmtable.c \
73         bmtable.h \
74         broken_headers.h \
75         buffer.C \
76         buffer.h \
77         bufferlist.C \
78         bufferlist.h \
79         bufferparams.C \
80         bufferparams.h \
81         bufferview_funcs.C \
82         bufferview_funcs.h \
83         bullet_forms.C \
84         bullet_forms.h \
85         bullet_forms_cb.C \
86         chset.C \
87         chset.h \
88         combox.C \
89         combox.h \
90         commandtags.h \
91         config.h.in \
92         credits.C \
93         credits.h \
94         credits_form.C \
95         credits_form.h \
96         debug.C \
97         debug.h \
98         direction.h \
99         figure.h \
100         filedlg.C \
101         filedlg.h \
102         font.C \
103         font.h \
104         form1.C \
105         form1.h \
106         gettext.h \
107         include_form.h \
108         intl.C \
109         intl.h \
110         kbmap.C \
111         kbmap.h \
112         kbsequence.C \
113         kbsequence.h \
114         language.C \
115         language.h \
116         lastfiles.C \
117         lastfiles.h \
118         latexoptions.C \
119         latexoptions.h \
120         layout.C \
121         layout.h \
122         layout_forms.C \
123         layout_forms.h \
124         lyx.C \
125         lyx.h \
126         lyx_cb.C \
127         lyx_cb.h \
128         lyx_gui.C \
129         lyx_gui.h \
130         lyx_gui_misc.C \
131         lyx_gui_misc.h \
132         lyx_main.C \
133         lyx_main.h \
134         lyx_sendfax.C \
135         lyx_sendfax.h \
136         lyx_sendfax_main.C \
137         lyx_sty.C \
138         lyx_sty.h \
139         lyxcursor.h \
140         lyxfont.C \
141         lyxfont.h \
142         lyxfr0.C \
143         lyxfr0.h \
144         lyxfr1.C \
145         lyxfr1.h \
146         lyxfunc.C \
147         lyxfunc.h \
148         lyxlex.C \
149         lyxlex.h \
150         lyxlex_pimpl.C \
151         lyxlex_pimpl.h \
152         lyxlookup.C \
153         lyxlookup.h \
154         lyxparagraph.h \
155         lyxrc.C \
156         lyxrc.h \
157         lyxrow.h \
158         lyxscreen.h \
159         lyxserver.C \
160         lyxserver.h \
161         lyxtext.h \
162         lyxvc.C \
163         lyxvc.h \
164         main.C \
165         menus.C \
166         menus.h \
167         minibuffer.C \
168         minibuffer.h \
169         nt_defines.h \
170         os2_defines.h \
171         os2_errortable.h \
172         paragraph.C \
173         print_form.C \
174         print_form.h \
175         screen.C \
176         sp_form.C \
177         sp_form.h \
178         spellchecker.C \
179         spellchecker.h \
180         stl_string_fwd.h \
181         table.C \
182         table.h \
183         tabular.C \
184         tabular.h \
185         tex-accent.C \
186         tex-accent.h \
187         tex-defs.h \
188         tex-strings.C \
189         tex-strings.h \
190         texoptions.C \
191         texrow.C \
192         texrow.h \
193         text.C \
194         text2.C \
195         toolbar.C \
196         toolbar.h \
197         tracer.C \
198         tracer.h \
199         trans.C \
200         trans.h \
201         trans_decl.h \
202         trans_mgr.C \
203         trans_mgr.h \
204         undo.C \
205         undo.h \
206         vc-backend.C \
207         vc-backend.h \
208         version.h \
209         vms_defines.h \
210         vspace.C \
211         vspace.h
212
213 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
214         lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
215         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
216         lyxserver.h layout.h gettext.h kbmap.h 
217         $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
218           -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
219
220 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
221         $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
222
223 dist-hook:
224         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`