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

Diff for /OpenXM_contrib2/asir2018/Makefile.am between version 1.6 and 1.7

version 1.6, 2020/01/08 17:10:53 version 1.7, 2020/01/09 01:04:13
Line 1 
Line 1 
 ## $OpenXM: OpenXM_contrib2/asir2018/Makefile.am,v 1.5 2020/01/04 15:57:08 ohara Exp $  ## $OpenXM: OpenXM_contrib2/asir2018/Makefile.am,v 1.6 2020/01/08 17:10:53 ohara Exp $
   
 AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects 1.16  AUTOMAKE_OPTIONS = foreign no-dependencies subdir-objects 1.16
   
Line 80  LIBS = -L${libdir} @LIBS@ @GCLIB@ @LAPACKLIB@ ${X11LIB
Line 80  LIBS = -L${libdir} @LIBS@ @GCLIB@ @LAPACKLIB@ ${X11LIB
   
 bin_PROGRAMS = asir  bin_PROGRAMS = asir
 asir_SOURCES = parse/main.c  asir_SOURCES = parse/main.c
 asir_LDADD   = -lasir@sufx@ ${LIBS}  asir_LDADD   = -L${top_srcdir}/.libs -lasir@sufx@ ${LIBS}
   asir_DEPENDENCIES = libasir@sufx@.la
   
 CLEANFILES = ${YTAB_SRCS}  CLEANFILES = ${YTAB_SRCS}
   

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

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