[BACK]Return to Makefile.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000

Diff for /OpenXM_contrib2/asir2000/Makefile.in between version 1.21 and 1.22

version 1.21, 2004/02/27 18:32:21 version 1.22, 2004/06/25 13:41:33
Line 79  PARIINC = @PARIINC@
Line 79  PARIINC = @PARIINC@
 PARILIB = @PARILIB@  PARILIB = @PARILIB@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 USE_GC_INTERIX = @USE_GC_INTERIX@  USE_GC_INTERIX = @USE_GC_INTERIX@
   USE_GC_SPARC64 = @USE_GC_SPARC64@
 USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@  USE_GC_ZEROPAGE = @USE_GC_ZEROPAGE@
 VERSION = @VERSION@  VERSION = @VERSION@
 XPMLIB = @XPMLIB@  XPMLIB = @XPMLIB@
Line 496  libasir-gc.a: parse/gc_risa.c
Line 497  libasir-gc.a: parse/gc_risa.c
             -a ! -f ${top_srcdir}/gc/.patch_gc_interix_done ]; then \              -a ! -f ${top_srcdir}/gc/.patch_gc_interix_done ]; then \
             (cd ${top_srcdir}/gc; patch -p0 < ../gc_interix.diff) ; \              (cd ${top_srcdir}/gc; patch -p0 < ../gc_interix.diff) ; \
             touch ${top_srcdir}/gc/.patch_gc_interix_done ; \              touch ${top_srcdir}/gc/.patch_gc_interix_done ; \
           fi
           -if [ "${USE_GC_SPARC64}" = yes \
               -a ! -f ${top_srcdir}/gc/.patch_gc_sparc64_done ]; then \
               (cd ${top_srcdir}/gc; patch -p0 < ../gc_sparc64.diff) ; \
               touch ${top_srcdir}/gc/.patch_gc_sparc64_done ; \
         fi          fi
         -if [ ! -f ${top_srcdir}/gc/.configure_done ]; then \          -if [ ! -f ${top_srcdir}/gc/.configure_done ]; then \
             if [ -n "${host_alias}" ]; then \              if [ -n "${host_alias}" ]; then \

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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