lyx_mirror/src/frontends/controllers/Makefile.am

85 lines
1.7 KiB
Makefile
Raw Normal View History

AUTOMAKE_OPTIONS = foreign 1.4
DISTCLEANFILES= *.orig *.rej *~ *.bak core
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
noinst_LTLIBRARIES = libcontrollers.la
BOOST_INCLUDES = -I$(top_srcdir)/boost
INCLUDES = -I${top_srcdir}/src/ \
-I${top_srcdir}/src/frontends/ \
${SIGC_CFLAGS} $(BOOST_INCLUDES)
LIBS =
ETAGS_ARGS = --lang=c++
libcontrollers_la_SOURCES=\
biblio.C \
biblio.h \
character.C \
character.h \
ButtonController.h \
ButtonControllerBase.C \
ButtonControllerBase.h \
ButtonPolicies.C \
ButtonPolicies.h \
ControlAboutlyx.C \
ControlAboutlyx.h \
ControlBibitem.C \
ControlBibitem.h \
ControlBibtex.C \
ControlBibtex.h \
ControlButtons.C \
ControlButtons.h \
ControlCharacter.C \
ControlCharacter.h \
ControlCitation.C \
ControlCitation.h \
ControlCommand.C \
ControlCommand.h \
ControlConnections.C \
ControlConnections.h \
ControlDialogs.h \
ControlError.h \
ControlError.C \
ControlERT.h \
ControlERT.C \
ControlExternal.h \
ControlExternal.C \
ControlFloat.h \
ControlFloat.C \
ControlGraphics.h \
ControlGraphics.C \
ControlInclude.C \
ControlInclude.h \
ControlIndex.C \
ControlIndex.h \
ControlInset.h \
ControlLog.C \
ControlLog.h \
ControlMinipage.C \
ControlMinipage.h \
ControlPreamble.C \
ControlPreamble.h \
ControlPrint.C \
ControlPrint.h \
ControlRef.C \
ControlRef.h \
ControlSearch.C \
ControlSearch.h \
ControlShowFile.C \
ControlShowFile.h \
ControlSpellchecker.C \
ControlSpellchecker.h \
ControlTabularCreate.C \
ControlTabularCreate.h \
ControlTexinfo.C \
ControlTexinfo.h \
ControlThesaurus.C \
ControlThesaurus.h \
ControlToc.C \
ControlToc.h \
ControlUrl.C \
ControlUrl.h \
ControlVCLog.C \
ControlVCLog.h \
GUI.h \
ViewBase.h \
helper_funcs.C \
helper_funcs.h