Skip to content

Commit

Permalink
Remove unused Makefile command 'module' in PVR
Browse files Browse the repository at this point in the history
  • Loading branch information
hiromatsui committed Dec 26, 2024
1 parent 9d15e3d commit 7290575
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 14 deletions.
1 change: 0 additions & 1 deletion src/C_libraries/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ mod_list:
) \
done


depends:
@for dir in $(SUBDIRS); do \
( cd $${dir}; \
Expand Down
2 changes: 0 additions & 2 deletions src/Fortran_libraries/PARALLEL_src/INTERPOLATE/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ mod_list:
@echo $(MOD_INTERPOLATE) >> $(MAKENAME)
@echo '#' >> $(MAKENAME)

module:

depends:
@$(MAKE_MOD_DEP) $(MAKENAME).depends '$$(INTERPOLATE_DIR)' $(SOURCES)

Expand Down
3 changes: 0 additions & 3 deletions src/Fortran_libraries/UTILS_src/jacobian/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ mod_list:
@echo MOD_JACOBI= \\ >> $(MAKENAME)
@echo $(MOD_JACOBI) >> $(MAKENAME)


module:

depends:
@$(MAKE_MOD_DEP) $(MAKENAME).depends '$$(JACOBIDIR)' $(SOURCES)

Expand Down
2 changes: 0 additions & 2 deletions src/Fortran_libraries/VIZ_src/fieldline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ mod_list:
@echo $(MOD_FIELDLINE) >> $(MAKENAME)
@echo >> $(MAKENAME)

module:

depends:
@$(MAKE_MOD_DEP) $(MAKENAME).depends '$$(FIELDLINE_DIR)' $(SOURCES)

Expand Down
3 changes: 0 additions & 3 deletions src/Fortran_libraries/VIZ_src/map_rendering/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ mod_list:
@echo $(MOD_MAP) >> $(MAKENAME)
@echo >> $(MAKENAME)


module:

depends:
@$(MAKE_MOD_DEP) $(MAKENAME).depends '$$(MAP_RENDERING_DIR)' $(SOURCES)

Expand Down
2 changes: 0 additions & 2 deletions src/Fortran_libraries/VIZ_src/volume_rendering/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ mod_list:
@echo $(MOD_PVR) >> $(MAKENAME)
@echo >> $(MAKENAME)

module:

depends:
@$(MAKE_MOD_DEP) $(MAKENAME).depends '$$(PVR_DIR)' $(SOURCES)

Expand Down
2 changes: 1 addition & 1 deletion src/programs/data_utilities/VIZ_only/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ mod_list:
@echo '#' >> $(MAKENAME)

depends:
@$(MAKE_MOD_DEP) $(MAKENAME).depends '$$(VIZ_PLUG_DIR)' $(SOURCES)
@$(MAKE_MOD_DEP) $(MAKENAME).depends '$$(VIZ_PLUG_DIR)' $(SOURCES)

0 comments on commit 7290575

Please sign in to comment.