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

Diff for /OpenXM_contrib/gmp/mpq/Attic/Makefile.am between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/09/09 14:13:02 version 1.1.1.2, 2003/08/25 16:06:34
Line 1 
Line 1 
 ## Process this file with automake to generate Makefile.in  ## Process this file with automake to generate Makefile.in
   
 # Copyright (C) 1996, 1998, 2000 Free Software Foundation, Inc.  # Copyright 1996, 1998, 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 20 
Line 20 
 # MA 02111-1307, USA.  # MA 02111-1307, USA.
   
   
 AUTOMAKE_OPTIONS = gnu no-dependencies  AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr
   
 SUBDIRS = tests  INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
   
 INCLUDES = -I$(top_srcdir)  
   
 noinst_LTLIBRARIES = libmpq.la  noinst_LTLIBRARIES = libmpq.la
 libmpq_la_SOURCES = \  libmpq_la_SOURCES =                                                     \
   add.c canonicalize.c clear.c cmp.c cmp_ui.c div.c get_d.c \    abs.c aors.c canonicalize.c clear.c                                   \
   get_den.c get_num.c init.c inv.c mul.c neg.c out_str.c set.c set_den.c \    cmp.c cmp_si.c cmp_ui.c div.c equal.c                                 \
   set_num.c set_si.c set_ui.c sub.c equal.c set_z.c set_d.c swap.c    get_d.c get_den.c get_num.c get_str.c                                 \
     init.c inp_str.c inv.c md_2exp.c mul.c neg.c out_str.c                \
     set.c set_den.c set_num.c set_si.c set_str.c set_ui.c set_z.c set_d.c \
     set_f.c swap.c

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

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