TOP=../.. include $(TOP)/configure/CONFIG #---------------------------------------- # ADD MACRO DEFINITIONS AFTER THIS LINE #---------------------------------------------------- # Optimization of db files using dbst (DEFAULT: NO) #DB_OPT = YES #---------------------------------------------------- # Create and install (or just install) into /db # databases, templates, substitutions like this DB += posRef.db DB += grpRef.db DB += TAGM.substitutions DB += TAGM_Referencing.substitutions DB += tagm_aliases.db # DB += xpsGroupReferencing.substitutions # DB += XPS_GroupReferencing.template # DB += XPS_AxisReferencing.template # DB_INSTALLS += $(DRIVERS)/db/TAGM.substitutions # DB_INSTALLS += $(DRIVERS)/db/TAGM_Referencing.substitutions # DB_INSTALLS += $(DRIVERS)/db/tagm_aliases.db DB_INSTALLS += $(DRIVERS)/db/xpsGroupReferencing.substitutions DB_INSTALLS += $(DRIVERS)/db/XPS_GroupReferencing.template DB_INSTALLS += $(DRIVERS)/db/XPS_AxisReferencing.template # DB_INSTALLS += $(DRIVERS)/db/xpsPCO.substitutions # DB_INSTALLS += $(DRIVERS)/db/XPS_PCO.template DB_INSTALLS += $(MOTOR)/db/motor.db DB_INSTALLS += $(MOTOR)/db/basic_motor.db DB_INSTALLS += $(MOTOR)/db/basic_asyn_motor.db DB_INSTALLS += $(MOTOR)/db/XPSAuxAi.db DB_INSTALLS += $(MOTOR)/db/XPSAuxAo.db DB_INSTALLS += $(MOTOR)/db/XPSAuxBi.db DB_INSTALLS += $(MOTOR)/db/XPSAuxBo.db DB_INSTALLS += $(MOTOR)/db/XPSAuxLi.db DB_INSTALLS += $(MOTOR)/db/XPSAuxLo.db DB_INSTALLS += $(MOTOR)/db/XPS_extra.db DB_INSTALLS += $(MOTOR)/db/TransPos.db DB_INSTALLS += $(MOTOR)/db/motorUtil.db DB_INSTALLS += $(MOTOR)/db/asyn_motor.db # DB_INSTALLS += $(SSCAN)/sscanApp/Db)/saveData.db # DB_INSTALLS += $(SSCAN)/sscanApp/Db)/scanProgress.db # DB_INSTALLS += $(SSCAN)/sscanApp/Db)/standardScans.db #---------------------------------------------------- # If .db template is not named *.template add # _template = include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE