home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 3 / RISC_DISC_3.iso / resources / etexts / gems / gemsv / ch4_5 / makefile. < prev    next >
Makefile  |  1994-11-22  |  181b  |  6 lines

  1. timing:
  2.     cc -O -pca -c ellipsoid_par_help.c
  3.     cc -O -c ellipsoid.c
  4.     cc -O -c timing.c
  5.     cc -O -pca -o timing ellipsoid_par_help.o ellipsoid.o timing.o -lsphere -lmalloc -lgl_s -lm -s
  6.