]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
This commit introduces the FontLoader interface class. In the future, I intend to...
[lyx.git] / src / frontends / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
4
5 DIST_SUBDIRS = controllers qt3 gtk qt4
6
7 EXTRA_DIST = pch.h
8
9 BUILT_SOURCES = $(PCH_FILE)
10
11 noinst_LTLIBRARIES = libfrontends.la
12
13 AM_CPPFLAGS += $(PCH_FLAGS) -I$(srcdir)/..  $(BOOST_INCLUDES)
14
15 libfrontends_la_SOURCES = \
16         Alert.C \
17         Alert.h \
18         Alert_pimpl.h \
19         Application.C \
20         Application.h \
21         Dialogs.C \
22         Dialogs.h \
23         FileDialog.h \
24         FontLoader.h \
25         LyXKeySym.h \
26         LyXKeySymFactory.h \
27         LyXView.C \
28         LyXView.h \
29         Menubar.h \
30         Painter.C \
31         Painter.h \
32         Timeout.C \
33         Timeout.h \
34         Toolbars.C \
35         Toolbars.h \
36         Clipboard.h \
37         Gui.h \
38         Selection.h \
39         WorkArea.C \
40         WorkArea.h \
41         font_metrics.h \
42         guiapi.h \
43         guiapi.C \
44         key_state.h \
45         lyx_gui.C \
46         lyx_gui.h \
47         mouse_state.h \
48         nullpainter.C \
49         nullpainter.h