# lapack_lite is taken from Numeric Python, where it was originally
# autogenerated from LAPACK3 source code.  Conversion scripts were
# written by David M. Cooke <cookedm@physics.mcmaster.ca>.  See
# http://numeric.scipy.org/ for more information.  The scripts are in
# Misc/lapack_lite in the Numeric distribution, as obtained from
# http://prdownloads.sourceforge.net/numpy/Numeric-24.2.tar.gz?download
#
# LAPACK3 license, such as it is:
#
# Upstream Authors: J. Dongarra, et. al.
#
# Copyright:
#
# From the FAQ:
#
# LAPACK is a freely-available software package. It is available from
# netlib via anonymous ftp and the World Wide Web. Thus, it can be
# included in commercial software packages (and has been). We only ask
# that proper credit be given to the authors.
#
# Like all software, it is copyrighted. It is not trademarked, but we do
# ask the following:
#
# If you modify the source for these routines we ask that you change the
# name of the routine and comment the changes made to the original.
#
# We will gladly answer any questions regarding the software. If a
# modification is done, however, it is the responsibility of the person
# who modified the routine to provide support.
#
#
# ====================================================================
#
#  C libraries liblapack_lite
#
# ====================================================================
TOP=../../..
DIRNAME=src/libs/liblapack_lite
BUILD_DIRS = 
ALL_DIRS= $(BUILD_DIRS)
SRCS = \
  blas_lite.c \
  slapack_lite.c \
  slamch.c \
  f2c_lite.c
H = config.h

FILES = Makefile $(SRCS) $(H) config.c
LIBNAME= lapack_lite
CPPFLAGS = -DHAVE_CONFIG

ALL = .build_lib

include $(TOP)/config/common_make_rules
