OSDN Git Service

Add: ASCII -> 2D/3D-Graph by GNUPLOT (But, required to specify gnuplot path ...)
[eos/tutorial.git] / SingleParticle / Reference0 / Makefile
index 18e3d28..9200d1a 100755 (executable)
@@ -2,6 +2,9 @@
 #      This is makefile of Sample for 3D-Reconstrucion.
 #
 
+#### Root Makefile ####
+MAKE_ROOT=Refernce0
+
 #### Input extention ####
 # These extensions must all be different.
 INI_PDB_EXT=pdb
@@ -38,6 +41,7 @@ DST_1D_EXT=1ddst
 #### INCLUDE ####
 SHELL=/bin/bash
 
+-include ${EOS_HOME}/tutorial/TIPS/Help/Makefile/Makefile-lib
 -include BASE_ROI_LIST
 -include IN_ROI_LIST
 -include ROI_SINO_LIST
@@ -267,7 +271,7 @@ IN_1D_LIST::
        echo "" >> IN_1D_LIST
 
 #### Commands ####
-Help::
+help_Refernce0::
        @echo "This is makefile of Sample."
        
 Initial::