]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
88a42a342787e90fb9996ba0ac72194314c8aa82
[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 gtk
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         Dialogs.C \
20         Dialogs.h \
21         FileDialog.h \
22         LyXKeySym.h \
23         LyXKeySymFactory.h \
24         LyXScreenFactory.h \
25         LyXView.C \
26         LyXView.h \
27         Menubar.h \
28         Painter.C \
29         Painter.h \
30         Timeout.C \
31         Timeout.h \
32         Toolbars.C \
33         Toolbars.h \
34         WorkArea.h \
35         WorkAreaFactory.h \
36         font_metrics.h \
37         guiapi.h \
38         guiapi.C \
39         key_state.h \
40         lyx_gui.h \
41         mouse_state.h \
42         nullpainter.C \
43         nullpainter.h \
44         screen.C \
45         screen.h