home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-10-18 | 387 b | 23 lines |
- # @(#)Makefile 07/19/90
- #
- #
- # Note: change these paths to conform to your system:
-
- MACHINE=SUN
-
- BINDIR = /stg1/dilg/testr5/bin
- FILESDIR = ../../files
- RM = rm -f
-
- getfiles:
- cp ${FILESDIR}/storm110.raw .
- cp ${FILESDIR}/storm120.raw .
- cp ${FILESDIR}/storm130.raw .
- cp ${FILESDIR}/palette.raw .
- cp ${BINDIR}/r8tohdf .
-
- cleanup:
- -${RM} storm* o?.hdf palette.raw
- -${RM} r8tohdf
-
-