[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep / package

Diff for /OpenXM/src/cfep/package/Makefile between version 1.11 and 1.19

version 1.11, 2009/02/22 16:40:05 version 1.19, 2016/09/23 05:54:44
Line 43  clean:
Line 43  clean:
 dist-cfep: gentar install  dist-cfep: gentar install
         rm -rf work          rm -rf work
         mkdir work          mkdir work
           -cp install.txt work
         (cd work ; (cd ${OpenXM_HOME}/.. ; \          (cd work ; (cd ${OpenXM_HOME}/.. ; \
                   tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \                    tar cf - OpenXM/lib/libgc* OpenXM/lib/libgmp* OpenXM/rc \
                     OpenXM/bin/ox OpenXM/bin/ox_asir OpenXM/bin/asir \                      OpenXM/bin \
                         OpenXM/lib/cfep OpenXM/lib/sm1/bin \                          OpenXM/lib/cfep OpenXM/lib/sm1/bin \
                         OpenXM/doc/cfep )  | tar xvf -)                          OpenXM/doc/cfep )  | tar xvf -)
         (cd work ; (cd ${OpenXM_HOME}/.. ; \          (cd work ; (cd ${OpenXM_HOME}/.. ; \
Line 69  dist-cfep: gentar install
Line 70  dist-cfep: gentar install
         (cp ${OpenXM_HOME}/bin/nkf work/OpenXM/bin)          (cp ${OpenXM_HOME}/bin/nkf work/OpenXM/bin)
         (cp ${OpenXM_HOME}/bin/sm1 work/OpenXM/bin)          (cp ${OpenXM_HOME}/bin/sm1 work/OpenXM/bin)
         (cp ${OpenXM_HOME}/bin/ox_k0 work/OpenXM/bin)          (cp ${OpenXM_HOME}/bin/ox_k0 work/OpenXM/bin)
           (cp ${OpenXM_HOME}/bin/ox_cpp work/OpenXM/bin)
           (cp ${OpenXM_HOME}/bin/ox_pari work/OpenXM/bin)
         (mkdir -p work/OpenXM/lib/sm1 ; cp -r ${OpenXM_HOME}/lib/sm1/*.sm1 work/OpenXM/lib/sm1)          (mkdir -p work/OpenXM/lib/sm1 ; cp -r ${OpenXM_HOME}/lib/sm1/*.sm1 work/OpenXM/lib/sm1)
         (cp ${OpenXM_HOME}/lib/sm1/*.asir work/OpenXM/lib/sm1)          (cp ${OpenXM_HOME}/lib/sm1/*.asir work/OpenXM/lib/sm1)
         (cp -r ${OpenXM_HOME}/lib/sm1/Resource work/OpenXM/lib/sm1)          (cp -r ${OpenXM_HOME}/lib/sm1/Resource work/OpenXM/lib/sm1)
Line 97  gentar:
Line 100  gentar:
 # Do it at orange2  # Do it at orange2
 gentar-html:  gentar-html:
         @if [ ! -f tmp-OpenXM-html.tar.gz ]; then \          @if [ ! -f tmp-OpenXM-html.tar.gz ]; then \
                 (cd /home/web/OpenXM/Current ; tar czvf - doc/asir2000/html-jp) >tmp-OpenXM-html.tar.gz ; \                  (cd /home/web/OpenXM/Current ; tar czvf - doc/asir2000/html-ja) >tmp-OpenXM-html.tar.gz ; \
         fi          fi
   
 copy-intro-ja:  copy-intro-ja:
Line 112  gendoc: gendoc.c
Line 115  gendoc: gendoc.c
 cfep-grep: cfep-grep.c  cfep-grep: cfep-grep.c
         gcc -o cfep-grep -I${OpenXM_HOME}/include cfep-grep.c -L${OpenXM_HOME}/lib -lox_pathfinder          gcc -o cfep-grep -I${OpenXM_HOME}/include cfep-grep.c -L${OpenXM_HOME}/lib -lox_pathfinder
   
   copy-all-tmp:
           mkdir -p work/OpenXM/share
           -(cp ${OpenXM_HOME}/bin/[a-z]* work/OpenXM/bin)
           -(cp ${OpenXM_HOME}/lib/[a-z]* work/OpenXM/lib)
           -(cp -r ${OpenXM_HOME}/lib/java-support work/OpenXM/lib)
           -(cp -r ${OpenXM_HOME}/share/oxmgraph work/OpenXM/share)
   #       -(cp -r ${OpenXM_HOME}/libexec work/OpenXM )
           rm -f work/OpenXM/bin/gnuplot

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.19

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>