Remove obsolete comments

This commit is contained in:
Georg Baum 2016-06-16 21:05:27 +02:00
parent c737f1cddf
commit 1a79538725
2 changed files with 0 additions and 19 deletions

View File

@ -51,8 +51,6 @@ lyx_LDFLAGS = -framework AppKit -framework ApplicationServices \
-Wl,-rpath,@executable_path/../Frameworks
endif
#lyx_LDFLAGS=-Wl,-O1
if INSTALL_MACOSX
APPLESPELL = AppleSpellChecker.cpp AppleSpellChecker.h
endif
@ -72,10 +70,6 @@ HUNSPELL = HunspellChecker.cpp HunspellChecker.h
PWL = PersonalWordList.cpp PersonalWordList.h
endif
# These four objects are linked as object files as they are not
# referenced within the core and therefore are not picked up
# by the linker without looping over libs. We do not want that,
# and in fact libtools seems not able to do that.
lyx_SOURCES = \
main.cpp \
$(APPLESPELL) \
@ -676,11 +670,6 @@ HEADERFILESINSETS = \
insets/InsetVSpace.h \
insets/InsetWrap.h
# insets/InsetList.cpp \
# insets/InsetList.h \
# insets/InsetSection.h \
# insets/InsetSection.cpp
lyxinsets.cpp:
$(AM_V_GEN)for file in $(SOURCEFILESINSETS) ; do echo '#include "'$${file}'"' ; done >$@

View File

@ -20,14 +20,6 @@ if INSTALL_MACOSX
lyxclient_LDFLAGS = -framework AppKit
endif
# everything below the line containing the single backslashs
# an ugly hack and needed because of the
# linking problems described in ../Makefile.am
# These four objects are linked as object files as they are not
# referenced within the core and therefore are not picked up
# by the linker without looping over libs. We do not want that,
# and in fact libtools seems not able to do that.
SOURCEFILES = \
boost.cpp \
client.cpp