Annotation of OpenXM/src/phcpack/PHCv2_3p.diff, Revision 1.1
1.1 ! ohara 1: # $OpenXM$
! 2: --- makefile.orig Mon Jul 4 11:05:52 2005
! 3: +++ makefile Sat Aug 6 03:43:19 2005
! 4: @@ -7,6 +7,14 @@
! 5: MAKEFILE = makefile_unix
! 6: # MAKEFILE = makefile_windows
! 7:
! 8: +OpenXM_HOME=../../../../../../OpenXM
! 9: +
! 10: +all: phc
! 11: +
! 12: +install: phc
! 13: + cp -pf ../bin/phc ${OpenXM_HOME}/bin/phc
! 14: + strip ${OpenXM_HOME}/bin/phc
! 15: +
! 16: # Notice that executables with MPI are placed here.
! 17: # how to make the executables with MPI:
! 18:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>