#
# C Compiler
CC = gcc
CTX = g++
CFLAGS = $(COMFLAG)
# Parsec
PAR = pcc
## By putting this "pcc" script in your path you can
## put the Parsec compiler files wherever you want.
##
#!/bin/csh
setenv PCC_DIRECTORY "/home/wyk/glomosim-2.03/parsec/redhat-7.2/bin/" 第180行
echo Using Parsec in ${PCC_DIRECTORY}
${PCC_DIRECTORY}/bin/parsecc $*
##