Changeset 503 for palm/trunk/UTIL
- Timestamp:
- Mar 3, 2010 12:27:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/Makefile
r494 r503 3 3 # Actual revisions: 4 4 # ----------------- 5 # utility programs are created separately for each block in the configuration 6 # file, 5 7 # compare_palm_logs added 6 8 # added PROG3 in 'all:' statement (line 39, bugfix) … … 17 19 #------------------------------------------------------------------------------! 18 20 19 PROG1 = ../SCRIPTS/combine_plot_fields .x20 PROG2 = ../SCRIPTS/compare_palm_logs .x21 PROG3 = ../SCRIPTS/interpret_config .x21 PROG1 = ../SCRIPTS/combine_plot_fields$(BLOCK).x 22 PROG2 = ../SCRIPTS/compare_palm_logs$(BLOCK).x 23 PROG3 = ../SCRIPTS/interpret_config$(BLOCK).x 22 24 23 25 OBJS1 = combine_plot_fields.o
Note: See TracChangeset
for help on using the changeset viewer.