Mercurial > hg > octave-lyh
annotate libcruft/minpack/Makefile.in @ 4234:90e44267e8cf
[project @ 2002-12-21 17:15:25 by jwe]
author | jwe |
---|---|
date | Sat, 21 Dec 2002 17:15:25 +0000 |
parents | 2eb569ed50bf |
children | 2298ae7ff342 |
rev | line source |
---|---|
6 | 1 # |
2 # Makefile for octave's libcruft/minpack directory | |
3 # | |
4 # John W. Eaton | |
1452 | 5 # jwe@bevo.che.wisc.edu |
6 # University of Wisconsin-Madison | |
6 | 7 # Department of Chemical Engineering |
8 | |
9 TOPDIR = ../.. | |
10 | |
11 srcdir = @srcdir@ | |
411 | 12 top_srcdir = @top_srcdir@ |
6 | 13 VPATH = @srcdir@ |
14 | |
15 EXTERNAL_DISTFILES = $(DISTFILES) | |
16 | |
17 include $(TOPDIR)/Makeconf | |
18 | |
19 include ../Makerules |