mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 21:49:51 +00:00
556da959ae
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13458 a592a061-630c-0410-9148-cb99ea01b6c8
104 lines
1.9 KiB
Makefile
104 lines
1.9 KiB
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
SUBDIRS = tests
|
|
|
|
EXTRA_DIST = pch.h BCView.tmpl
|
|
|
|
BUILT_SOURCES = $(PCH_FILE)
|
|
|
|
noinst_LTLIBRARIES = libcontrollers.la
|
|
|
|
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
|
|
|
|
libcontrollers_la_SOURCES= \
|
|
Dialog.C \
|
|
Dialog.h \
|
|
Kernel.C \
|
|
Kernel.h \
|
|
biblio.C \
|
|
biblio.h \
|
|
character.C \
|
|
character.h \
|
|
frnt_lang.C \
|
|
frnt_lang.h \
|
|
tex_helpers.C \
|
|
tex_helpers.h \
|
|
BCView.h \
|
|
BCView.C \
|
|
ButtonController.C \
|
|
ButtonController.h \
|
|
ButtonPolicies.C \
|
|
ButtonPolicies.h \
|
|
ControlAboutlyx.C \
|
|
ControlAboutlyx.h \
|
|
ControlBibtex.C \
|
|
ControlBibtex.h \
|
|
ControlBox.C \
|
|
ControlBox.h \
|
|
ControlBranch.C \
|
|
ControlBranch.h \
|
|
ControlCharacter.C \
|
|
ControlCharacter.h \
|
|
ControlChanges.C \
|
|
ControlChanges.h \
|
|
ControlCitation.C \
|
|
ControlCitation.h \
|
|
ControlCommand.C \
|
|
ControlCommand.h \
|
|
ControlCommandBuffer.C \
|
|
ControlCommandBuffer.h \
|
|
ControlDocument.C \
|
|
ControlDocument.h \
|
|
ControlErrorList.C \
|
|
ControlErrorList.h \
|
|
ControlERT.C \
|
|
ControlERT.h \
|
|
ControlExternal.C \
|
|
ControlExternal.h \
|
|
ControlFloat.C \
|
|
ControlFloat.h \
|
|
ControlGraphics.C \
|
|
ControlGraphics.h \
|
|
ControlInclude.C \
|
|
ControlInclude.h \
|
|
ControlLog.C \
|
|
ControlLog.h \
|
|
ControlMath.C \
|
|
ControlMath.h \
|
|
ControlNote.C \
|
|
ControlNote.h \
|
|
ControlParagraph.C \
|
|
ControlParagraph.h \
|
|
ControlPreamble.C \
|
|
ControlPreamble.h \
|
|
ControlPrefs.C \
|
|
ControlPrefs.h \
|
|
ControlPrint.C \
|
|
ControlPrint.h \
|
|
ControlRef.C \
|
|
ControlRef.h \
|
|
ControlSearch.C \
|
|
ControlSearch.h \
|
|
ControlSendto.C \
|
|
ControlSendto.h \
|
|
ControlShowFile.C \
|
|
ControlShowFile.h \
|
|
ControlSpellchecker.C \
|
|
ControlSpellchecker.h \
|
|
ControlTabular.C \
|
|
ControlTabular.h \
|
|
ControlTabularCreate.C \
|
|
ControlTabularCreate.h \
|
|
ControlTexinfo.C \
|
|
ControlTexinfo.h \
|
|
ControlThesaurus.C \
|
|
ControlThesaurus.h \
|
|
ControlToc.C \
|
|
ControlToc.h \
|
|
ControlVSpace.C \
|
|
ControlVSpace.h \
|
|
ControlWrap.C \
|
|
ControlWrap.h \
|
|
helper_funcs.C \
|
|
helper_funcs.h
|