Changeset 2380 for palm/trunk/UTIL
- Timestamp:
- Sep 1, 2017 8:33:46 AM (7 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/Makefile_utilities
r2371 r2380 18 18 # Current revisions: 19 19 # ----------------- 20 # file renamed to Makefile_utilities 21 # executables are created in current working directory 22 # interpret_config removed 20 23 # 21 24 # Former revisions: … … 35 38 # Description: 36 39 # ------------ 37 # Makefile for generating the utility programs needed by mrun and palm40 # Makefile for generating the utility programs required by mrun and palm 38 41 #--------------------------------------------------------------------------------# 39 42 40 PROG1 = ../SCRIPTS/combine_plot_fields$(BLOCK).x 41 PROG2 = ../SCRIPTS/compare_palm_logs$(BLOCK).x 42 PROG3 = ../SCRIPTS/interpret_config$(BLOCK).x 43 PROG1 = combine_plot_fields.x 44 PROG2 = compare_palm_logs.x 43 45 44 46 OBJS1 = combine_plot_fields.o 45 47 OBJS2 = compare_palm_logs.o 46 OBJS3 = interpret_config.o47 48 48 49 CC = cc
Note: See TracChangeset
for help on using the changeset viewer.