head	1.8;
access;
symbols
	pkgsrc-2013Q2:1.8.0.50
	pkgsrc-2013Q2-base:1.8
	pkgsrc-2012Q4:1.8.0.48
	pkgsrc-2012Q4-base:1.8
	pkgsrc-2011Q4:1.8.0.46
	pkgsrc-2011Q4-base:1.8
	pkgsrc-2011Q2:1.8.0.44
	pkgsrc-2011Q2-base:1.8
	pkgsrc-2009Q4:1.8.0.42
	pkgsrc-2009Q4-base:1.8
	pkgsrc-2008Q4:1.8.0.40
	pkgsrc-2008Q4-base:1.8
	pkgsrc-2008Q3:1.8.0.38
	pkgsrc-2008Q3-base:1.8
	cube-native-xorg:1.8.0.36
	cube-native-xorg-base:1.8
	pkgsrc-2008Q2:1.8.0.34
	pkgsrc-2008Q2-base:1.8
	pkgsrc-2008Q1:1.8.0.32
	pkgsrc-2008Q1-base:1.8
	pkgsrc-2007Q4:1.8.0.30
	pkgsrc-2007Q4-base:1.8
	pkgsrc-2007Q3:1.8.0.28
	pkgsrc-2007Q3-base:1.8
	pkgsrc-2007Q2:1.8.0.26
	pkgsrc-2007Q2-base:1.8
	pkgsrc-2007Q1:1.8.0.24
	pkgsrc-2007Q1-base:1.8
	pkgsrc-2006Q4:1.8.0.22
	pkgsrc-2006Q4-base:1.8
	pkgsrc-2006Q3:1.8.0.20
	pkgsrc-2006Q3-base:1.8
	pkgsrc-2006Q2:1.8.0.18
	pkgsrc-2006Q2-base:1.8
	pkgsrc-2006Q1:1.8.0.16
	pkgsrc-2006Q1-base:1.8
	pkgsrc-2005Q4:1.8.0.14
	pkgsrc-2005Q4-base:1.8
	pkgsrc-2005Q3:1.8.0.12
	pkgsrc-2005Q3-base:1.8
	pkgsrc-2005Q2:1.8.0.10
	pkgsrc-2005Q2-base:1.8
	pkgsrc-2005Q1:1.8.0.8
	pkgsrc-2005Q1-base:1.8
	pkgsrc-2004Q4:1.8.0.6
	pkgsrc-2004Q4-base:1.8
	pkgsrc-2004Q3:1.8.0.4
	pkgsrc-2004Q3-base:1.8
	pkgsrc-2004Q2:1.8.0.2
	pkgsrc-2004Q2-base:1.8
	pkgsrc-2004Q1:1.7.0.4
	pkgsrc-2004Q1-base:1.7
	pkgsrc-2003Q4:1.7.0.2
	pkgsrc-2003Q4-base:1.7
	netbsd-1-6-1:1.6.0.2
	netbsd-1-6-1-base:1.6
	netbsd-1-6:1.5.0.8
	netbsd-1-6-RELEASE-base:1.5
	pkgviews:1.5.0.4
	pkgviews-base:1.5
	buildlink2:1.5.0.2
	buildlink2-base:1.5
	netbsd-1-5-PATCH003:1.5
	netbsd-1-5-PATCH001:1.5
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2004.06.01.21.45.28;	author kristerw;	state dead;
branches;
next	1.7;

1.7
date	2003.07.02.20.39.17;	author jtb;	state Exp;
branches;
next	1.6;

1.6
date	2003.01.28.01.18.21;	author uebayasi;	state Exp;
branches;
next	1.5;

1.5
date	2001.02.21.20.31.59;	author jtb;	state Exp;
branches;
next	1.4;

1.4
date	2001.02.11.23.06.03;	author jtb;	state Exp;
branches;
next	1.3;

1.3
date	2001.02.02.02.06.44;	author jtb;	state Exp;
branches;
next	1.2;

1.2
date	2001.02.01.04.44.51;	author jtb;	state Exp;
branches;
next	1.1;

1.1
date	2001.01.31.07.30.37;	author jtb;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2001.01.31.07.30.37;	author jtb;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Remove obsolete package, per discussion on tech-pkg.
@
text
@$NetBSD: patch-ab,v 1.7 2003/07/02 20:39:17 jtb Exp $

--- Makefile.in.orig
+++ Makefile.in
@@@@ -151,13 +151,13 @@@@
 # Silicon Graphics machines need this for popen()
 # SPECIAL_FLAGS = -ansiposix
 
-SPECIAL_FLAGS = -DASSERT_OFF $(IGC)
+SPECIAL_FLAGS = $(CPPFLAGS) -DASSERT_OFF $(IGC)
 
 # prefix: The parent directory for the installation
 prefix =        @@prefix@@
 exec_prefix =   @@exec_prefix@@
 bindir = 	$(exec_prefix)/bin
-libdir =        $(exec_prefix)/lib
+libdir =        $(exec_prefix)/share
 mand =		$(exec_prefix)/man
 mandir = 	$(exec_prefix)/man/man1
 buildir =       @@BUILD_DIR@@
@@@@ -166,9 +166,9 @@@@
 # Don't change these without modifying the install actions
 #
 
-TOPDIR = 	$(libdir)/rlab-$(VER)
-DOCDIR = 	$(TOPDIR)/doc
-RHELPDIR =	$(TOPDIR)/doc/help
+TOPDIR = 	$(libdir)/rlab
+DOCDIR = 	$(prefix)/share/doc/rlab
+RHELPDIR =	$(TOPDIR)/help
 RLIBDIR =	$(TOPDIR)/rlib
 DEFAULT_RC0 =	$(TOPDIR)/.rlab
 TOOLBOX =	$(TOPDIR)/toolbox
