IOCINFRAApp/Db/Makefile
author Heinz Junkes <junkes@fhi-berlin.mpg.de>
Wed, 15 Jul 2020 08:12:22 +0200
changeset 2 320de4b4c9ee
parent 0 77d8eafe2a07
permissions -rw-r--r--
Add 2nd moxa XGS600 and TPG256

TOP=../..
include $(TOP)/configure/CONFIG
#----------------------------------------
#  ADD MACRO DEFINITIONS BELOW HERE

# Install databases, templates & substitutions like this
DB += XGS600_chan.db
DB += XGS600.proto
DB += XGS600_1.substitutions
DB += XGS600_2.substitutions
DB += XGS600_unit.db
DB += TPG26x.db
DB += TPG26x.proto
DB += SATECO_lakeshore331.proto
DB += SATECO_lakeshore.substitution
DB += SATECO_base.db
DB += SATECO_lakeshore331.db
DB += Bronkhorst.db
DB += Bronkhorst.substitution
DB += devBronkhorst.proto
DB += Keithley6485.db
DB += devKeithley6487.db
DB += devKeithley6487.proto
DB += asynRecord.db
DB += maxigauge.proto
DB += maxigauge.template
DB += maxigauge.sub

# If <anyname>.db template is not named <anyname>*.template add
# <anyname>_TEMPLATE = <templatename>

include $(TOP)/configure/RULES
#----------------------------------------
#  ADD EXTRA GNUMAKE RULES BELOW HERE