[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / Generic / openxm

Diff for /OpenXM/misc/packages/Generic/openxm/Makefile between version 1.8 and 1.9

version 1.8, 2000/03/10 10:25:21 version 1.9, 2000/03/10 14:21:45
Line 1 
Line 1 
 # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.7 2000/03/10 03:20:26 takayama Exp $  # $OpenXM: OpenXM/misc/packages/Generic/openxm/Makefile,v 1.8 2000/03/10 10:25:21 takayama Exp $
 # This is a Makefile to generate source and binary distributions of  # This is a Makefile to generate source and binary distributions of
 # the OpenXM package on various plathomes.  # the OpenXM package on various plathomes.
   
Line 43  SHARED_FILES = OpenXM/Copyright OpenXM/doc OpenXM/incl
Line 43  SHARED_FILES = OpenXM/Copyright OpenXM/doc OpenXM/incl
                OpenXM/lib/asir-contrib OpenXM/lib/java-support \                 OpenXM/lib/asir-contrib OpenXM/lib/java-support \
                OpenXM/lib/k097 OpenXM/lib/math OpenXM/lib/pari \                 OpenXM/lib/k097 OpenXM/lib/math OpenXM/lib/pari \
                OpenXM/lib/sm1 OpenXM/lib/asir                 OpenXM/lib/sm1 OpenXM/lib/asir
 BINARY_FILES = OpenXM/bin OpenXM/lib/*.a OpenXM/lib/*.so*  BINARY_FILES = OpenXM/bin OpenXM/lib/*.a OpenXM/lib/*.so* OpenXM/lib/*.a.*
 EXECUTABLES=gnuplot4ox gnuplot_x11 k0 ox ox_sm1 oxlog oxweave sm1 tigers ox_math  EXECUTABLES=gnuplot4ox gnuplot_x11 k0 ox ox_sm1 oxlog oxweave sm1 tigers ox_math
   
 usage :  usage :
Line 92  all-ideal : configure
Line 92  all-ideal : configure
         @touch .all_done          @touch .all_done
   
 install : install-binary-files install-shared-files  install : install-binary-files install-shared-files
           make install-shell-scripts PREFIX=${prefix}
   
   install-shell-scripts:
 # Install shell scripts to ${prefix}/bin, which is typically /usr/local/bin  # Install shell scripts to ${prefix}/bin, which is typically /usr/local/bin
         (cd ${prefix}/OpenXM/rc ; make ; make install PREFIX=${prefix})          (cd ${prefix}/OpenXM/rc ; make ; make install PREFIX=${prefix})
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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