@@@@ -236,7 +236,7 @@@@
 SRC = 		$(R_SRC) $(F_SRC) $(EXTRA_SRC) $(GNU_SRC) $(CMD_SRC)
 OBJ = 		$(R_OBJ) $(F_OBJ) $(EXTRA_OBJ) $(GNU_OBJ) $(CMD_OBJ)
 
-all:		gc libs rlab
+all:		libs rlab
 
 libs:		$(LAPACK) $(BLAS) $(FFTPACK) $(Ranlib) $(Minpack)
 
@@@@ -268,7 +268,7 @@@@
 
 rlab:		$(OBJ)
 		$(F77) $(EXFLAGS) $(CFLAGS) $(DEFS) $(SPECIAL_FLAGS) \
-		$(OBJ) $(R_LIBS) $(PLOT_LIBS) -o rlab
+		$(OBJ) $(LDFLAGS) $(R_LIBS) $(PLOT_LIBS) -o rlab
 
 #
 # Ignore these unless you know what CodeTEST Native for Solaris is.
@@@@ -301,51 +301,67 @@@@
 COPYDIR =	rlib toolbox controls-toolbox doc examples .rlab config.h test.r \
 		test.getline test.input Makefile
 
-install:	rlab mkdir
-		-if [ `/bin/pwd` != `(cd ${TOPDIR}; /bin/pwd)` ] ; then \
-		tar cf - ${COPYDIR} [A-Z]* | (cd ${TOPDIR}; umask 022; tar xf - ) ;\
-		fi
-		if test "$(PLOT_PROG)" = "plplot" ; then\
-		  cp misc/plplot.r ${TOPDIR}/rlib/plot.r;\
-		  cd misc/plhelp; tar cf - . | (cd ${RHELPDIR}; umask 022; tar xf - ) ;\
-		fi
-		if test "$(PLOT_PROG)" = "pgplot" ; then\
-		  cp misc/pgplot.r ${TOPDIR}/rlib/plot.r;\
-		  cd misc/pghelp; tar cf - . | (cd ${RHELPDIR}; umask 022; tar xf - ) ;\
+install:	rlab
+		$(BSD_INSTALL_DATA_DIR) $(TOPDIR)
+		$(BSD_INSTALL_DATA) $(buildir)/.rlab $(TOPDIR)
+		$(BSD_INSTALL_DATA_DIR) $(RLIBDIR)
+		@@for f in $(buildir)/rlib/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(RLIBDIR)"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(TOOLBOX)
+		@@for f in $(buildir)/toolbox/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(TOOLBOX)"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(CTOOLBOX)
+		@@for f in $(buildir)/controls-toolbox/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(CTOOLBOX)"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(RHELPDIR)
+		@@for f in $(buildir)/doc/help/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(RHELPDIR)"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(TOPDIR)/examples
+		@@for f in $(buildir)/examples/* $(buildir)/test*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(TOPDIR)/examples/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/doc/rlab
+		$(BSD_INSTALL_DATA) $(buildir)/doc/rlab-ref.ps $(DOCDIR)
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/doc/html/rlab
+		@@for f in $(buildir)/doc/html/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/doc/html/rlab/"; \
+			echo $$i; $$i; \
+		done
+		if test "$(PLOT_PROG)" = "plplot" ; then \
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plplot.r $(RLIBDIR)/plot.r;\
+		  for f in $(buildir)/misc/plhelp/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(RHELPDIR)"; \
+			echo $$i; $$i; \
+		  done \
 		fi
 		if test "$(PLOT_PROG)" = "gnuplot" ; then\
-		  cp misc/gnuplot.r ${TOPDIR}/rlib/plot.r;\
-		  cp misc/gp-compat.r ${TOPDIR}/rlib/gp-compat.r;\
-		  cd misc/gnuplothelp; tar cf - . | (cd ${RHELPDIR}; umask 022; tar xf - ) ;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gnuplot.r $(RLIBDIR)/plot.r;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gp-compat.r $(RLIBDIR)/gp-compat.r;\
+		  for f in $(buildir)/misc/gnuplothelp/*; do \
+			i="$(BSD_INSTALL_DATA) $$f $(RHELPDIR)"; \
+			echo $$i; $$i; \
+		  done \
 		fi
 		if test "$(PLOT_PROG)" = "plotmtv" ; then\
-		  cp misc/plotmtv.r ${TOPDIR}/rlib/plotmtv.r;\
-		fi
-		$(INSTALL_PROGRAM) rlab $(bindir)/rlab-$(VER)
-		if test -x "$(bindir)/rlab2" ; then\
-		  rm -f $(bindir)/rlab2;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plotmtv.r $(RLIBDIR);\
 		fi
+		$(BSD_INSTALL_PROGRAM) $(buildir)/rlab $(bindir)/rlab-$(VER)
 		sed 's@@rlab_exec_prefix@@$(exec_prefix)@@' ./misc/rlab > ./misc/rlab.tmp.0
 		sed 's@@rlab_ver_string@@$(VER)@@' ./misc/rlab.tmp.0 > ./misc/rlab.tmp.1
 		sed 's@@plot_dir@@$(PLOT_DIR)@@' ./misc/rlab.tmp.1 > ./misc/rlab.tmp.2
-		sed 's@@plot_prog@@$(PLOT_PROG)@@' ./misc/rlab.tmp.2 > ./misc/rlab2
+		sed 's@@plot_prog@@$(PLOT_PROG)@@' ./misc/rlab.tmp.2 > ./misc/rlab
 		rm -f ./misc/rlab.tmp.0 ./misc/rlab.tmp.1 ./misc/rlab.tmp.2
-		$(INSTALL_PROGRAM) ./misc/rlab2 $(bindir)/rlab2
-		if test "$(LN)" = "ln" ; then\
-		  @@echo "RECOMMENDED YOU MV $(TOPDIR) to $(libdir)/rlab2";\
-		fi
-		if test "$(LN)" = "ln -s" ; then\
-		  if test -r "$(libdir)/rlab2" ; then\
-		    mv $(libdir)/rlab2 $(libdir)/rlab2.old;\
-		  fi;\
-		  cd $(libdir); $(LN) ./rlab-$(VER) ./rlab2;\
-		fi
-		cd $(buildir); $(INSTALL) doc/rlab2.1 $(mandir)/rlab2.1
-
-mkdir:		
-		-mkdir $(exec_prefix) $(bindir) $(libdir) $(mand) \
-			$(mandir) $(TOPDIR) $(RLIBDIR) $(DOCDIR) \
-			$(RHELPDIR) $(TOOLBOX) $(CTOOLBOX)
+		$(BSD_INSTALL_SCRIPT) $(buildir)/misc/rlab $(bindir)
+		$(BSD_INSTALL_MAN) $(buildir)/doc/rlab2.1 $(mandir)/rlab.1
 
 FRC:		
 
@@@@ -526,22 +542,21 @@@@
 #
 
 main.o: main.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h code.h list.h symbol.h util.h rfile.h rfileio.h mdc.h \
+ mem.h code.h list.h symbol.h util.h rfile.h rfileio.h mdc.h \
  complex.h bltin.h version.h getopt.h class.h bltin1.h bltin2.h \
- bltin3.h msr.h rfft.h gc/gc_private.h gc/gc_priv.h gc/config.h \
- gc/gc_hdrs.h fpe.h mathl.h
+ bltin3.h msr.h rfft.h fpe.h mathl.h
 init.o: init.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  symbol.h list.h util.h print.h bltin.h bltin1.h bltin2.h bltin3.h \
  msr.h rfft.h rfileio.h mdc.h complex.h rdl.h msrf2.h
 code.o: code.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- code.h list.h symbol.h class.h mem.h gc/gc.h y.tab.h bltin.h \
+ code.h list.h symbol.h class.h mem.h y.tab.h bltin.h \
  function.h util.h rfile.h mdc.h complex.h
 symbol.o: symbol.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h symbol.h list.h mem.h gc/gc.h function.h util.h
+ listnode.h symbol.h list.h mem.h function.h util.h
 list.o: list.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- util.h list.h mem.h gc/gc.h
+ util.h list.h mem.h
 listnode.o: listnode.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h util.h list.h
+ listnode.h mem.h util.h list.h
 op.o: op.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h code.h \
  list.h symbol.h class.h util.h
 opapp.o: opapp.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
@@@@ -551,116 +566,116 @@@@
 complex.o: complex.c complex.h rlab.h config.h ent.h mds.h mdr.h \
  btree.h listnode.h util.h list.h mathl.h
 function.o: function.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h code.h list.h symbol.h function.h util.h mem.h gc/gc.h
+ listnode.h code.h list.h symbol.h function.h util.h mem.h
 rel.o: rel.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  code.h list.h symbol.h class.h util.h
 util.o: util.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- code.h list.h symbol.h mem.h gc/gc.h bltin.h mdc.h complex.h \
+ code.h list.h symbol.h mem.h bltin.h mdc.h complex.h \
  function.h sort.h fpe.h
 btree.o: btree.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h symbol.h list.h function.h util.h mem.h gc/gc.h
+ class.h symbol.h list.h function.h util.h mem.h
 mm.o: mm.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  complex.h
 misc.o: misc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h
 fpe.o: fpe.c config.h
 ent.o: ent.c ent.h mds.h rlab.h config.h listnode.h mdr.h btree.h \
- class.h mem.h gc/gc.h util.h list.h
+ class.h mem.h util.h list.h
 mathl.o: mathl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  mathl.h complex.h util.h list.h
 rfileio.o: rfileio.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h class.h symbol.h list.h bltin.h mem.h gc/gc.h util.h mdc.h \
+ listnode.h class.h symbol.h list.h bltin.h mem.h util.h mdc.h \
  complex.h msr.h msc.h mathl.h
 mdr.o: mdr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdrf2.h mdrf1.h mdc.h complex.h util.h list.h bltin1.h \
+ mem.h mdrf2.h mdrf1.h mdc.h complex.h util.h list.h bltin1.h \
  bltin.h mathl.h fi.h bl.h
 class.o: class.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- util.h list.h class.h mem.h gc/gc.h bltin.h function.h mdrf1.h mdc.h \
+ util.h list.h class.h mem.h bltin.h function.h mdrf1.h mdc.h \
  complex.h mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h \
  msc.h mscf1.h mscf2.h
 diss.o: diss.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  code.h list.h symbol.h bltin.h print.h util.h
 mdc.o: mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h util.h list.h \
+ mem.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h util.h list.h \
  bltin1.h bltin.h bl.h fi.h
 mdr_mdc.o: mdr_mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h mdrf1.h mdrf2.h mdc.h complex.h mdcf1.h \
+ listnode.h mem.h mdrf1.h mdrf2.h mdc.h complex.h mdcf1.h \
  mdcf2.h util.h list.h
 mds.o: mds.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h util.h list.h bltin1.h bltin.h
+ mem.h util.h list.h bltin1.h bltin.h
 mdr_mds.o: mdr_mds.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h util.h list.h
+ listnode.h mem.h util.h list.h
 rfile.o: rfile.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h mem.h gc/gc.h util.h
+ symbol.h list.h mem.h util.h
 bltin.o: bltin.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h mem.h gc/gc.h bltin.h util.h mathl.h complex.h \
+ symbol.h list.h mem.h bltin.h util.h mathl.h complex.h \
  class.h rfileio.h mdc.h
 bltin1.o: bltin1.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
+ listnode.h mem.h bltin.h list.h util.h class.h rfileio.h \
  mdc.h complex.h mathl.h btreef1.h function.h mdrf1.h mdcf1.h \
  mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h
 mdrf1.o: mdrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h util.h list.h mdrf1.h mathl.h symbol.h \
+ mem.h mdc.h complex.h util.h list.h mdrf1.h mathl.h symbol.h \
  sort.h
 print.o: print.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h bltin.h mem.h gc/gc.h util.h rfileio.h mdc.h \
+ symbol.h list.h bltin.h mem.h util.h rfileio.h mdc.h \
  complex.h class.h scan.h
 getline.o: getline.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h symbol.h list.h mem.h gc/gc.h bltin.h util.h scan.h \
+ listnode.h symbol.h list.h mem.h bltin.h util.h scan.h \
  print.h class.h rfileio.h mdc.h complex.h
 random.o: random.c rlab.h config.h ent.h mds.h mdr.h btree.h \
  listnode.h bltin.h list.h util.h class.h symbol.h random.h fi.h \
  mdrf1.h
 mdcf1.o: mdcf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h util.h list.h symbol.h mathl.h sort.h
+ mem.h mdc.h complex.h util.h list.h symbol.h mathl.h sort.h
 mdsf1.o: mdsf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h util.h list.h symbol.h mathl.h complex.h sort.h
+ mem.h util.h list.h symbol.h mathl.h complex.h sort.h
 bltin2.o: bltin2.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
+ listnode.h mem.h bltin.h list.h util.h class.h rfileio.h \
  mdc.h complex.h mathl.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \
  mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h \
  mscf2.h
 mdrf2.o: mdrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h mdrf1.h mdc.h complex.h util.h mathl.h \
+ mem.h symbol.h list.h mdrf1.h mdc.h complex.h util.h mathl.h \
  fi.h lp.h bl.h
 mdcf2.o: mdcf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h mdc.h complex.h mdcf1.h util.h mathl.h \
+ mem.h symbol.h list.h mdc.h complex.h mdcf1.h util.h mathl.h \
  fi.h lp.h bl.h
 rfft.o: rfft.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h bltin.h mdc.h complex.h util.h class.h \
+ mem.h symbol.h list.h bltin.h mdc.h complex.h util.h class.h \
  rfileio.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \
  mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h fftp.h fi.h
 sort.o: sort.c
 r_plot.o: r_plot.c config.h
 rstring.o: rstring.c
 rdl.o: rdl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h bltin.h class.h util.h mem.h gc/gc.h
+ symbol.h list.h bltin.h class.h util.h mem.h
 odei.o: odei.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h symbol.h list.h mem.h gc/gc.h mdrf1.h bltin.h util.h mathl.h \
+ class.h symbol.h list.h mem.h mdrf1.h bltin.h util.h mathl.h \
  complex.h function.h lp.h fi.h odei.h
 btreef1.o: btreef1.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h class.h symbol.h list.h function.h util.h mem.h gc/gc.h
+ listnode.h class.h symbol.h list.h function.h util.h mem.h
 msr.o: msr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h util.h list.h bltin1.h bltin.h mathl.h complex.h \
+ mem.h msr.h util.h list.h bltin1.h bltin.h mathl.h complex.h \
  fi.h sparse.h
 msrf1.o: msrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdrf1.h util.h \
+ mem.h msr.h msc.h mdc.h complex.h mscf1.h mdrf1.h util.h \
  list.h symbol.h sort.h mathl.h fi.h sparse.h
 bltin3.o: bltin3.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
+ listnode.h mem.h bltin.h list.h util.h class.h rfileio.h \
  mdc.h complex.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \
  mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h mscf2.h
 msc.o: msc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
+ mem.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
  list.h bltin1.h bltin.h mathl.h fi.h sparse.h
 mscf1.o: mscf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
+ mem.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
  list.h symbol.h sort.h mathl.h fi.h sparse.h
 msrf2.o: msrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mscf1.h mscf2.h \
+ mem.h msr.h msrf1.h mdc.h complex.h msc.h mscf1.h mscf2.h \
  mdrf1.h util.h list.h symbol.h sort.h mathl.h class.h fi.h sparse.h \
  mdrf2.h
 mscf2.o: mscf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdr_mdc.h \
+ class.h mem.h msr.h msc.h mdc.h complex.h mscf1.h mdr_mdc.h \
  mdcf1.h util.h list.h symbol.h sort.h fi.h sparse.h mdcf2.h
 r_pgplot.o: r_pgplot.c config.h
 getopt.o: getopt.c
@


1.7
log
@Convert to use buildlink.
@
text
@d1 1
a1 1
$NetBSD$
@


1.6
log
@Make this compile with (implicitly updated (?)) superlu-2.0nb2.

Build process change, no revision bump.
@
text
@d3 1
a3 1
--- Makefile.in.orig	Fri Apr 30 23:32:04 1999
a4 31
@@@@ -99,20 +99,20 @@@@
 # -lfftpack	FFTPACK library (double precision version)
 # -lranlib	RANLIB (random number generation)
 #
-LAPACK = ./flibs/lapack/liblapack.a
-LAPACK_LIB  = -L./flibs/lapack -llapack
+LAPACK = ./flibs/lapack/liblapack_rlab.a
+LAPACK_LIB  = -L./flibs/lapack -llapack_rlab
 
-BLAS = ./flibs/blas/libblas.a
-BLAS_LIB    = -L./flibs/blas -lblas
+BLAS = ./flibs/blas/libblas_rlab.a
+BLAS_LIB    = -L./flibs/blas -lblas_rlab
 
-FFTPACK = ./flibs/fftpack/libfftpack.a
-FFTPACK_LIB = -L./flibs/fftpack -lfftpack
+FFTPACK = ./flibs/fftpack/libfftpack_rlab.a
+FFTPACK_LIB = -L./flibs/fftpack -lfftpack_rlab
 
-Ranlib = ./flibs/ranlib/src/libranlib.a
-RANLIB_LIB  = -L./flibs/ranlib/src -lranlib
+Ranlib = ./flibs/ranlib/src/libranlib_rlab.a
+RANLIB_LIB  = -L./flibs/ranlib/src -lranlib_rlab
 
-Minpack = ./flibs/minpack/libminpack.a
-MINPACK_LIB = -L./flibs/minpack -lminpack
+Minpack = ./flibs/minpack/libminpack_rlab.a
+MINPACK_LIB = -L./flibs/minpack -lminpack_rlab
 
 REQ_LIBS = $(LAPACK_LIB) $(BLAS_LIB) $(FFTPACK_LIB) $(RANLIB_LIB) $(MINPACK_LIB)
 
d156 179
@


1.5
log
@Fix linking phase of build. I thought I fixed this but must have
missed this change the last time around. Fixes i386 bulk build trouble.
@
text
@d3 1
a3 1
--- Makefile.in.orig	Fri Apr 30 14:32:04 1999
d36 8
a43 1
@@@@ -157,7 +157,7 @@@@
@


1.4
log
@Removed some cruft. Use `plplot_linkage` to find the location of
plplot/tcl/tk/x11. New variables RLAB_USE_SUPERLU, RLAB_PAGER.
@
text
@d5 28
a32 6
@@@@ -114,7 +114,7 @@@@
 Minpack = ./flibs/minpack/libminpack.a
 MINPACK_LIB = -L./flibs/minpack -lminpack
 
-REQ_LIBS = $(LAPACK_LIB) $(BLAS_LIB) $(FFTPACK_LIB) $(RANLIB_LIB) $(MINPACK_LIB)
+REQ_LIBS = $(LAPACK) $(BLAS) $(FFTPACK) $(Ranlib) $(Minpack)
d34 1
a34 1
 NALIBS = $(GRAPH_LIB) $(SPARSE_LIB) $(REQ_LIBS)
a179 221
@@@@ -526,22 +542,23 @@@@
 #
 
 main.o: main.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h code.h list.h symbol.h util.h rfile.h rfileio.h mdc.h \
- complex.h bltin.h version.h getopt.h class.h bltin1.h bltin2.h \
- bltin3.h msr.h rfft.h gc/gc_private.h gc/gc_priv.h gc/config.h \
+ mem.h /usr/pkg/include/gc.h code.h list.h symbol.h util.h rfile.h \
+ rfileio.h mdc.h complex.h bltin.h version.h getopt.h class.h bltin1.h \
+ bltin2.h bltin3.h msr.h rfft.h gc/gc_priv.h gc/gcconfig.h \
  gc/gc_hdrs.h fpe.h mathl.h
 init.o: init.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  symbol.h list.h util.h print.h bltin.h bltin1.h bltin2.h bltin3.h \
  msr.h rfft.h rfileio.h mdc.h complex.h rdl.h msrf2.h
 code.o: code.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- code.h list.h symbol.h class.h mem.h gc/gc.h y.tab.h bltin.h \
- function.h util.h rfile.h mdc.h complex.h
+ code.h list.h symbol.h class.h mem.h /usr/pkg/include/gc.h y.tab.h \
+ bltin.h function.h util.h rfile.h mdc.h complex.h
 symbol.o: symbol.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h symbol.h list.h mem.h gc/gc.h function.h util.h
+ listnode.h symbol.h list.h mem.h /usr/pkg/include/gc.h function.h \
+ util.h
 list.o: list.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- util.h list.h mem.h gc/gc.h
+ util.h list.h mem.h /usr/pkg/include/gc.h
 listnode.o: listnode.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h util.h list.h
+ listnode.h mem.h /usr/pkg/include/gc.h util.h list.h
 op.o: op.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h code.h \
  list.h symbol.h class.h util.h
 opapp.o: opapp.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
@@@@ -551,118 +568,124 @@@@
 complex.o: complex.c complex.h rlab.h config.h ent.h mds.h mdr.h \
  btree.h listnode.h util.h list.h mathl.h
 function.o: function.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h code.h list.h symbol.h function.h util.h mem.h gc/gc.h
+ listnode.h code.h list.h symbol.h function.h util.h mem.h \
+ /usr/pkg/include/gc.h
 rel.o: rel.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  code.h list.h symbol.h class.h util.h
 util.o: util.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- code.h list.h symbol.h mem.h gc/gc.h bltin.h mdc.h complex.h \
- function.h sort.h fpe.h
+ code.h list.h symbol.h mem.h /usr/pkg/include/gc.h bltin.h mdc.h \
+ complex.h function.h sort.h fpe.h
 btree.o: btree.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h symbol.h list.h function.h util.h mem.h gc/gc.h
+ class.h symbol.h list.h function.h util.h mem.h /usr/pkg/include/gc.h
 mm.o: mm.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  complex.h
 misc.o: misc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h
 fpe.o: fpe.c config.h
 ent.o: ent.c ent.h mds.h rlab.h config.h listnode.h mdr.h btree.h \
- class.h mem.h gc/gc.h util.h list.h
+ class.h mem.h /usr/pkg/include/gc.h util.h list.h
 mathl.o: mathl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  mathl.h complex.h util.h list.h
 rfileio.o: rfileio.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h class.h symbol.h list.h bltin.h mem.h gc/gc.h util.h mdc.h \
- complex.h msr.h msc.h mathl.h
+ listnode.h class.h symbol.h list.h bltin.h mem.h \
+ /usr/pkg/include/gc.h util.h mdc.h complex.h msr.h msc.h mathl.h
 mdr.o: mdr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdrf2.h mdrf1.h mdc.h complex.h util.h list.h bltin1.h \
- bltin.h mathl.h fi.h bl.h
+ mem.h /usr/pkg/include/gc.h mdrf2.h mdrf1.h mdc.h complex.h util.h \
+ list.h bltin1.h bltin.h mathl.h fi.h bl.h
 class.o: class.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- util.h list.h class.h mem.h gc/gc.h bltin.h function.h mdrf1.h mdc.h \
- complex.h mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h \
- msc.h mscf1.h mscf2.h
+ util.h list.h class.h mem.h /usr/pkg/include/gc.h bltin.h function.h \
+ mdrf1.h mdc.h complex.h mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h \
+ msrf1.h msrf2.h msc.h mscf1.h mscf2.h
 diss.o: diss.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
  code.h list.h symbol.h bltin.h print.h util.h
 mdc.o: mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h util.h list.h \
- bltin1.h bltin.h bl.h fi.h
+ mem.h /usr/pkg/include/gc.h mdc.h complex.h mdcf2.h mdcf1.h mdr_mdc.h \
+ util.h list.h bltin1.h bltin.h bl.h fi.h
 mdr_mdc.o: mdr_mdc.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h mdrf1.h mdrf2.h mdc.h complex.h mdcf1.h \
- mdcf2.h util.h list.h
+ listnode.h mem.h /usr/pkg/include/gc.h mdrf1.h mdrf2.h mdc.h \
+ complex.h mdcf1.h mdcf2.h util.h list.h
 mds.o: mds.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h util.h list.h bltin1.h bltin.h
+ mem.h /usr/pkg/include/gc.h util.h list.h bltin1.h bltin.h
 mdr_mds.o: mdr_mds.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h util.h list.h
+ listnode.h mem.h /usr/pkg/include/gc.h util.h list.h
 rfile.o: rfile.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h mem.h gc/gc.h util.h
+ symbol.h list.h mem.h /usr/pkg/include/gc.h util.h rfile.h
 bltin.o: bltin.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h mem.h gc/gc.h bltin.h util.h mathl.h complex.h \
- class.h rfileio.h mdc.h
+ symbol.h list.h mem.h /usr/pkg/include/gc.h bltin.h util.h mathl.h \
+ complex.h class.h rfileio.h mdc.h
 bltin1.o: bltin1.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
- mdc.h complex.h mathl.h btreef1.h function.h mdrf1.h mdcf1.h \
- mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h
+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \
+ rfileio.h mdc.h complex.h mathl.h btreef1.h function.h mdrf1.h \
+ mdcf1.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h
 mdrf1.o: mdrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h util.h list.h mdrf1.h mathl.h symbol.h \
- sort.h
+ mem.h /usr/pkg/include/gc.h mdc.h complex.h util.h list.h mdrf1.h \
+ mathl.h symbol.h sort.h
 print.o: print.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h bltin.h mem.h gc/gc.h util.h rfileio.h mdc.h \
- complex.h class.h scan.h
+ symbol.h list.h bltin.h mem.h /usr/pkg/include/gc.h util.h rfileio.h \
+ mdc.h complex.h class.h scan.h
 getline.o: getline.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h symbol.h list.h mem.h gc/gc.h bltin.h util.h scan.h \
- print.h class.h rfileio.h mdc.h complex.h
+ listnode.h symbol.h list.h mem.h /usr/pkg/include/gc.h bltin.h util.h \
+ scan.h print.h class.h rfileio.h mdc.h complex.h
 random.o: random.c rlab.h config.h ent.h mds.h mdr.h btree.h \
  listnode.h bltin.h list.h util.h class.h symbol.h random.h fi.h \
  mdrf1.h
 mdcf1.o: mdcf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h mdc.h complex.h util.h list.h symbol.h mathl.h sort.h
+ mem.h /usr/pkg/include/gc.h mdc.h complex.h util.h list.h symbol.h \
+ mathl.h sort.h
 mdsf1.o: mdsf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h util.h list.h symbol.h mathl.h complex.h sort.h
+ mem.h /usr/pkg/include/gc.h util.h list.h symbol.h mathl.h complex.h \
+ sort.h
 bltin2.o: bltin2.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
- mdc.h complex.h mathl.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \
- mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h \
- mscf2.h
+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \
+ rfileio.h mdc.h complex.h mathl.h function.h mdrf1.h mdrf2.h mdcf1.h \
+ mdcf2.h mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h \
+ mscf1.h mscf2.h
 mdrf2.o: mdrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h mdrf1.h mdc.h complex.h util.h mathl.h \
- fi.h lp.h bl.h
+ mem.h /usr/pkg/include/gc.h symbol.h list.h mdrf1.h mdc.h complex.h \
+ util.h mathl.h fi.h lp.h bl.h
 mdcf2.o: mdcf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h mdc.h complex.h mdcf1.h util.h mathl.h \
- fi.h lp.h bl.h
+ mem.h /usr/pkg/include/gc.h symbol.h list.h mdc.h complex.h mdcf1.h \
+ util.h mathl.h fi.h lp.h bl.h
 rfft.o: rfft.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h symbol.h list.h bltin.h mdc.h complex.h util.h class.h \
- rfileio.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \
- mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h fftp.h fi.h
+ mem.h /usr/pkg/include/gc.h symbol.h list.h bltin.h mdc.h complex.h \
+ util.h class.h rfileio.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \
+ mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msc.h mscf1.h fftp.h fi.h
 sort.o: sort.c
 r_plot.o: r_plot.c config.h
 rstring.o: rstring.c
 rdl.o: rdl.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- symbol.h list.h bltin.h class.h util.h mem.h gc/gc.h
+ symbol.h list.h bltin.h class.h util.h mem.h /usr/pkg/include/gc.h
 odei.o: odei.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h symbol.h list.h mem.h gc/gc.h mdrf1.h bltin.h util.h mathl.h \
- complex.h function.h lp.h fi.h odei.h
+ class.h symbol.h list.h mem.h /usr/pkg/include/gc.h mdrf1.h bltin.h \
+ util.h mathl.h complex.h function.h lp.h fi.h odei.h
 btreef1.o: btreef1.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h class.h symbol.h list.h function.h util.h mem.h gc/gc.h
+ listnode.h class.h symbol.h list.h function.h util.h mem.h \
+ /usr/pkg/include/gc.h
 msr.o: msr.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h util.h list.h bltin1.h bltin.h mathl.h complex.h \
- fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h util.h list.h bltin1.h bltin.h \
+ mathl.h complex.h fi.h sparse.h
 msrf1.o: msrf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdrf1.h util.h \
- list.h symbol.h sort.h mathl.h fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h msc.h mdc.h complex.h mscf1.h \
+ mdrf1.h util.h list.h symbol.h sort.h mathl.h fi.h sparse.h
 bltin3.o: bltin3.c rlab.h config.h ent.h mds.h mdr.h btree.h \
- listnode.h mem.h gc/gc.h bltin.h list.h util.h class.h rfileio.h \
- mdc.h complex.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h mdr_mdc.h \
- mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h mscf2.h
+ listnode.h mem.h /usr/pkg/include/gc.h bltin.h list.h util.h class.h \
+ rfileio.h mdc.h complex.h function.h mdrf1.h mdrf2.h mdcf1.h mdcf2.h \
+ mdr_mdc.h mdsf1.h mdr_mds.h msr.h msrf1.h msrf2.h msc.h mscf1.h \
+ mscf2.h
 msc.o: msc.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
- list.h bltin1.h bltin.h mathl.h fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \
+ mdr_mdc.h util.h list.h bltin1.h bltin.h mathl.h fi.h sparse.h
 mscf1.o: mscf1.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mdr_mdc.h util.h \
- list.h symbol.h sort.h mathl.h fi.h sparse.h
+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \
+ mdr_mdc.h util.h list.h symbol.h sort.h mathl.h fi.h sparse.h
 msrf2.o: msrf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- mem.h gc/gc.h msr.h msrf1.h mdc.h complex.h msc.h mscf1.h mscf2.h \
- mdrf1.h util.h list.h symbol.h sort.h mathl.h class.h fi.h sparse.h \
- mdrf2.h
+ mem.h /usr/pkg/include/gc.h msr.h msrf1.h mdc.h complex.h msc.h \
+ mscf1.h mscf2.h mdrf1.h util.h list.h symbol.h sort.h mathl.h class.h \
+ fi.h sparse.h mdrf2.h
 mscf2.o: mscf2.c rlab.h config.h ent.h mds.h mdr.h btree.h listnode.h \
- class.h mem.h gc/gc.h msr.h msc.h mdc.h complex.h mscf1.h mdr_mdc.h \
- mdcf1.h util.h list.h symbol.h sort.h fi.h sparse.h mdcf2.h
+ class.h mem.h /usr/pkg/include/gc.h msr.h msc.h mdc.h complex.h \
+ mscf1.h mdr_mdc.h mdcf1.h util.h list.h symbol.h sort.h fi.h sparse.h \
+ mdcf2.h
 r_pgplot.o: r_pgplot.c config.h
-getopt.o: getopt.c
+getopt.o: getopt.c getopt.h
 getopt1.o: getopt1.c getopt.h
 alloca.o: alloca.c
@


1.3
log
@Enable the use of the SuperLU library for RlaB.
@
text
@d5 8
a12 18
@@@@ -99,14 +99,14 @@@@
 # -lfftpack	FFTPACK library (double precision version)
 # -lranlib	RANLIB (random number generation)
 #
-LAPACK = ./flibs/lapack/liblapack.a
-LAPACK_LIB  = -L./flibs/lapack -llapack
+LAPACK = ./flibs/lapack/liblapackrlab.a
+LAPACK_LIB  = -L./flibs/lapack -llapackrlab
 
-BLAS = ./flibs/blas/libblas.a
-BLAS_LIB    = -L./flibs/blas -lblas
+BLAS = ./flibs/blas/libblasrlab.a
+BLAS_LIB    = -L./flibs/blas -lblasrlab
 
-FFTPACK = ./flibs/fftpack/libfftpack.a
-FFTPACK_LIB = -L./flibs/fftpack -lfftpack
+FFTPACK = ./flibs/fftpack/libfftpackrlab.a
+FFTPACK_LIB = -L./flibs/fftpack -lfftpackrlab
a13 2
 Ranlib = ./flibs/ranlib/src/libranlib.a
 RANLIB_LIB  = -L./flibs/ranlib/src -lranlib
d93 1
a93 1
+		@@for f in $(buildir)/examples/* $(buildir)/test.*; do \
@


1.2
log
@Allow use of pgraf. Executable script is now `rlab' instead of `rlab2'.
Changed man page to reflect this. Fixed some PLIST trouble.
@
text
@d35 13
d66 1
a66 1
@@@@ -301,51 +301,72 @@@@
d82 3
a84 3
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab
+		$(BSD_INSTALL_DATA) $(buildir)/.rlab $(libdir)/rlab
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/rlib
d86 1
a86 1
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/rlib/"; \
d89 1
a89 1
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/toolbox
d91 1
a91 1
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/toolbox/"; \
d94 1
a94 1
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/controls-toolbox
d96 1
a96 1
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/controls-toolbox/"; \
d99 1
a99 1
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/help
d101 1
a101 1
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/help/"; \
d104 1
a104 1
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/rlab/examples
d106 1
a106 8
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/examples/"; \
+			echo $$i; $$i; \
+		done
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/doc/rlab
+		$(BSD_INSTALL_DATA) $(buildir)/doc/rlab-ref.ps $(libdir)/doc/rlab
+		@@for f in BUGS PROBLEMS README.Metis README.PGRAF \
+		README.PLPLOT README.SPARSE TODO WHATS.NEW; do \
+			i="$(BSD_INSTALL_DATA) $(buildir)/$$f $(libdir)/doc/rlab/"; \
d109 3
a111 1
+		$(BSD_INSTALL_DATA_DIR) $(libdir)/doc/html/rlab
d113 1
a113 1
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/doc/html/rlab/"; \
d117 1
a117 1
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plplot.r $(libdir)/rlab/rlib/plot.r;\
d119 1
a119 1
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/help/"; \
d127 2
a128 2
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gnuplot.r $(libdir)/rlab/rlib/plot.r;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gp-compat.r $(libdir)/rlab/rlib/gp-compat.r;\
d130 1
a130 1
+			i="$(BSD_INSTALL_DATA) $$f $(libdir)/rlab/help/"; \
d140 1
a140 1
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plotmtv.r $(libdir)/rlab/rlib/;\
d170 1
a170 1
@@@@ -526,22 +547,23 @@@@
d202 1
a202 1
@@@@ -551,118 +573,124 @@@@
@


1.1
log
@Initial revision
@
text
@d26 9
d69 3
a71 3
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/rlab
+		$(BSD_INSTALL_DATA) $(buildir)/.rlab $(prefix)/share/rlab
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/rlab/rlib
d73 1
a73 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/rlab/rlib/"; \
d76 1
a76 1
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/rlab/toolbox
d78 1
a78 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/rlab/toolbox/"; \
d81 1
a81 1
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/rlab/controls-toolbox
d83 1
a83 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/rlab/controls-toolbox/"; \
d86 1
a86 1
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/rlab/help
d88 1
a88 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/rlab/help/"; \
d91 1
a91 1
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/rlab/examples
d93 1
a93 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/rlab/examples/"; \
d96 2
a97 2
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/doc/rlab
+		$(BSD_INSTALL_DATA) $(buildir)/doc/rlab-ref.ps $(prefix)/share/doc/rlab
d100 1
a100 1
+			i="$(BSD_INSTALL_DATA) $(buildir)/$$f $(prefix)/share/doc/rlab/"; \
d103 1
a103 1
+		$(BSD_INSTALL_DATA_DIR) $(prefix)/share/doc/html/rlab
d105 1
a105 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/doc/html/rlab/"; \
d109 1
a109 1
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plplot.r $(prefix)/share/rlab/rlib/plot.r;\
d111 1
a111 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/rlab/help/"; \
d119 2
a120 2
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gnuplot.r $(prefix)/share/rlab/rlib/plot.r;\
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/gp-compat.r $(prefix)/share/rlab/rlib/gp-compat.r;\
d122 1
a122 1
+			i="$(BSD_INSTALL_DATA) $$f $(prefix)/share/rlab/help/"; \
d132 1
a132 1
+		  $(BSD_INSTALL_DATA) $(buildir)/misc/plotmtv.r $(prefix)/share/rlab/rlib/;\
d138 2
a139 1
 		sed 's@@plot_prog@@$(PLOT_PROG)@@' ./misc/rlab.tmp.2 > ./misc/rlab2
d157 2
a158 2
+		$(BSD_INSTALL_SCRIPT) $(buildir)/misc/rlab2 $(bindir)/rlab2
+		$(BSD_INSTALL_MAN) $(buildir)/doc/rlab2.1 $(mandir)
@


1.1.1.1
log
@Initial import of Rlab:
Interactive, interpreted scientific programming environment
@
text
@@
