0
|
1 |
TOP=../..
|
|
2 |
include $(TOP)/configure/CONFIG
|
|
3 |
#----------------------------------------
|
|
4 |
# ADD MACRO DEFINITIONS AFTER THIS LINE
|
|
5 |
|
|
6 |
#----------------------------------------------------
|
|
7 |
# Optimization of db files using dbst (DEFAULT: NO)
|
|
8 |
#DB_OPT = YES
|
|
9 |
|
|
10 |
#----------------------------------------------------
|
|
11 |
# Create and install (or just install) into <top>/db
|
|
12 |
# databases, templates, substitutions like this
|
|
13 |
#DB += xxx.db
|
|
14 |
DB += dht.db
|
|
15 |
DB += misc.db
|
|
16 |
DB += mtm.db
|
|
17 |
|
|
18 |
DB += 4kStmEuro.sub
|
|
19 |
DB += eurotherm2k.proto
|
|
20 |
DB += eurotherm2k.template
|
|
21 |
|
|
22 |
DB += pgc2.db
|
|
23 |
DB += pgc2.proto
|
|
24 |
|
|
25 |
DB += M1900.db
|
|
26 |
DB += M1900.proto
|
|
27 |
|
|
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 RULES AFTER THIS LINE
|
|
35 |
|