]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Makefile.am
implement getLabelList
[lyx.git] / src / frontends / Makefile.am
index 615c405777a78ef6b6a493f93c36e81f704f0f3e..99bcd621d9693891ee0d6e2339e042181180de1d 100644 (file)
@@ -1,18 +1,33 @@
 AUTOMAKE_OPTIONS = foreign 1.4
 DISTCLEANFILES= *.orig *.rej *~ *.bak core
 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-SUBDIRS = @FRONTEND@
+# 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 = support xforms controllers @FRONTEND@
 ETAGS_ARGS = --lang=c++
-INCLUDES = -I${srcdir}/.. -I${srcdir}/@FRONTEND@
+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_SOURCES=\
        Dialogs.h \
        DialogBase.h \
+       FileDialog.h \
+       GUIRunTime.h \
        Liason.C \
        Liason.h \
        Menubar.C \
        Menubar.h \
+       Timeout.C \
+       Timeout.h \
        Toolbar.C \
        Toolbar.h
 
+EXTRA_DIST = kde qt2 gnome
+
+dist-hook:
+       @cd $(distdir) ; \
+       rm -rf `find kde -name \*CVS\*`; \
+       rm -rf `find qt2 -name \*CVS\*`; \
+       rm -rf `find gnome -name \*CVS\*`