callf: call.o mathsub.o Makefile f90 -O -o calling call.o mathsub.o callc: callc.o mathsubc.o Makefile f90 -O -o calling callc.o mathsubc.o callc.o: call.c Makefile cc -c -o callc.o call.c call.o: call.f90 Makefile f90 -c -YEXT_NAMES=LCS -B108 call.f90 mathsub.o: mathsub.f Makefile f90 -c -YEXT_NAMES=LCS -B108 mathsub.f mathsubc.o: mathsubc.f Makefile f90 -c -YEXT_NAMES=LCS -B108 mathsubc.f clean: rm *.o