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
|
|
9 |
DB += XGS600.substitutions
|
|
10 |
DB += XGS600_unit.db
|
|
11 |
DB += TPG26x.db
|
|
12 |
DB += TPG26x.proto
|
|
13 |
DB += SATECO_lakeshore331.proto
|
|
14 |
DB += SATECO_lakeshore.substitution
|
|
15 |
DB += SATECO_base.db
|
|
16 |
DB += SATECO_lakeshore331.db
|
|
17 |
DB += Bronkhorst.db
|
|
18 |
DB += Bronkhorst.substitution
|
|
19 |
DB += devBronkhorst.proto
|
|
20 |
DB += Keithley6485.db
|
|
21 |
DB += devKeithley6487.db
|
|
22 |
DB += devKeithley6487.proto
|
|
23 |
DB += asynRecord.db
|
|
24 |
|
|
25 |
# If <anyname>.db template is not named <anyname>*.template add
|
|
26 |
# <anyname>_TEMPLATE = <templatename>
|
|
27 |
|
|
28 |
include $(TOP)/configure/RULES
|
|
29 |
#----------------------------------------
|
|
30 |
# ADD EXTRA GNUMAKE RULES BELOW HERE
|
|
31 |
|