# ----- MAKE FILE machine definitions (AddOns) -----
# Mario A. Rodriguez-Meza, Ciudad de Mexico, 5.05.2023
#
#

#B Set of settings
#
#

#B To add in ../Makefile_addons
#
# IOLIB
# To input several columns ascii catalog file
#
# This line is added to ../Makefile_addons_settings
#IOLIBON = 1
#   ... then comment it
#
ifeq ($(IOLIBON),1)
include $(MACHINES_DIR)/addons/iolib/Makefile_iolib
endif
#
#E


