|
From: <kin...@us...> - 2025-08-22 19:19:27
|
Revision: 7325
http://sourceforge.net/p/teem/code/7325
Author: kindlmann
Date: 2025-08-22 19:19:25 +0000 (Fri, 22 Aug 2025)
Log Message:
-----------
as long as the per-lib GNUmakefiles are so totally in flux, having this around is more confusing than valuable
Removed Paths:
-------------
teem/trunk/src/make/boiler.mk
Deleted: teem/trunk/src/make/boiler.mk
===================================================================
--- teem/trunk/src/make/boiler.mk 2025-08-22 05:59:20 UTC (rev 7324)
+++ teem/trunk/src/make/boiler.mk 2025-08-22 19:19:25 UTC (rev 7325)
@@ -1,62 +0,0 @@
-#
-# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 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/>.
-#
-
-
-#### (this is the template for the individual teem libraries)
-
-#### Name of the library goes here
-####
-####
-L :=
-####
-####
-####
-
-# boilerplate: default targets and include tricks
-ifeq (,$($(L).SEEN))
-$(L).SEEN := true
-TEEM_ROOT ?= ../..
-TEEM_SRC ?= ..
-ifeq (,$(DEF_TARGETS))
-dev : $(L).dev
-install : $(L).install
-usable : $(L).usable
-clean : $(L).clean
-clobber : $(L).clobber
-DEF_TARGETS = true
-endif
-ifeq (,$(INCLUDED))
-include ../GNUmakefile
-endif
-
-#### Describe library here
-####
-####
-$(L).NEED_LIBS =
-$(L).PUBLIC_HEADERS =
-$(L).PRIVATE_HEADERS =
-$(L).OBJS =
-$(L).TESTS =
-####
-####
-####
-
-# boilerplate: declare rules for this library
-include $(TEEM_ROOT)/src/make/template.mk
-endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|