[BACK]Return to PHCv2_3p.diff CVS log [TXT][DIR] Up to [local] / OpenXM / src / phcpack

File: [local] / OpenXM / src / phcpack / PHCv2_3p.diff (download)

Revision 1.1, Mon Aug 15 06:17:22 2005 UTC (18 years, 8 months ago) by ohara
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, KNOPPIX_2006, HEAD, DEB_REL_1_2_3-9

PHCpack 2.3p

# $OpenXM: OpenXM/src/phcpack/PHCv2_3p.diff,v 1.1 2005/08/15 06:17:22 ohara Exp $
--- makefile.orig	Mon Jul  4 11:05:52 2005
+++ makefile	Sat Aug  6 03:43:19 2005
@@ -7,6 +7,14 @@
 MAKEFILE = makefile_unix
 # MAKEFILE = makefile_windows
 
+OpenXM_HOME=../../../../../../OpenXM
+
+all: phc
+
+install: phc
+	cp -pf ../bin/phc ${OpenXM_HOME}/bin/phc
+	strip ${OpenXM_HOME}/bin/phc
+
 # Notice that executables with MPI are placed here.
 # how to make the executables with MPI: