|
From: <kin...@us...> - 2025-08-21 06:11:49
|
Revision: 7316
http://sourceforge.net/p/teem/code/7316
Author: kindlmann
Date: 2025-08-21 06:11:47 +0000 (Thu, 21 Aug 2025)
Log Message:
-----------
still part-way through TeemV2 simplification of non-CMake building
Modified Paths:
--------------
teem/trunk/src/air/GNUmakefile
teem/trunk/src/alan/GNUmakefile
teem/trunk/src/bane/GNUmakefile
teem/trunk/src/biff/GNUmakefile
teem/trunk/src/bin/GNUmakefile
teem/trunk/src/coil/GNUmakefile
teem/trunk/src/dye/GNUmakefile
teem/trunk/src/echo/GNUmakefile
teem/trunk/src/elf/GNUmakefile
teem/trunk/src/ell/GNUmakefile
teem/trunk/src/gage/GNUmakefile
teem/trunk/src/hest/GNUmakefile
teem/trunk/src/hoover/GNUmakefile
teem/trunk/src/limn/GNUmakefile
teem/trunk/src/meet/GNUmakefile
teem/trunk/src/mite/GNUmakefile
teem/trunk/src/moss/GNUmakefile
teem/trunk/src/nrrd/GNUmakefile
teem/trunk/src/pull/GNUmakefile
teem/trunk/src/push/GNUmakefile
teem/trunk/src/seek/GNUmakefile
teem/trunk/src/ten/GNUmakefile
teem/trunk/src/tijk/GNUmakefile
teem/trunk/src/unrrdu/GNUmakefile
Modified: teem/trunk/src/air/GNUmakefile
===================================================================
--- teem/trunk/src/air/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/air/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/alan/GNUmakefile
===================================================================
--- teem/trunk/src/alan/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/alan/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
@@ -44,9 +42,8 @@
$(L).NEED = air biff ell nrrd
$(L).PUBLIC_HEADERS = alan.h
$(L).PRIVATE_HEADERS =
-$(L).OBJS = methodsAlan.o enumsAlan.o coreAlan.o
-$(L).TESTS =
-
+$(L).OBJS = methodsAlan.o enumsAlan.o coreAlan.o
+$(L).TESTS =
####
####
####
Modified: teem/trunk/src/bane/GNUmakefile
===================================================================
--- teem/trunk/src/bane/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/bane/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
@@ -50,8 +48,7 @@
gkmsFlotsam.o \
gkmsHvol.o gkmsScat.o gkmsInfo.o gkmsPvg.o gkmsOpac.o \
gkmsMite.o gkmsTxf.o
-$(L).TESTS = test/tinfo test/sigma test/pos \
- test/opac
+$(L).TESTS = test/tinfo test/sigma test/pos test/opac
####
####
####
Modified: teem/trunk/src/biff/GNUmakefile
===================================================================
--- teem/trunk/src/biff/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/biff/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/bin/GNUmakefile
===================================================================
--- teem/trunk/src/bin/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/bin/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -22,7 +22,7 @@
####
L := bin
####
-#### We're not a library at all actually ...
+#### ha ha actually we're not a library at all ...
####
# boilerplate: default targets (except usable) and include tricks
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
@@ -50,36 +48,25 @@
tend spots ninspect deconv puller
## _binD(bins): list of development locations for given bins
-## _binI(bins): list of install locations for given bins
-## _binDI(bins): list of install and development locations for given bins
+## (With TeemV2 simplification, there is no "install" anything anymore)
##
_binD = $(foreach bin,$(1),$(TEEM_SRC)/bin/$(bin))
-_binI = $(foreach bin,$(1),$(BDEST)/$(bin))
-_binDI = $(foreach bin,$(1),$(TEEM_SRC)/bin/$(bin) $(BDEST)/$(bin))
-## BINS.{DEV,INST}: full paths to development and install versions
+## BINS.DEV: full paths to development versions
##
BINS.DEV := $(call _binD,$(BINS))
-BINS.INST := $(call _binI,$(BINS))
-
-## Entry-point targets for binaries. There is no "usable" for
-## binaries, since they aren't libraries.
+## Entry-point targets for binaries.
##
bin/dev: $(BINS.DEV)
-bin/install: $(BINS.INST)
bin/clean:
$(RM) $(addsuffix $(DOTEXE),$(BINS.DEV))
-bin/clobber: bin/clean
- $(RM) $(addsuffix $(DOTEXE),$(BINS.INST))
-## All the prerequisite usables of the bins, **RECURSIVELY EXPANDED**
-## (or not? since things here are depending on meet, and yet not all
-## Teem libraries are listed here). The calls to need() will work
-## correctly because we've gotten here only after going through all
-## the other library makesfiles. The arguments to need() are
-## libraries for which we need a header and/or libraries we need to
-## link against.
+## All the prerequisite usables of the bins, **RECURSIVELY EXPANDED** (or not? since
+## things here are depending on meet, and yet not all Teem libraries are listed here).
+## The calls to need() will work correctly because we've gotten here only after going
+## through all the other library makesfiles. The arguments to need() are libraries for
+## which we need a header and/or libraries we need to link against.
##
airSanity.need = $(call meneed,air)
cubic.need = $(call meneed,ell)
@@ -104,12 +91,11 @@
spots.need = $(call meneed,alan nrrd ell biff hest air)
puller.need = $(call meneed,meet pull ten gage nrrd ell biff hest air)
-## Old: "We need some way of expressing the fact that a given binary
-## (install and dev) depends on the usable of its top dependency."
-## Problem: Its not sufficient to use the "top dependency" because the
-## dependencies are not strict subsets/supersets: mrender's "top"
-## dependency is hoover, but hoover doesn't depend on gage, which
-## mrender needs
+## Old: "We need some way of expressing the fact that a given binary (install and dev)
+## depends on the usable of its top dependency."
+## Problem: Its not sufficient to use the "top dependency" because the dependencies are
+## not strict subsets/supersets: mrender's "top" dependency is hoover, but hoover doesn't
+## depend on gage, which mrender needs
##
$(call _binDI,airSanity) : $(call used,$(airSanity.need))
$(call _binDI,cubic) : $(call used,$(cubic.need))
@@ -134,11 +120,10 @@
$(call _binDI,spots) : $(call used,$(spots.need))
$(call _binDI,puller) : $(call used,$(puller.need))
-## How to make bins.dev and bins.inst: both kinds link against the
-## same (installed) libraries and include the same (installed)
-## headers, so the commands aren't actually any different ...
+## How to make bins.dev: link against the same libraries and include the same
+## (installed) headers, so the commands aren't actually any different ...
##
-$(TEEM_SRC)/bin/% $(BDEST)/% : $(TEEM_SRC)/bin/%.c
+$(BDEST)/% : $(TEEM_SRC)/bin/%.c
$(P) $(CC) $(CFLAGS) $(BIN_CFLAGS) $(IPATH) -o $@ $< \
$(LPATH) $(call link,$($(notdir $@).need)) \
$(call xtern.Lpath,$($(notdir $@).need)) \
Modified: teem/trunk/src/coil/GNUmakefile
===================================================================
--- teem/trunk/src/coil/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/coil/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/dye/GNUmakefile
===================================================================
--- teem/trunk/src/dye/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/dye/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/echo/GNUmakefile
===================================================================
--- teem/trunk/src/echo/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/echo/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
@@ -46,7 +44,7 @@
$(L).PUBLIC_HEADERS = echo.h
$(L).PRIVATE_HEADERS = privateEcho.h
$(L).OBJS = enumsEcho.o methodsEcho.o objmethods.o bounds.o set.o model.o \
- matter.o intx.o sqd.o list.o color.o lightEcho.o renderEcho.o
+ matter.o intx.o sqd.o list.o color.o lightEcho.o renderEcho.o
$(L).TESTS = test/test test/trend
####
####
Modified: teem/trunk/src/elf/GNUmakefile
===================================================================
--- teem/trunk/src/elf/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/elf/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/ell/GNUmakefile
===================================================================
--- teem/trunk/src/ell/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/ell/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
@@ -42,7 +40,7 @@
#### Describe library here
####
####
-$(L).NEED = nrrd biff air
+$(L).NEED = nrrd biff air
$(L).PUBLIC_HEADERS = ell.h ellMacros.h
$(L).PRIVATE_HEADERS =
$(L).OBJS = cubicEll.o eigen.o miscEll.o vecEll.o mat.o quat.o genmat.o
Modified: teem/trunk/src/gage/GNUmakefile
===================================================================
--- teem/trunk/src/gage/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/gage/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/hest/GNUmakefile
===================================================================
--- teem/trunk/src/hest/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/hest/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/hoover/GNUmakefile
===================================================================
--- teem/trunk/src/hoover/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/hoover/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
@@ -44,7 +42,7 @@
####
$(L).NEED = limn ell nrrd biff air
$(L).PUBLIC_HEADERS = hoover.h
-$(L).OBJS = defaultsHoover.o stub.o methodsHoover.o rays.o
+$(L).OBJS = defaultsHoover.o stub.o methodsHoover.o rays.o
####
####
####
Modified: teem/trunk/src/limn/GNUmakefile
===================================================================
--- teem/trunk/src/limn/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/limn/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/meet/GNUmakefile
===================================================================
--- teem/trunk/src/meet/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/meet/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/mite/GNUmakefile
===================================================================
--- teem/trunk/src/mite/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/mite/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/moss/GNUmakefile
===================================================================
--- teem/trunk/src/moss/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/moss/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/nrrd/GNUmakefile
===================================================================
--- teem/trunk/src/nrrd/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/nrrd/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/pull/GNUmakefile
===================================================================
--- teem/trunk/src/pull/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/pull/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/push/GNUmakefile
===================================================================
--- teem/trunk/src/push/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/push/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/seek/GNUmakefile
===================================================================
--- teem/trunk/src/seek/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/seek/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/ten/GNUmakefile
===================================================================
--- teem/trunk/src/ten/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/ten/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/tijk/GNUmakefile
===================================================================
--- teem/trunk/src/tijk/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/tijk/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
Modified: teem/trunk/src/unrrdu/GNUmakefile
===================================================================
--- teem/trunk/src/unrrdu/GNUmakefile 2025-08-21 05:55:23 UTC (rev 7315)
+++ teem/trunk/src/unrrdu/GNUmakefile 2025-08-21 06:11:47 UTC (rev 7316)
@@ -1,6 +1,6 @@
#
# Teem: Tools to process and visualize scientific data and images
-# Copyright (C) 2009--2023 University of Chicago
+# Copyright (C) 2009--2025 University of Chicago
# Copyright (C) 2005--2008 Gordon Kindlmann
# Copyright (C) 1998--2004 University of Utah
#
@@ -31,9 +31,7 @@
ifeq (,$(DEF_TARGETS))
DEF_TARGETS = true
dev : $(L)/dev
-install : $(L)/install
clean : $(L)/clean
-clobber : $(L)/clobber
include ../GNUmakefile
endif
ifeq (,$($(L).SEEN))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|