]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
portoaddons
[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.h \
27         LyXKeySymFactory.h \
28         LyXScreenFactory.h \
29         LyXView.C \
30         LyXView.h \
31         Menubar.C \
32         Menubar.h \
33         MiniBuffer.C \
34         MiniBuffer.h \
35         Painter.C \
36         Painter.h \
37         Timeout.C \
38         Timeout.h \
39         Toolbar.C \
40         Toolbar.h \
41         WorkArea.C \
42         WorkArea.h \
43         WorkAreaFactory.h \
44         font_loader.h \
45         font_metrics.h \
46         guiapi.h \
47         key_state.h \
48         lyx_gui.h \
49         mouse_state.h \
50         screen.C \
51         screen.h