]> git.lyx.org Git - features.git/blob - src/frontends/qt2/Makefile.am
simplify and distcheck ready
[features.git] / src / frontends / qt2 / Makefile.am
1 include $(top_srcdir)/config/common.am
2 include $(srcdir)/Makefile.dialogs
3
4 SUBDIRS = ui moc
5
6 EXTRA_DIST = Makefile.dialogs
7
8 noinst_LTLIBRARIES = libqt2.la
9
10 INCLUDES = -I$(top_srcdir)/src/ -I$(top_srcdir)/src/frontends/ \
11         -I$(top_srcdir)/images \
12         $(FRONTEND_INCLUDES) $(BOOST_INCLUDES) \
13         -I$(top_srcdir)/src/frontends/controllers
14
15 AM_CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_TRANSLATION
16
17 libqt2_la_SOURCES = \
18         Alert_pimpl.C \
19         bulletstrings.C bulletstrings.h \
20         Dialogs.C \
21         Dialogs2.C \
22         Dialogs_impl.h \
23         FileDialog.C \
24         LyXKeySymFactory.C \
25         LyXScreenFactory.C \
26         Menubar_pimpl.C Menubar_pimpl.h \
27         Timeout_pimpl.C Timeout_pimpl.h \
28         QAbout.C QAbout.h \
29         QBibitem.C QBibitem.h \
30         QBibtex.C QBibtex.h \
31         QCharacter.C QCharacter.h \
32         QCitation.C QCitation.h \
33         QDocument.C QDocument.h \
34         QError.C QError.h \
35         QERT.C QERT.h \
36         QExternal.C QExternal.h \
37         QFloat.C QFloat.h \
38         QGraphics.C QGraphics.h \
39         QInclude.C QInclude.h \
40         QIndex.C QIndex.h \
41         QLImage.C QLImage.h \
42         QLog.C QLog.h \
43         QLPainter.C QLPainter.h \
44         QLyXKeySym.C QLyXKeySym.h \
45         QMath.C QMath.h \
46         QMinipage.C QMinipage.h \
47         QParagraph.C QParagraph.h \
48         QPrefs.C QPrefs.h \
49         QPrint.C QPrint.h \
50         QRef.C QRef.h \
51         QSearch.C QSearch.h \
52         QSendto.C QSendto.h \
53         QShowFile.C QShowFile.h \
54         QSpellchecker.C QSpellchecker.h \
55         QTabular.C QTabular.h \
56         QTabularCreate.C QTabularCreate.h \
57         QTexinfo.C QTexinfo.h \
58         QThesaurus.C QThesaurus.h \
59         QToc.C QToc.h \
60         QURL.C QURL.h \
61         QVCLog.C QVCLog.h \
62         QWorkArea.h QWorkArea.C \
63         QWrap.C QWrap.h \
64         Qt2BC.C Qt2BC.h \
65         QtLyXView.h \
66         WorkAreaFactory.C \
67         lyx_gui.C \
68         qcoloritem.h qcoloritem.C \
69         qfontexample.h qfontexample.C \
70         qfont_loader.h qfont_loader.C \
71         qfont_metrics.C \
72         qlkey.h \
73         qscreen.h qscreen.C \
74         qt_helpers.h qt_helpers.C \
75         $(MOCFILES)
76
77 libqt2.la: $(libqt2_la_OBJECTS) $(libqt2_la_DEPENDENCIES)