Files
motorBase/motorApp/AcsSrc/Makefile.Vx
T
2002-03-02 19:07:34 +00:00

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