]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
1bf400490f20bc383aec9ffad9723e43a608a54a
[lyx.git] / src / frontends / Makefile.am
1 include $(top_srcdir)/config/common.am
2
3 SUBDIRS = controllers $(FRONTEND)
4
5 DIST_SUBDIRS = controllers xforms qt2 gnome
6
7 noinst_LTLIBRARIES = libfrontends.la
8
9 LIBS += $(FRONTEND_LDFLAGS) $(FRONTEND_LIBS)
10
11 INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(BOOST_INCLUDES)
12
13 libfrontends_la_LIBADD = $(FRONTEND_GUILIB) controllers/*.lo
14
15 libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
16
17 libfrontends_la_SOURCES = \
18         Alert.C \
19         Alert.h \
20         Alert_pimpl.h \
21         Dialogs.C \
22         Dialogs.h \
23         FileDialog.h \
24         LyXKeySym.h \
25         LyXKeySymFactory.h \
26         LyXScreenFactory.h \
27         LyXView.C \
28         LyXView.h \
29         Menubar.C \
30         Menubar.h \
31         Painter.C \
32         Painter.h \
33         Timeout.C \
34         Timeout.h \
35         Toolbar.C \
36         Toolbar.h \
37         WorkArea.C \
38         WorkArea.h \
39         WorkAreaFactory.h \
40         font_metrics.h \
41         guiapi.h \
42         guiapi.C \
43         key_state.h \
44         lyx_gui.h \
45         mouse_state.h \
46         screen.C \
47         screen.h