]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/xforms/Makefile.am
fix up build (also need patch sent to list), bring back doc/par dialogs,
[lyx.git] / src / frontends / qt2 / xforms / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
3 noinst_LTLIBRARIES = libqt2xforms.la
4 BOOST_INCLUDES = -I$(top_srcdir)/boost
5 INCLUDES = -I${top_srcdir}/src/ -I${top_srcdir}/src/frontends/ \
6         ${SIGC_CFLAGS} -I$(top_srcdir)/images ${FRONTEND_INCLUDES} $(BOOST_INCLUDES) \
7         -I$(top_srcdir)/src/frontends/controllers
8
9 DISTCLEANFILES = $(XFORMS_SOURCES) $(BUILTSOURCES) *.orig *.rej *~ *.bak core
10
11 LIBS=
12 ETAGS_ARGS = --lang=c++
13
14 XFORMS_SOURCES = \
15         bmtable.h \
16         bmtable.c \
17         combox.h \
18         combox.C \
19         Color.h \
20         Color.C \
21         DropDown.h \
22         DropDown.C \
23         FormBase.h \
24         FormBase.C \
25         FormBaseDeprecated.h \
26         FormBaseDeprecated.C \
27         FormDocument.h \
28         FormDocument.C \
29         FormParagraph.h \
30         FormParagraph.C \
31         FormMathsBitmap.h \
32         FormMathsBitmap.C \
33         FormMathsDeco.h \
34         FormMathsDeco.C \
35         FormMathsDelim.h \
36         FormMathsDelim.C \
37         FormMathsMatrix.h \
38         FormMathsMatrix.C \
39         FormMathsPanel.h \
40         FormMathsPanel.C \
41         FormMathsStyle.h \
42         FormMathsStyle.C \
43         FormMathsSpace.h \
44         FormMathsSpace.C \
45         FormPreferences.h \
46         FormPreferences.C \
47         FormTabular.h \
48         FormTabular.C \
49         FormInset.h \
50         FormInset.C \
51         MathsSymbols.h \
52         MathsSymbols.C \
53         Menubar_pimpl.h \
54         Menubar_pimpl.C \
55         RadioButtonGroup.h \
56         RadioButtonGroup.C \
57         Toolbar_pimpl.h \
58         Toolbar_pimpl.C \
59         Tooltips.h \
60         Tooltips.C \
61         form_document.h \
62         form_document.C \
63         form_paragraph.h \
64         form_paragraph.C \
65         form_preferences.h \
66         form_preferences.C \
67         form_tabular.h \
68         form_tabular.C \
69         form_maths_deco.h \
70         form_maths_deco.C \
71         form_maths_delim.h \
72         form_maths_delim.C \
73         form_maths_matrix.h \
74         form_maths_matrix.C \
75         form_maths_panel.h \
76         form_maths_panel.C \
77         form_maths_space.h \
78         form_maths_space.C \
79         form_maths_style.h \
80         form_maths_style.C \
81         input_validators.h \
82         input_validators.C \
83         xformsBC.h \
84         xformsBC.C \
85         xforms_helpers.h \
86         xforms_helpers.C
87  
88 $(XFORMS_SOURCES):
89         for i in $(XFORMS_SOURCES); do ln -sf "${top_srcdir}/src/frontends/xforms/$$i" . ; done
90  
91 ETAGS_ARGS = --lang=c++
92
93 libqt2xforms_la_SOURCES = \
94         $(XFORMS_SOURCES)