21 lines
542 B
Makefile
21 lines
542 B
Makefile
include /ioc/tools/driver.makefile
|
|
MODULE = $(notdir $(shell pwd))
|
|
BUILDCLASSES = Linux
|
|
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.8/latest/bin/python generate.py -m 0xf
|