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) # databases, templates, substitutions like this #DB += xpsPCO.substitutions #DB += XPS_PCO.template MOTOR_DB_LOC=$(MOTOR)/db DB += $(MOTOR_DB_LOC)/motor.db DB += $(MOTOR_DB_LOC)/basic_motor.db DB += $(MOTOR_DB_LOC)/basic_asyn_motor.db #DB += $(MOTOR_DB_LOC)/XPSAuxAi.db DB += $(MOTOR_DB_LOC)/XPSAuxAo.db DB += $(MOTOR_DB_LOC)/XPSAuxBi.db DB += $(MOTOR_DB_LOC)/XPSAuxBo.db DB += $(MOTOR_DB_LOC)/XPSAuxLi.db DB += $(MOTOR_DB_LOC)/XPSAuxLo.db DB += $(MOTOR_DB_LOC)/XPS_extra.db #DB += $(MOTOR_DB_LOC)/ACRAux.template #DB += $(MOTOR_DB_LOC)/ACRAuxRead.template #DB += $(MOTOR_DB_LOC)/ACRAuxLi.template #DB += $(MOTOR_DB_LOC)/ACRAuxBi.template #DB += $(MOTOR_DB_LOC)/ACRAuxBo.template #DB += $(MOTOR_DB_LOC)/ACRAuxBoRBV.template DB += $(MOTOR_DB_LOC)/TransPos.db DB += $(MOTOR_DB_LOC)/motorUtil.db DB += $(MOTOR_DB_LOC)/asyn_motor.db #DB += $(MOTOR_DB_LOC)/profileMoveController.template #DB += $(MOTOR_DB_LOC)/profileMoveAxis.template #DB += $(MOTOR_DB_LOC)/profileMoveControllerXPS.template #DB += $(MOTOR_DB_LOC)/profileMoveAxisXPS.template SSCAN_DB_LOC=$(SSCAN)/sscanApp/Db DB += $(SSCAN_DB_LOC)/saveData.db DB += $(SSCAN_DB_LOC)/scanProgress.db DB += $(SSCAN_DB_LOC)/standardScans.db DB += XPS_GroupReferencing.template DB += XPS_AxisReferencing.template DB += xpsGroupReferencing.substitutions #---------------------------------------------------- # If .db template is not named *.template add # _TEMPLATE = include $(TOP)/configure/RULES #---------------------------------------- # ADD RULES AFTER THIS LINE