]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/Makefile.am
The initial merge of the Qt frontend, and the necessary compile fixes.
[lyx.git] / src / frontends / qt2 / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = xforms ui moc
4
5 EXTRA_DIST = Makefile.dialogs QDocument.C QDocument.h \
6         QDocumentDialog.C QDocumentDialog.h QParagraph.h QParagraph.C \
7         QParagraphDialog.h QParagraphDialog.C
8
9 noinst_LTLIBRARIES = libqt2.la
10
11 INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
12         $(SIGC_CFLAGS) -I$(top_srcdir)/images \
13         $(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
14         -I$(top_srcdir)/src/frontends/controllers
15
16 AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR
17
18 include $(srcdir)/Makefile.dialogs
19
20 libqt2_la_SOURCES = \
21         $(DIALOGSOURCES) \
22         Alert_pimpl.C \
23         Dialogs.C \
24         FileDialog.C \
25         FileDialog_private.C \
26         LyXScreenFactory.C \
27         Menubar_pimpl.C \
28         Menubar_pimpl.h \
29         Timeout_pimpl.C \
30         Timeout_pimpl.h \
31         Toolbar_pimpl.C \
32         Toolbar_pimpl.h \
33         QContentPane.C \
34         QContentPane.h \
35         QLPainter.C \
36         QLPainter.h \
37         QLyXKeySym.C \
38         QLyXKeySym.h \
39         Qt2Base.C \
40         Qt2Base.h \
41         Qt2BC.C \
42         Qt2BC.h \
43         QtView.h \
44         QtView.C \
45         QWorkArea.h \
46         QWorkArea.C \
47         WorkAreaFactory.C \
48         emptytable.C \
49         emptytable.h \
50         guiapi.C \
51         lengthcombo.C \
52         lengthcombo.h \
53         lyx_gui.C \
54         qfont_loader.h \
55         qfont_loader.C \
56         qfont_metrics.C \
57         qlkey.h \
58         qscreen.h \
59         qscreen.C \
60         qttableview.h \
61         qttableview.C
62
63 libqt2.la: $(libqt2_la_OBJECTS) $(libqt2_la_DEPENDENCIES)