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

Diff for /OpenXM/src/phc/Makefile between version 1.7 and 1.8

version 1.7, 2000/10/31 06:09:19 version 1.8, 2014/03/29 19:50:31
Line 1 
Line 1 
 # $OpenXM: OpenXM/src/phc/Makefile,v 1.6 2000/01/31 05:52:06 noro Exp $  # $OpenXM: OpenXM/src/phc/Makefile,v 1.7 2000/10/31 06:09:19 maekawa Exp $
   
 OPENXM_CONTRIB=../../../OpenXM_contrib  OPENXM_CONTRIB=../../../OpenXM_contrib
 PROG=phc6  PROG=phc6
   
 SRCS=phc6.c  SRCS=phc6.c
   
 CC=gcc  #CC=gcc
 BINDIR=../../bin  BINDIR=../../bin
   
 all: $(PROG)  all: $(PROG)

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

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