OSDN Git Service

Please enter the commit message for your changes. Lines starting v2.4.09p0350
author安永卓生 <tacyas@yasunagatakuonoMacBook-Pro.local>
Sun, 6 Mar 2022 03:16:02 +0000 (12:16 +0900)
committer安永卓生 <tacyas@yasunagatakuonoMacBook-Pro.local>
Sun, 6 Mar 2022 03:16:02 +0000 (12:16 +0900)
 with '#' will be ignored, and an empty message aborts the commit.

 Committer: 安永卓生 <tacyas@yasunagatakuonoMacBook-Pro.local>

 On branch master
 Your branch is up to date with 'origin/master'.

 Changes to be committed:
modified:   util/src/AI/Makefile
new file:   util/src/CUDA/Makefile
new file:   util/src/Graphics/Makefile
new file:   util/src/ImageAnalysis/Makefile
modified:   util/src/MATH/Makefile
modified:   util/src/Makefile

 Changes not staged for commit:
modified:   include/eosMATH.h

util/src/AI/Makefile
util/src/CUDA/Makefile [new file with mode: 0644]
util/src/Graphics/Makefile [new file with mode: 0644]
util/src/ImageAnalysis/Makefile [new file with mode: 0644]
util/src/MATH/Makefile
util/src/Makefile

index 603c610..b4a3239 100644 (file)
@@ -21,3 +21,6 @@ checkMLPACK:
        tar xvzf $(MLPACKNAME)
 
 configMLPACK:
+
+cleanAll::
+       rm -rf :
diff --git a/util/src/CUDA/Makefile b/util/src/CUDA/Makefile
new file mode 100644 (file)
index 0000000..8bd57fc
--- /dev/null
@@ -0,0 +1,2 @@
+cleanAll:
+
diff --git a/util/src/Graphics/Makefile b/util/src/Graphics/Makefile
new file mode 100644 (file)
index 0000000..48261fa
--- /dev/null
@@ -0,0 +1 @@
+cleanAll:
diff --git a/util/src/ImageAnalysis/Makefile b/util/src/ImageAnalysis/Makefile
new file mode 100644 (file)
index 0000000..48261fa
--- /dev/null
@@ -0,0 +1 @@
+cleanAll:
index 837af1e..95717b5 100755 (executable)
@@ -10,6 +10,8 @@ GSLWHERE=ftp://ftp.gnu.org/gnu/gsl
 GSLWHERE=ftp://ftp.jaist.ac.jp/pub/GNU/gsl/
 
 check: first-check fftw-check nr-check gslCheck
+cleanAll:  
+
 
 first-check:
        #ln -sf ../../src/MATH/Config .
index 83ae383..5396f43 100644 (file)
@@ -13,11 +13,15 @@ include ${EOS_HOME}/src/Config/${EOS_HOST}.inc
 
 CLASS = \
        Admin    \
-       Database \
-       Graphics \
+       AI \
        CUDA \
+       Database \
        DataFormat \
-       ImageAnalysis
+       Graphics \
+       ImageAnalysis \
+       MATH \
+       Sound \
+       TclTk 
 
 help::
        @echo make check