OSDN Git Service

Add: ASCII -> 2D/3D-Graph by GNUPLOT (But, required to specify gnuplot path ...)
[eos/tutorial.git] / Tomography / Tomography7 / Makefile
index 13658d2..4dc37e8 100755 (executable)
@@ -2,6 +2,9 @@
 #      This is a sample Makefile for electron tomography.
 #
 
+#### Root Makefile ####
+MAKE_ROOT=ElectronTomography7
+
 #### Input extention and listname ####
 # For mrcImageCorrelation
 IN_CORR_EXT=mask
@@ -28,6 +31,7 @@ IN_LIST_EXT=roilst
 
 SHELL=/bin/bash
 
+-include ${EOS_HOME}/tutorial/TIPS/Help/Makefile/Makefile-lib
 -include IN_NOISE_LIST
 -include IN_MASK_LIST
 -include IN_CORR_LIST_plus
@@ -153,7 +157,7 @@ IN_TIFF_LIST::
        echo "" >> IN_TIFF_LIST
 
 #### Commands ####
-Help::
+help_ElectronTomography7::
        @echo "This is a sample Makefile for electron tomography."
 
 TestData::