]> git.lyx.org Git - features.git/blob - src/Makefile.am
read changelog
[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         figure.h \
86         filedlg.C \
87         filedlg.h \
88         form1.C \
89         form1.h \
90         gettext.h \
91         include_form.h \
92         intl.C \
93         intl.h \
94         kbmap.C \
95         kbmap.h \
96         kbsequence.C \
97         kbsequence.h \
98         lastfiles.C \
99         lastfiles.h \
100         latexoptions.C \
101         latexoptions.h \
102         layout.C \
103         layout.h \
104         layout_forms.C \
105         layout_forms.h \
106         lyx.C \
107         lyx.h \
108         lyx_cb.C \
109         lyx_cb.h \
110         lyx_gui.C \
111         lyx_gui.h \
112         lyx_gui_misc.C \
113         lyx_gui_misc.h \
114         lyx_main.C \
115         lyx_main.h \
116         lyx_sendfax.C \
117         lyx_sendfax.h \
118         lyx_sendfax_main.C \
119         lyx_sty.C \
120         lyx_sty.h \
121         lyxcursor.h \
122         lyxfont.C \
123         lyxfont.h \
124         lyxfr0.C \
125         lyxfr0.h \
126         lyxfr1.C \
127         lyxfr1.h \
128         lyxfunc.C \
129         lyxfunc.h \
130         lyxlex.C \
131         lyxlex.h \
132         lyxlookup.C \
133         lyxlookup.h \
134         lyxparagraph.h \
135         lyxrc.C \
136         lyxrc.h \
137         lyxrow.h \
138         lyxscreen.h \
139         lyxserver.C \
140         lyxserver.h \
141         lyxtext.h \
142         lyxvc.C \
143         lyxvc.h \
144         main.C \
145         menus.C \
146         menus.h \
147         minibuffer.C \
148         minibuffer.h \
149         nt_defines.h \
150         os2_defines.h \
151         os2_errortable.h \
152         paragraph.C \
153         print_form.C \
154         print_form.h \
155         screen.C \
156         sp_form.C \
157         sp_form.h \
158         spellchecker.C \
159         spellchecker.h \
160         stl_string_fwd.h \
161         table.C \
162         table.h \
163         tex-accent.C \
164         tex-accent.h \
165         tex-defs.h \
166         tex-strings.C \
167         tex-strings.h \
168         texoptions.C \
169         texrow.C \
170         texrow.h \
171         text.C \
172         text2.C \
173         toolbar.C \
174         toolbar.h \
175         trans.C \
176         trans.h \
177         trans_decl.h \
178         trans_mgr.C \
179         trans_mgr.h \
180         undo.C \
181         undo.h \
182         vc-backend.C \
183         vc-backend.h \
184         version.h \
185         vms_defines.h \
186         vspace.C \
187         vspace.h
188
189 lyx_main.o: lyx_main.C lyx_main.h config.h version.h lyx_gui.h \
190         lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
191         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
192         lyxserver.h layout.h gettext.h kbmap.h
193         $(CXXCOMPILE) -DLYX_DIR=\"$(pkgdatadir)\" \
194           -DTOP_SRCDIR=\"$(top_srcdir)\" -c $(top_srcdir)/src/lyx_main.C
195
196 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
197         $(CXXCOMPILE) -DLOCALEDIR=\"$(localedir)\" -c $(top_srcdir)/src/main.C
198
199 dist-hook:
200         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`