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