]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
We don't currently use fork anywhere (or if we do it's by mistake!), so
[lyx.git] / src / frontends / Makefile.am
index bf382d6ee8396725a5b19e183e6f5723a54f779b..5072965fbad6c9426c923a766f368195576cfe91 100644 (file)
@@ -4,27 +4,42 @@ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 # xforms has to be fixed here as we still need object files in this directory
 # for the compilation of other frontends, so until that we have to let this
 # here.
-SUBDIRS = xforms @FRONTEND@
+SUBDIRS = support controllers xforms @FRONTEND@
 ETAGS_ARGS = --lang=c++
-INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS}
+BOOST_INCLUDES = -I$(top_srcdir)/boost
+INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS} $(BOOST_INCLUDES)
 LIBS =
 noinst_LTLIBRARIES = libfrontends.la
+
+libfrontends_la_LIBADD= @FRONTEND_GUILIB@ \
+       support/libfrontendsupport.la \
+       controllers/libcontrollers.la
+
+libfrontends_la_DEPENDENCIES = @FRONTEND_GUILIB@ \
+       support/libfrontendsupport.la \
+       controllers/libcontrollers.la
+
 libfrontends_la_SOURCES=\
-       ButtonPolicies.C \
-       ButtonPolicies.h \
+       Alert.C \
+       Alert.h \
+       Alert_pimpl.h \
+       Dialogs.C \
        Dialogs.h \
        DialogBase.h \
-       GUIRunTime.C \
+       FileDialog.h \
        GUIRunTime.h \
        Liason.C \
        Liason.h \
        Menubar.C \
        Menubar.h \
+       Timeout.C \
+       Timeout.h \
        Toolbar.C \
        Toolbar.h
 
-EXTRA_DIST = kde gnome
+EXTRA_DIST = qt2 gnome
 
 dist-hook:
-       @cd $(distdir) ; rm -rf `find kde -name \*CVS\*`; \
-       rm -rf `find gnome -name \*CVS\*` 
+       @cd $(distdir) ; \
+       rm -rf `find qt2 -name \*CVS\*`; \
+       rm -rf `find gnome -name \*CVS\*`