AR		=	ar ru
RM		=	/bin/rm -f
RM_LIST		=	*.o *.M core *.kmo *.mod
CD		=	cd
LN		=	ln -s
MAKE		=	make -i -f Makefile
SHELL		=	/bin/sh
TOUCH		=	touch
CPP		=	/usr/bin/cpp
CPPFLAGS		=	-I. -C -P -DDEC
FC		=	f90
FCFLAGS		=	-automatic -convert big_endian -fast -fpe -free -pipeline -O4 -std -tune ev56 -u
LDFLAGS		=	-fast -O4
CCFLAGS		=	-DDEC -I.
LOCAL_LIBRARIES	=	
