]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / Makefile.am
index 4f7bc41e1a2c353dbc6e43b45cc19cd880deee09..6e6f82d9a672a7e1f34457ab4e5b21d2beab3ae0 100644 (file)
@@ -1,18 +1,12 @@
 include $(top_srcdir)/config/common.am
 
-SUBDIRS = controllers @FRONTEND@
+SUBDIRS = controllers $(FRONTENDS_SUBDIRS)
 
-noinst_LTLIBRARIES = libfrontends.la
-
-LIBS += @FRONTEND_LDFLAGS@ @FRONTEND_LIBS@
-
-INCLUDES = $(FRONTEND_INCLUDES) -I$(srcdir)/..  $(SIGC_CFLAGS) $(BOOST_INCLUDES)
-
-EXTRA_DIST = xforms qt2 gnome
+DIST_SUBDIRS = controllers xforms qt2 gnome gtk
 
-libfrontends_la_LIBADD = @FRONTEND_GUILIB@ controllers/*.lo
+noinst_LTLIBRARIES = libfrontends.la
 
-libfrontends_la_DEPENDENCIES = $(libfrontends_la_LIBADD)
+INCLUDES = -I$(srcdir)/..  $(BOOST_INCLUDES)
 
 libfrontends_la_SOURCES = \
        Alert.C \
@@ -20,26 +14,26 @@ libfrontends_la_SOURCES = \
        Alert_pimpl.h \
        Dialogs.C \
        Dialogs.h \
-       DialogBase.h \
        FileDialog.h \
-       GUIRunTime.h \
-       Liason.C \
-       Liason.h \
-       Menubar.C \
+       LyXKeySym.h \
+       LyXKeySymFactory.h \
+       LyXScreenFactory.h \
+       LyXView.C \
+       LyXView.h \
        Menubar.h \
+       Painter.C \
+       Painter.h \
        Timeout.C \
        Timeout.h \
        Toolbar.C \
-       Toolbar.h
-
-dist-hook:
-       @cd $(distdir) ; \
-       rm -rf `find qt2 -name \*CVS\*`; \
-       rm -rf `find gnome -name \*CVS\*`
-
-distclean-local:
-       for dir in $(EXTRA_DIST) ; do \
-       if test -f $$dir/Makefile ; then \
-               make -C $$dir distclean ; \
-       fi ; \
-       done
+       Toolbar.h \
+       WorkArea.h \
+       WorkAreaFactory.h \
+       font_metrics.h \
+       guiapi.h \
+       guiapi.C \
+       key_state.h \
+       lyx_gui.h \
+       mouse_state.h \
+       screen.C \
+       screen.h