]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
John's KDE FormRef 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 = xforms @FRONTEND@
8 ETAGS_ARGS = --lang=c++
9 INCLUDES = ${FRONTEND_INCLUDES} -I${srcdir}/.. -I${srcdir}/xforms ${SIGC_CFLAGS}
10 LIBS =
11 noinst_LTLIBRARIES = libfrontends.la
12 libfrontends_la_SOURCES=\
13         ButtonPolicies.C \
14         ButtonPolicies.h \
15         Dialogs.h \
16         DialogBase.h \
17         GUIRunTime.h \
18         Liason.C \
19         Liason.h \
20         Menubar.C \
21         Menubar.h \
22         Toolbar.C \
23         Toolbar.h
24
25 EXTRA_DIST = kde gnome
26
27 dist-hook:
28         @cd $(distdir) ; rm -rf `find kde -name \*CVS\*`; \
29         rm -rf `find gnome -name \*CVS\*`