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