10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
# Makefile for modifications to PGPLOT allowing for
|
|
# timeout on cursor input for the devices VMAC, XWINDOW and XSERVE
|
|
|
|
ORIG=/usr/local/distsrc/pgplot5.2.2
|
|
|
|
FFLAGS=-g -Wimplicit -Wall -g -I$(ORIG)
|
|
CFLAGS=-g -DPG_PPU -I. -I/usr/X11R6/include
|
|
|
|
include make_gen
|