From 1a7953872548fdf7c21eab38b1d7690f7aeb8ca8 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 16 Jun 2016 21:05:27 +0200 Subject: [PATCH] Remove obsolete comments --- src/Makefile.am | 11 ----------- src/client/Makefile.am | 8 -------- 2 files changed, 19 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 90fb3e65af..36a9b0787f 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 3874376ab4..0a88c978b2 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