Changeset 2380 for palm/trunk/UTIL


Ignore:
Timestamp:
Sep 1, 2017 8:33:46 AM (7 years ago)
Author:
raasch
Message:

initial versions for new scripts palmrun and palmbuild

File:
1 copied

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/Makefile_utilities

    r2371 r2380  
    1818# Current revisions:
    1919# -----------------
     20# file renamed to Makefile_utilities
     21# executables are created in current working directory
     22# interpret_config removed
    2023#
    2124# Former revisions:
     
    3538# Description:
    3639# ------------
    37 # Makefile for generating the utility programs needed by mrun and palm
     40# Makefile for generating the utility programs required by mrun and palm
    3841#--------------------------------------------------------------------------------#
    3942
    40 PROG1 =  ../SCRIPTS/combine_plot_fields$(BLOCK).x
    41 PROG2 =  ../SCRIPTS/compare_palm_logs$(BLOCK).x
    42 PROG3 =  ../SCRIPTS/interpret_config$(BLOCK).x
     43PROG1 =  combine_plot_fields.x
     44PROG2 =  compare_palm_logs.x
    4345
    4446OBJS1 =  combine_plot_fields.o
    4547OBJS2 =  compare_palm_logs.o
    46 OBJS3 =  interpret_config.o
    4748
    4849CC = cc
Note: See TracChangeset for help on using the changeset viewer.