]> git.lyx.org Git - lyx.git/blob - src/frontends/Makefile.am
eae524cab16aa1b2fd98a05d91f8f1b7c8f9f1a3
[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}/@FRONTEND@ -I${srcdir}/xfroms ${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         Liason.C \
18         Liason.h \
19         Menubar.C \
20         Menubar.h \
21         Toolbar.C \
22         Toolbar.h
23