3
|
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 |
|
|
15 |
#----------------------------------------------------
|
|
16 |
# If <anyname>.db template is not named <anyname>*.template add
|
|
17 |
# <anyname>_template = <templatename>
|
|
18 |
|
|
19 |
include $(TOP)/configure/RULES
|
|
20 |
#----------------------------------------
|
|
21 |
# ADD RULES AFTER THIS LINE
|
|
22 |
|