Files
motorBase/motorApp/MotorSrc/Makefile.Host
T
2000-04-18 20:42:42 +00:00

15 lines
348 B
Makefile

# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
RECTYPES += motorRecord.h
INC += motor.h motordevCom.h motordrvCom.h
INC += motordrvComCode.h
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE