Changeset 3208 for palm/trunk/UTIL/Makefile_utilities
- Timestamp:
- Aug 27, 2018 1:10:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/Makefile_utilities
r2718 r3208 23 23 # ----------------- 24 24 # $Id$ 25 # Added make directive for agent_preprocessing tool 26 # 27 # 2718 2018-01-02 08:49:38Z maronga 25 28 # Corrected "Former revisions" section 26 29 # … … 50 53 PROG1 = combine_plot_fields.x 51 54 PROG2 = compare_palm_logs.x 55 PROG3 = agent_preprocessing 52 56 53 57 OBJS1 = combine_plot_fields.o 54 58 OBJS2 = compare_palm_logs.o 59 OBJS3 = agent_preprocessing.o 55 60 56 61 CC = cc
Note: See TracChangeset
for help on using the changeset viewer.