Ignore:
Timestamp:
Nov 13, 2018 4:09:31 PM (5 years ago)
Author:
suehring
Message:

Implement interface for posix conform C-systemcalls in order to replace non-standard FORTRAN functions ftell and fseek

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/Makefile_utilities

    r3499 r3523  
    2323# -----------------
    2424# $Id$
     25# Enable compilation of post-processing tool for surface output - interface
     26# for posix conform sytemcalls is implemented.
     27#
     28# 3499 2018-11-07 10:55:15Z suehring
    2529# Temporarily avoid compilation of post-processing tool for surface output
    2630# until a workaround for compiler-specific intrinsic functions is found.
     
    6165PROG2 =  compare_palm_logs.x
    6266PROG3 =  agent_preprocessing
    63 #PROG4 =  surface_output_to_vtk
     67PROG4 =  surface_output_to_vtk
    6468
    6569OBJS1 =  combine_plot_fields.o
    6670OBJS2 =  compare_palm_logs.o
    6771OBJS3 =  agent_preprocessing.o
    68 #OBJS4 =  surface_output_to_vtk.o
     72OBJS4 =  surface_output_to_vtk.o
    6973
    7074CC = cc
     
    9195        $(F90_SER) -o $(PROG3) $(OBJS3) $(LDFLAGS)
    9296
    93 #$(PROG4): $(OBJS4)
    94 #       $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS)
     97$(PROG4): $(OBJS4)
     98        $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS)
    9599
    96100.f90.o:
Note: See TracChangeset for help on using the changeset viewer.