[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp / tests / rand

Diff for /OpenXM_contrib/gmp/tests/rand/Attic/Makefile.am between version 1.1 and 1.1.1.2

version 1.1, 2000/09/09 14:13:18 version 1.1.1.2, 2003/08/25 16:06:15
Line 1 
Line 1 
 ## Process this file with automake to generate Makefile.in  ## Process this file with automake to generate Makefile.in
   
 # Copyright (C) 2000 Free Software Foundation, Inc.  # Copyright 2000, 2001 Free Software Foundation, Inc.
 #  #
 # This file is part of the GNU MP Library.  # This file is part of the GNU MP Library.
 #  #
Line 36  spect_LDADD = libstat.la
Line 36  spect_LDADD = libstat.la
 stat_LDADD = libstat.la  stat_LDADD = libstat.la
   
 EXTRA_LTLIBRARIES = libstat.la  EXTRA_LTLIBRARIES = libstat.la
 libstat_la_SOURCES = statlib.c zdiv_round.c  libstat_la_SOURCES = gmpstat.h statlib.c zdiv_round.c
 libstat_la_LIBADD = $(top_builddir)/libgmp.la -lm  libstat_la_LIBADD = $(top_builddir)/libgmp.la $(LIBM)
   
 EXTRA_DIST = gmpstat.h  
   
 CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)  CLEANFILES = $(EXTRA_PROGRAMS) $(EXTRA_LTLIBRARIES)
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.1.2

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