]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
John's FormExternal patch, Edwin's Qt2 patch and Baruch's gnome patch.
[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 @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         ButtonPolicies.C \
15         ButtonPolicies.h \
16         Dialogs.h \
17         DialogBase.h \
18         FileDialog.h \
19         GUIRunTime.h \
20         Liason.C \
21         Liason.h \
22         Menubar.C \
23         Menubar.h \
24         Timeout.C \
25         Timeout.h \
26         Toolbar.C \
27         Toolbar.h
28
29 EXTRA_DIST = kde qt2 gnome
30
31 dist-hook:
32         @cd $(distdir) ; \
33         rm -rf `find kde -name \*CVS\*`; \
34         rm -rf `find qt2 -name \*CVS\*`; \
35         rm -rf `find gnome -name \*CVS\*`