kstmApp/Db/Makefile
changeset 1 7029db7ac3db
parent 0 bd6bb22c6533
child 3 ec018606c207
equal deleted inserted replaced
0:bd6bb22c6533 1:7029db7ac3db
    11 # Create and install (or just install) into <top>/db
    11 # Create and install (or just install) into <top>/db
    12 # databases, templates, substitutions like this
    12 # databases, templates, substitutions like this
    13 #DB += xxx.db
    13 #DB += xxx.db
    14 DB += dht.db
    14 DB += dht.db
    15 DB += misc.db
    15 DB += misc.db
       
    16 
    16 DB += mtm.db
    17 DB += mtm.db
       
    18 DB += mtm.proto
    17 
    19 
    18 DB += 4kStmEuro.sub
    20 DB += 4kStmEuro.sub
    19 DB += eurotherm2k.proto
    21 DB += eurotherm2k.proto
    20 DB += eurotherm2k.template
    22 DB += eurotherm2k.template
    21 
    23 
    23 DB += pgc2.proto
    25 DB += pgc2.proto
    24 
    26 
    25 DB += M1900.db
    27 DB += M1900.db
    26 DB += M1900.proto
    28 DB += M1900.proto
    27 
    29 
       
    30 DB += adcPi.db
       
    31 
    28 #----------------------------------------------------
    32 #----------------------------------------------------
    29 # If <anyname>.db template is not named <anyname>*.template add
    33 # If <anyname>.db template is not named <anyname>*.template add
    30 # <anyname>_template = <templatename>
    34 # <anyname>_template = <templatename>
    31 
    35 
    32 include $(TOP)/configure/RULES
    36 include $(TOP)/configure/RULES