]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
74d2f42f271d9b86b0890f0dbc1d5c830a986515
[lyx.git] / src / frontends / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
4
5 DIST_SUBDIRS = controllers xforms qt2 gnome gtk
6
7 noinst_LTLIBRARIES = libfrontends.la
8
9 AM_CPPFLAGS = $(PCH_FLAGS) -I$(srcdir)/..  $(BOOST_INCLUDES)
10
11 libfrontends_la_SOURCES = \
12         Alert.C \
13         Alert.h \
14         Alert_pimpl.h \
15         Dialogs.C \
16         Dialogs.h \
17         FileDialog.h \
18         LyXKeySym.h \
19         LyXKeySymFactory.h \
20         LyXScreenFactory.h \
21         LyXView.C \
22         LyXView.h \
23         Menubar.h \
24         Painter.C \
25         Painter.h \
26         Timeout.C \
27         Timeout.h \
28         Toolbars.C \
29         Toolbars.h \
30         WorkArea.h \
31         WorkAreaFactory.h \
32         font_metrics.h \
33         guiapi.h \
34         guiapi.C \
35         key_state.h \
36         lyx_gui.h \
37         mouse_state.h \
38         nullpainter.C \
39         nullpainter.h \
40         screen.C \
41         screen.h