LIB_PATH=/usr/local/Geopsy.org/lib

first:
	gfortran main.f -L $(LIB_PATH) -Wl,-rpath,"$(LIB_PATH)" -lQGpCoreWave -o gpdcfor
