From 432472fe416edfb1f5548e7a4998e62869ff41e5 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 21 May 2003 10:50:37 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r641, which included commits to RCS files with non-trunk default branches. svn path=/trunk/externals/tb/; revision=642 --- tbext/make-files.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 tbext/make-files.txt (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt new file mode 100755 index 0000000..609e57b --- /dev/null +++ b/tbext/make-files.txt @@ -0,0 +1,6 @@ +# all the source files from the package +SRCS= \ + main.cpp tbroute.cpp tbstrg.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp + +#HDRS= \ + main.h -- cgit v1.2.1 From 6399d444c572093ab8bc356be0cb915b33265415 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 7 Sep 2003 00:42:00 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=934 --- tbext/make-files.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index 609e57b..ba3fe55 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -1,6 +1,8 @@ # all the source files from the package +SRCDIR = source SRCS= \ - main.cpp tbroute.cpp tbstrg.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp + main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp # tbg7xx.cpp tbstrg.cpp + #HDRS= \ main.h -- cgit v1.2.1 From 7ee4655a5bd0324808cb851a54e0d4cc402c9ada Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 14 Sep 2003 16:45:54 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=964 --- tbext/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index ba3fe55..7816e3c 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -1,7 +1,7 @@ # all the source files from the package SRCDIR = source SRCS= \ - main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp # tbg7xx.cpp tbstrg.cpp + main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp tbfft2.cpp #fftbuf.cpp # tbg7xx.cpp tbstrg.cpp #HDRS= \ -- cgit v1.2.1 From e06c0dcda335f4c6009750c9cf9366e7c2e72fe8 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Mon, 15 Sep 2003 04:49:59 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=966 --- tbext/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index 7816e3c..846ab54 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -1,7 +1,7 @@ # all the source files from the package SRCDIR = source SRCS= \ - main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp tbfft2.cpp #fftbuf.cpp # tbg7xx.cpp tbstrg.cpp + main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp # tbg7xx.cpp tbstrg.cpp #HDRS= \ -- cgit v1.2.1 From b2f05c9b120dc9a6578a06053207bd567254ce36 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Thu, 18 Sep 2003 05:05:30 +0000 Subject: some spectral processors have been added svn path=/trunk/externals/tb/; revision=1008 --- tbext/make-files.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index 846ab54..273787a 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -1,7 +1,9 @@ # all the source files from the package SRCDIR = source SRCS= \ - main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp # tbg7xx.cpp tbstrg.cpp + main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp \ + tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp fftgrshuf.cpp \ + fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp #HDRS= \ -- cgit v1.2.1 From 81d751e8824f6a9b3975c1da517d1d163a2eace5 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 20 Sep 2003 00:05:08 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1012 --- tbext/make-files.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index 273787a..e299154 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -1,9 +1,9 @@ # all the source files from the package SRCDIR = source SRCS= \ - main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbpow~.cpp \ - tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp fftgrshuf.cpp \ - fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp + main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbssel~.cpp \ + tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp \ + fftgrshuf.cpp fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp #HDRS= \ -- cgit v1.2.1 From 80e47e2a02fc3cb39baeea8db56ef362b86c6e04 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sat, 20 Sep 2003 15:37:44 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1013 --- tbext/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index e299154..b3a83b5 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -1,7 +1,7 @@ # all the source files from the package SRCDIR = source SRCS= \ - main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp tbssel~.cpp \ + main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp \ tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp \ fftgrshuf.cpp fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp -- cgit v1.2.1 From ce8d118561bd86df80eae140f2e0a64db55998e3 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Wed, 28 Jan 2004 11:09:13 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1298 --- tbext/make-files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index b3a83b5..559a851 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -3,7 +3,7 @@ SRCDIR = source SRCS= \ main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp \ tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp \ - fftgrshuf.cpp fftgrrev.cpp # tbg7xx.cpp tbstrg.cpp + fftgrshuf.cpp fftgrrev.cpp #HDRS= \ -- cgit v1.2.1 From b37d7f4d59d1ec038f6920e7a44436558d84befe Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Sun, 29 Feb 2004 13:57:19 +0000 Subject: *** empty log message *** svn path=/trunk/externals/tb/; revision=1364 --- tbext/make-files.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index 559a851..cf7bc8e 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -4,7 +4,10 @@ SRCS= \ main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp \ tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp \ fftgrshuf.cpp fftgrrev.cpp - + +ifdef FFTW +SRCS+=fftw~.cpp ifftw~.cpp rfftw~.cpp rifftw~.cpp +endif #HDRS= \ main.h -- cgit v1.2.1 From fc4811ceddd4d2138d01e78b1c002a1582f9ee69 Mon Sep 17 00:00:00 2001 From: Tim Blechmann Date: Tue, 30 Mar 2004 18:49:02 +0000 Subject: added him~ object svn path=/trunk/externals/tb/; revision=1525 --- tbext/make-files.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt index cf7bc8e..6140f01 100755 --- a/tbext/make-files.txt +++ b/tbext/make-files.txt @@ -3,11 +3,7 @@ SRCDIR = source SRCS= \ main.cpp tbroute.cpp tbsig~.cpp tbsroute~.cpp \ tbpow~.cpp tbfft1.cpp tbfft2.cpp fftbuf.cpp fftgrsort.cpp \ - fftgrshuf.cpp fftgrrev.cpp + fftgrshuf.cpp fftgrrev.cpp him.cpp -ifdef FFTW -SRCS+=fftw~.cpp ifftw~.cpp rfftw~.cpp rifftw~.cpp -endif - #HDRS= \ main.h -- cgit v1.2.1 From 6c03ffeef182c00462a6d0375ed81dc0d9983124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 19 Jun 2008 13:50:58 +0000 Subject: removed the svn:executable bit for code, patches and text svn path=/trunk/externals/tb/; revision=10048 --- tbext/make-files.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tbext/make-files.txt (limited to 'tbext/make-files.txt') diff --git a/tbext/make-files.txt b/tbext/make-files.txt old mode 100755 new mode 100644 -- cgit v1.2.1