kstmApp/src/Makefile
changeset 4 f7598b2df637
parent 2 3b3af1ff2783
equal deleted inserted replaced
3:ec018606c207 4:f7598b2df637
    19 #kstm_DBD += xxx.dbd
    19 #kstm_DBD += xxx.dbd
    20 kstm_DBD += aSubReadDHT.dbd 
    20 kstm_DBD += aSubReadDHT.dbd 
    21 kstm_DBD += asyn.dbd
    21 kstm_DBD += asyn.dbd
    22 kstm_DBD += drvAsynIPPort.dbd
    22 kstm_DBD += drvAsynIPPort.dbd
    23 kstm_DBD += stream.dbd
    23 kstm_DBD += stream.dbd
       
    24 kstm_DBD += calc.dbd
    24 kstm_DBD += adcPi.dbd
    25 kstm_DBD += adcPi.dbd
    25 #kstm_DBD += drvAsynI2C.dbd
    26 #kstm_DBD += drvAsynI2C.dbd
    26 
    27 
    27 # Add all the support libraries needed by this IOC
    28 # Add all the support libraries needed by this IOC
    28 #kstm_LIBS += xxx 
    29 #kstm_LIBS += xxx 
    29 kstm_LIBS += stream 
    30 kstm_LIBS += stream 
    30 kstm_LIBS += asyn 
    31 kstm_LIBS += asyn 
       
    32 kstm_LIBS += calc
    31 
    33 
    32 # kstm_registerRecordDeviceDriver.cpp derives from kstm.dbd
    34 # kstm_registerRecordDeviceDriver.cpp derives from kstm.dbd
    33 kstm_SRCS += kstm_registerRecordDeviceDriver.cpp
    35 kstm_SRCS += kstm_registerRecordDeviceDriver.cpp
    34 
    36 
    35 #Link locally-provided code into the IOC application
    37 #Link locally-provided code into the IOC application