#------------------------------------------------------------------------------- # Makefile for delpar # # jan.mooiman@deltares.nl # 09 Feb 2009 # # Copyright (C) Stichting Deltares, 2011-2013. #------------------------------------------------------------------------------- include $(top_srcdir)/common.am noinst_LTLIBRARIES = libdata_f.la #------------------------------------------------------------------------------- #Includes #------------------------------------------------------------------------------- #Sources libdata_f_la_SOURCES = \ precision.f90 \ typos_mod.f90 \ file_info.f90 \ modeldim.f90 \ partmem.f90 \ global_data.f90 \ alloc.f90 \ dealloc.f90 \ dealloc_part.f90 #------------------------------------------------------------------------------- #Libraries