relocate weather ioc
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ db
|
|||||||
dbd
|
dbd
|
||||||
python
|
python
|
||||||
_build
|
_build
|
||||||
|
envPaths
|
||||||
|
6
iocBoot/Makefile
Normal file
6
iocBoot/Makefile
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
TOP = ..
|
||||||
|
include $(TOP)/configure/CONFIG
|
||||||
|
DIRS += $(wildcard *ioc*)
|
||||||
|
DIRS += $(wildcard as*)
|
||||||
|
include $(CONFIG)/RULES_DIRS
|
||||||
|
|
5
iocBoot/iocweatherbnl/Makefile
Normal file
5
iocBoot/iocweatherbnl/Makefile
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
TOP = ../..
|
||||||
|
include $(TOP)/configure/CONFIG
|
||||||
|
ARCH = linux-x86_64
|
||||||
|
TARGETS = envPaths
|
||||||
|
include $(TOP)/configure/RULES.ioc
|
@ -1,8 +1,12 @@
|
|||||||
#!./bin/linux-x86/softIocPy
|
#!../../bin/linux-x86/softIocPy
|
||||||
|
|
||||||
|
< envPaths
|
||||||
|
|
||||||
|
cd("$(TOP)")
|
||||||
|
|
||||||
epicsEnvSet("http_proxy", "http://proxy:8888/")
|
epicsEnvSet("http_proxy", "http://proxy:8888/")
|
||||||
|
|
||||||
epicsEnvSet("PYTHONPATH", "${PWD}/python")
|
epicsEnvSet("PYTHONPATH", "${TOP}/python")
|
||||||
|
|
||||||
dbLoadDatabase("dbd/softIocPy.dbd")
|
dbLoadDatabase("dbd/softIocPy.dbd")
|
||||||
softIocPy_registerRecordDeviceDriver(pdbbase)
|
softIocPy_registerRecordDeviceDriver(pdbbase)
|
Reference in New Issue
Block a user