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

Diff for /OpenXM/src/ox_toolkit/Attic/Makefile between version 1.9 and 1.10

version 1.9, 2000/01/19 18:36:19 version 1.10, 2000/01/20 15:41:03
Line 1 
Line 1 
 # -*- mode: Makefile -*-  # -*- mode: Makefile -*-
 # $OpenXM: OpenXM/src/ox_toolkit/Makefile,v 1.8 2000/01/19 06:18:51 noro Exp $  # $OpenXM: OpenXM/src/ox_toolkit/Makefile,v 1.9 2000/01/19 18:36:19 ohara Exp $
   
 OpenXM_HOME = ../..  OpenXM_HOME = ../..
 CFLAGS      = -g -O2 -DDEBUG -I${OpenXM_HOME}/src/gmp  CFLAGS      = -g -O2 -DDEBUG -I${OpenXM_HOME}/src/gmp
Line 55  bnf-jp: bnf.oxweave
Line 55  bnf-jp: bnf.oxweave
 bnf-eg: bnf.oxweave  bnf-eg: bnf.oxweave
         ${OXWEAVE} en common < bnf.oxweave > bnf-eg          ${OXWEAVE} en common < bnf.oxweave > bnf-eg
   
 install:  install: install-document
   
   install-binary:
         @echo "No binaries are installed."          @echo "No binaries are installed."
   
 install-for-debug:  install-for-debug:

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

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