File: README.INSTALL

package info (click to toggle)
plotmtv 1.4.1-4
  • links: PTS
  • area: main
  • in suites: slink
  • size: 4,024 kB
  • ctags: 5,006
  • sloc: ansic: 51,179; makefile: 1,976; fortran: 1,277; sh: 510; csh: 439
file content (18 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

This directory contains utility programs to convert from the UC Berkeley 
contour, pdraw and drawplot formats to the MTVDAT format used by plotmtv.

First, modify the Makefile and change the $CC, $FC and $CFLAGS variables.
This Makefile compiles only the C programs; if you want to compile the 
Fortran programs too, change the PROGRAMS variable to

          PROGRAMS = $(C_PROGRAMS) $(F_PROGRAMS)

Then to compile, type:
          
         % make all


To test these programs, cd into the TESTS directory and type:

         % run.csh