|
From: <kin...@us...> - 2025-08-18 20:42:54
|
Revision: 7310
http://sourceforge.net/p/teem/code/7310
Author: kindlmann
Date: 2025-08-18 20:42:52 +0000 (Mon, 18 Aug 2025)
Log Message:
-----------
with the TeemV2 non-CMake simplification, TEEM_LINK_SHARED is removed, and thus moots the last remaining function in here
Removed Paths:
-------------
teem/trunk/src/make/errorCheck.mk
Deleted: teem/trunk/src/make/errorCheck.mk
===================================================================
--- teem/trunk/src/make/errorCheck.mk 2025-08-18 20:33:24 UTC (rev 7309)
+++ teem/trunk/src/make/errorCheck.mk 2025-08-18 20:42:52 UTC (rev 7310)
@@ -1,45 +0,0 @@
-#
-# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2025 University of Chicago
-# Copyright (C) 2005--2008 Gordon Kindlmann
-# Copyright (C) 1998--2004 University of Utah
-#
-# This library is free software; you can redistribute it and/or modify it under the terms
-# of the GNU Lesser General Public License (LGPL) as published by the Free Software
-# Foundation; either version 2.1 of the License, or (at your option) any later version.
-# The terms of redistributing and/or modifying this software also include exceptions to
-# the LGPL that facilitate static linking.
-#
-# This library is distributed in the hope that it will be useful, but WITHOUT ANY
-# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
-# You should have received a copy of the GNU Lesser General Public License
-# along with this library; if not, see <https://www.gnu.org/licenses/>.
-#
-
-
-####
-#### errorCheck.mk: checks on validity of the variables that make uses
-####
-
-## Other error checking ...
-##
-checkShext = $(if $(filter undefined,$(origin TEEM_LINK_SHARED)),,\
-$(if $(TEEM_SHEXT),,\
-$(warning *)\
-$(warning *)\
-$(warning * Cannot do shared library linking with TEEM_SHEXT unset)\
-$(warning * Set it in teem/make/arch.mk or as environment var)\
-$(warning *)\
-$(warning *)\
-$(error Make quitting)))
-
-checkTeemDest = $(if $(TEEM_DEST),\
-$(if $(filter-out /%,$(TEEM_DEST)),\
-$(warning *)\
-$(warning *)\
-$(warning * TEEM_DEST must be an absolute path (not $(TEEM_DEST)))\
-$(warning *)\
-$(warning *)\
-$(error Make quitting)\
-),)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|