]> git.lyx.org Git - features.git/blob - src/Makefile.am
merge from the string-switch branch and ready for a prelease.
[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_LDADD = mathed/mathed.o insets/insets.o support/libsupport.a \
7         @INTLLIBS@ @LYX_LIBS@
8 lyx_DEPENDENCIES = mathed insets support/libsupport.a
9 EXTRA_DIST = config.h.in stamp-h.in
10 ETAGS_ARGS = --c++
11 INCLUDES = -I${top_srcdir}/images
12 lyx_SOURCES = \
13         BackStack.h \
14         BufferView.C \
15         BufferView.h \
16         Bullet.C \
17         Bullet.h \
18         Chktex.C \
19         Chktex.h \
20         DepTable.C \
21         DepTable.h \
22         FontInfo.C \
23         FontInfo.h \
24         FontLoader.C \
25         FontLoader.h \
26         ImportLaTeX.C \
27         ImportLaTeX.h \
28         ImportNoweb.C \
29         ImportNoweb.h \
30         LString.h \
31         LaTeX.C \
32         LaTeX.h \
33         LaTeXFeatures.C \
34         LaTeXFeatures.h \
35         LaTeXLog.C \
36         Literate.C \
37         Literate.h \
38         LyXAction.C \
39         LyXAction.h \
40         LyXSendto.C \
41         LyXView.C \
42         LyXView.h \
43         Makefile.in \
44         PaperLayout.C \
45         ParagraphExtra.C \
46         Spacing.C \
47         Spacing.h \
48         TableLayout.C \
49         bibforms.h \
50         bmtable.C \
51         bmtable.h \
52         broken_const.h \
53         broken_headers.h \
54         buffer.C \
55         buffer.h \
56         bufferlist.C \
57         bufferlist.h \
58         bufferparams.C \
59         bufferparams.h \
60         bullet_forms.C \
61         bullet_forms.h \
62         bullet_forms_cb.C \
63         chset.C \
64         chset.h \
65         combox.C \
66         combox.h \
67         commandtags.h \
68         config.h.in \
69         credits.C \
70         credits.h \
71         credits_form.C \
72         credits_form.h \
73         definitions.h \
74         error.C \
75         error.h \
76         figure.h \
77         filedlg.C \
78         filedlg.h \
79         form1.C \
80         form1.h \
81         gettext.h \
82         include_form.h \
83         intl.C \
84         intl.h \
85         kbmap.C \
86         kbmap.h \
87         lastfiles.C \
88         lastfiles.h \
89         latexoptions.C \
90         latexoptions.h \
91         layout.C \
92         layout.h \
93         layout_forms.C \
94         layout_forms.h \
95         lyx.C \
96         lyx.h \
97         lyx_cb.C \
98         lyx_cb.h \
99         lyx_gui.C \
100         lyx_gui.h \
101         lyx_gui_misc.C \
102         lyx_gui_misc.h \
103         lyx_main.C \
104         lyx_main.h \
105         lyx_sendfax.C \
106         lyx_sendfax.h \
107         lyx_sendfax_main.C \
108         lyx_sty.C \
109         lyx_sty.h \
110         lyxcursor.h \
111         lyxdraw.C \
112         lyxdraw.h \
113         lyxfont.C \
114         lyxfont.h \
115         lyxfr0.C \
116         lyxfr0.h \
117         lyxfr1.C \
118         lyxfr1.h \
119         lyxfunc.C \
120         lyxfunc.h \
121         lyxlex.C \
122         lyxlex.h \
123         lyxlookup.C \
124         lyxlookup.h \
125         lyxparagraph.h \
126         lyxrc.C \
127         lyxrc.h \
128         lyxrow.h \
129         lyxscreen.h \
130         lyxserver.C \
131         lyxserver.h \
132         lyxtext.h \
133         lyxvc.C \
134         lyxvc.h \
135         main.C \
136         menus.C \
137         menus.h \
138         minibuffer.C \
139         minibuffer.h \
140         nt_defines.h \
141         os2_defines.h \
142         os2_errortable.h \
143         paragraph.C \
144         pathstack.C \
145         pathstack.h \
146         print_form.C \
147         print_form.h \
148         screen.C \
149         sp_form.C \
150         sp_form.h \
151         spellchecker.C \
152         spellchecker.h \
153         table.C \
154         table.h \
155         tex-accent.C \
156         tex-accent.h \
157         tex-defs.h \
158         tex-strings.C \
159         tex-strings.h \
160         texoptions.C \
161         texrow.C \
162         texrow.h \
163         text.C \
164         text2.C \
165         toolbar.C \
166         toolbar.h \
167         trans.C \
168         trans.h \
169         trans_decl.h \
170         trans_mgr.C \
171         trans_mgr.h \
172         undo.h \
173         version.h \
174         vms_defines.h \
175         vspace.C \
176         vspace.h
177
178 lyx_main.o: lyx_main.C lyx_main.h config.h version.h error.h gettext.h
179         $(CXXCOMPILE) -DLYX_DIR=\"$(LYX_DIR)\" -DTOP_SRCDIR=\"$(top_srcdir)\" \
180         -DLYX_NAME=\"$(PACKAGE)\" -c $(top_srcdir)/src/lyx_main.C
181
182 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
183         $(CXXCOMPILE) -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(localedir)\" \
184         -c ${top_srcdir}/src/main.C