]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
Compile fix.
[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.o
13
14 libfrontends_o_LIBADD= `cat libxforms.objects` \
15         `cat libcontrollers.objects` \
16         support/libfrontendsupport.o
17
18 libfrontends_o_DEPENDENCIES = \
19         support/libfrontendsupport.o
20
21 libfrontends_o_SOURCES=\
22         Alert.C \
23         Alert.h \
24         Alert_pimpl.h \
25         Dialogs.C \
26         Dialogs.h \
27         DialogBase.h \
28         FileDialog.h \
29         GUIRunTime.h \
30         Liason.C \
31         Liason.h \
32         Menubar.C \
33         Menubar.h \
34         Timeout.C \
35         Timeout.h \
36         Toolbar.C \
37         Toolbar.h
38
39 EXTRA_DIST = qt2 gnome
40
41 dist-hook:
42         @cd $(distdir) ; \
43         rm -rf `find qt2 -name \*CVS\*`; \
44         rm -rf `find gnome -name \*CVS\*`