summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Deployment/Interceptors/CIAO_Deployment_Interceptors.mpc
blob: f1fe5e0dabb4913854b635f3e4251efe0f628807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project (CIAO_Deployment_Interceptors) : install, ciao_base, ciao_lib, ciao_output, \
        naming, ciao_logger, dance_stub, dance_deployment_scheduler {
  dynamicflags += CIAO_DEPLOYMENT_INTERCEPTORS_BUILD_DLL

  Source_Files {
    Deployment_Interceptors.cpp
    Name_Utilities.cpp
  }

  Header_Files {
    Deployment_Interceptors.h
    Name_Utilities.h
  }

  specific {
    install_dir = ciao/Deployment/Interceptors
  }
}