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