13 lines
181 B
Makefile
13 lines
181 B
Makefile
TOP=../../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
INC += epicsDynLink.h
|
|
|
|
vxCom_SRCS += veclist.c
|
|
vxCom_SRCS += epicsDynLink.c
|
|
|
|
LIBRARY_vxWorks += vxCom
|
|
|
|
include $(TOP)/configure/RULES
|