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

Diff for /OpenXM_contrib2/asir2000/Makefile.am between version 1.9 and 1.10

version 1.9, 2003/03/12 08:22:50 version 1.10, 2003/03/16 18:37:55
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.8 2003/03/08 10:55:06 ohara Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.9 2003/03/12 08:22:50 ohara Exp $
   
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 if USE_PLOT  if USE_PLOT
     PLOTDIR = plot      PLOTDIR = plot
     PLLIB   = plot/libplot.a      PLLIB   = plot/libplot.a
     X11LIB  = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ -lXext -lX11 @X_EXTRA_LIBS@      X11LIB  = @X_LIBS@ -lXaw -lXmu -lXt @X_PRE_LIBS@ @XPMLIB@ -lXext -lX11 @X_EXTRA_LIBS@
 endif  endif
   
 SUBDIRS  = asm builtin engine fft include io lib parse ${PLOTDIR}  SUBDIRS  = asm builtin engine fft include io lib parse ${PLOTDIR}

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

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