forked from epics_driver_modules/motorBase
19 lines
512 B
Makefile
19 lines
512 B
Makefile
# Makefile.Vx
|
|
TOP = ../../..
|
|
include $(TOP)/config/CONFIG_APP
|
|
#----------------------------------------
|
|
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
|
|
|
# The following are required for all motor record configurations.
|
|
SRCS.c += ../motorRecord.c ../motordevCom.c ../motordrvCom.c
|
|
|
|
LIBOBJS = $(SRCS.c:../%.c=%.o)
|
|
LIBNAME = motorLib
|
|
|
|
#Note that the command line that builds the
|
|
#library $(LIBNAME) may be HUGE (>3kB)
|
|
#
|
|
include $(TOP)/config/RULES.Vx
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|