migrate from EPICS 3.14.12 to 7.0.7
This commit is contained in:
14
Makefile
14
Makefile
@@ -1,10 +1,20 @@
|
||||
include /ioc/tools/driver.makefile
|
||||
MODULE = $(notdir $(shell pwd))
|
||||
BUILDCLASSES = Linux
|
||||
ARCH_FILTER = eldk42% SL6-x86_64
|
||||
EXCLUDE_VERSIONS = 7
|
||||
ARCH_FILTER = eldk42%
|
||||
EXCLUDE_VERSIONS = 3.14 7.0.6
|
||||
#EPICS_VERSIONS = 7.0.7
|
||||
|
||||
#SCRIPTS+=$(wildcard add_EXPMX*.cmd cfg/*.cfg cfg/*.py cfg/*.pbi python/*.py)
|
||||
SCRIPTS+=$(wildcard add_EXPMX*.cmd cfg/*.cfg cfg/*.py cfg/*.pbi)
|
||||
#SOURCES+=src/DHVSaSub.cpp
|
||||
#DBDS+=src/DHVSaSub.dbd
|
||||
USR_CXXFLAGS+= -fno-operator-names
|
||||
|
||||
.PHONY: install_ioc generate
|
||||
|
||||
install_ioc: generate
|
||||
cd gen/ioc;make install
|
||||
|
||||
generate:
|
||||
/opt/gfa/python-3.5/latest/bin/python generate.py -m 0xf
|
||||
|
||||
Reference in New Issue
Block a user