[BACK]Return to Imakefile CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / parse

Diff for /OpenXM_contrib2/asir2000/parse/Attic/Imakefile between version 1.8 and 1.9

version 1.8, 2001/12/25 08:59:49 version 1.9, 2002/07/25 01:50:32
Line 2 
Line 2 
  * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED   * Copyright (c) 1994-2000 FUJITSU LABORATORIES LIMITED
  * All rights reserved.   * All rights reserved.
  *   *
  * $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.7 2001/12/25 02:37:22 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.8 2001/12/25 08:59:49 noro Exp $
  */   */
 #include "../include/Risa.tmpl"  #include "../include/Risa.tmpl"
   
Line 28  load.o: load.c
Line 28  load.o: load.c
         $(CC) -c $(CFLAGS) -DASIR_LIBDIR=\"$(ASIR_LIBDIR)\" $*.c          $(CC) -c $(CFLAGS) -DASIR_LIBDIR=\"$(ASIR_LIBDIR)\" $*.c
 #endif  #endif
   
   #if defined(cygwinArchitecture)
 y.tab.c y.tab.h: $(TOP)/include/Risa.tmpl  y.tab.c y.tab.h: $(TOP)/include/Risa.tmpl
 y.tab.h y.tab.c: parse.y  y.tab.h y.tab.c: parse.y
 #if defined(cygwinArchitecture)  
         bison -y -d parse.y          bison -y -d parse.y
 #else  #else
   y.tab.c y.tab.h: $(TOP)/include/Risa.tmpl
   y.tab.h y.tab.c: parse.y
         yacc -d parse.y          yacc -d parse.y
 #endif  #endif
   

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

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