forked from epics_driver_modules/motorBase
23 lines
562 B
Makefile
23 lines
562 B
Makefile
# Makefile.Vx
|
|
TOP = ../../..
|
|
include $(TOP)/config/CONFIG_APP
|
|
#----------------------------------------
|
|
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
|
|
|
# The following are used for debugging messages.
|
|
#USR_CFLAGS += -DDEBUG
|
|
#USR_CXXFLAGS += -DDEBUG
|
|
|
|
# Advanced Control Systems driver support.
|
|
SRCS.c += ../devMCB4B.c ../drvMCB4B.c
|
|
|
|
LIBOBJS = $(SRCS.c:../%.c=%.o)
|
|
LIBNAME = AcsLib
|
|
|
|
#Note that the command line that builds the
|
|
#library $(LIBNAME) may be HUGE (>3kB)
|
|
#
|
|
include $(TOP)/config/RULES.Vx
|
|
#----------------------------------------
|
|
# ADD RULES AFTER THIS LINE
|