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-- |
0 | 1 |
TOP=../.. |
2 |
include $(TOP)/configure/CONFIG |
|
3 |
#---------------------------------------- |
|
4 |
# ADD MACRO DEFINITIONS BELOW HERE |
|
5 |
||
6 |
# Install databases, templates & substitutions like this |
|
7 |
DB += XGS600_chan.db |
|
8 |
DB += XGS600.proto |
|
2
320de4b4c9ee
Add 2nd moxa XGS600 and TPG256
Heinz Junkes <junkes@fhi-berlin.mpg.de>
parents:
0
diff
changeset
|
9 |
DB += XGS600_1.substitutions |
320de4b4c9ee
Add 2nd moxa XGS600 and TPG256
Heinz Junkes <junkes@fhi-berlin.mpg.de>
parents:
0
diff
changeset
|
10 |
DB += XGS600_2.substitutions |
0 | 11 |
DB += XGS600_unit.db |
12 |
DB += TPG26x.db |
|
13 |
DB += TPG26x.proto |
|
14 |
DB += SATECO_lakeshore331.proto |
|
15 |
DB += SATECO_lakeshore.substitution |
|
16 |
DB += SATECO_base.db |
|
17 |
DB += SATECO_lakeshore331.db |
|
18 |
DB += Bronkhorst.db |
|
19 |
DB += Bronkhorst.substitution |
|
20 |
DB += devBronkhorst.proto |
|
21 |
DB += Keithley6485.db |
|
22 |
DB += devKeithley6487.db |
|
23 |
DB += devKeithley6487.proto |
|
24 |
DB += asynRecord.db |
|
2
320de4b4c9ee
Add 2nd moxa XGS600 and TPG256
Heinz Junkes <junkes@fhi-berlin.mpg.de>
parents:
0
diff
changeset
|
25 |
DB += maxigauge.proto |
320de4b4c9ee
Add 2nd moxa XGS600 and TPG256
Heinz Junkes <junkes@fhi-berlin.mpg.de>
parents:
0
diff
changeset
|
26 |
DB += maxigauge.template |
320de4b4c9ee
Add 2nd moxa XGS600 and TPG256
Heinz Junkes <junkes@fhi-berlin.mpg.de>
parents:
0
diff
changeset
|
27 |
DB += maxigauge.sub |
0 | 28 |
|
29 |
# If <anyname>.db template is not named <anyname>*.template add |
|
30 |
# <anyname>_TEMPLATE = <templatename> |
|
31 |
||
32 |
include $(TOP)/configure/RULES |
|
33 |
#---------------------------------------- |
|
34 |
# ADD EXTRA GNUMAKE RULES BELOW HERE |
|
35 |