]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
fix tooltips in toolbar
[lyx.git] / src / frontends / Makefile.am
index fc2bf3205106facde1fcf342a4a33de429c6d3a8..a33b0048e302272928b749e2d27e3628b8171cb4 100644 (file)
@@ -1,20 +1,48 @@
-AUTOMAKE_OPTIONS = foreign 1.4
-DISTCLEANFILES= *.orig *.rej *~ *.bak core
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-SUBDIRS = @FRONTEND@
-ETAGS_ARGS = --lang=c++
-INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/@FRONTEND@ ${SIGC_CFLAGS}
-LIBS =
+include $(top_srcdir)/config/common.am
+
+SUBDIRS = controllers @FRONTEND@
+
+DIST_SUBDIRS = controllers xforms qt2 gnome
+
 noinst_LTLIBRARIES = libfrontends.la
-libfrontends_la_SOURCES=\
-       ButtonPolicies.C \
-       ButtonPolicies.h \
+
+LIBS += @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
+
+INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
+libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo
+
+libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
+
+libfrontends_la_SOURCES = \
+       Alert.C \
+       Alert.h \
+       Alert_pimpl.h \
+       Dialogs.C \
        Dialogs.h \
        DialogBase.h \
+       FileDialog.h \
        Liason.C \
        Liason.h \
+       LyXKeySym.h \
+       LyXKeySymFactory.h \
+       LyXScreenFactory.h \
+       LyXView.C \
+       LyXView.h \
        Menubar.C \
        Menubar.h \
+       Painter.C \
+       Painter.h \
+       Timeout.C \
+       Timeout.h \
        Toolbar.C \
-       Toolbar.h
-
+       Toolbar.h \
+       WorkArea.C \
+       WorkArea.h \
+       WorkAreaFactory.h \
+       font_metrics.h \
+       guiapi.h \
+       key_state.h \
+       lyx_gui.h \
+       mouse_state.h \
+       screen.C \
+       screen.h