1.SUFFIXES:
2.SUFFIXES: .f .F .o .a  .f90 .F90
3#---------------------------
4XMLF90_ROOT=../..
5#
6# Get building rules for this compiler
7#
8include $(XMLF90_ROOT)/fortran.mk
9#
10# Find appropriate modules and libraries
11#
12include $(XMLF90_ROOT)/xmlf90.mk
13#
14# The XMLF90_ variables are set by the xmlf90.mk file
15#
16INCFLAGS := $(XMLF90_INCFLAGS) $(INCFLAGS)
17LIBS:= $(XMLF90_LIBS) $(LIBS)
18#---------------------------
19