mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Rename .C => .cpp for files in src/frontends/controllers, step 1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17999 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f6ab280632
commit
98ebb77841
@ -18,7 +18,7 @@ set(LINKED_FILES
|
||||
)
|
||||
|
||||
set(tex2lyx_sources
|
||||
${TOP_SRC_DIR}/src/tex2lyx/boost.C
|
||||
${TOP_SRC_DIR}/src/tex2lyx/boost.cpp
|
||||
${TOP_SRC_DIR}/src/tex2lyx/context.C
|
||||
${TOP_SRC_DIR}/src/tex2lyx/gettext.C
|
||||
${TOP_SRC_DIR}/src/tex2lyx/lengthcommon.C
|
||||
|
@ -541,46 +541,46 @@ src_frontends_controllers_header_files = Split('''
|
||||
|
||||
|
||||
src_frontends_controllers_files = Split('''
|
||||
BCView.C
|
||||
ButtonController.C
|
||||
ButtonPolicies.C
|
||||
ControlAboutlyx.C
|
||||
ControlBibtex.C
|
||||
ControlBox.C
|
||||
ControlBranch.C
|
||||
ControlChanges.C
|
||||
ControlCharacter.C
|
||||
ControlCitation.C
|
||||
ControlCommand.C
|
||||
ControlCommandBuffer.C
|
||||
ControlDocument.C
|
||||
ControlERT.C
|
||||
ControlErrorList.C
|
||||
ControlExternal.C
|
||||
ControlFloat.C
|
||||
ControlGraphics.C
|
||||
ControlInclude.C
|
||||
ControlLog.C
|
||||
ControlMath.C
|
||||
ControlNote.C
|
||||
ControlParagraph.C
|
||||
ControlPrefs.C
|
||||
ControlPrint.C
|
||||
ControlRef.C
|
||||
ControlSearch.C
|
||||
ControlSendto.C
|
||||
ControlShowFile.C
|
||||
ControlSpellchecker.C
|
||||
ControlTabular.C
|
||||
ControlTabularCreate.C
|
||||
ControlTexinfo.C
|
||||
ControlThesaurus.C
|
||||
ControlToc.C
|
||||
ControlVSpace.C
|
||||
ControlViewSource.C
|
||||
ControlWrap.C
|
||||
Dialog.C
|
||||
Kernel.C
|
||||
BCView.cpp
|
||||
ButtonController.cpp
|
||||
ButtonPolicies.cpp
|
||||
ControlAboutlyx.cpp
|
||||
ControlBibtex.cpp
|
||||
ControlBox.cpp
|
||||
ControlBranch.cpp
|
||||
ControlChanges.cpp
|
||||
ControlCharacter.cpp
|
||||
ControlCitation.cpp
|
||||
ControlCommand.cpp
|
||||
ControlCommandBuffer.cpp
|
||||
ControlDocument.cpp
|
||||
ControlERT.cpp
|
||||
ControlErrorList.cpp
|
||||
ControlExternal.cpp
|
||||
ControlFloat.cpp
|
||||
ControlGraphics.cpp
|
||||
ControlInclude.cpp
|
||||
ControlLog.cpp
|
||||
ControlMath.cpp
|
||||
ControlNote.cpp
|
||||
ControlParagraph.cpp
|
||||
ControlPrefs.cpp
|
||||
ControlPrint.cpp
|
||||
ControlRef.cpp
|
||||
ControlSearch.cpp
|
||||
ControlSendto.cpp
|
||||
ControlShowFile.cpp
|
||||
ControlSpellchecker.cpp
|
||||
ControlTabular.cpp
|
||||
ControlTabularCreate.cpp
|
||||
ControlTexinfo.cpp
|
||||
ControlThesaurus.cpp
|
||||
ControlToc.cpp
|
||||
ControlVSpace.cpp
|
||||
ControlViewSource.cpp
|
||||
ControlWrap.cpp
|
||||
Dialog.cpp
|
||||
Kernel.cpp
|
||||
frontend_helpers.cpp
|
||||
''')
|
||||
|
||||
|
@ -17,19 +17,19 @@ src/exporter.C
|
||||
src/format.C
|
||||
src/frontends/LyXView.C
|
||||
src/frontends/WorkArea.C
|
||||
src/frontends/controllers/ControlAboutlyx.C
|
||||
src/frontends/controllers/ControlBibtex.C
|
||||
src/frontends/controllers/ControlBox.C
|
||||
src/frontends/controllers/ControlDocument.C
|
||||
src/frontends/controllers/ControlErrorList.C
|
||||
src/frontends/controllers/ControlExternal.C
|
||||
src/frontends/controllers/ControlGraphics.C
|
||||
src/frontends/controllers/ControlInclude.C
|
||||
src/frontends/controllers/ControlLog.C
|
||||
src/frontends/controllers/ControlPrefs.C
|
||||
src/frontends/controllers/ControlPrint.C
|
||||
src/frontends/controllers/ControlSpellchecker.C
|
||||
src/frontends/controllers/ControlToc.C
|
||||
src/frontends/controllers/ControlAboutlyx.cpp
|
||||
src/frontends/controllers/ControlBibtex.cpp
|
||||
src/frontends/controllers/ControlBox.cpp
|
||||
src/frontends/controllers/ControlDocument.cpp
|
||||
src/frontends/controllers/ControlErrorList.cpp
|
||||
src/frontends/controllers/ControlExternal.cpp
|
||||
src/frontends/controllers/ControlGraphics.cpp
|
||||
src/frontends/controllers/ControlInclude.cpp
|
||||
src/frontends/controllers/ControlLog.cpp
|
||||
src/frontends/controllers/ControlPrefs.cpp
|
||||
src/frontends/controllers/ControlPrint.cpp
|
||||
src/frontends/controllers/ControlSpellchecker.cpp
|
||||
src/frontends/controllers/ControlToc.cpp
|
||||
src/frontends/controllers/frontend_helpers.cpp
|
||||
src/frontends/qt4/Alert_pimpl.C
|
||||
src/frontends/qt4/BulletsModule.C
|
||||
|
@ -115,7 +115,7 @@ lyx_SOURCES = \
|
||||
WordLangTuple.h \
|
||||
author.C \
|
||||
author.h \
|
||||
boost.C \
|
||||
boost.cpp \
|
||||
box.h \
|
||||
box.C \
|
||||
buffer.C \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file boost.C
|
||||
* \file boost.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -19,7 +19,7 @@ lyxclient_LDADD = \
|
||||
$(BOOST_LIBS) $(LIBICONV) $(INTLLIBS) @LIBS@ $(SOCKET_LIBS)
|
||||
|
||||
lyxclient_SOURCES = \
|
||||
boost.C \
|
||||
boost.cpp \
|
||||
client.C \
|
||||
debug.C \
|
||||
debug.h \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file boost.C
|
||||
* \file boost.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file BCView.C
|
||||
* \file BCView.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ButtonController.C
|
||||
* \file ButtonController.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ButtonPolicies.C
|
||||
* \file ButtonPolicies.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlAboutlyx.C
|
||||
* \file ControlAboutlyx.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlBibtex.C
|
||||
* \file ControlBibtex.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlBox.C
|
||||
* \file ControlBox.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlBranch.C
|
||||
* \file ControlBranch.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlChanges.C
|
||||
* \file ControlChanges.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlCharacter.C
|
||||
* \file ControlCharacter.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlCitation.C
|
||||
* \file ControlCitation.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlCommand.C
|
||||
* \file ControlCommand.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlCommandBuffer.C
|
||||
* \file ControlCommandBuffer.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlDocument.C
|
||||
* \file ControlDocument.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlERT.C
|
||||
* \file ControlERT.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlErrorList.C
|
||||
* \file ControlErrorList.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlExternal.C
|
||||
* \file ControlExternal.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlFloat.C
|
||||
* \file ControlFloat.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlGraphics.C
|
||||
* \file ControlGraphics.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlInclude.C
|
||||
* \file ControlInclude.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlLog.C
|
||||
* \file ControlLog.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlMath.C
|
||||
* \file ControlMath.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlNote.C
|
||||
* \file ControlNote.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlParagraph.C
|
||||
* \file ControlParagraph.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlPrefs.C
|
||||
* \file ControlPrefs.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlPrint.C
|
||||
* \file ControlPrint.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlRef.C
|
||||
* \file ControlRef.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlSearch.C
|
||||
* \file ControlSearch.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlSendto.C
|
||||
* \file ControlSendto.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlShowFile.C
|
||||
* \file ControlShowFile.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlSpellchecker.C
|
||||
* \file ControlSpellchecker.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlTabular.C
|
||||
* \file ControlTabular.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlTabularCreate.C
|
||||
* \file ControlTabularCreate.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlTexinfo.C
|
||||
* \file ControlTexinfo.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlThesaurus.C
|
||||
* \file ControlThesaurus.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlToc.C
|
||||
* \file ControlToc.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlVSpace.C
|
||||
* \file ControlVSpace.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlViewSource.C
|
||||
* \file ControlViewSource.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file ControlWrap.C
|
||||
* \file ControlWrap.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file Dialog.C
|
||||
* \file Dialog.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file Kernel.C
|
||||
* \file Kernel.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -11,85 +11,85 @@ noinst_LTLIBRARIES = libcontrollers.la
|
||||
AM_CPPFLAGS += $(PCH_FLAGS) -I$(top_srcdir)/src $(BOOST_INCLUDES)
|
||||
|
||||
libcontrollers_la_SOURCES= \
|
||||
Dialog.C \
|
||||
Dialog.cpp \
|
||||
Dialog.h \
|
||||
Kernel.C \
|
||||
Kernel.cpp \
|
||||
Kernel.h \
|
||||
BCView.h \
|
||||
BCView.C \
|
||||
ButtonController.C \
|
||||
BCView.cpp \
|
||||
ButtonController.cpp \
|
||||
ButtonController.h \
|
||||
ButtonPolicies.C \
|
||||
ButtonPolicies.cpp \
|
||||
ButtonPolicies.h \
|
||||
ControlAboutlyx.C \
|
||||
ControlAboutlyx.cpp \
|
||||
ControlAboutlyx.h \
|
||||
ControlBibtex.C \
|
||||
ControlBibtex.cpp \
|
||||
ControlBibtex.h \
|
||||
ControlBox.C \
|
||||
ControlBox.cpp \
|
||||
ControlBox.h \
|
||||
ControlBranch.C \
|
||||
ControlBranch.cpp \
|
||||
ControlBranch.h \
|
||||
ControlCharacter.C \
|
||||
ControlCharacter.cpp \
|
||||
ControlCharacter.h \
|
||||
ControlChanges.C \
|
||||
ControlChanges.cpp \
|
||||
ControlChanges.h \
|
||||
ControlCitation.C \
|
||||
ControlCitation.cpp \
|
||||
ControlCitation.h \
|
||||
ControlCommand.C \
|
||||
ControlCommand.cpp \
|
||||
ControlCommand.h \
|
||||
ControlCommandBuffer.C \
|
||||
ControlCommandBuffer.cpp \
|
||||
ControlCommandBuffer.h \
|
||||
ControlDocument.C \
|
||||
ControlDocument.cpp \
|
||||
ControlDocument.h \
|
||||
ControlErrorList.C \
|
||||
ControlErrorList.cpp \
|
||||
ControlErrorList.h \
|
||||
ControlERT.C \
|
||||
ControlERT.cpp \
|
||||
ControlERT.h \
|
||||
ControlExternal.C \
|
||||
ControlExternal.cpp \
|
||||
ControlExternal.h \
|
||||
ControlFloat.C \
|
||||
ControlFloat.cpp \
|
||||
ControlFloat.h \
|
||||
ControlGraphics.C \
|
||||
ControlGraphics.cpp \
|
||||
ControlGraphics.h \
|
||||
ControlInclude.C \
|
||||
ControlInclude.cpp \
|
||||
ControlInclude.h \
|
||||
ControlLog.C \
|
||||
ControlLog.cpp \
|
||||
ControlLog.h \
|
||||
ControlViewSource.C \
|
||||
ControlViewSource.cpp \
|
||||
ControlViewSource.h \
|
||||
ControlMath.C \
|
||||
ControlMath.cpp \
|
||||
ControlMath.h \
|
||||
ControlNote.C \
|
||||
ControlNote.cpp \
|
||||
ControlNote.h \
|
||||
ControlParagraph.C \
|
||||
ControlParagraph.cpp \
|
||||
ControlParagraph.h \
|
||||
ControlPrefs.C \
|
||||
ControlPrefs.cpp \
|
||||
ControlPrefs.h \
|
||||
ControlPrint.C \
|
||||
ControlPrint.cpp \
|
||||
ControlPrint.h \
|
||||
ControlRef.C \
|
||||
ControlRef.cpp \
|
||||
ControlRef.h \
|
||||
ControlSearch.C \
|
||||
ControlSearch.cpp \
|
||||
ControlSearch.h \
|
||||
ControlSendto.C \
|
||||
ControlSendto.cpp \
|
||||
ControlSendto.h \
|
||||
ControlShowFile.C \
|
||||
ControlShowFile.cpp \
|
||||
ControlShowFile.h \
|
||||
ControlSpellchecker.C \
|
||||
ControlSpellchecker.cpp \
|
||||
ControlSpellchecker.h \
|
||||
ControlTabular.C \
|
||||
ControlTabular.cpp \
|
||||
ControlTabular.h \
|
||||
ControlTabularCreate.C \
|
||||
ControlTabularCreate.cpp \
|
||||
ControlTabularCreate.h \
|
||||
ControlTexinfo.C \
|
||||
ControlTexinfo.cpp \
|
||||
ControlTexinfo.h \
|
||||
ControlThesaurus.C \
|
||||
ControlThesaurus.cpp \
|
||||
ControlThesaurus.h \
|
||||
ControlToc.C \
|
||||
ControlToc.cpp \
|
||||
ControlToc.h \
|
||||
ControlVSpace.C \
|
||||
ControlVSpace.cpp \
|
||||
ControlVSpace.h \
|
||||
ControlWrap.C \
|
||||
ControlWrap.cpp \
|
||||
ControlWrap.h \
|
||||
frontend_helpers.cpp \
|
||||
frontend_helpers.h
|
||||
|
@ -14,8 +14,8 @@ AM_CPPFLAGS += $(BOOST_INCLUDES)
|
||||
|
||||
biblio_LDADD = $(BOOST_REGEX)
|
||||
biblio_SOURCES = \
|
||||
biblio.C \
|
||||
boost.C
|
||||
biblio.cpp \
|
||||
boost.cpp
|
||||
|
||||
makeregfiles: ${check_PROGRAMS}
|
||||
for all in ${check_PROGRAMS} ; do \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file boost.C
|
||||
* \file boost.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -21,18 +21,18 @@ convert_LDADD = ../../debug.o ../convert.o ../docstring.o ../lstrings.o ../unico
|
||||
convert_LDFLAGS = $(QT4_CORE_LDFLAGS)
|
||||
convert_SOURCES = \
|
||||
convert.C \
|
||||
boost.C
|
||||
boost.cpp
|
||||
|
||||
filetools_LDADD = ../../debug.o ../libsupport.la $(BOOST_REGEX) $(BOOST_FILESYSTEM)
|
||||
filetools_SOURCES = \
|
||||
filetools.C \
|
||||
boost.C
|
||||
boost.cpp
|
||||
|
||||
lstrings_LDADD = ../../debug.o ../lstrings.o ../convert.o ../docstring.o ../unicode.o ../qstring_helpers.o $(QT4_CORE_LIB)
|
||||
lstrings_LDFLAGS = $(QT4_CORE_LDFLAGS)
|
||||
lstrings_SOURCES = \
|
||||
lstrings.C \
|
||||
boost.C
|
||||
boost.cpp
|
||||
|
||||
makeregfiles: ${check_PROGRAMS}
|
||||
for all in ${check_PROGRAMS} ; do \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file boost.C
|
||||
* \file boost.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
@ -37,7 +37,7 @@ BUILT_SOURCES = $(PCH_FILE) $(LINKED_FILES)
|
||||
tex2lyx_SOURCES = \
|
||||
$(LINKED_FILES) \
|
||||
Spacing.h \
|
||||
boost.C \
|
||||
boost.cpp \
|
||||
context.C \
|
||||
context.h \
|
||||
gettext.C \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/**
|
||||
* \file boost.C
|
||||
* \file boost.cpp
|
||||
* This file is part of LyX, the document processor.
|
||||
* Licence details can be found in the file COPYING.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user