]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
(Rob Lahaye): small clean-up of the clean-ups already applied.
[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         Liason.C \
25         Liason.h \
26         LyXKeySym.h \
27         LyXKeySymFactory.h \
28         LyXScreenFactory.h \
29         LyXView.C \
30         LyXView.h \
31         Menubar.C \
32         Menubar.h \
33         Painter.C \
34         Painter.h \
35         Timeout.C \
36         Timeout.h \
37         Toolbar.C \
38         Toolbar.h \
39         WorkArea.C \
40         WorkArea.h \
41         WorkAreaFactory.h \
42         font_metrics.h \
43         guiapi.h \
44         guiapi.C \
45         key_state.h \
46         lyx_gui.h \
47         mouse_state.h \
48         screen.C \
49         screen.h