view libcruft/ranlib/Makefile.in @ 7017:a1dbe9d80eee

[project @ 2007-10-12 21:27:11 by jwe]
author jwe
date Fri, 12 Oct 2007 21:27:37 +0000
parents 93c65f2a5668
children
line wrap: on
line source

# Makefile for octave's libcruft/ranlib directory
#
# Copyright (C) 1993, 1994, 1995, 1997, 1998, 2007 John W. Eaton
#
# This file is part of Octave.
# 
# Octave is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
# Free Software Foundation; either version 3 of the License, or (at
# your option) any later version.
# 
# Octave is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
# for more details.
# 
# You should have received a copy of the GNU General Public License
# along with Octave; see the file COPYING.  If not, see
# <http://www.gnu.org/licenses/>.

TOPDIR = ../..

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@

SPECIAL = HOWTOGET README randlib.chs randlib.fdoc \
	tstbot.for tstgmn.for tstmid.for

EXTERNAL_DISTFILES = $(DISTFILES) $(srcdir)/Basegen.doc

FSRC = advnst.f genbet.f genchi.f genexp.f genf.f gengam.f \
  genmn.f genmul.f gennch.f gennf.f gennor.f genprm.f genunf.f \
  getcgn.f getsd.f ignbin.f ignlgi.f ignnbn.f ignpoi.f ignuin.f \
  initgn.f inrgcm.f lennob.f mltmod.f phrtsd.f qrgnin.f ranf.f \
  setall.f setant.f setgmn.f setsd.f sexpo.f sgamma.f snorm.f wrap.f

include $(TOPDIR)/Makeconf

include ../Makerules