Changeset 3499 for palm/trunk/UTIL
- Timestamp:
- Nov 7, 2018 10:55:15 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/Makefile_utilities
r3494 r3499 23 23 # ----------------- 24 24 # $Id$ 25 # Temporarily avoid compilation of post-processing tool for surface output 26 # until a workaround for compiler-specific intrinsic functions is found. 27 # 28 # 3494 2018-11-06 14:51:27Z suehring 25 29 # Added make directive for surface-output post-processing 26 30 # … … 57 61 PROG2 = compare_palm_logs.x 58 62 PROG3 = agent_preprocessing 59 PROG4 = surface_output_to_vtk63 #PROG4 = surface_output_to_vtk 60 64 61 65 OBJS1 = combine_plot_fields.o 62 66 OBJS2 = compare_palm_logs.o 63 67 OBJS3 = agent_preprocessing.o 64 OBJS4 = surface_output_to_vtk.o68 #OBJS4 = surface_output_to_vtk.o 65 69 66 70 CC = cc … … 87 91 $(F90_SER) -o $(PROG3) $(OBJS3) $(LDFLAGS) 88 92 89 $(PROG4): $(OBJS4)90 $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS)93 #$(PROG4): $(OBJS4) 94 # $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS) 91 95 92 96 .f90.o:
Note: See TracChangeset
for help on using the changeset viewer.