]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
include sys/time.h
[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 INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(BOOST_INCLUDES)
10
11 libfrontends_la_LDFLAGS = $(FRONTEND_LDFLAGS) $(FRONTEND_LIBS)
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         FileDialog.h \
23         LyXKeySym.h \
24         LyXKeySymFactory.h \
25         LyXScreenFactory.h \
26         LyXView.C \
27         LyXView.h \
28         Menubar.C \
29         Menubar.h \
30         Painter.C \
31         Painter.h \
32         Timeout.C \
33         Timeout.h \
34         Toolbar.C \
35         Toolbar.h \
36         WorkArea.C \
37         WorkArea.h \
38         WorkAreaFactory.h \
39         font_metrics.h \
40         guiapi.h \
41         guiapi.C \
42         key_state.h \
43         lyx_gui.h \
44         mouse_state.h \
45         screen.C \
46         screen.h