]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
The big renaming. Yowser.
[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 controllers 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
14 libfrontends_la_LIBADD= @FRONTEND_GUILIB@ \
15         support/libfrontendsupport.la \
16         controllers/libcontrollers.la
17
18 libfrontends_la_DEPENDENCIES = @FRONTEND_GUILIB@ \
19         support/libfrontendsupport.la \
20         controllers/libcontrollers.la
21
22 libfrontends_la_SOURCES=\
23         Dialogs.C \
24         Dialogs.h \
25         DialogBase.h \
26         FileDialog.h \
27         GUIRunTime.h \
28         Liason.C \
29         Liason.h \
30         Menubar.C \
31         Menubar.h \
32         Timeout.C \
33         Timeout.h \
34         Toolbar.C \
35         Toolbar.h
36
37 EXTRA_DIST = qt2 gnome
38
39 dist-hook:
40         @cd $(distdir) ; \
41         rm -rf `find qt2 -name \*CVS\*`; \
42         rm -rf `find gnome -name \*CVS\*`