# # $Id$ # CC= g++ CFLAGS= -O2 pilot_makedoc: makedoc7.cpp ${CC} -o pilot_makedoc makedoc7.cpp # # EOF