]> git.lyx.org Git - lyx.git/blob - src/Makefile.am
white-space changes, removed definitions.h several enum changes because of this,...
[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_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 cheaders
10 ETAGS_ARGS = --c++
11 INCLUDES = -I${top_srcdir}/images
12 localedir = $(datadir)/locale
13 lyx_SOURCES = \
14         BackStack.h \
15         BufferView.C \
16         BufferView.h \
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         LString.h \
32         LaTeX.C \
33         LaTeX.h \
34         LaTeXFeatures.C \
35         LaTeXFeatures.h \
36         LaTeXLog.C \
37         Literate.C \
38         Literate.h \
39         LyXAction.C \
40         LyXAction.h \
41         LyXSendto.C \
42         LyXView.C \
43         LyXView.h \
44         Makefile.in \
45         PaperLayout.C \
46         ParagraphExtra.C \
47         Spacing.C \
48         Spacing.h \
49         TableLayout.C \
50         bibforms.h \
51         bmtable.C \
52         bmtable.h \
53         broken_const.h \
54         broken_headers.h \
55         buffer.C \
56         buffer.h \
57         bufferlist.C \
58         bufferlist.h \
59         bufferparams.C \
60         bufferparams.h \
61         bullet_forms.C \
62         bullet_forms.h \
63         bullet_forms_cb.C \
64         chset.C \
65         chset.h \
66         combox.C \
67         combox.h \
68         commandtags.h \
69         config.h.in \
70         credits.C \
71         credits.h \
72         credits_form.C \
73         credits_form.h \
74         debug.h \
75         figure.h \
76         filedlg.C \
77         filedlg.h \
78         form1.C \
79         form1.h \
80         gettext.h \
81         include_form.h \
82         intl.C \
83         intl.h \
84         kbmap.C \
85         kbmap.h \
86         lastfiles.C \
87         lastfiles.h \
88         latexoptions.C \
89         latexoptions.h \
90         layout.C \
91         layout.h \
92         layout_forms.C \
93         layout_forms.h \
94         lyx.C \
95         lyx.h \
96         lyx_cb.C \
97         lyx_cb.h \
98         lyx_gui.C \
99         lyx_gui.h \
100         lyx_gui_misc.C \
101         lyx_gui_misc.h \
102         lyx_main.C \
103         lyx_main.h \
104         lyx_sendfax.C \
105         lyx_sendfax.h \
106         lyx_sendfax_main.C \
107         lyx_sty.C \
108         lyx_sty.h \
109         lyxcursor.h \
110         lyxdraw.C \
111         lyxdraw.h \
112         lyxfont.C \
113         lyxfont.h \
114         lyxfr0.C \
115         lyxfr0.h \
116         lyxfr1.C \
117         lyxfr1.h \
118         lyxfunc.C \
119         lyxfunc.h \
120         lyxlex.C \
121         lyxlex.h \
122         lyxlookup.C \
123         lyxlookup.h \
124         lyxparagraph.h \
125         lyxrc.C \
126         lyxrc.h \
127         lyxrow.h \
128         lyxscreen.h \
129         lyxserver.C \
130         lyxserver.h \
131         lyxtext.h \
132         lyxvc.C \
133         lyxvc.h \
134         main.C \
135         menus.C \
136         menus.h \
137         minibuffer.C \
138         minibuffer.h \
139         nt_defines.h \
140         os2_defines.h \
141         os2_errortable.h \
142         paragraph.C \
143         print_form.C \
144         print_form.h \
145         screen.C \
146         sp_form.C \
147         sp_form.h \
148         spellchecker.C \
149         spellchecker.h \
150         table.C \
151         table.h \
152         tex-accent.C \
153         tex-accent.h \
154         tex-defs.h \
155         tex-strings.C \
156         tex-strings.h \
157         texoptions.C \
158         texrow.C \
159         texrow.h \
160         text.C \
161         text2.C \
162         toolbar.C \
163         toolbar.h \
164         trans.C \
165         trans.h \
166         trans_decl.h \
167         trans_mgr.C \
168         trans_mgr.h \
169         undo.C \
170         undo.h \
171         vc-backend.C \
172         vc-backend.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 debug.h gettext.h \
179         lyx_gui.h lyx_gui_misc.h lyxrc.h support/path.h support/filetools.h \
180         bufferlist.h debug.h support/FileInfo.h lastfiles.h intl.h \
181         lyxserver.h layout.h gettext.h
182         $(CXXCOMPILE) -DLYX_DIR=\"$(LYX_DIR)\" -DTOP_SRCDIR=\"$(top_srcdir)\" \
183         -DLYX_NAME=\"$(PACKAGE)\" -c $(top_srcdir)/src/lyx_main.C
184
185 main.o: main.C config.h lyx_main.h gettext.h LString.h support/filetools.h
186         $(CXXCOMPILE) -DPACKAGE=\"$(PACKAGE)\" -DLOCALEDIR=\"$(localedir)\" \
187         -c ${top_srcdir}/src/main.C
188
189 dist-hook:
190         cd $(distdir) ; rm -rf `find cheaders -name \*CVS\*`