Makefile
364 Bytes
default: $(BUNDLE_DOMAIN_CREATION_OBJS)
#
$(OBJ_MOD_DIR)/bundle_domain_creation.o: bundle_domain_creation.F90 $(TYPE_SPEC_MODULE) $(CABLE_MODULE) $(CABLE_BUNDLE_MODULE) $(CONSTANTS_MODULE) \
create_global_domain_structure.F90 set_conductor_positions_for_Einc.F90 plot_bundle_cross_section.F90
$(FC) $(FLAGS) -c -o $@ $<