remove objects and add .gitignore
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
rhel*
|
68
makefile_rhel8
Normal file
68
makefile_rhel8
Normal file
@ -0,0 +1,68 @@
|
||||
# RedHat Linunx (rhel8) with AFS at PSI
|
||||
|
||||
# only debugger version works
|
||||
DEB=D
|
||||
|
||||
# type of library to be used (LIB_TYPE=a or LIB_TYPE=so)
|
||||
LIB_TYPE=a
|
||||
|
||||
# c-compiler to be used, flags for different options
|
||||
CC=gcc
|
||||
C_FLAGS=-g -D__unix -MMD -DF_UNDERSCORE=1
|
||||
#C_FLAGS=-g -D__unix -MMD
|
||||
C_STRICT=-Wall
|
||||
C_RELAXED=
|
||||
|
||||
# fortran compiler to be used, flags for different options
|
||||
FC=gfortran
|
||||
#FC=g77
|
||||
F_FLAGS=-fimplicit-none -ffixed-line-length-none -fbounds-check -I.
|
||||
#F_FLAGS=-Wimplicit -fbounds-check -I. -Wall
|
||||
F_STRICT=
|
||||
F_RELAXED=-Wno-globals
|
||||
F_OPT=-O
|
||||
F_DEB=-g
|
||||
|
||||
# macros for prerequisites (for GNU make)
|
||||
# Q=all, F/C=Fortran/C source with path
|
||||
Q=$^
|
||||
F=$<
|
||||
C=$<
|
||||
|
||||
# linker flags for readline library
|
||||
RDLIB=-L$(PWD) -lreadline
|
||||
|
||||
SINQ=/afs/psi.ch/project/sinq/$(linuxsys)
|
||||
SL=$(sinq)/sl6-64/lib/lib
|
||||
|
||||
# directories for installing the binaries are $(INSTDIR)/bin and $(INSTDIR)/lib
|
||||
INSTDIR=$(SINQ)/stow/fit
|
||||
|
||||
# linker flags for pgplot
|
||||
PGLIB=$(PWD)/src/pgplot_rhel8/libpgplot.a -L/usr/X11R6/lib -lX11
|
||||
|
||||
# link NeXus file input routines ? (comment out if not needed)
|
||||
NXFLAG=Y
|
||||
|
||||
# linker flags for NeXus
|
||||
NXLIB=$(SL)NeXus77.a $(SL)NeXus.a $(SL)hdf5.a $(SL)mxml.a -lz $(SL)sz.a -lpthread
|
||||
|
||||
# directory for the HDF include files
|
||||
NXHDF=$(SINQ)/include
|
||||
|
||||
# directory for the NeXus include files
|
||||
NXINC=$(sinq)/sl6-64/include
|
||||
#NXINC=$(PWD)/../gen
|
||||
|
||||
# a hack: it seems that napif.f is not properly included in libNeXus77.a
|
||||
NAPIF=napif.o
|
||||
|
||||
ADD_ALL = myfit
|
||||
|
||||
-include make_deb
|
||||
include src/make_gen
|
||||
|
||||
# location: unix/napif.f
|
||||
napif.o: napif.f
|
||||
$(FC) -c $Q
|
||||
|
114
pgplot_rhel8/drivers.list
Normal file
114
pgplot_rhel8/drivers.list
Normal file
@ -0,0 +1,114 @@
|
||||
! PGPLOT drivers.
|
||||
!------------------------------------------------------------------------------
|
||||
! To configure PGPLOT, ensure that drivers you do not want are
|
||||
! commented out (place ! in column 1). N.B. Many device-drivers are
|
||||
! available on selected operating systems only.
|
||||
!------------------------------------------------------------------------------
|
||||
! File Code Description Restrictions
|
||||
! BCDRIV 0 /BCANON Canon Laser printer (bitmap version), landscape
|
||||
! CADRIV 0 /CANON Canon Laser printer, LBP-8/A2, landscape
|
||||
! CCDRIV 0 /CCP DEC LJ250 Color Companion printer
|
||||
! CGDRIV 1 /CGM CGM metafile, indexed colour selection C
|
||||
! CGDRIV 2 /CGMD CGM metafile, direct colour selection C
|
||||
! CWDRIV 0 /CW6320 Gould/Bryans Colourwriter 6320 pen plotter Std F77
|
||||
! EPDRIV 0 /EPSON Epson FX100 dot matrix printer
|
||||
! EXDRIV 1 /EXCL Talaris/EXCL printers, landscape
|
||||
! EXDRIV 2 /EXCL Talaris/EXCL printers, portrait
|
||||
! GCDRIV 0 /GENICOM Genicom 4410 dot-matrix printer, landscape
|
||||
! Caution: use of GIDRIV may require a license from Unisys:
|
||||
GIDRIV 1 /GIF GIF-format file, landscape
|
||||
GIDRIV 2 /VGIF GIF-format file, portrait
|
||||
! GLDRIV 1 /HPGL Hewlett-Packard HP-GL plotters, landscape Std F77
|
||||
! GLDRIV 2 /VHPGL Hewlett-Packard HP-GL plotters, portrait Std F77
|
||||
! GODRIV 0 /GOC GOC Sigma T5670 terminal VMS
|
||||
! GVDRIV 0 /GVENICOM Genicom 4410 dot-matrix printer, portrait
|
||||
! HGDRIV 0 /HPGL2 Hewlett-Packard graphics language
|
||||
! HIDRIV 0 /HIDMP Houston Instruments HIDMP pen plotter
|
||||
! HJDRIV 0 /HJ Hewlett-Packard Desk/Laserjet printer
|
||||
! HPDRIV 0 /HP7221 Hewlett-Packard HP7221 pen plotter Std F77
|
||||
! LADRIV 0 /LA50 Dec LA50 and other sixel printers
|
||||
! LJDRIV 0 /LJ Hewlett-Packard LaserJet printers VMS
|
||||
! LSDRIV 1 /LIPS2 Canon LaserShot printer (landscape)
|
||||
! LSDRIV 2 /VLIPS2 Canon LaserShot printer (portrait)
|
||||
! LNDRIV 0 /LN03 Dec LN03-PLUS Laser printer (landscape) VMS
|
||||
! LVDRIV 0 /LVN03 Dec LN03-PLUS Laser printer (portrait) VMS
|
||||
! LXDRIV 0 /LATEX LaTeX picture environment
|
||||
! MFDRIV 0 /FILE PGPLOT graphics metafile
|
||||
! NEDRIV 0 /NEXT Computers running NeXTstep operating system
|
||||
NUDRIV 0 /NULL Null device (no output) Std F77
|
||||
! PGDRIV 0 /PGMF PGPLOT metafile (new format, experimental) Std F77
|
||||
! PNDRIV 1 /PNG Portable Network Graphics file C
|
||||
! PNDRIV 2 /TPNG Portable Network Graphics file - transparent background C
|
||||
! PPDRIV 1 /PPM Portable Pixel Map file, landscape
|
||||
! PPDRIV 2 /VPPM Portable PIxel Map file, portrait
|
||||
PSDRIV 1 /PS PostScript printers, monochrome, landscape Std F77
|
||||
PSDRIV 2 /VPS Postscript printers, monochrome, portrait Std F77
|
||||
PSDRIV 3 /CPS PostScript printers, color, landscape Std F77
|
||||
PSDRIV 4 /VCPS PostScript printers, color, portrait Std F77
|
||||
! PXDRIV 0 /PRINTRONI Printronix P300 or P600 dot-matrix printer
|
||||
! QMDRIV 1 /QMS QUIC devices (QMS and Talaris), landscape Std F77
|
||||
! QMDRIV 2 /VQMS QUIC devices (QMS and Talaris), portrait Std F77
|
||||
! TFDRIV 0 /TFILE Tektronix-format disk file VMS
|
||||
! TODRIV 0 /TOSHIBA Toshiba "3-in-one" printer, model P351
|
||||
! TTDRIV 1 /TEK4010 Tektronix 4006/4010 storage-tube terminal Std F77
|
||||
! TTDRIV 2 /GF GraphOn terminal Std F77
|
||||
! TTDRIV 3 /RETRO RetroGraphics terminal Std F77
|
||||
! TTDRIV 4 /GTERM GTERM Tektronix terminal emulator Std F77
|
||||
TTDRIV 5 /XTERM XTERM Tektronix terminal emulator Std F77
|
||||
! TTDRIV 6 /ZSTEM ZSTEM terminal emulator Std F77
|
||||
! TTDRIV 7 /V603 Visual 603 terminal Std F77
|
||||
! TTDRIV 8 /KRM3 Kermit 3 on IBM-PC Std F77
|
||||
! TTDRIV 9 /TK4100 Tektronix 4100-series terminals Std F77
|
||||
! TTDRIV 10 /VMAC Macintosh VersaTerm-PRO Tektronix-4105 emulator Std F77
|
||||
! TXDRIV 0 /TX TeX PK Font Output files
|
||||
! VADRIV 0 /VCANON Canon Laser printer, LBP-8/A2, portrait
|
||||
! VBDRIV 0 /VBCANON Canon Laser printer (bitmap version), portrait
|
||||
! VTDRIV 0 /VT125 Dec Regis terminals (VT125 etc.) Std F77
|
||||
! WDDRIV 1 /WD X Window dump file, landscape
|
||||
! WDDRIV 2 /VWD X Window dump file, portrait
|
||||
! WSDRIV 0 /WS VAX workstations running VWS software VMS
|
||||
! X2DRIV 0 /XDISP PGDISP or FIGDISP server for X workstations C
|
||||
XWDRIV 1 /XWINDOW Workstations running X Window System C
|
||||
XWDRIV 2 /XSERVE Persistent window on X Window System C
|
||||
! ZEDRIV 0 /ZETA Zeta 8 Digital Plotter
|
||||
!
|
||||
! The following drivers can only be used in PGPLOT installations on MS-DOS
|
||||
! systems with appropriate hardware and software. Do not select these
|
||||
! on UNIX or VMS systems.
|
||||
!
|
||||
! LHDRIV 0 /LH IBM PCs and clones, Lahey F77 32-bit Fortran v5.0
|
||||
! MSDRIV 0 /MSOFT IBM PCs and clones running Microsoft Fortran 5.0
|
||||
! SSDRIV 0 /SS IBM PCs and clones, MS-DOS, Salford Software FTN
|
||||
!
|
||||
! The following driver can only be used in PGPLOT installations on Acorn
|
||||
! Archimedes systems with appropriate hardware and software.
|
||||
!
|
||||
! ACDRIV 0 /ARC Acorn Archimedes computer
|
||||
!
|
||||
! Selection of the XMOTIF driver causes a stub driver to be placed in
|
||||
! the main PGPLOT library. The real driver is placed in libXmPgplot.a.
|
||||
! Applications that need the Motif driver should link with libXmPgplot.a
|
||||
! before the PGPLOT library. This treatment means that only Motif
|
||||
! applications have to be linked with Motif libraries.
|
||||
!
|
||||
! XMDRIV 0 /XMOTIF Motif applications containing XmPgplot widgets. C
|
||||
!
|
||||
! Selection of the XATHENA driver causes a stub driver to be placed in
|
||||
! the main PGPLOT library. The real driver is placed in libXawPgplot.a.
|
||||
! Applications that need the Athena driver should link with libXawPgplot.a
|
||||
! before the PGPLOT library. This treatment means that only Athena
|
||||
! applications have to be linked with Xaw libraries.
|
||||
!
|
||||
! XADRIV 0 /XATHENA Motif applications containing XaPgplot widgets. C
|
||||
!
|
||||
! Selection of the TK driver causes a stub driver to be placed in
|
||||
! the main PGPLOT library. The real driver is placed in libtkpgplot.a.
|
||||
! Applications that need the Tk driver should link with libtkpgplot.a
|
||||
! before the PGPLOT library. This treatment means that only Tcl/Tk
|
||||
! applications have to be linked with the Tcl and Tk libraries.
|
||||
!
|
||||
! TKDRIV 0 /XTK X-window Tcl/Tk programs with pgplot widgets. C
|
||||
!
|
||||
! The following driver is included solely for use by the aips++ team.
|
||||
!
|
||||
! RVDRIV 0 /XRV X-window Rivet/Tk programs with pgplot widgets. C
|
43
pgplot_rhel8/grexec.f
Normal file
43
pgplot_rhel8/grexec.f
Normal file
@ -0,0 +1,43 @@
|
||||
C*GREXEC -- PGPLOT device handler dispatch routine
|
||||
C+
|
||||
SUBROUTINE GREXEC(IDEV,IFUNC,RBUF,NBUF,CHR,LCHR)
|
||||
INTEGER IDEV, IFUNC, NBUF, LCHR
|
||||
REAL RBUF(*)
|
||||
CHARACTER*(*) CHR
|
||||
C---
|
||||
INTEGER NDEV
|
||||
PARAMETER (NDEV=10)
|
||||
CHARACTER*10 MSG
|
||||
C---
|
||||
GOTO(1,2,3,4,5,6,7,8,9,10) IDEV
|
||||
IF (IDEV.EQ.0) THEN
|
||||
RBUF(1) = NDEV
|
||||
NBUF = 1
|
||||
ELSE
|
||||
WRITE (MSG,'(I10)') IDEV
|
||||
CALL GRWARN('Unknown device code in GREXEC: '//MSG)
|
||||
END IF
|
||||
RETURN
|
||||
C---
|
||||
1 CALL GIDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,1)
|
||||
RETURN
|
||||
2 CALL GIDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,2)
|
||||
RETURN
|
||||
3 CALL NUDRIV(IFUNC,RBUF,NBUF,CHR,LCHR)
|
||||
RETURN
|
||||
4 CALL PSDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,1)
|
||||
RETURN
|
||||
5 CALL PSDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,2)
|
||||
RETURN
|
||||
6 CALL PSDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,3)
|
||||
RETURN
|
||||
7 CALL PSDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,4)
|
||||
RETURN
|
||||
8 CALL TTDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,5)
|
||||
RETURN
|
||||
9 CALL XWDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,1)
|
||||
RETURN
|
||||
10 CALL XWDRIV(IFUNC,RBUF,NBUF,CHR,LCHR,2)
|
||||
RETURN
|
||||
C
|
||||
END
|
BIN
pgplot_rhel8/grfont.dat
Normal file
BIN
pgplot_rhel8/grfont.dat
Normal file
Binary file not shown.
98
pgplot_rhel8/grpckg1.inc
Normal file
98
pgplot_rhel8/grpckg1.inc
Normal file
@ -0,0 +1,98 @@
|
||||
C-----------------------------------------------------------------------
|
||||
C Include file for GRPCKG
|
||||
C Modifications:
|
||||
C 29-Jan-1985 - add HP2648 (KS/TJP).
|
||||
C 16-Sep-1985 - remove tabs (TJP).
|
||||
C 30-Dec-1985 - add PS, VPS (TJP).
|
||||
C 27-May-1987 - remove ARGS, NULL, PS, VPS, QMS, VQMS, HIDMP,
|
||||
C HP7221, GRINL (TJP).
|
||||
C 6-Jun-1987 - remove PRTX, TRILOG, VERS, VV (TJP).
|
||||
C 11-Jun-1987 - remove remaining built-in devices (TJP).
|
||||
C 5-Jul-1987 - replace GRINIT, GRPLTD by GRSTAT.
|
||||
C 16-Aug-1987 - remove obsolete variables.
|
||||
C 9-Sep-1989 - add SAVE statement.
|
||||
C 26-Nov-1990 - remove GRCTYP.
|
||||
C 5-Jan-1993 - add GRADJU.
|
||||
C 1-Sep-1994 - add GRGCAP.
|
||||
C 21-Dec-1995 - increase GRIMAX to 8.
|
||||
C 30-Apr-1997 - remove GRC{XY}SP
|
||||
C-----------------------------------------------------------------------
|
||||
C
|
||||
C Parameters:
|
||||
C GRIMAX : maximum number of concurrent devices
|
||||
C GRFNMX : maximum length of file names
|
||||
C GRCXSZ : default width of chars (pixels)
|
||||
C GRCYSZ : default height of chars (pixels)
|
||||
C
|
||||
INTEGER GRIMAX, GRFNMX
|
||||
REAL GRCXSZ, GRCYSZ
|
||||
PARAMETER (GRIMAX = 8)
|
||||
PARAMETER (GRFNMX = 90)
|
||||
PARAMETER (GRCXSZ = 7.0, GRCYSZ = 9.0)
|
||||
C
|
||||
C Common blocks:
|
||||
C GRCIDE : identifier of current plot
|
||||
C GRGTYP : device type of current plot
|
||||
C The following are qualified by a plot id:
|
||||
C GRSTAT : 0 => workstation closed
|
||||
C 1 => workstation open
|
||||
C 2 => picture open
|
||||
C GRPLTD :
|
||||
C GRDASH : software dashing in effect?
|
||||
C GRUNIT : unit associated with id
|
||||
C GRFNLN : length of filename
|
||||
C GRTYPE : device type
|
||||
C GRXMXA : x size of plotting surface
|
||||
C GRYMXA : y size of plotting surface
|
||||
C GRXMIN : blc of plotting window
|
||||
C GRYMIN : ditto
|
||||
C GRXMAX : trc of plotting window
|
||||
C GRYMAX : ditto
|
||||
C GRSTYL : line style (integer code)
|
||||
C GRWIDT : line width (integer code)
|
||||
C GRCCOL : current color index (integer code)
|
||||
C GRMNCI : minimum color index on this device
|
||||
C GRMXCI : maximum color index on this device
|
||||
C GRCMRK : marker number
|
||||
C GRXPRE : previous (current) pen position (x)
|
||||
C GRYPRE : ditto (y)
|
||||
C GRXORG : transformation variables (GRTRAN)
|
||||
C GRYORG : ditto
|
||||
C GRXSCL : ditto
|
||||
C GRYSCL : ditto
|
||||
C GRCSCL : character scaling factor
|
||||
C GRCFAC :
|
||||
C GRCFNT : character font
|
||||
C GRFILE : file name (character)
|
||||
C GRGCAP : device capabilities (character)
|
||||
C GRPXPI : pixels per inch in x
|
||||
C GRPYPI : pixels per inch in y
|
||||
C GRADJU : TRUE if GRSETS (PGPAP) has been called
|
||||
C
|
||||
INTEGER GRCIDE, GRGTYP
|
||||
LOGICAL GRPLTD(GRIMAX), GRDASH(GRIMAX), GRADJU(GRIMAX)
|
||||
INTEGER GRSTAT(GRIMAX)
|
||||
INTEGER GRUNIT(GRIMAX), GRFNLN(GRIMAX), GRTYPE(GRIMAX),
|
||||
1 GRXMXA(GRIMAX), GRYMXA(GRIMAX),
|
||||
2 GRSTYL(GRIMAX), GRWIDT(GRIMAX), GRCCOL(GRIMAX),
|
||||
3 GRCMRK(GRIMAX), GRIPAT(GRIMAX), GRCFNT(GRIMAX),
|
||||
4 GRMNCI(GRIMAX), GRMXCI(GRIMAX)
|
||||
REAL GRXMIN(GRIMAX), GRYMIN(GRIMAX),
|
||||
1 GRXMAX(GRIMAX), GRYMAX(GRIMAX)
|
||||
REAL GRXPRE(GRIMAX), GRYPRE(GRIMAX), GRXORG(GRIMAX),
|
||||
1 GRYORG(GRIMAX), GRXSCL(GRIMAX), GRYSCL(GRIMAX),
|
||||
2 GRCSCL(GRIMAX), GRCFAC(GRIMAX), GRPOFF(GRIMAX),
|
||||
3 GRPATN(GRIMAX,8),GRPXPI(GRIMAX),GRPYPI(GRIMAX)
|
||||
COMMON /GRCM00/ GRCIDE, GRGTYP, GRSTAT, GRPLTD, GRUNIT,
|
||||
1 GRFNLN, GRTYPE, GRXMXA, GRYMXA, GRXMIN, GRYMIN,
|
||||
2 GRXMAX, GRYMAX, GRWIDT, GRCCOL, GRSTYL,
|
||||
3 GRXPRE, GRYPRE, GRXORG, GRYORG, GRXSCL, GRYSCL,
|
||||
4 GRCSCL, GRCFAC, GRDASH, GRPATN, GRPOFF,
|
||||
5 GRIPAT, GRCFNT, GRCMRK, GRPXPI, GRPYPI, GRADJU,
|
||||
6 GRMNCI, GRMXCI
|
||||
C
|
||||
CHARACTER*(GRFNMX) GRFILE(GRIMAX)
|
||||
CHARACTER*11 GRGCAP(GRIMAX)
|
||||
COMMON /GRCM01/ GRFILE, GRGCAP
|
||||
SAVE /GRCM00/, /GRCM01/
|
||||
C-----------------------------------------------------------------------
|
BIN
pgplot_rhel8/libpgplot.a
Normal file
BIN
pgplot_rhel8/libpgplot.a
Normal file
Binary file not shown.
BIN
pgplot_rhel8/libpgplot.so
Executable file
BIN
pgplot_rhel8/libpgplot.so
Executable file
Binary file not shown.
932
pgplot_rhel8/makefile
Normal file
932
pgplot_rhel8/makefile
Normal file
@ -0,0 +1,932 @@
|
||||
# Makefile for PGPLOT.
|
||||
# /afs/psi.ch/project/sinq/common/src/pgplot5.2.2/makemake /afs/psi.ch/project/sinq/common/src/pgplot5.2.2 linux gfortran_gcc
|
||||
# This file is automatically generated. Do not edit.
|
||||
#
|
||||
# This generates the PGPLOT binary files (libraries and demos) in the
|
||||
# current default directory (which need not be the source directory).
|
||||
#-----------------------------------------------------------------------
|
||||
SHELL=/bin/sh
|
||||
# PGPLOT subdirectories
|
||||
SRC=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2
|
||||
SRCDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/src
|
||||
OBSDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/obssrc
|
||||
DEMDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/examples
|
||||
FNTDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/fonts
|
||||
DRVDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/drivers
|
||||
SYSDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/sys_linux
|
||||
PGDDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/pgdispd
|
||||
GENDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/sys
|
||||
XMDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/drivers/xmotif
|
||||
XADIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/drivers/xathena
|
||||
TKDIR=/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/drivers/xtk
|
||||
#
|
||||
# Fortran compiler and compilation flags
|
||||
#
|
||||
FCOMPL=gfortran
|
||||
FFLAGC=-g -ffixed-form -ffixed-line-length-none -u -Wall -fPIC -O
|
||||
FFLAGD=-fno-backslash
|
||||
#
|
||||
# C compiler and compilation flags
|
||||
#
|
||||
XINCL=-I/usr/X11R6/include
|
||||
MOTIF_INCL=-I/usr/X11R6/include
|
||||
ATHENA_INCL=-I/usr/X11R6/include
|
||||
TK_INCL=-I/usr/include -I/usr/X11R6/include
|
||||
RV_INCL=
|
||||
CCOMPL=gcc
|
||||
CFLAGC=-Wall -fPIC -DPG_PPU -O -I.
|
||||
CFLAGD=-Wall -O
|
||||
MCOMPL=
|
||||
MFLAGC=
|
||||
#
|
||||
# Pgbind flags.
|
||||
#
|
||||
PGBIND_FLAGS=bsd
|
||||
#
|
||||
# Loader library-flags
|
||||
#
|
||||
LIBS=-L/usr/X11R6/lib -lX11
|
||||
MOTIF_LIBS=-lXm -lXt -L/usr/X11R6/lib -lX11
|
||||
ATHENA_LIBS=-lXaw -lXt -lXmu -lXext -L/usr/X11R6/lib -lX11
|
||||
TK_LIBS=-L/usr/lib -ltk -ltcl -L/usr/X11R6/lib -lX11 -ldl
|
||||
#
|
||||
# Loader command for PGPLOT library
|
||||
#
|
||||
PGPLOT_LIB=-L`pwd` -lpgplot
|
||||
CPGPLOT_LIB=-L`pwd` -lcpgplot -lpgplot
|
||||
#
|
||||
# Shared library creation.
|
||||
#
|
||||
SHARED_LIB=libpgplot.so
|
||||
SHARED_LD=gcc -shared -o libpgplot.so
|
||||
#
|
||||
# The libraries that the shared PGPLOT library depends upon.
|
||||
# This is for systems that allow one to specify what libraries
|
||||
# undefined symbols of a shared library reside in. Such systems
|
||||
# (eg. Solaris 2.x) use this information at run time so that users of
|
||||
# the library don't have to list a slew of other implementation-specific
|
||||
# libraries when they link their executables.
|
||||
#
|
||||
SHARED_LIB_LIBS=
|
||||
#
|
||||
# Ranlib command if required
|
||||
#
|
||||
RANLIB=ranlib
|
||||
#
|
||||
# Routine lists.
|
||||
#
|
||||
PG_ROUTINES= pgarro.o pgask.o pgaxis.o pgaxlg.o pgband.o pgbbuf.o pgbeg.o pgbin.o pgbox.o pgbox1.o pgcirc.o pgcl.o pgclos.o pgcn01.o pgcnsc.o pgconb.o pgconf.o pgconl.o pgcons.o pgcont.o pgconx.o pgcp.o pgctab.o pgcurs.o pgdraw.o pgebuf.o pgend.o pgenv.o pgeras.o pgerr1.o pgerrb.o pgerrx.o pgerry.o pgetxt.o pgfunt.o pgfunx.o pgfuny.o pggray.o pghi2d.o pghis1.o pghist.o pghtch.o pgiden.o pgimag.o pginit.o pglab.o pglcur.o pgldev.o pglen.o pgline.o pgmove.o pgmtxt.o pgncur.o pgnoto.o pgnpl.o pgnumb.o pgolin.o pgopen.o pgpage.o pgpanl.o pgpap.o pgpixl.o pgpnts.o pgpoly.o pgpt.o pgpt1.o pgptxt.o pgqah.o pgqcf.o pgqch.o pgqci.o pgqcir.o pgqclp.o pgqcol.o pgqcr.o pgqcs.o pgqdt.o pgqfs.o pgqhs.o pgqid.o pgqinf.o pgqitf.o pgqls.o pgqlw.o pgqndt.o pgqpos.o pgqtbg.o pgqtxt.o pgqvp.o pgqvsz.o pgqwin.o pgrect.o pgrnd.o pgrnge.o pgsah.o pgsave.o pgscf.o pgsch.o pgsci.o pgscir.o pgsclp.o pgscr.o pgscrl.o pgscrn.o pgsfs.o pgshls.o pgshs.o pgsitf.o pgslct.o pgsls.o pgslw.o pgstbg.o pgsubp.o pgsvp.o pgswin.o pgtbox.o pgtext.o pgtick.o pgtikl.o pgupdt.o pgvect.o pgvsiz.o pgvstd.o pgvw.o pgwedg.o pgwnad.o
|
||||
PG_NON_STANDARD= pgadvance.o pgbegin.o pgcurse.o pglabel.o pgmtext.o pgncurse.o pgpaper.o pgpoint.o pgptext.o pgvport.o pgvsize.o pgvstand.o pgwindow.o
|
||||
GR_ROUTINES= grarea.o grbpic.o grchsz.o grclip.o grclos.o grclpl.o grctoi.o grcurs.o grdot0.o grdot1.o grdtyp.o gresc.o grepic.o gretxt.o grfa.o grfao.o grgfil.o grgray.o grimg0.o grimg1.o grimg2.o grimg3.o grinit.o gritoc.o grlen.o grlin0.o grlin1.o grlin2.o grlin3.o grlina.o grmcur.o grmker.o grmova.o grmsg.o gropen.o grpage.o grpars.o grpixl.o grpocl.o grprom.o grpxpo.o grpxps.o grpxpx.o grpxre.o grqcap.o grqci.o grqcol.o grqcr.o grqdev.o grqdt.o grqfnt.o grqls.o grqlw.o grqpos.o grqtxt.o grqtyp.o grquit.o grrec0.o grrect.o grsci.o grscr.o grscrl.o grsetc.o grsets.o grsfnt.o grsize.o grskpb.o grslct.o grsls.o grslw.o grsyds.o grsymk.o grsyxd.o grterm.o grtext.o grtoup.o grtrim.o grtrn0.o grtxy0.o grvct0.o grwarn.o grxhls.o grxrgb.o
|
||||
SYSTEM_ROUTINES= grdate.o grfileio.o grflun.o grgcom.o grgenv.o grgetc.o grglun.o grgmem.o grgmsg.o grlgtr.o groptx.o grsy00.o grtermio.o grtrml.o grtter.o gruser.o
|
||||
OBSOLETE_ROUTINES= grchar.o grchr0.o grdat2.o grgtc0.o grinqfont.o grinqli.o grinqpen.o grlinr.o grmark.o grmovr.o grsetfont.o grsetli.o grsetpen.o grtran.o grvect.o pgsetc.o pgsize.o
|
||||
DRIVERS=gidriv.o nudriv.o psdriv.o ttdriv.o xwdriv.o
|
||||
PGDISP_ROUTINES= cleanup.o pgdisp.o figcurs.o getdata.o getvisuals.o handlexevent.o proccom.o resdb.o exposelgwin.o getcolors.o initlgluts.o initlgwin.o initlock.o initwmattr.o mainloop.o resizelgwin.o returnbuf.o waitevent.o updatelgtitle.o
|
||||
DEMOS= pgdemo1 pgdemo2 pgdemo3 pgdemo4 pgdemo5 pgdemo6 pgdemo7 pgdemo8 pgdemo9 pgdemo10 pgdemo11 pgdemo12 pgdemo13 pgdemo14 pgdemo15 pgdemo16 pgdemo17
|
||||
#
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "all" makes everything (except the library of obsolete routines)
|
||||
#-----------------------------------------------------------------------
|
||||
all: lib grfont.dat prog pgplot.doc pgxwin_server
|
||||
@echo ' ';echo '*** Finished compilation of PGPLOT ***';echo ' '
|
||||
@echo 'Note that if you plan to install PGPLOT in a different'
|
||||
@echo 'directory than the current one, the following files will be'
|
||||
@echo 'needed.'
|
||||
@echo ' '
|
||||
@echo ' libpgplot.a'
|
||||
@echo ' libpgplot.so'
|
||||
@echo ' grfont.dat'
|
||||
@echo ' rgb.txt'
|
||||
@echo ' pgxwin_server'
|
||||
@echo ' '
|
||||
@echo 'Also note that subsequent usage of PGPLOT programs requires that'
|
||||
@echo 'the full path of the chosen installation directory be named in'
|
||||
@echo 'an environment variable named PGPLOT_DIR.'
|
||||
@echo ' '
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Rules for compiling the .o files
|
||||
#-----------------------------------------------------------------------
|
||||
pgarro.o: $(SRCDIR)/pgarro.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgarro.f
|
||||
pgask.o: $(SRCDIR)/pgask.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgask.f
|
||||
pgaxis.o: $(SRCDIR)/pgaxis.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgaxis.f
|
||||
pgaxlg.o: $(SRCDIR)/pgaxlg.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgaxlg.f
|
||||
pgband.o: $(SRCDIR)/pgband.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgband.f
|
||||
pgbbuf.o: $(SRCDIR)/pgbbuf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgbbuf.f
|
||||
pgbeg.o: $(SRCDIR)/pgbeg.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgbeg.f
|
||||
pgbin.o: $(SRCDIR)/pgbin.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgbin.f
|
||||
pgbox.o: $(SRCDIR)/pgbox.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgbox.f
|
||||
pgbox1.o: $(SRCDIR)/pgbox1.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgbox1.f
|
||||
pgcirc.o: $(SRCDIR)/pgcirc.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcirc.f
|
||||
pgcl.o: $(SRCDIR)/pgcl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcl.f
|
||||
pgclos.o: $(SRCDIR)/pgclos.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgclos.f
|
||||
pgcn01.o: $(SRCDIR)/pgcn01.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcn01.f
|
||||
pgcnsc.o: $(SRCDIR)/pgcnsc.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcnsc.f
|
||||
pgconb.o: $(SRCDIR)/pgconb.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgconb.f
|
||||
pgconf.o: $(SRCDIR)/pgconf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgconf.f
|
||||
pgconl.o: $(SRCDIR)/pgconl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgconl.f
|
||||
pgcons.o: $(SRCDIR)/pgcons.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcons.f
|
||||
pgcont.o: $(SRCDIR)/pgcont.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcont.f
|
||||
pgconx.o: $(SRCDIR)/pgconx.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgconx.f
|
||||
pgcp.o: $(SRCDIR)/pgcp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcp.f
|
||||
pgctab.o: $(SRCDIR)/pgctab.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgctab.f
|
||||
pgcurs.o: $(SRCDIR)/pgcurs.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcurs.f
|
||||
pgdraw.o: $(SRCDIR)/pgdraw.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgdraw.f
|
||||
pgebuf.o: $(SRCDIR)/pgebuf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgebuf.f
|
||||
pgend.o: $(SRCDIR)/pgend.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgend.f
|
||||
pgenv.o: $(SRCDIR)/pgenv.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgenv.f
|
||||
pgeras.o: $(SRCDIR)/pgeras.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgeras.f
|
||||
pgerr1.o: $(SRCDIR)/pgerr1.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgerr1.f
|
||||
pgerrb.o: $(SRCDIR)/pgerrb.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgerrb.f
|
||||
pgerrx.o: $(SRCDIR)/pgerrx.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgerrx.f
|
||||
pgerry.o: $(SRCDIR)/pgerry.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgerry.f
|
||||
pgetxt.o: $(SRCDIR)/pgetxt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgetxt.f
|
||||
pgfunt.o: $(SRCDIR)/pgfunt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgfunt.f
|
||||
pgfunx.o: $(SRCDIR)/pgfunx.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgfunx.f
|
||||
pgfuny.o: $(SRCDIR)/pgfuny.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgfuny.f
|
||||
pggray.o: $(SRCDIR)/pggray.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pggray.f
|
||||
pghi2d.o: $(SRCDIR)/pghi2d.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pghi2d.f
|
||||
pghis1.o: $(SRCDIR)/pghis1.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pghis1.f
|
||||
pghist.o: $(SRCDIR)/pghist.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pghist.f
|
||||
pghtch.o: $(SRCDIR)/pghtch.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pghtch.f
|
||||
pgiden.o: $(SRCDIR)/pgiden.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgiden.f
|
||||
pgimag.o: $(SRCDIR)/pgimag.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgimag.f
|
||||
pginit.o: $(SRCDIR)/pginit.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pginit.f
|
||||
pglab.o: $(SRCDIR)/pglab.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pglab.f
|
||||
pglcur.o: $(SRCDIR)/pglcur.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pglcur.f
|
||||
pgldev.o: $(SRCDIR)/pgldev.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgldev.f
|
||||
pglen.o: $(SRCDIR)/pglen.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pglen.f
|
||||
pgline.o: $(SRCDIR)/pgline.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgline.f
|
||||
pgmove.o: $(SRCDIR)/pgmove.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgmove.f
|
||||
pgmtxt.o: $(SRCDIR)/pgmtxt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgmtxt.f
|
||||
pgncur.o: $(SRCDIR)/pgncur.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgncur.f
|
||||
pgnoto.o: $(SRCDIR)/pgnoto.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgnoto.f
|
||||
pgnpl.o: $(SRCDIR)/pgnpl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgnpl.f
|
||||
pgnumb.o: $(SRCDIR)/pgnumb.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgnumb.f
|
||||
pgolin.o: $(SRCDIR)/pgolin.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgolin.f
|
||||
pgopen.o: $(SRCDIR)/pgopen.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgopen.f
|
||||
pgpage.o: $(SRCDIR)/pgpage.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpage.f
|
||||
pgpanl.o: $(SRCDIR)/pgpanl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpanl.f
|
||||
pgpap.o: $(SRCDIR)/pgpap.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpap.f
|
||||
pgpixl.o: $(SRCDIR)/pgpixl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpixl.f
|
||||
pgpnts.o: $(SRCDIR)/pgpnts.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpnts.f
|
||||
pgpoly.o: $(SRCDIR)/pgpoly.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpoly.f
|
||||
pgpt.o: $(SRCDIR)/pgpt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpt.f
|
||||
pgpt1.o: $(SRCDIR)/pgpt1.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpt1.f
|
||||
pgptxt.o: $(SRCDIR)/pgptxt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgptxt.f
|
||||
pgqah.o: $(SRCDIR)/pgqah.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqah.f
|
||||
pgqcf.o: $(SRCDIR)/pgqcf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqcf.f
|
||||
pgqch.o: $(SRCDIR)/pgqch.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqch.f
|
||||
pgqci.o: $(SRCDIR)/pgqci.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqci.f
|
||||
pgqcir.o: $(SRCDIR)/pgqcir.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqcir.f
|
||||
pgqclp.o: $(SRCDIR)/pgqclp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqclp.f
|
||||
pgqcol.o: $(SRCDIR)/pgqcol.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqcol.f
|
||||
pgqcr.o: $(SRCDIR)/pgqcr.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqcr.f
|
||||
pgqcs.o: $(SRCDIR)/pgqcs.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqcs.f
|
||||
pgqdt.o: $(SRCDIR)/pgqdt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqdt.f
|
||||
pgqfs.o: $(SRCDIR)/pgqfs.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqfs.f
|
||||
pgqhs.o: $(SRCDIR)/pgqhs.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqhs.f
|
||||
pgqid.o: $(SRCDIR)/pgqid.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqid.f
|
||||
pgqinf.o: $(SRCDIR)/pgqinf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqinf.f
|
||||
pgqitf.o: $(SRCDIR)/pgqitf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqitf.f
|
||||
pgqls.o: $(SRCDIR)/pgqls.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqls.f
|
||||
pgqlw.o: $(SRCDIR)/pgqlw.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqlw.f
|
||||
pgqndt.o: $(SRCDIR)/pgqndt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqndt.f
|
||||
pgqpos.o: $(SRCDIR)/pgqpos.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqpos.f
|
||||
pgqtbg.o: $(SRCDIR)/pgqtbg.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqtbg.f
|
||||
pgqtxt.o: $(SRCDIR)/pgqtxt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqtxt.f
|
||||
pgqvp.o: $(SRCDIR)/pgqvp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqvp.f
|
||||
pgqvsz.o: $(SRCDIR)/pgqvsz.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqvsz.f
|
||||
pgqwin.o: $(SRCDIR)/pgqwin.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgqwin.f
|
||||
pgrect.o: $(SRCDIR)/pgrect.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgrect.f
|
||||
pgrnd.o: $(SRCDIR)/pgrnd.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgrnd.f
|
||||
pgrnge.o: $(SRCDIR)/pgrnge.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgrnge.f
|
||||
pgsah.o: $(SRCDIR)/pgsah.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsah.f
|
||||
pgsave.o: $(SRCDIR)/pgsave.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsave.f
|
||||
pgscf.o: $(SRCDIR)/pgscf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgscf.f
|
||||
pgsch.o: $(SRCDIR)/pgsch.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsch.f
|
||||
pgsci.o: $(SRCDIR)/pgsci.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsci.f
|
||||
pgscir.o: $(SRCDIR)/pgscir.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgscir.f
|
||||
pgsclp.o: $(SRCDIR)/pgsclp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsclp.f
|
||||
pgscr.o: $(SRCDIR)/pgscr.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgscr.f
|
||||
pgscrl.o: $(SRCDIR)/pgscrl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgscrl.f
|
||||
pgscrn.o: $(SRCDIR)/pgscrn.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgscrn.f
|
||||
pgsfs.o: $(SRCDIR)/pgsfs.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsfs.f
|
||||
pgshls.o: $(SRCDIR)/pgshls.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgshls.f
|
||||
pgshs.o: $(SRCDIR)/pgshs.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgshs.f
|
||||
pgsitf.o: $(SRCDIR)/pgsitf.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsitf.f
|
||||
pgslct.o: $(SRCDIR)/pgslct.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgslct.f
|
||||
pgsls.o: $(SRCDIR)/pgsls.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsls.f
|
||||
pgslw.o: $(SRCDIR)/pgslw.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgslw.f
|
||||
pgstbg.o: $(SRCDIR)/pgstbg.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgstbg.f
|
||||
pgsubp.o: $(SRCDIR)/pgsubp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsubp.f
|
||||
pgsvp.o: $(SRCDIR)/pgsvp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgsvp.f
|
||||
pgswin.o: $(SRCDIR)/pgswin.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgswin.f
|
||||
pgtbox.o: $(SRCDIR)/pgtbox.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgtbox.f
|
||||
pgtext.o: $(SRCDIR)/pgtext.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgtext.f
|
||||
pgtick.o: $(SRCDIR)/pgtick.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgtick.f
|
||||
pgtikl.o: $(SRCDIR)/pgtikl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgtikl.f
|
||||
pgupdt.o: $(SRCDIR)/pgupdt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgupdt.f
|
||||
pgvect.o: $(SRCDIR)/pgvect.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgvect.f
|
||||
pgvsiz.o: $(SRCDIR)/pgvsiz.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgvsiz.f
|
||||
pgvstd.o: $(SRCDIR)/pgvstd.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgvstd.f
|
||||
pgvw.o: $(SRCDIR)/pgvw.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgvw.f
|
||||
pgwedg.o: $(SRCDIR)/pgwedg.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgwedg.f
|
||||
pgwnad.o: $(SRCDIR)/pgwnad.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgwnad.f
|
||||
pgadvance.o: $(SRCDIR)/pgadvance.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgadvance.f
|
||||
pgbegin.o: $(SRCDIR)/pgbegin.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgbegin.f
|
||||
pgcurse.o: $(SRCDIR)/pgcurse.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgcurse.f
|
||||
pglabel.o: $(SRCDIR)/pglabel.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pglabel.f
|
||||
pgmtext.o: $(SRCDIR)/pgmtext.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgmtext.f
|
||||
pgncurse.o: $(SRCDIR)/pgncurse.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgncurse.f
|
||||
pgpaper.o: $(SRCDIR)/pgpaper.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpaper.f
|
||||
pgpoint.o: $(SRCDIR)/pgpoint.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgpoint.f
|
||||
pgptext.o: $(SRCDIR)/pgptext.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgptext.f
|
||||
pgvport.o: $(SRCDIR)/pgvport.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgvport.f
|
||||
pgvsize.o: $(SRCDIR)/pgvsize.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgvsize.f
|
||||
pgvstand.o: $(SRCDIR)/pgvstand.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgvstand.f
|
||||
pgwindow.o: $(SRCDIR)/pgwindow.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/pgwindow.f
|
||||
grarea.o: $(SRCDIR)/grarea.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grarea.f
|
||||
grbpic.o: $(SRCDIR)/grbpic.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grbpic.f
|
||||
grchsz.o: $(SRCDIR)/grchsz.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grchsz.f
|
||||
grclip.o: $(SRCDIR)/grclip.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grclip.f
|
||||
grclos.o: $(SRCDIR)/grclos.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grclos.f
|
||||
grclpl.o: $(SRCDIR)/grclpl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grclpl.f
|
||||
grctoi.o: $(SRCDIR)/grctoi.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grctoi.f
|
||||
grcurs.o: $(SRCDIR)/grcurs.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grcurs.f
|
||||
grdot0.o: $(SRCDIR)/grdot0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grdot0.f
|
||||
grdot1.o: $(SRCDIR)/grdot1.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grdot1.f
|
||||
grdtyp.o: $(SRCDIR)/grdtyp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grdtyp.f
|
||||
gresc.o: $(SRCDIR)/gresc.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/gresc.f
|
||||
grepic.o: $(SRCDIR)/grepic.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grepic.f
|
||||
gretxt.o: $(SRCDIR)/gretxt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/gretxt.f
|
||||
grfa.o: $(SRCDIR)/grfa.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grfa.f
|
||||
grfao.o: $(SRCDIR)/grfao.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grfao.f
|
||||
grgfil.o: $(SRCDIR)/grgfil.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grgfil.f
|
||||
grgray.o: $(SRCDIR)/grgray.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grgray.f
|
||||
grimg0.o: $(SRCDIR)/grimg0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grimg0.f
|
||||
grimg1.o: $(SRCDIR)/grimg1.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grimg1.f
|
||||
grimg2.o: $(SRCDIR)/grimg2.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grimg2.f
|
||||
grimg3.o: $(SRCDIR)/grimg3.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grimg3.f
|
||||
grinit.o: $(SRCDIR)/grinit.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grinit.f
|
||||
gritoc.o: $(SRCDIR)/gritoc.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/gritoc.f
|
||||
grlen.o: $(SRCDIR)/grlen.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grlen.f
|
||||
grlin0.o: $(SRCDIR)/grlin0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grlin0.f
|
||||
grlin1.o: $(SRCDIR)/grlin1.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grlin1.f
|
||||
grlin2.o: $(SRCDIR)/grlin2.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grlin2.f
|
||||
grlin3.o: $(SRCDIR)/grlin3.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grlin3.f
|
||||
grlina.o: $(SRCDIR)/grlina.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grlina.f
|
||||
grmcur.o: $(SRCDIR)/grmcur.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grmcur.f
|
||||
grmker.o: $(SRCDIR)/grmker.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grmker.f
|
||||
grmova.o: $(SRCDIR)/grmova.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grmova.f
|
||||
grmsg.o: $(SRCDIR)/grmsg.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grmsg.f
|
||||
gropen.o: $(SRCDIR)/gropen.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/gropen.f
|
||||
grpage.o: $(SRCDIR)/grpage.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpage.f
|
||||
grpars.o: $(SRCDIR)/grpars.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpars.f
|
||||
grpixl.o: $(SRCDIR)/grpixl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpixl.f
|
||||
grpocl.o: $(SRCDIR)/grpocl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpocl.f
|
||||
grprom.o: $(SRCDIR)/grprom.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grprom.f
|
||||
grpxpo.o: $(SRCDIR)/grpxpo.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpxpo.f
|
||||
grpxps.o: $(SRCDIR)/grpxps.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpxps.f
|
||||
grpxpx.o: $(SRCDIR)/grpxpx.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpxpx.f
|
||||
grpxre.o: $(SRCDIR)/grpxre.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grpxre.f
|
||||
grqcap.o: $(SRCDIR)/grqcap.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqcap.f
|
||||
grqci.o: $(SRCDIR)/grqci.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqci.f
|
||||
grqcol.o: $(SRCDIR)/grqcol.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqcol.f
|
||||
grqcr.o: $(SRCDIR)/grqcr.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqcr.f
|
||||
grqdev.o: $(SRCDIR)/grqdev.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqdev.f
|
||||
grqdt.o: $(SRCDIR)/grqdt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqdt.f
|
||||
grqfnt.o: $(SRCDIR)/grqfnt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqfnt.f
|
||||
grqls.o: $(SRCDIR)/grqls.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqls.f
|
||||
grqlw.o: $(SRCDIR)/grqlw.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqlw.f
|
||||
grqpos.o: $(SRCDIR)/grqpos.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqpos.f
|
||||
grqtxt.o: $(SRCDIR)/grqtxt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqtxt.f
|
||||
grqtyp.o: $(SRCDIR)/grqtyp.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grqtyp.f
|
||||
grquit.o: $(SRCDIR)/grquit.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grquit.f
|
||||
grrec0.o: $(SRCDIR)/grrec0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grrec0.f
|
||||
grrect.o: $(SRCDIR)/grrect.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grrect.f
|
||||
grsci.o: $(SRCDIR)/grsci.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsci.f
|
||||
grscr.o: $(SRCDIR)/grscr.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grscr.f
|
||||
grscrl.o: $(SRCDIR)/grscrl.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grscrl.f
|
||||
grsetc.o: $(SRCDIR)/grsetc.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsetc.f
|
||||
grsets.o: $(SRCDIR)/grsets.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsets.f
|
||||
grsfnt.o: $(SRCDIR)/grsfnt.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsfnt.f
|
||||
grsize.o: $(SRCDIR)/grsize.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsize.f
|
||||
grskpb.o: $(SRCDIR)/grskpb.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grskpb.f
|
||||
grslct.o: $(SRCDIR)/grslct.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grslct.f
|
||||
grsls.o: $(SRCDIR)/grsls.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsls.f
|
||||
grslw.o: $(SRCDIR)/grslw.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grslw.f
|
||||
grsyds.o: $(SRCDIR)/grsyds.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsyds.f
|
||||
grsymk.o: $(SRCDIR)/grsymk.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsymk.f
|
||||
grsyxd.o: $(SRCDIR)/grsyxd.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grsyxd.f
|
||||
grterm.o: $(SRCDIR)/grterm.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grterm.f
|
||||
grtext.o: $(SRCDIR)/grtext.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grtext.f
|
||||
grtoup.o: $(SRCDIR)/grtoup.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grtoup.f
|
||||
grtrim.o: $(SRCDIR)/grtrim.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grtrim.f
|
||||
grtrn0.o: $(SRCDIR)/grtrn0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grtrn0.f
|
||||
grtxy0.o: $(SRCDIR)/grtxy0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grtxy0.f
|
||||
grvct0.o: $(SRCDIR)/grvct0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grvct0.f
|
||||
grwarn.o: $(SRCDIR)/grwarn.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grwarn.f
|
||||
grxhls.o: $(SRCDIR)/grxhls.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grxhls.f
|
||||
grxrgb.o: $(SRCDIR)/grxrgb.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(SRCDIR)/grxrgb.f
|
||||
grdate.o: $(GENDIR)/grdate.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(GENDIR)/grdate.c
|
||||
grfileio.o: $(GENDIR)/grfileio.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(GENDIR)/grfileio.c
|
||||
grflun.o: $(GENDIR)/grflun.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grflun.f
|
||||
grgcom.o: $(GENDIR)/grgcom.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grgcom.f
|
||||
grgenv.o: $(GENDIR)/grgenv.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grgenv.f
|
||||
grgetc.o: $(GENDIR)/grgetc.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(GENDIR)/grgetc.c
|
||||
grglun.o: $(GENDIR)/grglun.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grglun.f
|
||||
grgmem.o: $(GENDIR)/grgmem.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(GENDIR)/grgmem.c
|
||||
grgmsg.o: $(GENDIR)/grgmsg.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grgmsg.f
|
||||
grlgtr.o: $(GENDIR)/grlgtr.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grlgtr.f
|
||||
groptx.o: $(GENDIR)/groptx.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/groptx.f
|
||||
grsy00.o: $(GENDIR)/grsy00.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grsy00.f
|
||||
grtermio.o: $(GENDIR)/grtermio.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(GENDIR)/grtermio.c
|
||||
grtrml.o: $(GENDIR)/grtrml.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grtrml.f
|
||||
grtter.o: $(GENDIR)/grtter.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(GENDIR)/grtter.f
|
||||
gruser.o: $(GENDIR)/gruser.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(GENDIR)/gruser.c
|
||||
grchar.o: $(OBSDIR)/grchar.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grchar.f
|
||||
grchr0.o: $(OBSDIR)/grchr0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grchr0.f
|
||||
grdat2.o: $(OBSDIR)/grdat2.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grdat2.f
|
||||
grgtc0.o: $(OBSDIR)/grgtc0.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grgtc0.f
|
||||
grinqfont.o: $(OBSDIR)/grinqfont.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grinqfont.f
|
||||
grinqli.o: $(OBSDIR)/grinqli.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grinqli.f
|
||||
grinqpen.o: $(OBSDIR)/grinqpen.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grinqpen.f
|
||||
grlinr.o: $(OBSDIR)/grlinr.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grlinr.f
|
||||
grmark.o: $(OBSDIR)/grmark.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grmark.f
|
||||
grmovr.o: $(OBSDIR)/grmovr.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grmovr.f
|
||||
grsetfont.o: $(OBSDIR)/grsetfont.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grsetfont.f
|
||||
grsetli.o: $(OBSDIR)/grsetli.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grsetli.f
|
||||
grsetpen.o: $(OBSDIR)/grsetpen.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grsetpen.f
|
||||
grtran.o: $(OBSDIR)/grtran.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grtran.f
|
||||
grvect.o: $(OBSDIR)/grvect.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/grvect.f
|
||||
pgsetc.o: $(OBSDIR)/pgsetc.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/pgsetc.f
|
||||
pgsize.o: $(OBSDIR)/pgsize.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(OBSDIR)/pgsize.f
|
||||
cleanup.o: $(PGDDIR)/cleanup.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/cleanup.c
|
||||
pgdisp.o: $(PGDDIR)/pgdisp.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/pgdisp.c
|
||||
figcurs.o: $(PGDDIR)/figcurs.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/figcurs.c
|
||||
getdata.o: $(PGDDIR)/getdata.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/getdata.c
|
||||
getvisuals.o: $(PGDDIR)/getvisuals.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/getvisuals.c
|
||||
handlexevent.o: $(PGDDIR)/handlexevent.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/handlexevent.c
|
||||
proccom.o: $(PGDDIR)/proccom.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/proccom.c
|
||||
resdb.o: $(PGDDIR)/resdb.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/resdb.c
|
||||
exposelgwin.o: $(PGDDIR)/exposelgwin.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/exposelgwin.c
|
||||
getcolors.o: $(PGDDIR)/getcolors.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/getcolors.c
|
||||
initlgluts.o: $(PGDDIR)/initlgluts.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/initlgluts.c
|
||||
initlgwin.o: $(PGDDIR)/initlgwin.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/initlgwin.c
|
||||
initlock.o: $(PGDDIR)/initlock.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/initlock.c
|
||||
initwmattr.o: $(PGDDIR)/initwmattr.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/initwmattr.c
|
||||
mainloop.o: $(PGDDIR)/mainloop.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/mainloop.c
|
||||
resizelgwin.o: $(PGDDIR)/resizelgwin.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/resizelgwin.c
|
||||
returnbuf.o: $(PGDDIR)/returnbuf.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/returnbuf.c
|
||||
waitevent.o: $(PGDDIR)/waitevent.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/waitevent.c
|
||||
updatelgtitle.o: $(PGDDIR)/updatelgtitle.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) -DPGDISP $(PGDDIR)/updatelgtitle.c
|
||||
gidriv.o: $(DRVDIR)/gidriv.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(DRVDIR)/gidriv.f
|
||||
nudriv.o: $(DRVDIR)/nudriv.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(DRVDIR)/nudriv.f
|
||||
psdriv.o: $(DRVDIR)/psdriv.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(DRVDIR)/psdriv.f
|
||||
ttdriv.o: $(DRVDIR)/ttdriv.f
|
||||
$(FCOMPL) -c $(FFLAGC) $(DRVDIR)/ttdriv.f
|
||||
xwdriv.o: $(DRVDIR)/xwdriv.c
|
||||
$(CCOMPL) -c $(CFLAGC) $(XINCL) $(DRVDIR)/xwdriv.c
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# The device-driver dispatch routine is generated automatically by
|
||||
# reading the "drivers.list" file.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
DISPATCH_ROUTINE=grexec.o
|
||||
|
||||
grexec.o: grexec.f
|
||||
$(FCOMPL) -c $(FFLAGC) grexec.f
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "lib" is used to built the PGPLOT subroutine library.
|
||||
# libpgplot.a is the primary PGPLOT object library.
|
||||
# "shared" is an optional target for operating systems that allow shared
|
||||
# libraries.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
lib : libpgplot.a $(SHARED_LIB)
|
||||
|
||||
libpgplot.a : $(PG_ROUTINES) $(PG_NON_STANDARD) $(GR_ROUTINES) \
|
||||
$(DISPATCH_ROUTINE) $(DRIVERS) $(SYSTEM_ROUTINES)
|
||||
ar ru libpgplot.a \
|
||||
`ls $(PG_ROUTINES) \
|
||||
$(PG_NON_STANDARD) $(GR_ROUTINES) $(DISPATCH_ROUTINE) \
|
||||
$(DRIVERS) $(SYSTEM_ROUTINES) | sort | uniq`
|
||||
$(RANLIB) libpgplot.a
|
||||
|
||||
$(SHARED_LIB): $(PG_ROUTINES) $(PG_NON_STANDARD) \
|
||||
$(GR_ROUTINES) $(DISPATCH_ROUTINE) $(DRIVERS) $(SYSTEM_ROUTINES)
|
||||
$(SHARED_LD) `ls $(PG_ROUTINES) \
|
||||
$(PG_NON_STANDARD) $(GR_ROUTINES) $(DISPATCH_ROUTINE) \
|
||||
$(DRIVERS) $(SYSTEM_ROUTINES) | sort | uniq` $(SHARED_LIB_LIBS)
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# libpgobs.a contains obsolete routines used by some programs
|
||||
#-----------------------------------------------------------------------
|
||||
libpgobs.a : $(OBSOLETE_ROUTINES)
|
||||
ar ru libpgobs.a $(OBSOLETE_ROUTINES)
|
||||
$(RANLIB) libpgobs.a
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "prog" is used to make the demo programs. They can also be made
|
||||
# individually.
|
||||
#-----------------------------------------------------------------------
|
||||
prog: $(DEMOS)
|
||||
|
||||
pgdemo1: $(DEMDIR)/pgdemo1.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo1 $(DEMDIR)/pgdemo1.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo2: $(DEMDIR)/pgdemo2.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo2 $(DEMDIR)/pgdemo2.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo3: $(DEMDIR)/pgdemo3.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo3 $(DEMDIR)/pgdemo3.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo4: $(DEMDIR)/pgdemo4.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo4 $(DEMDIR)/pgdemo4.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo5: $(DEMDIR)/pgdemo5.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo5 $(DEMDIR)/pgdemo5.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo6: $(DEMDIR)/pgdemo6.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo6 $(DEMDIR)/pgdemo6.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo7: $(DEMDIR)/pgdemo7.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo7 $(DEMDIR)/pgdemo7.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo8: $(DEMDIR)/pgdemo8.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo8 $(DEMDIR)/pgdemo8.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo9: $(DEMDIR)/pgdemo9.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo9 $(DEMDIR)/pgdemo9.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo10: $(DEMDIR)/pgdemo10.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo10 $(DEMDIR)/pgdemo10.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo11: $(DEMDIR)/pgdemo11.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo11 $(DEMDIR)/pgdemo11.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo12: $(DEMDIR)/pgdemo12.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo12 $(DEMDIR)/pgdemo12.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo13: $(DEMDIR)/pgdemo13.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo13 $(DEMDIR)/pgdemo13.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo14: $(DEMDIR)/pgdemo14.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo14 $(DEMDIR)/pgdemo14.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo15: $(DEMDIR)/pgdemo15.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo15 $(DEMDIR)/pgdemo15.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo16: $(DEMDIR)/pgdemo16.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo16 $(DEMDIR)/pgdemo16.f $(PGPLOT_LIB) $(LIBS)
|
||||
pgdemo17: $(DEMDIR)/pgdemo17.f
|
||||
$(FCOMPL) $(FFLAGD) -o pgdemo17 $(DEMDIR)/pgdemo17.f $(PGPLOT_LIB) $(LIBS)
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "grfont.dat" is the binary font file.
|
||||
# This is created from grfont.txt with the "pgpack" program.
|
||||
# (a) compile the `pgpack' program; then
|
||||
# (b) run `pgpack' to convert the ASCII version of the font file
|
||||
# (grfont.txt) into the binary version (grfont.dat). When executed,
|
||||
# `pgpack' should report:
|
||||
# Characters defined: 996
|
||||
# Array cells used: 26732
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
grfont.dat: $(FNTDIR)/grfont.txt $(FNTDIR)/pgpack.f
|
||||
$(FCOMPL) $(FFLAGC) -o pgpack $(FNTDIR)/pgpack.f
|
||||
rm -f grfont.dat
|
||||
./pgpack <$(FNTDIR)/grfont.txt
|
||||
rm -f pgpack
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Documentation files
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
PG_SOURCE= $(SRCDIR)/pgarro.f $(SRCDIR)/pgask.f $(SRCDIR)/pgaxis.f $(SRCDIR)/pgaxlg.f $(SRCDIR)/pgband.f $(SRCDIR)/pgbbuf.f $(SRCDIR)/pgbeg.f $(SRCDIR)/pgbin.f $(SRCDIR)/pgbox.f $(SRCDIR)/pgbox1.f $(SRCDIR)/pgcirc.f $(SRCDIR)/pgcl.f $(SRCDIR)/pgclos.f $(SRCDIR)/pgcn01.f $(SRCDIR)/pgcnsc.f $(SRCDIR)/pgconb.f $(SRCDIR)/pgconf.f $(SRCDIR)/pgconl.f $(SRCDIR)/pgcons.f $(SRCDIR)/pgcont.f $(SRCDIR)/pgconx.f $(SRCDIR)/pgcp.f $(SRCDIR)/pgctab.f $(SRCDIR)/pgcurs.f $(SRCDIR)/pgdraw.f $(SRCDIR)/pgebuf.f $(SRCDIR)/pgend.f $(SRCDIR)/pgenv.f $(SRCDIR)/pgeras.f $(SRCDIR)/pgerr1.f $(SRCDIR)/pgerrb.f $(SRCDIR)/pgerrx.f $(SRCDIR)/pgerry.f $(SRCDIR)/pgetxt.f $(SRCDIR)/pgfunt.f $(SRCDIR)/pgfunx.f $(SRCDIR)/pgfuny.f $(SRCDIR)/pggray.f $(SRCDIR)/pghi2d.f $(SRCDIR)/pghis1.f $(SRCDIR)/pghist.f $(SRCDIR)/pghtch.f $(SRCDIR)/pgiden.f $(SRCDIR)/pgimag.f $(SRCDIR)/pginit.f $(SRCDIR)/pglab.f $(SRCDIR)/pglcur.f $(SRCDIR)/pgldev.f $(SRCDIR)/pglen.f $(SRCDIR)/pgline.f $(SRCDIR)/pgmove.f $(SRCDIR)/pgmtxt.f $(SRCDIR)/pgncur.f $(SRCDIR)/pgnoto.f $(SRCDIR)/pgnpl.f $(SRCDIR)/pgnumb.f $(SRCDIR)/pgolin.f $(SRCDIR)/pgopen.f $(SRCDIR)/pgpage.f $(SRCDIR)/pgpanl.f $(SRCDIR)/pgpap.f $(SRCDIR)/pgpixl.f $(SRCDIR)/pgpnts.f $(SRCDIR)/pgpoly.f $(SRCDIR)/pgpt.f $(SRCDIR)/pgpt1.f $(SRCDIR)/pgptxt.f $(SRCDIR)/pgqah.f $(SRCDIR)/pgqcf.f $(SRCDIR)/pgqch.f $(SRCDIR)/pgqci.f $(SRCDIR)/pgqcir.f $(SRCDIR)/pgqclp.f $(SRCDIR)/pgqcol.f $(SRCDIR)/pgqcr.f $(SRCDIR)/pgqcs.f $(SRCDIR)/pgqdt.f $(SRCDIR)/pgqfs.f $(SRCDIR)/pgqhs.f $(SRCDIR)/pgqid.f $(SRCDIR)/pgqinf.f $(SRCDIR)/pgqitf.f $(SRCDIR)/pgqls.f $(SRCDIR)/pgqlw.f $(SRCDIR)/pgqndt.f $(SRCDIR)/pgqpos.f $(SRCDIR)/pgqtbg.f $(SRCDIR)/pgqtxt.f $(SRCDIR)/pgqvp.f $(SRCDIR)/pgqvsz.f $(SRCDIR)/pgqwin.f $(SRCDIR)/pgrect.f $(SRCDIR)/pgrnd.f $(SRCDIR)/pgrnge.f $(SRCDIR)/pgsah.f $(SRCDIR)/pgsave.f $(SRCDIR)/pgscf.f $(SRCDIR)/pgsch.f $(SRCDIR)/pgsci.f $(SRCDIR)/pgscir.f $(SRCDIR)/pgsclp.f $(SRCDIR)/pgscr.f $(SRCDIR)/pgscrl.f $(SRCDIR)/pgscrn.f $(SRCDIR)/pgsfs.f $(SRCDIR)/pgshls.f $(SRCDIR)/pgshs.f $(SRCDIR)/pgsitf.f $(SRCDIR)/pgslct.f $(SRCDIR)/pgsls.f $(SRCDIR)/pgslw.f $(SRCDIR)/pgstbg.f $(SRCDIR)/pgsubp.f $(SRCDIR)/pgsvp.f $(SRCDIR)/pgswin.f $(SRCDIR)/pgtbox.f $(SRCDIR)/pgtext.f $(SRCDIR)/pgtick.f $(SRCDIR)/pgtikl.f $(SRCDIR)/pgupdt.f $(SRCDIR)/pgvect.f $(SRCDIR)/pgvsiz.f $(SRCDIR)/pgvstd.f $(SRCDIR)/pgvw.f $(SRCDIR)/pgwedg.f $(SRCDIR)/pgwnad.f $(SRCDIR)/pgadvance.f $(SRCDIR)/pgbegin.f $(SRCDIR)/pgcurse.f $(SRCDIR)/pglabel.f $(SRCDIR)/pgmtext.f $(SRCDIR)/pgncurse.f $(SRCDIR)/pgpaper.f $(SRCDIR)/pgpoint.f $(SRCDIR)/pgptext.f $(SRCDIR)/pgvport.f $(SRCDIR)/pgvsize.f $(SRCDIR)/pgvstand.f $(SRCDIR)/pgwindow.f
|
||||
pgplot.doc: $(PG_SOURCE)
|
||||
/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/makedoc $(PG_SOURCE) > pgplot.doc
|
||||
pgplot.html: $(PG_SOURCE)
|
||||
/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/makehtml $(PG_SOURCE) > pgplot.html
|
||||
pgplot.hlp: $(PG_SOURCE)
|
||||
/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/makehelp $(PG_SOURCE) > pgplot.hlp
|
||||
pgplot-routines.tex: $(PG_SOURCE)
|
||||
/afs/psi.ch/project/sinq/common/src/pgplot5.2.2/maketex $(PG_SOURCE) > pgplot-routines.tex
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "pgxwin_server" is the server program for the XW driver
|
||||
#-----------------------------------------------------------------------
|
||||
pgxwin_server: $(DRVDIR)/pgxwin_server.c
|
||||
$(CCOMPL) $(CFLAGC) $(XINCL) -o pgxwin_server $(DRVDIR)/pgxwin_server.c $(LIBS)
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "pgdisp" is the pgdisp server program for /XDISP driver
|
||||
#-----------------------------------------------------------------------
|
||||
pgdisp: $(PGDISP_ROUTINES)
|
||||
$(CCOMPL) $(CFLAGC) -o pgdisp $(PGDISP_ROUTINES) $(LIBS)
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "libxmpgplot.a" contains the Motif widget driver.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
libXmPgplot.a: XmPgplot.o
|
||||
ar ru libXmPgplot.a XmPgplot.o
|
||||
$(RANLIB) libXmPgplot.a
|
||||
|
||||
XmPgplot.h: $(XMDIR)/XmPgplot.h
|
||||
cp $(XMDIR)/XmPgplot.h XmPgplot.h
|
||||
|
||||
XmPgplot.o: $(DRVDIR)/pgxwin.h XmPgplot.h $(XMDIR)/XmPgplotP.h $(XMDIR)/XmPgplot.c
|
||||
$(CCOMPL) -c $(CFLAGC) -I$(DRVDIR) -I$(XMDIR) $(MOTIF_INCL) $(XMDIR)/XmPgplot.c
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "libxapgplot.a" contains the Motif widget driver.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
libXaPgplot.a: XaPgplot.o
|
||||
ar ru libXaPgplot.a XaPgplot.o
|
||||
$(RANLIB) libXaPgplot.a
|
||||
|
||||
XaPgplot.h: $(XADIR)/XaPgplot.h
|
||||
cp $(XADIR)/XaPgplot.h XaPgplot.h
|
||||
|
||||
XaPgplot.o: $(DRVDIR)/pgxwin.h XaPgplot.h $(XADIR)/XaPgplotP.h $(XADIR)/XaPgplot.c
|
||||
$(CCOMPL) -c $(CFLAGC) -I$(DRVDIR) -I$(XADIR) $(MOTIF_INCL) $(XADIR)/XaPgplot.c
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "libtkpgplot.a" contains the Tk widget driver.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
libtkpgplot.a: tkpgplot.o
|
||||
ar ru libtkpgplot.a tkpgplot.o
|
||||
$(RANLIB) libtkpgplot.a
|
||||
|
||||
tkpgplot.h: $(TKDIR)/tkpgplot.h
|
||||
cp $(TKDIR)/tkpgplot.h tkpgplot.h
|
||||
|
||||
tkpgplot.o: $(DRVDIR)/pgxwin.h tkpgplot.h $(TKDIR)/tkpgplot.c
|
||||
$(CCOMPL) -c $(CFLAGC) -I$(DRVDIR) -I$(TKDIR) $(TK_INCL) $(TKDIR)/tkpgplot.c
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "librvpgplot.a" contains the Rivet-Tk widget driver.
|
||||
#-----------------------------------------------------------------------
|
||||
|
||||
librvpgplot.a: rvpgplot.o
|
||||
ar ru librvpgplot.a rvpgplot.o
|
||||
$(RANLIB) librvpgplot.a
|
||||
|
||||
rvpgplot.h: $(TKDIR)/rvpgplot.h
|
||||
cp $(TKDIR)/rvpgplot.h rvpgplot.h
|
||||
|
||||
rvpgplot.o: $(DRVDIR)/pgxwin.h rvpgplot.h $(TKDIR)/tkpgplot.c
|
||||
$(CCOMPL) -o $@ -c -DUSE_RIVET $(CFLAGC) -I$(DRVDIR) -I$(TKDIR) $(RV_INCL) $(TKDIR)/tkpgplot.c
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "install" is required for Figaro.
|
||||
#-----------------------------------------------------------------------
|
||||
install:
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Target "clean" is used to remove all the intermediate files.
|
||||
#-----------------------------------------------------------------------
|
||||
clean :
|
||||
-@rm -f $(PG_ROUTINES) $(PG_NON_STANDARD) $(GR_ROUTINES)\
|
||||
$(DISPATCH_ROUTINE) $(DRIVERS) $(SYSTEM_ROUTINES)\
|
||||
$(OBSOLETE_ROUTINES) $(PGDISP_ROUTINES) pgmdemo.o\
|
||||
XmPgplot.o pgbind tkpgplot.o pgtkdemo.o rvpgplot.o\
|
||||
pgbind.o pgdemo*.o pgawdemo.o
|
||||
|
||||
#-----------------------------------------------------------------------
|
||||
# Include file dependencies
|
||||
#-----------------------------------------------------------------------
|
||||
# The following routines reference pgplot.inc
|
||||
|
||||
pgask.o pgband.o pgbbuf.o pgbox.o pgcirc.o pgcl.o pgclos.o pgconl.o pgcont.o pgcp.o pgebuf.o pgend.o pggray.o pghi2d.o pgiden.o pgimag.o pginit.o pglen.o pgmtxt.o pgncur.o pgnoto.o pgopen.o pgpage.o pgpanl.o pgpap.o pgpoly.o pgptxt.o pgqah.o pgqch.o pgqcir.o pgqclp.o pgqcs.o pgqfs.o pgqhs.o pgqid.o pgqinf.o pgqitf.o pgqtbg.o pgqtxt.o pgqvp.o pgqvsz.o pgqwin.o pgrect.o pgsah.o pgsch.o pgscir.o pgsclp.o pgscrl.o pgsfs.o pgshs.o pgsitf.o pgslct.o pgstbg.o pgsubp.o pgsvp.o pgswin.o pgtikl.o pgvsiz.o pgvstd.o pgvw.o pgwnad.o : $(SRCDIR)/pgplot.inc
|
||||
|
||||
# The following routines reference grpckg1.inc
|
||||
|
||||
grarea.o grbpic.o grchr0.o grchsz.o grclos.o grclpl.o grcurs.o grdot0.o grdot1.o grdtyp.o grepic.o gresc.o gretxt.o grfa.o grgray.o grimg0.o grimg1.o grimg2.o grimg3.o grinit.o grldev.o grlen.o grlin0.o grlin1.o grlin2.o grlin3.o grlina.o grlinr.o grmker.o grmova.o grmovr.o gropen.o grpage.o grpixl.o grpxpo.o grpxps.o grpxpx.o grqcap.o grqci.o grqcol.o grqcr.o grqdev.o grqdt.o grqfnt.o grqls.o grqlw.o grqpos.o grqtxt.o grqtyp.o grrec0.o grrect.o grsci.o grscr.o grscrl.o grsetc.o grsetli.o grsets.o grsfnt.o grsize.o grslct.o grsls.o grslw.o grterm.o grtext.o grtrn0.o grtxy0.o grvct0.o : $(SRCDIR)/grpckg1.inc
|
||||
|
||||
|
||||
# Miscellaneous include files required by drivers
|
||||
|
||||
griv00.o : $(DRVDIR)/gadef.h $(DRVDIR)/gmdef.h $(DRVDIR)/gphdef.h
|
||||
grivas.o : $(DRVDIR)/gadef.h
|
||||
grtv00.o : $(DRVDIR)/imdef.h
|
||||
pgxwin.o : $(DRVDIR)/pgxwin.h
|
||||
pndriv.o : ./png.h ./pngconf.h ./zlib.h ./zconf.h
|
||||
|
||||
x2driv.o figdisp_comm.o: $(DRVDIR)/commands.h
|
||||
|
||||
|
||||
cpg: libcpgplot.a cpgplot.h cpgdemo
|
||||
@echo ' '
|
||||
@echo '*** Finished compilation of the C PGPLOT wrapper library ***'
|
||||
@echo ' '
|
||||
@echo 'Note that if you plan to install the library in a different'
|
||||
@echo 'directory than the current one, both libcpgplot.a and cpgplot.h'
|
||||
@echo 'will be needed.'
|
||||
@echo ' '
|
||||
|
||||
pgbind: $(SRC)/cpg/pgbind.c
|
||||
$(CCOMPL) $(CFLAGC) $(SRC)/cpg/pgbind.c -o pgbind
|
||||
|
||||
libcpgplot.a cpgplot.h: $(PG_SOURCE) pgbind
|
||||
./pgbind $(PGBIND_FLAGS) -h -w $(PG_SOURCE)
|
||||
$(CCOMPL) -c $(CFLAGC) cpg*.c
|
||||
rm -f cpg*.c
|
||||
ar ru libcpgplot.a cpg*.o
|
||||
$(RANLIB) libcpgplot.a
|
||||
rm -f cpg*.o
|
||||
|
||||
cpgdemo: cpgplot.h $(SRC)/cpg/cpgdemo.c libcpgplot.a
|
||||
$(CCOMPL) $(CFLAGD) -c -I. $(SRC)/cpg/cpgdemo.c
|
||||
$(FCOMPL) -o cpgdemo cpgdemo.o $(CPGPLOT_LIB) $(LIBS)
|
||||
rm -f cpgdemo.o
|
||||
|
||||
pgmdemo: pgmdemo.o libXmPgplot.a
|
||||
$(FCOMPL) -o pgmdemo pgmdemo.o -L`pwd` -lXmPgplot $(CPGPLOT_LIB) $(MOTIF_LIBS)
|
||||
|
||||
pgmdemo.o: $(XMDIR)/pgmdemo.c XmPgplot.h libcpgplot.a cpgplot.h
|
||||
$(CCOMPL) $(CFLAGD) -c -I`pwd` $(MOTIF_INCL) $(XMDIR)/pgmdemo.c
|
||||
|
||||
pgawdemo: pgawdemo.o libXaPgplot.a
|
||||
$(FCOMPL) -o pgawdemo pgawdemo.o -L`pwd` -lXaPgplot $(CPGPLOT_LIB) $(ATHENA_LIBS)
|
||||
|
||||
pgawdemo.o: $(XADIR)/pgawdemo.c XaPgplot.h libcpgplot.a cpgplot.h
|
||||
$(CCOMPL) $(CFLAGD) -c -I`pwd` $(ATHENA_INCL) $(XADIR)/pgawdemo.c
|
||||
|
||||
pgtkdemo: pgtkdemo.o libtkpgplot.a
|
||||
$(FCOMPL) -o pgtkdemo pgtkdemo.o -L`pwd` -ltkpgplot $(CPGPLOT_LIB) $(TK_LIBS)
|
||||
|
||||
pgtkdemo.tcl: $(TKDIR)/pgtkdemo.tcl
|
||||
cp $(TKDIR)/pgtkdemo.tcl pgtkdemo.tcl
|
||||
chmod a+x pgtkdemo.tcl
|
||||
|
||||
pgtkdemo.o: $(TKDIR)/pgtkdemo.c tkpgplot.h libcpgplot.a cpgplot.h
|
||||
$(CCOMPL) $(CFLAGD) -c -I`pwd` $(TK_INCL) $(TKDIR)/pgtkdemo.c
|
BIN
pgplot_rhel8/pgdemo1
Executable file
BIN
pgplot_rhel8/pgdemo1
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo10
Executable file
BIN
pgplot_rhel8/pgdemo10
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo11
Executable file
BIN
pgplot_rhel8/pgdemo11
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo12
Executable file
BIN
pgplot_rhel8/pgdemo12
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo13
Executable file
BIN
pgplot_rhel8/pgdemo13
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo14
Executable file
BIN
pgplot_rhel8/pgdemo14
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo15
Executable file
BIN
pgplot_rhel8/pgdemo15
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo16
Executable file
BIN
pgplot_rhel8/pgdemo16
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo17
Executable file
BIN
pgplot_rhel8/pgdemo17
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo2
Executable file
BIN
pgplot_rhel8/pgdemo2
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo3
Executable file
BIN
pgplot_rhel8/pgdemo3
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo4
Executable file
BIN
pgplot_rhel8/pgdemo4
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo5
Executable file
BIN
pgplot_rhel8/pgdemo5
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo6
Executable file
BIN
pgplot_rhel8/pgdemo6
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo7
Executable file
BIN
pgplot_rhel8/pgdemo7
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo8
Executable file
BIN
pgplot_rhel8/pgdemo8
Executable file
Binary file not shown.
BIN
pgplot_rhel8/pgdemo9
Executable file
BIN
pgplot_rhel8/pgdemo9
Executable file
Binary file not shown.
3846
pgplot_rhel8/pgplot.doc
Normal file
3846
pgplot_rhel8/pgplot.doc
Normal file
File diff suppressed because it is too large
Load Diff
135
pgplot_rhel8/pgplot.inc
Normal file
135
pgplot_rhel8/pgplot.inc
Normal file
@ -0,0 +1,135 @@
|
||||
C-----------------------------------------------------------------------
|
||||
C PGPLOT: common block definition.
|
||||
C-----------------------------------------------------------------------
|
||||
C Maximum number of concurrent devices (should match GRIMAX).
|
||||
C-----------------------------------------------------------------------
|
||||
INTEGER PGMAXD
|
||||
PARAMETER (PGMAXD=8)
|
||||
C-----------------------------------------------------------------------
|
||||
C Indentifier of currently selected device.
|
||||
C-----------------------------------------------------------------------
|
||||
INTEGER PGID
|
||||
C-----------------------------------------------------------------------
|
||||
C Device status (indexed by device identifier).
|
||||
C-----------------------------------------------------------------------
|
||||
C PGDEVS =0 if device is not open; 1 if device is open.
|
||||
C PGADVS Set to 0 by PGBEGIN, set to 1 by PGPAGE; used to suppress
|
||||
C the prompt for the first page.
|
||||
C PROMPT If .TRUE., ask user before clearing page; set by PGASK
|
||||
C and (indirectly) by PGBEGIN, used in PGENV.
|
||||
C PGBLEV Buffering level: incremented by PGBBUF, decremented by
|
||||
C PGEBUF.
|
||||
C PGPFIX TRUE if PGPAP has been called, FALSE otherwise.
|
||||
C
|
||||
INTEGER PGDEVS(PGMAXD), PGADVS(PGMAXD), PGBLEV(PGMAXD)
|
||||
LOGICAL PGPRMP(PGMAXD), PGPFIX(PGMAXD)
|
||||
C-----------------------------------------------------------------------
|
||||
C Panel parameters (indexed by device identification).
|
||||
C-----------------------------------------------------------------------
|
||||
C NX Number of panels in x direction
|
||||
C NY Number of panels in y direction
|
||||
C NXC Ordinal number of current X panel
|
||||
C NYC Ordinal number of current Y panel
|
||||
C XSZ X dimension of panel (device units)
|
||||
C YSZ Y dimension of panel (device units)
|
||||
C PGROWS TRUE if panels are used in row order, FALSE for column
|
||||
C order.
|
||||
C
|
||||
INTEGER PGNX (PGMAXD), PGNY (PGMAXD)
|
||||
INTEGER PGNXC (PGMAXD), PGNYC (PGMAXD)
|
||||
REAL PGXSZ (PGMAXD), PGYSZ (PGMAXD)
|
||||
LOGICAL PGROWS(PGMAXD)
|
||||
C-----------------------------------------------------------------------
|
||||
C Attributes (indexed by device identification).
|
||||
C-----------------------------------------------------------------------
|
||||
C PGCLP clipping enabled/disabed
|
||||
C PGFAS fill-area style
|
||||
C PGCHSZ character height
|
||||
C PGAHS arrow-head fill style
|
||||
C PGAHA arrow-head angle
|
||||
C PGAHV arrow-head vent
|
||||
C PGTBCI text background color index
|
||||
C PGMNCI lower range of color indices available to PGGRAY/PGIMAG
|
||||
C PGMXCI upper range of color indices available to PGGRAY/PGIMAG
|
||||
C PGITF type of transfer function used by PGGRAY/PGIMAG
|
||||
C PGHSA hatching line angle
|
||||
C PGHSS hatching line separation
|
||||
C PGHSP hatching line phase
|
||||
C
|
||||
INTEGER PGCLP (PGMAXD)
|
||||
INTEGER PGFAS (PGMAXD)
|
||||
REAL PGCHSZ(PGMAXD)
|
||||
INTEGER PGAHS (PGMAXD)
|
||||
REAL PGAHA (PGMAXD)
|
||||
REAL PGAHV (PGMAXD)
|
||||
INTEGER PGTBCI(PGMAXD)
|
||||
INTEGER PGMNCI(PGMAXD)
|
||||
INTEGER PGMXCI(PGMAXD)
|
||||
INTEGER PGITF (PGMAXD)
|
||||
REAL PGHSA (PGMAXD)
|
||||
REAL PGHSS (PGMAXD)
|
||||
REAL PGHSP (PGMAXD)
|
||||
C-----------------------------------------------------------------------
|
||||
C Viewport parameters (indexed by device identification); all are device
|
||||
C coordinates:
|
||||
C-----------------------------------------------------------------------
|
||||
C PGXOFF X coordinate of blc of viewport.
|
||||
C PGYOFF Y coordinate of blc of viewport.
|
||||
C PGXVP X coordinate of blc of viewport, relative to blc of subpage.
|
||||
C PGYVP Y coordinate of blc of viewport, relative to blc of subpage.
|
||||
C PGXLEN Width of viewport.
|
||||
C PGYLEN Height of viewport.
|
||||
C
|
||||
REAL PGXOFF(PGMAXD), PGYOFF(PGMAXD)
|
||||
REAL PGXVP (PGMAXD), PGYVP (PGMAXD)
|
||||
REAL PGXLEN(PGMAXD), PGYLEN(PGMAXD)
|
||||
C-----------------------------------------------------------------------
|
||||
C Scaling parameters (indexed by device identification):
|
||||
C-----------------------------------------------------------------------
|
||||
C PGXORG device coordinate value corresponding to world X=0
|
||||
C PGYORG device coordinate value corresponding to world Y=0
|
||||
C PGXSCL scale in x (device units per world coordinate unit)
|
||||
C PGYSCL scale in y (device units per world coordinate unit)
|
||||
C PGXPIN device x scale in device units/inch
|
||||
C PGYPIN device y scale in device units/inch
|
||||
C PGXSP Character X spacing (device units)
|
||||
C PGYSP Character Y spacing (device units)
|
||||
C
|
||||
REAL PGXORG(PGMAXD), PGYORG(PGMAXD)
|
||||
REAL PGXSCL(PGMAXD), PGYSCL(PGMAXD)
|
||||
REAL PGXPIN(PGMAXD), PGYPIN(PGMAXD)
|
||||
REAL PGXSP (PGMAXD), PGYSP (PGMAXD)
|
||||
C-----------------------------------------------------------------------
|
||||
C Window parameters (indexed by device identification); all are world
|
||||
C coordinate values:
|
||||
C-----------------------------------------------------------------------
|
||||
C PGXBLC world X at bottom left corner of window
|
||||
C PGXTRC world X at top right corner of window
|
||||
C PGYBLC world Y at bottom left corner of window
|
||||
C PGYTRC world Y at top right corner of window
|
||||
C
|
||||
REAL PGXBLC(PGMAXD), PGXTRC(PGMAXD)
|
||||
REAL PGYBLC(PGMAXD), PGYTRC(PGMAXD)
|
||||
C-----------------------------------------------------------------------
|
||||
C The following parameters are used in the contouring routines to pass
|
||||
C information to the action routine. They do not need to be indexed.
|
||||
C-----------------------------------------------------------------------
|
||||
C TRANS Transformation matrix for contour plots; copied
|
||||
C from argument list by PGCONT and used by PGCP.
|
||||
C
|
||||
INTEGER PGCINT, PGCMIN
|
||||
REAL TRANS(6)
|
||||
CHARACTER*32 PGCLAB
|
||||
C-----------------------------------------------------------------------
|
||||
C-----------------------------------------------------------------------
|
||||
COMMON /PGPLT1/ PGID,PGDEVS,PGADVS,PGNX, PGNY, PGNXC, PGNYC ,
|
||||
1 PGXPIN,PGYPIN,PGXSP, PGYSP, PGXSZ, PGYSZ,
|
||||
2 PGXOFF,PGYOFF,PGXVP, PGYVP, PGXLEN,PGYLEN,PGXORG,PGYORG,
|
||||
3 PGXSCL,PGYSCL,PGXBLC,PGXTRC,PGYBLC,PGYTRC,TRANS,
|
||||
4 PGPRMP,PGCLP, PGFAS, PGCHSZ,PGBLEV,PGROWS,
|
||||
5 PGAHS, PGAHA, PGAHV, PGTBCI,PGMNCI,PGMXCI,PGCINT,PGCMIN,
|
||||
6 PGPFIX,PGITF, PGHSA, PGHSS, PGHSP
|
||||
COMMON /PGPLT2/ PGCLAB
|
||||
SAVE /PGPLT1/
|
||||
SAVE /PGPLT2/
|
||||
C-----------------------------------------------------------------------
|
BIN
pgplot_rhel8/pgxwin_server
Executable file
BIN
pgplot_rhel8/pgxwin_server
Executable file
Binary file not shown.
738
pgplot_rhel8/rgb.txt
Normal file
738
pgplot_rhel8/rgb.txt
Normal file
@ -0,0 +1,738 @@
|
||||
255 250 250 snow
|
||||
248 248 255 ghost white
|
||||
248 248 255 GhostWhite
|
||||
245 245 245 white smoke
|
||||
245 245 245 WhiteSmoke
|
||||
220 220 220 gainsboro
|
||||
255 250 240 floral white
|
||||
255 250 240 FloralWhite
|
||||
253 245 230 old lace
|
||||
253 245 230 OldLace
|
||||
250 240 230 linen
|
||||
250 235 215 antique white
|
||||
250 235 215 AntiqueWhite
|
||||
255 239 213 papaya whip
|
||||
255 239 213 PapayaWhip
|
||||
255 235 205 blanched almond
|
||||
255 235 205 BlanchedAlmond
|
||||
255 228 196 bisque
|
||||
255 218 185 peach puff
|
||||
255 218 185 PeachPuff
|
||||
255 222 173 navajo white
|
||||
255 222 173 NavajoWhite
|
||||
255 228 181 moccasin
|
||||
255 248 220 cornsilk
|
||||
255 255 240 ivory
|
||||
255 250 205 lemon chiffon
|
||||
255 250 205 LemonChiffon
|
||||
255 245 238 seashell
|
||||
240 255 240 honeydew
|
||||
245 255 250 mint cream
|
||||
245 255 250 MintCream
|
||||
240 255 255 azure
|
||||
240 248 255 alice blue
|
||||
240 248 255 AliceBlue
|
||||
230 230 250 lavender
|
||||
255 240 245 lavender blush
|
||||
255 240 245 LavenderBlush
|
||||
255 228 225 misty rose
|
||||
255 228 225 MistyRose
|
||||
255 255 255 white
|
||||
0 0 0 black
|
||||
47 79 79 dark slate gray
|
||||
47 79 79 DarkSlateGray
|
||||
47 79 79 dark slate grey
|
||||
47 79 79 DarkSlateGrey
|
||||
105 105 105 dim gray
|
||||
105 105 105 DimGray
|
||||
105 105 105 dim grey
|
||||
105 105 105 DimGrey
|
||||
112 128 144 slate gray
|
||||
112 128 144 SlateGray
|
||||
112 128 144 slate grey
|
||||
112 128 144 SlateGrey
|
||||
119 136 153 light slate gray
|
||||
119 136 153 LightSlateGray
|
||||
119 136 153 light slate grey
|
||||
119 136 153 LightSlateGrey
|
||||
190 190 190 gray
|
||||
190 190 190 grey
|
||||
211 211 211 light grey
|
||||
211 211 211 LightGrey
|
||||
211 211 211 light gray
|
||||
211 211 211 LightGray
|
||||
25 25 112 midnight blue
|
||||
25 25 112 MidnightBlue
|
||||
0 0 128 navy
|
||||
0 0 128 navy blue
|
||||
0 0 128 NavyBlue
|
||||
100 149 237 cornflower blue
|
||||
100 149 237 CornflowerBlue
|
||||
72 61 139 dark slate blue
|
||||
72 61 139 DarkSlateBlue
|
||||
106 90 205 slate blue
|
||||
106 90 205 SlateBlue
|
||||
123 104 238 medium slate blue
|
||||
123 104 238 MediumSlateBlue
|
||||
132 112 255 light slate blue
|
||||
132 112 255 LightSlateBlue
|
||||
0 0 205 medium blue
|
||||
0 0 205 MediumBlue
|
||||
65 105 225 royal blue
|
||||
65 105 225 RoyalBlue
|
||||
0 0 255 blue
|
||||
30 144 255 dodger blue
|
||||
30 144 255 DodgerBlue
|
||||
0 191 255 deep sky blue
|
||||
0 191 255 DeepSkyBlue
|
||||
135 206 235 sky blue
|
||||
135 206 235 SkyBlue
|
||||
135 206 250 light sky blue
|
||||
135 206 250 LightSkyBlue
|
||||
70 130 180 steel blue
|
||||
70 130 180 SteelBlue
|
||||
176 196 222 light steel blue
|
||||
176 196 222 LightSteelBlue
|
||||
173 216 230 light blue
|
||||
173 216 230 LightBlue
|
||||
176 224 230 powder blue
|
||||
176 224 230 PowderBlue
|
||||
175 238 238 pale turquoise
|
||||
175 238 238 PaleTurquoise
|
||||
0 206 209 dark turquoise
|
||||
0 206 209 DarkTurquoise
|
||||
72 209 204 medium turquoise
|
||||
72 209 204 MediumTurquoise
|
||||
64 224 208 turquoise
|
||||
0 255 255 cyan
|
||||
224 255 255 light cyan
|
||||
224 255 255 LightCyan
|
||||
95 158 160 cadet blue
|
||||
95 158 160 CadetBlue
|
||||
102 205 170 medium aquamarine
|
||||
102 205 170 MediumAquamarine
|
||||
127 255 212 aquamarine
|
||||
0 100 0 dark green
|
||||
0 100 0 DarkGreen
|
||||
85 107 47 dark olive green
|
||||
85 107 47 DarkOliveGreen
|
||||
143 188 143 dark sea green
|
||||
143 188 143 DarkSeaGreen
|
||||
46 139 87 sea green
|
||||
46 139 87 SeaGreen
|
||||
60 179 113 medium sea green
|
||||
60 179 113 MediumSeaGreen
|
||||
32 178 170 light sea green
|
||||
32 178 170 LightSeaGreen
|
||||
152 251 152 pale green
|
||||
152 251 152 PaleGreen
|
||||
0 255 127 spring green
|
||||
0 255 127 SpringGreen
|
||||
124 252 0 lawn green
|
||||
124 252 0 LawnGreen
|
||||
0 255 0 green
|
||||
127 255 0 chartreuse
|
||||
0 250 154 medium spring green
|
||||
0 250 154 MediumSpringGreen
|
||||
173 255 47 green yellow
|
||||
173 255 47 GreenYellow
|
||||
50 205 50 lime green
|
||||
50 205 50 LimeGreen
|
||||
154 205 50 yellow green
|
||||
154 205 50 YellowGreen
|
||||
34 139 34 forest green
|
||||
34 139 34 ForestGreen
|
||||
107 142 35 olive drab
|
||||
107 142 35 OliveDrab
|
||||
189 183 107 dark khaki
|
||||
189 183 107 DarkKhaki
|
||||
240 230 140 khaki
|
||||
238 232 170 pale goldenrod
|
||||
238 232 170 PaleGoldenrod
|
||||
250 250 210 light goldenrod yellow
|
||||
250 250 210 LightGoldenrodYellow
|
||||
255 255 224 light yellow
|
||||
255 255 224 LightYellow
|
||||
255 255 0 yellow
|
||||
255 215 0 gold
|
||||
238 221 130 light goldenrod
|
||||
238 221 130 LightGoldenrod
|
||||
218 165 32 goldenrod
|
||||
184 134 11 dark goldenrod
|
||||
184 134 11 DarkGoldenrod
|
||||
188 143 143 rosy brown
|
||||
188 143 143 RosyBrown
|
||||
205 92 92 indian red
|
||||
205 92 92 IndianRed
|
||||
139 69 19 saddle brown
|
||||
139 69 19 SaddleBrown
|
||||
160 82 45 sienna
|
||||
205 133 63 peru
|
||||
222 184 135 burlywood
|
||||
245 245 220 beige
|
||||
245 222 179 wheat
|
||||
244 164 96 sandy brown
|
||||
244 164 96 SandyBrown
|
||||
210 180 140 tan
|
||||
210 105 30 chocolate
|
||||
178 34 34 firebrick
|
||||
165 42 42 brown
|
||||
233 150 122 dark salmon
|
||||
233 150 122 DarkSalmon
|
||||
250 128 114 salmon
|
||||
255 160 122 light salmon
|
||||
255 160 122 LightSalmon
|
||||
255 165 0 orange
|
||||
255 140 0 dark orange
|
||||
255 140 0 DarkOrange
|
||||
255 127 80 coral
|
||||
240 128 128 light coral
|
||||
240 128 128 LightCoral
|
||||
255 99 71 tomato
|
||||
255 69 0 orange red
|
||||
255 69 0 OrangeRed
|
||||
255 0 0 red
|
||||
255 105 180 hot pink
|
||||
255 105 180 HotPink
|
||||
255 20 147 deep pink
|
||||
255 20 147 DeepPink
|
||||
255 192 203 pink
|
||||
255 182 193 light pink
|
||||
255 182 193 LightPink
|
||||
219 112 147 pale violet red
|
||||
219 112 147 PaleVioletRed
|
||||
176 48 96 maroon
|
||||
199 21 133 medium violet red
|
||||
199 21 133 MediumVioletRed
|
||||
208 32 144 violet red
|
||||
208 32 144 VioletRed
|
||||
255 0 255 magenta
|
||||
238 130 238 violet
|
||||
221 160 221 plum
|
||||
218 112 214 orchid
|
||||
186 85 211 medium orchid
|
||||
186 85 211 MediumOrchid
|
||||
153 50 204 dark orchid
|
||||
153 50 204 DarkOrchid
|
||||
148 0 211 dark violet
|
||||
148 0 211 DarkViolet
|
||||
138 43 226 blue violet
|
||||
138 43 226 BlueViolet
|
||||
160 32 240 purple
|
||||
147 112 219 medium purple
|
||||
147 112 219 MediumPurple
|
||||
216 191 216 thistle
|
||||
255 250 250 snow1
|
||||
238 233 233 snow2
|
||||
205 201 201 snow3
|
||||
139 137 137 snow4
|
||||
255 245 238 seashell1
|
||||
238 229 222 seashell2
|
||||
205 197 191 seashell3
|
||||
139 134 130 seashell4
|
||||
255 239 219 AntiqueWhite1
|
||||
238 223 204 AntiqueWhite2
|
||||
205 192 176 AntiqueWhite3
|
||||
139 131 120 AntiqueWhite4
|
||||
255 228 196 bisque1
|
||||
238 213 183 bisque2
|
||||
205 183 158 bisque3
|
||||
139 125 107 bisque4
|
||||
255 218 185 PeachPuff1
|
||||
238 203 173 PeachPuff2
|
||||
205 175 149 PeachPuff3
|
||||
139 119 101 PeachPuff4
|
||||
255 222 173 NavajoWhite1
|
||||
238 207 161 NavajoWhite2
|
||||
205 179 139 NavajoWhite3
|
||||
139 121 94 NavajoWhite4
|
||||
255 250 205 LemonChiffon1
|
||||
238 233 191 LemonChiffon2
|
||||
205 201 165 LemonChiffon3
|
||||
139 137 112 LemonChiffon4
|
||||
255 248 220 cornsilk1
|
||||
238 232 205 cornsilk2
|
||||
205 200 177 cornsilk3
|
||||
139 136 120 cornsilk4
|
||||
255 255 240 ivory1
|
||||
238 238 224 ivory2
|
||||
205 205 193 ivory3
|
||||
139 139 131 ivory4
|
||||
240 255 240 honeydew1
|
||||
224 238 224 honeydew2
|
||||
193 205 193 honeydew3
|
||||
131 139 131 honeydew4
|
||||
255 240 245 LavenderBlush1
|
||||
238 224 229 LavenderBlush2
|
||||
205 193 197 LavenderBlush3
|
||||
139 131 134 LavenderBlush4
|
||||
255 228 225 MistyRose1
|
||||
238 213 210 MistyRose2
|
||||
205 183 181 MistyRose3
|
||||
139 125 123 MistyRose4
|
||||
240 255 255 azure1
|
||||
224 238 238 azure2
|
||||
193 205 205 azure3
|
||||
131 139 139 azure4
|
||||
131 111 255 SlateBlue1
|
||||
122 103 238 SlateBlue2
|
||||
105 89 205 SlateBlue3
|
||||
71 60 139 SlateBlue4
|
||||
72 118 255 RoyalBlue1
|
||||
67 110 238 RoyalBlue2
|
||||
58 95 205 RoyalBlue3
|
||||
39 64 139 RoyalBlue4
|
||||
0 0 255 blue1
|
||||
0 0 238 blue2
|
||||
0 0 205 blue3
|
||||
0 0 139 blue4
|
||||
30 144 255 DodgerBlue1
|
||||
28 134 238 DodgerBlue2
|
||||
24 116 205 DodgerBlue3
|
||||
16 78 139 DodgerBlue4
|
||||
99 184 255 SteelBlue1
|
||||
92 172 238 SteelBlue2
|
||||
79 148 205 SteelBlue3
|
||||
54 100 139 SteelBlue4
|
||||
0 191 255 DeepSkyBlue1
|
||||
0 178 238 DeepSkyBlue2
|
||||
0 154 205 DeepSkyBlue3
|
||||
0 104 139 DeepSkyBlue4
|
||||
135 206 255 SkyBlue1
|
||||
126 192 238 SkyBlue2
|
||||
108 166 205 SkyBlue3
|
||||
74 112 139 SkyBlue4
|
||||
176 226 255 LightSkyBlue1
|
||||
164 211 238 LightSkyBlue2
|
||||
141 182 205 LightSkyBlue3
|
||||
96 123 139 LightSkyBlue4
|
||||
198 226 255 SlateGray1
|
||||
185 211 238 SlateGray2
|
||||
159 182 205 SlateGray3
|
||||
108 123 139 SlateGray4
|
||||
202 225 255 LightSteelBlue1
|
||||
188 210 238 LightSteelBlue2
|
||||
162 181 205 LightSteelBlue3
|
||||
110 123 139 LightSteelBlue4
|
||||
191 239 255 LightBlue1
|
||||
178 223 238 LightBlue2
|
||||
154 192 205 LightBlue3
|
||||
104 131 139 LightBlue4
|
||||
224 255 255 LightCyan1
|
||||
209 238 238 LightCyan2
|
||||
180 205 205 LightCyan3
|
||||
122 139 139 LightCyan4
|
||||
187 255 255 PaleTurquoise1
|
||||
174 238 238 PaleTurquoise2
|
||||
150 205 205 PaleTurquoise3
|
||||
102 139 139 PaleTurquoise4
|
||||
152 245 255 CadetBlue1
|
||||
142 229 238 CadetBlue2
|
||||
122 197 205 CadetBlue3
|
||||
83 134 139 CadetBlue4
|
||||
0 245 255 turquoise1
|
||||
0 229 238 turquoise2
|
||||
0 197 205 turquoise3
|
||||
0 134 139 turquoise4
|
||||
0 255 255 cyan1
|
||||
0 238 238 cyan2
|
||||
0 205 205 cyan3
|
||||
0 139 139 cyan4
|
||||
151 255 255 DarkSlateGray1
|
||||
141 238 238 DarkSlateGray2
|
||||
121 205 205 DarkSlateGray3
|
||||
82 139 139 DarkSlateGray4
|
||||
127 255 212 aquamarine1
|
||||
118 238 198 aquamarine2
|
||||
102 205 170 aquamarine3
|
||||
69 139 116 aquamarine4
|
||||
193 255 193 DarkSeaGreen1
|
||||
180 238 180 DarkSeaGreen2
|
||||
155 205 155 DarkSeaGreen3
|
||||
105 139 105 DarkSeaGreen4
|
||||
84 255 159 SeaGreen1
|
||||
78 238 148 SeaGreen2
|
||||
67 205 128 SeaGreen3
|
||||
46 139 87 SeaGreen4
|
||||
154 255 154 PaleGreen1
|
||||
144 238 144 PaleGreen2
|
||||
124 205 124 PaleGreen3
|
||||
84 139 84 PaleGreen4
|
||||
0 255 127 SpringGreen1
|
||||
0 238 118 SpringGreen2
|
||||
0 205 102 SpringGreen3
|
||||
0 139 69 SpringGreen4
|
||||
0 255 0 green1
|
||||
0 238 0 green2
|
||||
0 205 0 green3
|
||||
0 139 0 green4
|
||||
127 255 0 chartreuse1
|
||||
118 238 0 chartreuse2
|
||||
102 205 0 chartreuse3
|
||||
69 139 0 chartreuse4
|
||||
192 255 62 OliveDrab1
|
||||
179 238 58 OliveDrab2
|
||||
154 205 50 OliveDrab3
|
||||
105 139 34 OliveDrab4
|
||||
202 255 112 DarkOliveGreen1
|
||||
188 238 104 DarkOliveGreen2
|
||||
162 205 90 DarkOliveGreen3
|
||||
110 139 61 DarkOliveGreen4
|
||||
255 246 143 khaki1
|
||||
238 230 133 khaki2
|
||||
205 198 115 khaki3
|
||||
139 134 78 khaki4
|
||||
255 236 139 LightGoldenrod1
|
||||
238 220 130 LightGoldenrod2
|
||||
205 190 112 LightGoldenrod3
|
||||
139 129 76 LightGoldenrod4
|
||||
255 255 224 LightYellow1
|
||||
238 238 209 LightYellow2
|
||||
205 205 180 LightYellow3
|
||||
139 139 122 LightYellow4
|
||||
255 255 0 yellow1
|
||||
238 238 0 yellow2
|
||||
205 205 0 yellow3
|
||||
139 139 0 yellow4
|
||||
255 215 0 gold1
|
||||
238 201 0 gold2
|
||||
205 173 0 gold3
|
||||
139 117 0 gold4
|
||||
255 193 37 goldenrod1
|
||||
238 180 34 goldenrod2
|
||||
205 155 29 goldenrod3
|
||||
139 105 20 goldenrod4
|
||||
255 185 15 DarkGoldenrod1
|
||||
238 173 14 DarkGoldenrod2
|
||||
205 149 12 DarkGoldenrod3
|
||||
139 101 8 DarkGoldenrod4
|
||||
255 193 193 RosyBrown1
|
||||
238 180 180 RosyBrown2
|
||||
205 155 155 RosyBrown3
|
||||
139 105 105 RosyBrown4
|
||||
255 106 106 IndianRed1
|
||||
238 99 99 IndianRed2
|
||||
205 85 85 IndianRed3
|
||||
139 58 58 IndianRed4
|
||||
255 130 71 sienna1
|
||||
238 121 66 sienna2
|
||||
205 104 57 sienna3
|
||||
139 71 38 sienna4
|
||||
255 211 155 burlywood1
|
||||
238 197 145 burlywood2
|
||||
205 170 125 burlywood3
|
||||
139 115 85 burlywood4
|
||||
255 231 186 wheat1
|
||||
238 216 174 wheat2
|
||||
205 186 150 wheat3
|
||||
139 126 102 wheat4
|
||||
255 165 79 tan1
|
||||
238 154 73 tan2
|
||||
205 133 63 tan3
|
||||
139 90 43 tan4
|
||||
255 127 36 chocolate1
|
||||
238 118 33 chocolate2
|
||||
205 102 29 chocolate3
|
||||
139 69 19 chocolate4
|
||||
255 48 48 firebrick1
|
||||
238 44 44 firebrick2
|
||||
205 38 38 firebrick3
|
||||
139 26 26 firebrick4
|
||||
255 64 64 brown1
|
||||
238 59 59 brown2
|
||||
205 51 51 brown3
|
||||
139 35 35 brown4
|
||||
255 140 105 salmon1
|
||||
238 130 98 salmon2
|
||||
205 112 84 salmon3
|
||||
139 76 57 salmon4
|
||||
255 160 122 LightSalmon1
|
||||
238 149 114 LightSalmon2
|
||||
205 129 98 LightSalmon3
|
||||
139 87 66 LightSalmon4
|
||||
255 165 0 orange1
|
||||
238 154 0 orange2
|
||||
205 133 0 orange3
|
||||
139 90 0 orange4
|
||||
255 127 0 DarkOrange1
|
||||
238 118 0 DarkOrange2
|
||||
205 102 0 DarkOrange3
|
||||
139 69 0 DarkOrange4
|
||||
255 114 86 coral1
|
||||
238 106 80 coral2
|
||||
205 91 69 coral3
|
||||
139 62 47 coral4
|
||||
255 99 71 tomato1
|
||||
238 92 66 tomato2
|
||||
205 79 57 tomato3
|
||||
139 54 38 tomato4
|
||||
255 69 0 OrangeRed1
|
||||
238 64 0 OrangeRed2
|
||||
205 55 0 OrangeRed3
|
||||
139 37 0 OrangeRed4
|
||||
255 0 0 red1
|
||||
238 0 0 red2
|
||||
205 0 0 red3
|
||||
139 0 0 red4
|
||||
255 20 147 DeepPink1
|
||||
238 18 137 DeepPink2
|
||||
205 16 118 DeepPink3
|
||||
139 10 80 DeepPink4
|
||||
255 110 180 HotPink1
|
||||
238 106 167 HotPink2
|
||||
205 96 144 HotPink3
|
||||
139 58 98 HotPink4
|
||||
255 181 197 pink1
|
||||
238 169 184 pink2
|
||||
205 145 158 pink3
|
||||
139 99 108 pink4
|
||||
255 174 185 LightPink1
|
||||
238 162 173 LightPink2
|
||||
205 140 149 LightPink3
|
||||
139 95 101 LightPink4
|
||||
255 130 171 PaleVioletRed1
|
||||
238 121 159 PaleVioletRed2
|
||||
205 104 137 PaleVioletRed3
|
||||
139 71 93 PaleVioletRed4
|
||||
255 52 179 maroon1
|
||||
238 48 167 maroon2
|
||||
205 41 144 maroon3
|
||||
139 28 98 maroon4
|
||||
255 62 150 VioletRed1
|
||||
238 58 140 VioletRed2
|
||||
205 50 120 VioletRed3
|
||||
139 34 82 VioletRed4
|
||||
255 0 255 magenta1
|
||||
238 0 238 magenta2
|
||||
205 0 205 magenta3
|
||||
139 0 139 magenta4
|
||||
255 131 250 orchid1
|
||||
238 122 233 orchid2
|
||||
205 105 201 orchid3
|
||||
139 71 137 orchid4
|
||||
255 187 255 plum1
|
||||
238 174 238 plum2
|
||||
205 150 205 plum3
|
||||
139 102 139 plum4
|
||||
224 102 255 MediumOrchid1
|
||||
209 95 238 MediumOrchid2
|
||||
180 82 205 MediumOrchid3
|
||||
122 55 139 MediumOrchid4
|
||||
191 62 255 DarkOrchid1
|
||||
178 58 238 DarkOrchid2
|
||||
154 50 205 DarkOrchid3
|
||||
104 34 139 DarkOrchid4
|
||||
155 48 255 purple1
|
||||
145 44 238 purple2
|
||||
125 38 205 purple3
|
||||
85 26 139 purple4
|
||||
171 130 255 MediumPurple1
|
||||
159 121 238 MediumPurple2
|
||||
137 104 205 MediumPurple3
|
||||
93 71 139 MediumPurple4
|
||||
255 225 255 thistle1
|
||||
238 210 238 thistle2
|
||||
205 181 205 thistle3
|
||||
139 123 139 thistle4
|
||||
0 0 0 gray0
|
||||
0 0 0 grey0
|
||||
3 3 3 gray1
|
||||
3 3 3 grey1
|
||||
5 5 5 gray2
|
||||
5 5 5 grey2
|
||||
8 8 8 gray3
|
||||
8 8 8 grey3
|
||||
10 10 10 gray4
|
||||
10 10 10 grey4
|
||||
13 13 13 gray5
|
||||
13 13 13 grey5
|
||||
15 15 15 gray6
|
||||
15 15 15 grey6
|
||||
18 18 18 gray7
|
||||
18 18 18 grey7
|
||||
20 20 20 gray8
|
||||
20 20 20 grey8
|
||||
23 23 23 gray9
|
||||
23 23 23 grey9
|
||||
26 26 26 gray10
|
||||
26 26 26 grey10
|
||||
28 28 28 gray11
|
||||
28 28 28 grey11
|
||||
31 31 31 gray12
|
||||
31 31 31 grey12
|
||||
33 33 33 gray13
|
||||
33 33 33 grey13
|
||||
36 36 36 gray14
|
||||
36 36 36 grey14
|
||||
38 38 38 gray15
|
||||
38 38 38 grey15
|
||||
41 41 41 gray16
|
||||
41 41 41 grey16
|
||||
43 43 43 gray17
|
||||
43 43 43 grey17
|
||||
46 46 46 gray18
|
||||
46 46 46 grey18
|
||||
48 48 48 gray19
|
||||
48 48 48 grey19
|
||||
51 51 51 gray20
|
||||
51 51 51 grey20
|
||||
54 54 54 gray21
|
||||
54 54 54 grey21
|
||||
56 56 56 gray22
|
||||
56 56 56 grey22
|
||||
59 59 59 gray23
|
||||
59 59 59 grey23
|
||||
61 61 61 gray24
|
||||
61 61 61 grey24
|
||||
64 64 64 gray25
|
||||
64 64 64 grey25
|
||||
66 66 66 gray26
|
||||
66 66 66 grey26
|
||||
69 69 69 gray27
|
||||
69 69 69 grey27
|
||||
71 71 71 gray28
|
||||
71 71 71 grey28
|
||||
74 74 74 gray29
|
||||
74 74 74 grey29
|
||||
77 77 77 gray30
|
||||
77 77 77 grey30
|
||||
79 79 79 gray31
|
||||
79 79 79 grey31
|
||||
82 82 82 gray32
|
||||
82 82 82 grey32
|
||||
84 84 84 gray33
|
||||
84 84 84 grey33
|
||||
87 87 87 gray34
|
||||
87 87 87 grey34
|
||||
89 89 89 gray35
|
||||
89 89 89 grey35
|
||||
92 92 92 gray36
|
||||
92 92 92 grey36
|
||||
94 94 94 gray37
|
||||
94 94 94 grey37
|
||||
97 97 97 gray38
|
||||
97 97 97 grey38
|
||||
99 99 99 gray39
|
||||
99 99 99 grey39
|
||||
102 102 102 gray40
|
||||
102 102 102 grey40
|
||||
105 105 105 gray41
|
||||
105 105 105 grey41
|
||||
107 107 107 gray42
|
||||
107 107 107 grey42
|
||||
110 110 110 gray43
|
||||
110 110 110 grey43
|
||||
112 112 112 gray44
|
||||
112 112 112 grey44
|
||||
115 115 115 gray45
|
||||
115 115 115 grey45
|
||||
117 117 117 gray46
|
||||
117 117 117 grey46
|
||||
120 120 120 gray47
|
||||
120 120 120 grey47
|
||||
122 122 122 gray48
|
||||
122 122 122 grey48
|
||||
125 125 125 gray49
|
||||
125 125 125 grey49
|
||||
127 127 127 gray50
|
||||
127 127 127 grey50
|
||||
130 130 130 gray51
|
||||
130 130 130 grey51
|
||||
133 133 133 gray52
|
||||
133 133 133 grey52
|
||||
135 135 135 gray53
|
||||
135 135 135 grey53
|
||||
138 138 138 gray54
|
||||
138 138 138 grey54
|
||||
140 140 140 gray55
|
||||
140 140 140 grey55
|
||||
143 143 143 gray56
|
||||
143 143 143 grey56
|
||||
145 145 145 gray57
|
||||
145 145 145 grey57
|
||||
148 148 148 gray58
|
||||
148 148 148 grey58
|
||||
150 150 150 gray59
|
||||
150 150 150 grey59
|
||||
153 153 153 gray60
|
||||
153 153 153 grey60
|
||||
156 156 156 gray61
|
||||
156 156 156 grey61
|
||||
158 158 158 gray62
|
||||
158 158 158 grey62
|
||||
161 161 161 gray63
|
||||
161 161 161 grey63
|
||||
163 163 163 gray64
|
||||
163 163 163 grey64
|
||||
166 166 166 gray65
|
||||
166 166 166 grey65
|
||||
168 168 168 gray66
|
||||
168 168 168 grey66
|
||||
171 171 171 gray67
|
||||
171 171 171 grey67
|
||||
173 173 173 gray68
|
||||
173 173 173 grey68
|
||||
176 176 176 gray69
|
||||
176 176 176 grey69
|
||||
179 179 179 gray70
|
||||
179 179 179 grey70
|
||||
181 181 181 gray71
|
||||
181 181 181 grey71
|
||||
184 184 184 gray72
|
||||
184 184 184 grey72
|
||||
186 186 186 gray73
|
||||
186 186 186 grey73
|
||||
189 189 189 gray74
|
||||
189 189 189 grey74
|
||||
191 191 191 gray75
|
||||
191 191 191 grey75
|
||||
194 194 194 gray76
|
||||
194 194 194 grey76
|
||||
196 196 196 gray77
|
||||
196 196 196 grey77
|
||||
199 199 199 gray78
|
||||
199 199 199 grey78
|
||||
201 201 201 gray79
|
||||
201 201 201 grey79
|
||||
204 204 204 gray80
|
||||
204 204 204 grey80
|
||||
207 207 207 gray81
|
||||
207 207 207 grey81
|
||||
209 209 209 gray82
|
||||
209 209 209 grey82
|
||||
212 212 212 gray83
|
||||
212 212 212 grey83
|
||||
214 214 214 gray84
|
||||
214 214 214 grey84
|
||||
217 217 217 gray85
|
||||
217 217 217 grey85
|
||||
219 219 219 gray86
|
||||
219 219 219 grey86
|
||||
222 222 222 gray87
|
||||
222 222 222 grey87
|
||||
224 224 224 gray88
|
||||
224 224 224 grey88
|
||||
227 227 227 gray89
|
||||
227 227 227 grey89
|
||||
229 229 229 gray90
|
||||
229 229 229 grey90
|
||||
232 232 232 gray91
|
||||
232 232 232 grey91
|
||||
235 235 235 gray92
|
||||
235 235 235 grey92
|
||||
237 237 237 gray93
|
||||
237 237 237 grey93
|
||||
240 240 240 gray94
|
||||
240 240 240 grey94
|
||||
242 242 242 gray95
|
||||
242 242 242 grey95
|
||||
245 245 245 gray96
|
||||
245 245 245 grey96
|
||||
247 247 247 gray97
|
||||
247 247 247 grey97
|
||||
250 250 250 gray98
|
||||
250 250 250 grey98
|
||||
252 252 252 gray99
|
||||
252 252 252 grey99
|
||||
255 255 255 gray100
|
||||
255 255 255 grey100
|
Reference in New Issue
Block a user