Added Perl EPICS::IOC module and netget test program

This commit is contained in:
Andrew Johnson
2018-10-30 11:35:03 -05:00
parent f0bbae1767
commit 464e8a4f14
4 changed files with 557 additions and 1 deletions
+4 -1
View File
@@ -1,5 +1,5 @@
#*************************************************************************
# Copyright (c) 2012 UChicago Argonne LLC, as Operator of Argonne
# Copyright (c) 2018 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in file LICENSE that is included with this distribution.
@@ -24,6 +24,9 @@ PERL_MODULES += DBD/Record.pm
PERL_MODULES += DBD/Registrar.pm
PERL_MODULES += DBD/Variable.pm
PERL_MODULES += EPICS/IOC.pm
HTMLS += EPICS/IOC.html
PERL_SCRIPTS += databaseModuleDirs.pm
PERL_SCRIPTS += makeIncludeDbd.pl