Changeset 3757


Ignore:
Timestamp:
Feb 20, 2019 11:40:34 AM (5 years ago)
Author:
suehring
Message:

Disable build of surface-output processing tool in Makefile_utilities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/Makefile_utilities

    r3534 r3757  
    2323# -----------------
    2424# $Id$
     25# Disable build of surface-output processing tool
     26#
     27# 3534 2018-11-19 15:35:16Z raasch
    2528# inifor build added
    2629#
     
    6871PROG2 =  compare_palm_logs.x
    6972PROG3 =  agent_preprocessing
    70 PROG4 =  surface_output_to_vtk
     73#PROG4 =  surface_output_to_vtk
    7174PROG5 =  inifor
    7275
     
    8588OBJS2 =  compare_palm_logs.o
    8689OBJS3 =  agent_preprocessing.o
    87 OBJS4 =  surface_output_to_vtk.o
     90#OBJS4 =  surface_output_to_vtk.o
    8891OBJS5=$(SOURCES5:.f90=.o)
    8992
Note: See TracChangeset for help on using the changeset viewer.