[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.32 and 1.34

version 1.32, 2009/02/13 13:21:19 version 1.34, 2009/03/04 09:15:36
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.31 2009/02/06 10:11:11 ohara Exp $  ## $OpenXM: OpenXM_contrib2/asir2000/Makefile.am,v 1.33 2009/03/04 06:51:41 ohara Exp $
   
 AUTOMAKE_OPTIONS = foreign no-dependencies 1.5  AUTOMAKE_OPTIONS = foreign no-dependencies 1.5
 if USE_PLOT  if USE_PLOT
Line 41  ASIRLIB  = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} $
Line 41  ASIRLIB  = ${BLIB} ${PLIB} ${IOLIB} ${PLLIB} ${ELIB} $
 LIBS     = @LIBS@ @GCLIB@ @PARILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} -lm ${EXTRALIBS}  LIBS     = @LIBS@ @GCLIB@ @PARILIB@ @LAPACKLIB@ ${X11LIB} ${FEPLIB} -lm ${EXTRALIBS}
 # EXTRALIBS = @EXTRALIBS@  # EXTRALIBS = @EXTRALIBS@
   
   all-recursive: ${GLIB}
   
 umain.o: parse/main.c  umain.o: parse/main.c
         ${COMPILE} -DUINIT main.c -o umain.o          ${COMPILE} -DUINIT main.c -o umain.o
   
Line 125  tarball:
Line 127  tarball:
         DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm          DESTDIR=`cd tmp; pwd` ${MAKE} install-openxm
         (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz          (cd tmp${prefix}; tar cf - * ) | gzip -c > asir-openxm-${VERSION}.tgz
         -rm -rf tmp          -rm -rf tmp
   
   clean-gc:
           -rm -rf ${top_srcdir}/.gc_*_done ${top_srcdir}/${GC}
           -rm -rf ${top_srcdir}/autom4te.cache
   
   distclean-recursive: clean-gc

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.34

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