]> git.lyx.org Git - features.git/blob - src/frontends/Makefile.am
This commit is purely mechanical and get rid of lyx_gui.[Ch].
[features.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         FontMetrics.h \
26         LyXKeySym.h \
27         LyXKeySymFactory.h \
28         LyXView.C \
29         LyXView.h \
30         Menubar.h \
31         Painter.C \
32         Painter.h \
33         Timeout.C \
34         Timeout.h \
35         Toolbars.C \
36         Toolbars.h \
37         Clipboard.h \
38         Gui.h \
39         Selection.h \
40         WorkArea.C \
41         WorkArea.h \
42         guiapi.h \
43         guiapi.C \
44         key_state.h \
45         mouse_state.h \
46         nullpainter.C \
47         nullpainter.h