[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.6 and 1.7

version 1.6, 2001/08/20 09:03:27 version 1.7, 2001/12/25 02:37:22
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.5 2001/06/15 07:56:06 noro Exp $   * $OpenXM: OpenXM_contrib2/asir2000/parse/Imakefile,v 1.6 2001/08/20 09:03:27 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.h y.tab.c: parse.y  y.tab.h y.tab.c: parse.y
         yacc -d parse.y          yacc -d parse.y
   #endif
   
 umain.o: main.c  umain.o: main.c
         $(CC) -c $(CFLAGS) -DUINIT main.c -o umain.o          $(CC) -c $(CFLAGS) -DUINIT main.c -o umain.o
Line 40  y.tab.o:
Line 43  y.tab.o:
 #endif  #endif
   
 glob.o lex.o debug.o main.o umain.o: $(TOP)/include/Risa.tmpl  glob.o lex.o debug.o main.o umain.o: $(TOP)/include/Risa.tmpl
 y.tab.c y.tab.h: $(TOP)/include/Risa.tmpl  
 lex.o kwd.o: y.tab.h  lex.o kwd.o: y.tab.h
   
 install-include::  install-include::

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

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