]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
allow to compile several frontends at once (and produce several binaries)
[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
6
7 noinst_LTLIBRARIES = libfrontends.la
8
9 INCLUDES = -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         Toolbar.C \
29         Toolbar.h \
30         WorkArea.C \
31         WorkArea.h \
32         WorkAreaFactory.h \
33         font_metrics.h \
34         guiapi.h \
35         guiapi.C \
36         key_state.h \
37         lyx_gui.h \
38         mouse_state.h \
39         screen.C \
40         screen.h