home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 October
/
usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso
/
misc
/
volume40
/
lic
/
part09
< prev
next >
Wrap
Lisp/Scheme
|
1993-11-09
|
24KB
|
768 lines
Newsgroups: comp.sources.misc
From: casey@gauss.llnl.gov (Casey Leedom)
Subject: v40i123: lic - LLNL Line Integral Convolution, v1.3, Part09/09
Message-ID: <1993Nov9.171059.27083@sparky.sterling.com>
X-Md4-Signature: 1295bb128064c2a5919504db4fcd009f
Sender: kent@sparky.sterling.com (Kent Landfield)
Organization: Sterling Software
Date: Tue, 9 Nov 1993 17:10:59 GMT
Approved: kent@sparky.sterling.com
Submitted-by: casey@gauss.llnl.gov (Casey Leedom)
Posting-number: Volume 40, Issue 123
Archive-name: lic/part09
Environment: UNIX
Supersedes: lic: Volume 38, Issue 104
#! /bin/sh
# This is a shell archive. Remove anything before this line, then feed it
# into a shell via "sh file" or similar. To overwrite existing files,
# type "sh file -c".
# Contents: lic.1.3/.emacs lic.1.3/MEMO lic.1.3/Makefile
# lic.1.3/Makefile.tmpl lic.1.3/PATCHLEVEL lic.1.3/avs/Makefile
# lic.1.3/avs/Makefile.tmpl lic.1.3/avs/WhiteNoise.txt
# lic.1.3/config/Makefile.std lic.1.3/doc/Makefile
# lic.1.3/doc/Makefile.tmpl lic.1.3/doc/siggraph93/COPYRIGHT
# lic.1.3/doc/siggraph93/README lic.1.3/include/Makefile
# lic.1.3/include/Makefile.tmpl lic.1.3/liblic/DebugPrologue.ps
# lic.1.3/liblic/Makefile lic.1.3/lic/Makefile lic.1.3/test/Makefile
# Wrapped by kent@sparky on Tue Nov 9 10:09:44 1993
PATH=/bin:/usr/bin:/usr/ucb:/usr/local/bin:/usr/lbin:$PATH ; export PATH
echo If this archive is complete, you will see the following message:
echo ' "shar: End of archive 9 (of 9)."'
if test -f 'lic.1.3/.emacs' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/.emacs'\"
else
echo shar: Extracting \"'lic.1.3/.emacs'\" \(412 characters\)
sed "s/^X//" >'lic.1.3/.emacs' <<'END_OF_FILE'
X(setq c-argdecl-indent 0)
X(setq c-argdecl-offset 0)
X(setq c-auto-newline nil)
X(setq c-brace-imaginary-offset -4)
X(setq c-brace-offset -4)
X(setq c-continued-statement-offset 4)
X(setq c-indent-level 4)
X(setq c-label-offset 4)
END_OF_FILE
if test 412 -ne `wc -c <'lic.1.3/.emacs'`; then
echo shar: \"'lic.1.3/.emacs'\" unpacked with wrong size!
fi
# end of 'lic.1.3/.emacs'
fi
if test -f 'lic.1.3/MEMO' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/MEMO'\"
else
echo shar: Extracting \"'lic.1.3/MEMO'\" \(912 characters\)
sed "s/^X//" >'lic.1.3/MEMO' <<'END_OF_FILE'
X Monday, May 17, 1993
X
XTo: Marliss Rash
X
XFrom: Leith (Casey) Leedom
X
XRegarding: Memo of understanding for release of ``LIC'' software
X
X
XMarliss,
X
XThe Line Integral Convolution (LIC) software is a prototype
Ximplementation of a new vector visualization algorithm that Brian
XCabral and I have jointly developed. The algorithm is described in a
Xpaper written by us in the upcoming 1993 SIGGRAPH conference:
X``Imaging Vector Fields Using Line Integral Convolution.''
X
XThe SIGGRAPH conference is putting together a CD-ROM of conference
Xpaper materials. SIGGRAPH would like to include source code whenever
Xpossible in order that other researchers be able to duplicate results
Xpresented in the papers. We would like to supply SIGGRAPH with our
Xexperimental software since this will significantly enhance our
Xability to work with other researchers in this area.
X
X
X Yours sincerely,
X
X Leith (Casey) Leedom
END_OF_FILE
if test 912 -ne `wc -c <'lic.1.3/MEMO'`; then
echo shar: \"'lic.1.3/MEMO'\" unpacked with wrong size!
fi
# end of 'lic.1.3/MEMO'
fi
if test -f 'lic.1.3/Makefile' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/Makefile'\"
else
echo shar: Extracting \"'lic.1.3/Makefile'\" \(465 characters\)
sed "s/^X//" >'lic.1.3/Makefile' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/RCS/Makefile,v 1.3 1993/11/04 00:05:27 casey Exp $
X#
X TOP = .
X CURDIR = .
X
X.SUFFIXES:
X.SUFFIXES: .foo
X
X.DEFAULT:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std \
X $@
X
Xall:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std
END_OF_FILE
if test 465 -ne `wc -c <'lic.1.3/Makefile'`; then
echo shar: \"'lic.1.3/Makefile'\" unpacked with wrong size!
fi
# end of 'lic.1.3/Makefile'
fi
if test -f 'lic.1.3/Makefile.tmpl' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/Makefile.tmpl'\"
else
echo shar: Extracting \"'lic.1.3/Makefile.tmpl'\" \(426 characters\)
sed "s/^X//" >'lic.1.3/Makefile.tmpl' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/RCS/Makefile.tmpl,v 1.2 1993/05/18 19:28:13 casey Exp $
X#
X SUBDIRS = include liblic $(AVS) lic test doc
X
X.DEFAULT:
X @set +x; \
X for i in $(SUBDIRS); do \
X (cd $$i; echo "Doing " $@ " in " $$i " ..."; \
X $(MAKE) $(MFLAGS) DESTDIR="$(DESTDIR)" $@); \
X done
X
Xall: $(SUBDIRS)
X
X$(SUBDIRS): FRC
X @set +x; \
X (cd $@; echo "Making in $@ ..."; \
X $(MAKE) $(MFLAGS) DESTDIR="$(DESTDIR)")
X
XFRC:
END_OF_FILE
if test 426 -ne `wc -c <'lic.1.3/Makefile.tmpl'`; then
echo shar: \"'lic.1.3/Makefile.tmpl'\" unpacked with wrong size!
fi
# end of 'lic.1.3/Makefile.tmpl'
fi
if test -f 'lic.1.3/PATCHLEVEL' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/PATCHLEVEL'\"
else
echo shar: Extracting \"'lic.1.3/PATCHLEVEL'\" \(194 characters\)
sed "s/^X//" >'lic.1.3/PATCHLEVEL' <<'END_OF_FILE'
Xversion 1
Xrelease 3
Xpatchlevel 0
X
X
XInternal note:
X
X Remember to change the version numbers in doc/cover.me,
X liblic/LIC.3 and include/lic.h whenever the version or release
X numbers are changed.
END_OF_FILE
if test 194 -ne `wc -c <'lic.1.3/PATCHLEVEL'`; then
echo shar: \"'lic.1.3/PATCHLEVEL'\" unpacked with wrong size!
fi
# end of 'lic.1.3/PATCHLEVEL'
fi
if test -f 'lic.1.3/avs/Makefile' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/avs/Makefile'\"
else
echo shar: Extracting \"'lic.1.3/avs/Makefile'\" \(476 characters\)
sed "s/^X//" >'lic.1.3/avs/Makefile' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/avs/RCS/Makefile,v 1.3 1993/11/04 00:05:27 casey Exp $
X#
X TOP = ..
X CURDIR = ./avs
X
X.SUFFIXES:
X.SUFFIXES: .foo
X
X.DEFAULT:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std \
X $@
X
Xall:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std
X
END_OF_FILE
if test 476 -ne `wc -c <'lic.1.3/avs/Makefile'`; then
echo shar: \"'lic.1.3/avs/Makefile'\" unpacked with wrong size!
fi
# end of 'lic.1.3/avs/Makefile'
fi
if test -f 'lic.1.3/avs/Makefile.tmpl' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/avs/Makefile.tmpl'\"
else
echo shar: Extracting \"'lic.1.3/avs/Makefile.tmpl'\" \(1625 characters\)
sed "s/^X//" >'lic.1.3/avs/Makefile.tmpl' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/avs/RCS/Makefile.tmpl,v 1.5 1993/10/28 01:12:54 casey Exp $
X#
X INCLUDES = $(AVS_INCLUDES)
X DEFINES = $(AVS_DEFINES)
X
X SRCS1 = LIC.c
X OBJS1 = LIC.o
X DEPLIBS1 = $(LIBLIC)
X SYSLIBS1 = -L$(AVSLIBDIR) -lsim_c -lgeom -lutil $(AVS_EXTRALIBS) \
X $(MPC_EXTRALIBS) -lm
X PROGRAM1 = LIC
X DOCS1 = LIC.txt
X
X# Small AVS module to generate a white noise scalar field. This will allow
X# you to start playing with the LIC AVS module. Not installed by default.
X#
X SRCS2 = WhiteNoise.c
X OBJS2 = WhiteNoise.o
X DEPLIBS2 =
X SYSLIBS2 = -L$(AVSLIBDIR) -lflow_c -lsim_c -lgeom -lutil $(AVS_EXTRALIBS) \
X -lm
X PROGRAM2 = WhiteNoise
X DOCS2 = WhiteNoise.txt
X
X SRCS = $(SRCS1) $(SRCS2)
X ALL = $(PROGRAM1) $(PROGRAM2)
X
Xall: $(ALL)
X
Xincludes:
X
X$(PROGRAM1): $(OBJS1) $(DEPLIBS1)
X $(CC) $(CFLAGS) -o $(PROGRAM1) $(OBJS1) $(DEPLIBS1) $(SYSLIBS1)
X
X$(PROGRAM2): $(OBJS2) $(DEPLIBS2)
X $(CC) $(CFLAGS) -o $(PROGRAM2) $(OBJS2) $(DEPLIBS2) $(SYSLIBS2)
X
Xinstall: $(ALL) $(AVSMODDIR) $(AVSDOCDIR)
X rm -f $(AVSMODDIR)/$(PROGRAM1)
X cp $(PROGRAM1) $(AVSMODDIR)/$(PROGRAM1)
X $(STRIP) $(AVSMODDIR)/$(PROGRAM1)
X chmod $(INSTBINPROT) $(AVSMODDIR)/$(PROGRAM1)
X rm -f $(AVSDOCDIR)/$(PROGRAM1).txt
X cp $(PROGRAM1).txt $(AVSDOCDIR)/$(PROGRAM1).txt
X chmod $(INSTDOCPROT) $(AVSDOCDIR)/$(PROGRAM1).txt
X
X$(AVSMODDIR) $(AVSDOCDIR):
X mkdir $@
X
Xclean:
X rm -f $(PROGRAM1) $(OBJS1)
X rm -f $(PROGRAM2) $(OBJS2)
X rm -f *~ *.o core a.out MAKELOG
X
Xlint:
X lint -x $(ALLDEFINES) $(SRCS)
X
Xdepend:
X
XLIC.o: LIC.c $(BUILDINCTOP)/lic.h
XWhiteNoise.o: WhiteNoise.c
END_OF_FILE
if test 1625 -ne `wc -c <'lic.1.3/avs/Makefile.tmpl'`; then
echo shar: \"'lic.1.3/avs/Makefile.tmpl'\" unpacked with wrong size!
fi
# end of 'lic.1.3/avs/Makefile.tmpl'
fi
if test -f 'lic.1.3/avs/WhiteNoise.txt' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/avs/WhiteNoise.txt'\"
else
echo shar: Extracting \"'lic.1.3/avs/WhiteNoise.txt'\" \(1530 characters\)
sed "s/^X//" >'lic.1.3/avs/WhiteNoise.txt' <<'END_OF_FILE'
XAVS Modules White noise
XLawrence Livermore National Laboratory
X
XNAME
X White noise - Create a 3-D image of white noise
X
XSUMMARY
X Name White noise
X
X Type data output
X
X Inputs none
X
X Outputs field 3D 4-vector byte
X
X Parameters
X Name Type Default Min Max
X ---------------------------------------------------------------------
X Xres integer 256 0 10000
X Xres integer 256 0 10000
X Zres integer 256 0 10000
X
X
XDESCRIPTION
X This module generates a 3-D white noise RGBA images. The alpha
X value is set to zero. The red, green and blue values for any
X individual image pixel are set to the same random value. Thus, the
X white noise image looks grey scale.
X
XINPUTS
X None
X
XPARAMETERS
X
X Xres, Yres, Zres
X Integer
X Default: 256
X
X These parameters specify the 3-D resolution of the image. For
X modules which only want a two dimensional image, data space
X and image creation time can be saved by setting Zres = 1.
X
XOUTPUTS
X Output image - 3D 4-vector 3-space byte field
X A three-dimensional image field filled with white noise.
X
XAUTHOR
X Brian Cabral
X Lawrence Livermore National Laboratory
X
X Copyright (c) 1993 The Regents of the University of California.
X All rights reserved.
X
X
XAVS Modules White noise
XLawrence Livermore National Laboratory
END_OF_FILE
if test 1530 -ne `wc -c <'lic.1.3/avs/WhiteNoise.txt'`; then
echo shar: \"'lic.1.3/avs/WhiteNoise.txt'\" unpacked with wrong size!
fi
# end of 'lic.1.3/avs/WhiteNoise.txt'
fi
if test -f 'lic.1.3/config/Makefile.std' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/config/Makefile.std'\"
else
echo shar: Extracting \"'lic.1.3/config/Makefile.std'\" \(201 characters\)
sed "s/^X//" >'lic.1.3/config/Makefile.std' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/config/RCS/Makefile.std,v 1.1 1993/05/18 18:08:56 casey Exp $
X#
X$(LIBLIC):
X @echo "Making $(LIBLIC)"
X cd $(LIBLICDIR); $(MAKE) $(MFLAGS)
X @echo "Returning to $(CURDIR)"
END_OF_FILE
if test 201 -ne `wc -c <'lic.1.3/config/Makefile.std'`; then
echo shar: \"'lic.1.3/config/Makefile.std'\" unpacked with wrong size!
fi
# end of 'lic.1.3/config/Makefile.std'
fi
if test -f 'lic.1.3/doc/Makefile' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/doc/Makefile'\"
else
echo shar: Extracting \"'lic.1.3/doc/Makefile'\" \(474 characters\)
sed "s/^X//" >'lic.1.3/doc/Makefile' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/doc/RCS/Makefile,v 1.3 1993/11/04 00:05:27 casey Exp $
X#
X TOP = ..
X CURDIR = ./doc
X
X.SUFFIXES:
X.SUFFIXES: .foo
X
X.DEFAULT:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std \
X $@
X
Xall:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std
END_OF_FILE
if test 474 -ne `wc -c <'lic.1.3/doc/Makefile'`; then
echo shar: \"'lic.1.3/doc/Makefile'\" unpacked with wrong size!
fi
# end of 'lic.1.3/doc/Makefile'
fi
if test -f 'lic.1.3/doc/Makefile.tmpl' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/doc/Makefile.tmpl'\"
else
echo shar: Extracting \"'lic.1.3/doc/Makefile.tmpl'\" \(153 characters\)
sed "s/^X//" >'lic.1.3/doc/Makefile.tmpl' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/doc/RCS/Makefile.tmpl,v 1.2 1993/05/18 21:12:20 casey Exp $
X#
X
Xall:
X
Xprint:
X
Xincludes:
X
Xinstall:
X
Xclean:
X
Xlint:
X
Xdepend:
END_OF_FILE
if test 153 -ne `wc -c <'lic.1.3/doc/Makefile.tmpl'`; then
echo shar: \"'lic.1.3/doc/Makefile.tmpl'\" unpacked with wrong size!
fi
# end of 'lic.1.3/doc/Makefile.tmpl'
fi
if test -f 'lic.1.3/doc/siggraph93/COPYRIGHT' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/doc/siggraph93/COPYRIGHT'\"
else
echo shar: Extracting \"'lic.1.3/doc/siggraph93/COPYRIGHT'\" \(1759 characters\)
sed "s/^X//" >'lic.1.3/doc/siggraph93/COPYRIGHT' <<'END_OF_FILE'
XCopyright (c) 1993 The Regents of the University of California.
XAll rights reserved.
X
XRedistribution and use in source and binary forms, with or without
Xmodification, are permitted provided that the following conditions
Xare met:
X1. Redistributions of source code must retain the above copyright
X notice, this list of conditions and the following disclaimer.
X2. Redistributions in binary form must reproduce the above copyright
X notice, this list of conditions and the following disclaimer in the
X documentation and/or other materials provided with the distribution.
X3. All advertising materials mentioning features or use of this software
X must display the following acknowledgement:
XThis product includes software developed by the University of
XCalifornia, Lawrence Livermore National Laboratory and its
Xcontributors.
X4. Neither the name of the University nor the names of its contributors
X may be used to endorse or promote products derived from this software
X without specific prior written permission.
X
XTHIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
XANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
XIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
XARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
XFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
XDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
XOR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
XHOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
XLIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
XOUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
XSUCH DAMAGE.
END_OF_FILE
if test 1759 -ne `wc -c <'lic.1.3/doc/siggraph93/COPYRIGHT'`; then
echo shar: \"'lic.1.3/doc/siggraph93/COPYRIGHT'\" unpacked with wrong size!
fi
# end of 'lic.1.3/doc/siggraph93/COPYRIGHT'
fi
if test -f 'lic.1.3/doc/siggraph93/README' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/doc/siggraph93/README'\"
else
echo shar: Extracting \"'lic.1.3/doc/siggraph93/README'\" \(1695 characters\)
sed "s/^X//" >'lic.1.3/doc/siggraph93/README' <<'END_OF_FILE'
X Tuesday, May 18, 1993
X
X
XDear reader,
X
X Welcome to the Brian & Casey traveling convolution show! You've just
Xstepped into a directory chock full of interesting things. Hey! You
Xwant a paper? We got scads of 'em! Heck, we're giving a whole herd away ...
X
X Well, somewhat more seriously, this directory contains stuff related
Xto our SIGGRAPH '93 paper ``Imaging Vector Fields Using Line Integral
XConvolution.'' Here's a brief outline of what we've given you:
X
X ./cover/
X Files relating to the SIGGRAPH '93 cover image: the image itself
X and a short description of how it was created.
X
X ./paper/
X A complete copy of our SIGGRAPH '93 paper. The file paper.ps.Z
X is a compressed PostScript version of the paper that includes
X all of the color plates. It's 24MB when uncompressed ... The
X file paper-bw.ps.Z is a version of our paper that only includes
X the black and white line drawing figures. It's only 170KB when
X uncompressed. Finally, the subdirectory "figures" contains
X copies of all of our figures -- most of them in TIFF format.
X
X ./src/
X Complete sources to our Line Integral Convolution software. [[We
X hope. We're working on the final release authorization as this
X is being typed.]] There's a library, a command line interface
X and and AVS module interface. And, yes, can you believe your
X eyes? Complete documentation too! Such a deal we have for you ...
X
X Well, that's it. Hope you find this interesting and useful. Please
Xfeel free to contact us if you have questions or want to relate
Xinteresting uses of our algorithm. Have fun!
X
X
X Brian Cabral
X cabral@llnl.gov
X 510-423-0201
X
X Casey Leedom
X casey@gauss.llnl.gov
X 510-423-7775
END_OF_FILE
if test 1695 -ne `wc -c <'lic.1.3/doc/siggraph93/README'`; then
echo shar: \"'lic.1.3/doc/siggraph93/README'\" unpacked with wrong size!
fi
# end of 'lic.1.3/doc/siggraph93/README'
fi
if test -f 'lic.1.3/include/Makefile' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/include/Makefile'\"
else
echo shar: Extracting \"'lic.1.3/include/Makefile'\" \(482 characters\)
sed "s/^X//" >'lic.1.3/include/Makefile' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/include/RCS/Makefile,v 1.3 1993/11/04 00:05:27 casey Exp $
X#
X TOP = ..
X CURDIR = ./include
X
X.SUFFIXES:
X.SUFFIXES: .foo
X
X.DEFAULT:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std \
X $@
X
Xall:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std
END_OF_FILE
if test 482 -ne `wc -c <'lic.1.3/include/Makefile'`; then
echo shar: \"'lic.1.3/include/Makefile'\" unpacked with wrong size!
fi
# end of 'lic.1.3/include/Makefile'
fi
if test -f 'lic.1.3/include/Makefile.tmpl' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/include/Makefile.tmpl'\"
else
echo shar: Extracting \"'lic.1.3/include/Makefile.tmpl'\" \(351 characters\)
sed "s/^X//" >'lic.1.3/include/Makefile.tmpl' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/include/RCS/Makefile.tmpl,v 1.1 1993/05/18 17:32:31 casey Exp $
X#
X HDRS = lic.h
X
Xall: $(HDRS)
X
Xincludes:
X
Xinstall: $(HDRS) $(INCDIR)
X (cd $(INCDIR); rm -f $(HDRS))
X cp $(HDRS) $(INCDIR)
X (cd $(INCDIR); chmod $(INSTINCPROT) $(HDRS))
X
X$(INCDIR):
X mkdir $@
X
Xclean:
X rm -f *~ *.o core a.out MAKELOG
X
Xlint:
X
Xdepend:
END_OF_FILE
if test 351 -ne `wc -c <'lic.1.3/include/Makefile.tmpl'`; then
echo shar: \"'lic.1.3/include/Makefile.tmpl'\" unpacked with wrong size!
fi
# end of 'lic.1.3/include/Makefile.tmpl'
fi
if test -f 'lic.1.3/liblic/DebugPrologue.ps' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/liblic/DebugPrologue.ps'\"
else
echo shar: Extracting \"'lic.1.3/liblic/DebugPrologue.ps'\" \(620 characters\)
sed "s/^X//" >'lic.1.3/liblic/DebugPrologue.ps' <<'END_OF_FILE'
X%!PS-Adobe-3.0 EPSF-3.0
X%%Creator: LIC
X%%DocumentFonts: Courier
X%%BoundingBox:
X%%Pages: 1
X%%EndComments
X%%EndProlog
X%%Page: 1 1
X
Xgsave
X/Courier findfont 140 scalefont setfont
X
X/arrow
X{
X gsave
X 1 -1 scale
X translate
X atan neg rotate
X newpath
X -0.2 0.0 moveto
X 0.2 0.0 lineto
X 0.1 0.05 lineto
X 0.2 0.0 moveto
X 0.1 -0.05 lineto
X stroke
X grestore
X} def
X
X/verticals
X{
X newpath
X -10 1 10
X {
X -10 moveto
X 0 20 rlineto
X } for
X stroke
X} def
X
X/horizontals
X{
X newpath
X -10 1 10
X {
X -10 exch moveto
X 20 0 rlineto
X } for
X stroke
X} def
X
X/streamlines
X{
Xnewpath
END_OF_FILE
if test 620 -ne `wc -c <'lic.1.3/liblic/DebugPrologue.ps'`; then
echo shar: \"'lic.1.3/liblic/DebugPrologue.ps'\" unpacked with wrong size!
fi
# end of 'lic.1.3/liblic/DebugPrologue.ps'
fi
if test -f 'lic.1.3/liblic/Makefile' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/liblic/Makefile'\"
else
echo shar: Extracting \"'lic.1.3/liblic/Makefile'\" \(480 characters\)
sed "s/^X//" >'lic.1.3/liblic/Makefile' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/liblic/RCS/Makefile,v 1.3 1993/11/04 00:05:27 casey Exp $
X#
X TOP = ..
X CURDIR = ./liblic
X
X.SUFFIXES:
X.SUFFIXES: .foo
X
X.DEFAULT:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std \
X $@
X
Xall:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std
END_OF_FILE
if test 480 -ne `wc -c <'lic.1.3/liblic/Makefile'`; then
echo shar: \"'lic.1.3/liblic/Makefile'\" unpacked with wrong size!
fi
# end of 'lic.1.3/liblic/Makefile'
fi
if test -f 'lic.1.3/lic/Makefile' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/lic/Makefile'\"
else
echo shar: Extracting \"'lic.1.3/lic/Makefile'\" \(476 characters\)
sed "s/^X//" >'lic.1.3/lic/Makefile' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/lic/RCS/Makefile,v 1.3 1993/11/04 00:05:27 casey Exp $
X#
X TOP = ..
X CURDIR = ./lic
X
X.SUFFIXES:
X.SUFFIXES: .foo
X
X.DEFAULT:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std \
X $@
X
Xall:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std
X
END_OF_FILE
if test 476 -ne `wc -c <'lic.1.3/lic/Makefile'`; then
echo shar: \"'lic.1.3/lic/Makefile'\" unpacked with wrong size!
fi
# end of 'lic.1.3/lic/Makefile'
fi
if test -f 'lic.1.3/test/Makefile' -a "${1}" != "-c" ; then
echo shar: Will not clobber existing file \"'lic.1.3/test/Makefile'\"
else
echo shar: Extracting \"'lic.1.3/test/Makefile'\" \(476 characters\)
sed "s/^X//" >'lic.1.3/test/Makefile' <<'END_OF_FILE'
X#
X# $Header: /usr/local/src/lic/test/RCS/Makefile,v 1.3 1993/11/04 00:05:27 casey Exp $
X#
X TOP = ..
X CURDIR = ./test
X
X.SUFFIXES:
X.SUFFIXES: .foo
X
X.DEFAULT:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std \
X $@
X
Xall:
X @$(MAKE) $(MFLAGS) TOP="$(TOP)" CURDIR="$(CURDIR)" \
X -f $(TOP)/config/Makefile.config \
X -f ./Makefile.tmpl \
X -f $(TOP)/config/Makefile.std
END_OF_FILE
if test 476 -ne `wc -c <'lic.1.3/test/Makefile'`; then
echo shar: \"'lic.1.3/test/Makefile'\" unpacked with wrong size!
fi
# end of 'lic.1.3/test/Makefile'
fi
echo shar: End of archive 9 \(of 9\).
cp /dev/null ark9isdone
MISSING=""
for I in 1 2 3 4 5 6 7 8 9 ; do
if test ! -f ark${I}isdone ; then
MISSING="${MISSING} ${I}"
fi
done
if test "${MISSING}" = "" ; then
echo You have unpacked all 9 archives.
rm -f ark[1-9]isdone ark[1-9][0-9]isdone
else
echo You still must unpack the following archives:
echo " " ${MISSING}
fi
exit 0
exit 0 # Just in case...