Changeset 3523 for palm/trunk/UTIL/Makefile_utilities
- Timestamp:
- Nov 13, 2018 4:09:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/Makefile_utilities
r3499 r3523 23 23 # ----------------- 24 24 # $Id$ 25 # Enable compilation of post-processing tool for surface output - interface 26 # for posix conform sytemcalls is implemented. 27 # 28 # 3499 2018-11-07 10:55:15Z suehring 25 29 # Temporarily avoid compilation of post-processing tool for surface output 26 30 # until a workaround for compiler-specific intrinsic functions is found. … … 61 65 PROG2 = compare_palm_logs.x 62 66 PROG3 = agent_preprocessing 63 #PROG4 = surface_output_to_vtk67 PROG4 = surface_output_to_vtk 64 68 65 69 OBJS1 = combine_plot_fields.o 66 70 OBJS2 = compare_palm_logs.o 67 71 OBJS3 = agent_preprocessing.o 68 #OBJS4 = surface_output_to_vtk.o72 OBJS4 = surface_output_to_vtk.o 69 73 70 74 CC = cc … … 91 95 $(F90_SER) -o $(PROG3) $(OBJS3) $(LDFLAGS) 92 96 93 #$(PROG4): $(OBJS4)94 #$(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS)97 $(PROG4): $(OBJS4) 98 $(F90_SER) -o $(PROG4) $(OBJS4) $(LDFLAGS) 95 99 96 100 .f90.o:
Note: See TracChangeset
for help on using the changeset viewer.