kstmApp/src/Makefile
changeset 4 68a4f654dc00
parent 2 3b3af1ff2783
equal deleted inserted replaced
3:ec018606c207 4:68a4f654dc00
    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 += adcPi.dbd
    24 kstm_DBD += calc.dbd
    25 #kstm_DBD += drvAsynI2C.dbd
       
    26 
    25 
    27 # Add all the support libraries needed by this IOC
    26 # Add all the support libraries needed by this IOC
    28 #kstm_LIBS += xxx 
    27 #kstm_LIBS += xxx 
    29 kstm_LIBS += stream 
    28 kstm_LIBS += stream 
    30 kstm_LIBS += asyn 
    29 kstm_LIBS += asyn 
       
    30 kstm_LIBS += calc
    31 
    31 
    32 # kstm_registerRecordDeviceDriver.cpp derives from kstm.dbd
    32 # kstm_registerRecordDeviceDriver.cpp derives from kstm.dbd
    33 kstm_SRCS += kstm_registerRecordDeviceDriver.cpp
    33 kstm_SRCS += kstm_registerRecordDeviceDriver.cpp
    34 
    34 
    35 #Link locally-provided code into the IOC application
    35 #Link locally-provided code into the IOC application
    36 kstm_SRCS += common_dht_read.c
    36 kstm_SRCS += common_dht_read.c
    37 kstm_SRCS += pi_2_mmio.c
    37 kstm_SRCS += pi_2_mmio.c
    38 kstm_SRCS += pi_2_dht_read.c
    38 kstm_SRCS += pi_2_dht_read.c
    39 kstm_SRCS += aSubReadDHT.c
    39 kstm_SRCS += aSubReadDHT.c
    40 #kstm_SRCS += dbSubReadADC.c
       
    41 #kstm_SRCS += devadcpi.c
       
    42 kstm_SRCS += drvAdcPi.c
       
    43 kstm_SRCS += devAdcPi.c
       
    44 #kstm_SRCS += drvAsynI2C.cpp  
       
    45 
    40 
    46 # Build the main IOC entry point on workstation OSs.
    41 # Build the main IOC entry point on workstation OSs.
    47 kstm_SRCS_DEFAULT += kstmMain.cpp
    42 kstm_SRCS_DEFAULT += kstmMain.cpp
    48 kstm_SRCS_vxWorks += -nil-
    43 kstm_SRCS_vxWorks += -nil-
    49 
    44