OSDN Git Service

Add: ASCII -> 2D/3D-Graph by GNUPLOT (But, required to specify gnuplot path ...)
[eos/tutorial.git] / Tomography / Tomography2 / Makefile
index 19b26d7..a65a179 100755 (executable)
@@ -2,6 +2,10 @@
 #      This is a sample Makefile for electron tomography.
 #
 
+
+#### Root Makefile ####
+MAKE_ROOT=ElectronTomography2
+
 #### Input extention and listname ####
 # For mrcImageCorrelation
 IN_CORR_EXT=mask
@@ -26,6 +30,7 @@ IN_3D_EXT=fit
 
 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
@@ -148,7 +153,7 @@ IN_TIFF_LIST::
        echo "" >> IN_TIFF_LIST
 
 #### Commands ####
-Help::
+help_ElectronTomography2::
        @echo "This is a sample Makefile for electron tomography."
 
 TestData::