27 lines
395 B
Makefile
27 lines
395 B
Makefile
|
|
TOP=../..
|
|
|
|
include $(TOP)/configure/CONFIG
|
|
|
|
INC := cvtTable.h
|
|
|
|
SRCS := makeBpt.c
|
|
PROD_DEFAULT := makeBpt
|
|
PROD_vxWorks :=
|
|
|
|
MENUS += menuConvert.h
|
|
|
|
BPTS += bptTypeJdegC.dbd
|
|
BPTS += bptTypeJdegF.dbd
|
|
BPTS += bptTypeKdegC.dbd
|
|
BPTS += bptTypeKdegF.dbd
|
|
|
|
bptLibrary_SRCS = cvtBpt.c
|
|
|
|
LIBRARY_vxWorks = bptLibrary
|
|
|
|
include $(TOP)/configure/RULES_BUILD
|
|
|
|
$(BPTS): $(EPICS_BASE_HOST_BIN)/makeBpt$(HOSTEXE)
|
|
|