summaryrefslogtreecommitdiff
path: root/SA_POP/experiments/EU_Performance/SAPOP_Exp_EU.mpc
blob: b49247fc4959f2d19f7d3d8a99067270911d99dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
project(SAPOP_Exp_EU) : xerces, aceexe, sapop_xml {
  exename = SAPOP_Exp_EU

  includes += $(SAPOP_ROOT)
  includes += $(SAPOP_ROOT)/UserInput

  macros = SA_POP_HAS_ACE ACE_AS_STATIC_LIBS


  Header_Files {
    $(SAPOP_ROOT)/UserInput/InputCL.h
    $(SAPOP_ROOT)/UserInput/Question.h
  }

  Source_Files {
    SAPOP_Exp_EU.cpp

    $(SAPOP_ROOT)/UserInput/InputCL.cpp
  }

  Documentation_Files {
    readme.txt
  }




   Header_Files {
      Exp_Core/Exp_EU_Builder.h
      Exp_Core/Exp_EU_SchedStrategy.h
      Exp_Core/Exp_EU_Planner.h


      $(SAPOP_ROOT)/SA_POP_Types.h
      $(SAPOP_ROOT)/SA_POP_Exceptions.h

      $(SAPOP_ROOT)/SA_POP_Utils.h

      $(SAPOP_ROOT)/Builder.h
      $(SAPOP_ROOT)/SA_Builder.h

      $(SAPOP_ROOT)/Planner.h

      $(SAPOP_ROOT)/TaskMap.h
      $(SAPOP_ROOT)/TaskImpl.h

      $(SAPOP_ROOT)/WorkingPlan.h
      $(SAPOP_ROOT)/SA_WorkingPlan.h

      $(SAPOP_ROOT)/SchedStrategy.h
      $(SAPOP_ROOT)/SA_SchedStrategy.h

      $(SAPOP_ROOT)/PlanStrategy.h
      $(SAPOP_ROOT)/SA_PlanStrategy.h
      $(SAPOP_ROOT)/PlanHeuristics.h
      $(SAPOP_ROOT)/SA_PlanHeuristics.h
      $(SAPOP_ROOT)/PlanCommands.h
      $(SAPOP_ROOT)/SA_PlanCommands.h

      $(SAPOP_ROOT)/SANet/SANet_Types.h
      $(SAPOP_ROOT)/SANet/SANet.h
      $(SAPOP_ROOT)/SANet/SANode.h
      $(SAPOP_ROOT)/SANet/SANet_Exceptions.h

      $(SAPOP_ROOT)/OutAdapter.h
      $(SAPOP_ROOT)/LogScreenOut.h
      $(SAPOP_ROOT)/LogFileOut.h
      $(SAPOP_ROOT)/LogGraphOut.h

      $(SAPOP_ROOT)/SA_POP_XML_Typedefs.h
      $(SAPOP_ROOT)/SANet/SANetFileIn.h
      $(SAPOP_ROOT)/TaskMapFileIn.h
   }

   Source_Files {
      Exp_Core/Exp_EU_Builder.cpp
      Exp_Core/Exp_EU_SchedStrategy.cpp
      Exp_Core/Exp_EU_Planner.cpp


      $(SAPOP_ROOT)/SA_POP_Exceptions.cpp

      $(SAPOP_ROOT)/SA_POP_Utils.cpp

      $(SAPOP_ROOT)/SA_Builder.cpp
      $(SAPOP_ROOT)/Planner.cpp

      $(SAPOP_ROOT)/TaskMap.cpp
      $(SAPOP_ROOT)/TaskImpl.cpp

      $(SAPOP_ROOT)/SA_WorkingPlan.cpp

      $(SAPOP_ROOT)/SA_SchedStrategy.cpp

      $(SAPOP_ROOT)/SA_PlanStrategy.cpp
      $(SAPOP_ROOT)/SA_PlanHeuristics.cpp
      $(SAPOP_ROOT)/SA_PlanCommands.cpp

      $(SAPOP_ROOT)/SANet/SANet.cpp
      $(SAPOP_ROOT)/SANet/SANode.cpp
      $(SAPOP_ROOT)/SANet/SANet_Exceptions.cpp

      $(SAPOP_ROOT)/LogScreenOut.cpp
      $(SAPOP_ROOT)/LogFileOut.cpp
      $(SAPOP_ROOT)/LogGraphOut.cpp

      $(SAPOP_ROOT)/SA_POP_XML_Typedefs.cpp
      $(SAPOP_ROOT)/SANet/SANetFileIn.cpp
      $(SAPOP_ROOT)/SANet/XML_SANet.cpp
      $(SAPOP_ROOT)/TaskMapFileIn.cpp
      $(SAPOP_ROOT)/XML_TaskMap.cpp
   }

}