]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
controller-view split of FormLog and FormVCLog.
[lyx.git] / src / frontends / Makefile.am
1 AUTOMAKE_OPTIONS = foreign 1.4
2 DISTCLEANFILES= *.orig *.rej *~ *.bak core
3 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
4 # xforms has to be fixed here as we still need object files in this directory
5 # for the compilation of other frontends, so until that we have to let this
6 # here.
7 SUBDIRS = support xforms controllers @FRONTEND@
8 ETAGS_ARGS = --lang=c++
9 BOOST_INCLUDES = -I$(top_srcdir)/boost
10 INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS} $(BOOST_INCLUDES)
11 LIBS =
12 noinst_LTLIBRARIES = libfrontends.la
13 libfrontends_la_SOURCES=\
14         Dialogs.h \
15         DialogBase.h \
16         FileDialog.h \
17         GUIRunTime.h \
18         Liason.C \
19         Liason.h \
20         Menubar.C \
21         Menubar.h \
22         Timeout.C \
23         Timeout.h \
24         Toolbar.C \
25         Toolbar.h
26
27 EXTRA_DIST = kde qt2 gnome
28
29 dist-hook:
30         @cd $(distdir) ; \
31         rm -rf `find kde -name \*CVS\*`; \
32         rm -rf `find qt2 -name \*CVS\*`; \
33         rm -rf `find gnome -name \*CVS\*`