commit 1a7953872548fdf7c21eab38b1d7690f7aeb8ca8
Author: Georg Baum <[email protected]>
Date: Thu Jun 16 21:05:27 2016 +0200
Remove obsolete comments
diff --git a/src/Makefile.am b/src/Makefile.am
index 90fb3e6..36a9b07 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 >$@
diff --git a/src/client/Makefile.am b/src/client/Makefile.am
index 3874376..0a88c97 100644
--- a/src/client/Makefile.am
+++ b/src/client/Makefile.am
@@ -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