5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
f90 -c -g tecs_plot.f90
|
|
f77 -o tecs -g tecs_client.f tecs_for.f sys_aunix_c.c \
|
|
tecs_plot.o sys_aunix.f -L. -ltecsl -L/data/lnslib/lib -lpgplot \
|
|
-so_archive -lreadline -ltermcap -lX11 -lXm
|