]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
0dc1e8e0190fbfbe531abe0481aa1d479ec0535b
[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)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
12 libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo
13
14 libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
15
16 libfrontends_la_SOURCES = \
17         Alert.C \
18         Alert.h \
19         Alert_pimpl.h \
20         Dialogs.C \
21         Dialogs.h \
22         DialogBase.h \
23         FileDialog.h \
24         Liason.C \
25         Liason.h \
26         LyXKeySym.C \
27         LyXKeySym.h \
28         LyXKeySymFactory.h \
29         LyXScreenFactory.h \
30         LyXView.C \
31         LyXView.h \
32         Menubar.C \
33         Menubar.h \
34         Painter.C \
35         Painter.h \
36         Timeout.C \
37         Timeout.h \
38         Toolbar.C \
39         Toolbar.h \
40         WorkArea.C \
41         WorkArea.h \
42         WorkAreaFactory.h \
43         font_loader.h \
44         font_metrics.h \
45         guiapi.h \
46         key_state.h \
47         lyx_gui.h \
48         mouse_state.h \
49         screen.C \
50         screen.h