Converted to R3.14.x.

This commit is contained in:
Ron Sluiter
2002-10-21 21:14:31 +00:00
parent 445af6a201
commit cee22307db
2 changed files with 0 additions and 33 deletions

View File

@@ -1,11 +0,0 @@
# Makefile.Host
TOP = ../../..
include $(TOP)/config/CONFIG_APP
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
DBDINSTALL += devAcsMotor.dbd
include $(TOP)/config/RULES.Host
#----------------------------------------
# ADD RULES AFTER THIS LINE

View File

@@ -1,22 +0,0 @@
# 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