randomize.exe: randomize.o iof.o ioc.o
	pgf90 -g77libs \
	randomize.o iof.o ioc.o -o randomize.exe
	\rm *.o

randomize.o: randomize.f
	pgf90 -tp p7 -O2 -fast -Munroll -Mnoframe -Mcache_align -c randomize.f

iof.o: iof.f
	pgf90 -tp p7 -O2 -fast -Munroll -Mnoframe -Mcache_align -c iof.f

ioc.o: ioc.c
	pgcc -tp p7 -O2 -fast -Munroll -Mnoframe -Mcache_align -c ioc.c
#
