]> git.lyx.org Git - features.git/blob - src/frontends/Makefile.am
cleanout the boost dir, cleanup the frontends Makefile.am
[features.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_SOURCES=\
19         Dialogs.C \
20         Dialogs.h \
21         DialogBase.h \
22         FileDialog.h \
23         GUIRunTime.h \
24         Liason.C \
25         Liason.h \
26         Menubar.C \
27         Menubar.h \
28         Timeout.C \
29         Timeout.h \
30         Toolbar.C \
31         Toolbar.h
32
33 EXTRA_DIST = kde qt2 gnome
34
35 dist-hook:
36         @cd $(distdir) ; \
37         rm -rf `find kde -name \*CVS\*`; \
38         rm -rf `find qt2 -name \*CVS\*`; \
39         rm -rf `find gnome -name \*CVS\*`