-
Notifications
You must be signed in to change notification settings - Fork 8
/
Makefile.dep
166 lines (166 loc) · 5.8 KB
/
Makefile.dep
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
AttackEfficiencyController.cpp.o: AttackEfficiencyController.cpp \
$(INCLDIR)/AttackEfficiencyController.h \
$(INCLDIR)/Attacker/Attacker.h \
$(INCLDIR)/MemHandle/MemHandle.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/statistics.h \
$(INCLDIR)/types.h \
$(INCLDIR)/CLArgs.h \
$(INCLDIR)/Victim/Victim.h \
$(INCLDIR)/PlaintextKeyPairGenerator/PlaintextKeyPairGenerator.h \
$(INCLDIR)/Attacker/EvictionAttacker.h \
$(INCLDIR)/Attacker/Attacker.h \
$(INCLDIR)/MMU/DirectMMU.h \
$(INCLDIR)/MMU/MMU.h \
$(INCLDIR)/MemArray.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/Random.h \
$(INCLDIR)/Attacker/OccupancyAttacker.h \
$(INCLDIR)/Attacker/SquareMultAttacker.h \
$(INCLDIR)/Cache/SetAssocCache.h \
$(INCLDIR)/Cache/AssocCache.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/Victim/AESVictim.h \
$(INCLDIR)/Victim/BinaryVictim.h \
$(INCLDIR)/Victim/SingleAccessVictim.h \
$(INCLDIR)/Victim/SquareMultVictim.h \
$(INCLDIR)/CacheFactory/CacheFactory.h \
$(INCLDIR)/../pugixml/src/pugixml.hpp \
$(INCLDIR)/../pugixml/src/pugiconfig.hpp
CacheContext.cpp.o: CacheContext.cpp \
$(INCLDIR)/CacheContext.h
CacheFactory.cpp.o: CacheFactory.cpp \
$(INCLDIR)/Cache/CEASERCache.h \
$(INCLDIR)/Cache/SetAssocCache.h \
$(INCLDIR)/Cache/AssocCache.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/statistics.h \
$(INCLDIR)/types.h \
$(INCLDIR)/Cache/CEASERSCache.h \
$(INCLDIR)/Cache/CacheHierarchy.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/Cache/NewCache.h \
$(INCLDIR)/CacheLine/CacheLine.h \
$(INCLDIR)/Cache/PLcache.h \
$(INCLDIR)/Cache/AssocCache.h \
$(INCLDIR)/Cache/SetAssocCache.h \
$(INCLDIR)/Cache/PhantomCache.h \
$(INCLDIR)/Cache/ScatterCache.h \
$(INCLDIR)/Cache/WayPartitionCache.h \
$(INCLDIR)/Cache/DIPCache.h \
$(INCLDIR)/Cache/DRRIPCache.h \
$(INCLDIR)/CacheFactory/CacheFactory.h \
$(INCLDIR)/../pugixml/src/pugixml.hpp \
$(INCLDIR)/../pugixml/src/pugiconfig.hpp
clargs.cpp.o: clargs.cpp \
$(INCLDIR)/CLArgs.h \
$(INCLDIR)/Victim/Victim.h \
$(INCLDIR)/types.h \
$(INCLDIR)/PlaintextKeyPairGenerator/PlaintextKeyPairGenerator.h
Controller.cpp.o: Controller.cpp \
$(INCLDIR)/Attacker/Attacker.h \
$(INCLDIR)/MemHandle/MemHandle.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/statistics.h \
$(INCLDIR)/types.h \
$(INCLDIR)/CLArgs.h \
$(INCLDIR)/Victim/Victim.h \
$(INCLDIR)/PlaintextKeyPairGenerator/PlaintextKeyPairGenerator.h \
$(INCLDIR)/Controller.h \
$(INCLDIR)/MMU/DirectMMU.h \
$(INCLDIR)/MMU/MMU.h \
$(INCLDIR)/MemArray.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/Random.h \
$(INCLDIR)/Attacker/EvictionAttacker.h \
$(INCLDIR)/Attacker/Attacker.h \
$(INCLDIR)/Attacker/OccupancyAttacker.h \
$(INCLDIR)/Attacker/SquareMultAttacker.h \
$(INCLDIR)/Cache/SetAssocCache.h \
$(INCLDIR)/Cache/AssocCache.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/Victim/AESVictim.h \
$(INCLDIR)/Victim/SquareMultVictim.h \
$(INCLDIR)/CacheFactory/CacheFactory.h \
$(INCLDIR)/../pugixml/src/pugixml.hpp \
$(INCLDIR)/../pugixml/src/pugiconfig.hpp
EntropyLoss.cpp.o: EntropyLoss.cpp \
$(INCLDIR)/Cache/CacheHierarchy.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/statistics.h \
$(INCLDIR)/types.h \
$(INCLDIR)/Cache/WayPartitionCache.h \
$(INCLDIR)/Cache/SetAssocCache.h \
$(INCLDIR)/Cache/AssocCache.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/CacheFactory/CacheFactory.h \
$(INCLDIR)/../pugixml/src/pugixml.hpp \
$(INCLDIR)/../pugixml/src/pugiconfig.hpp \
$(INCLDIR)/EntropyLoss.h \
$(INCLDIR)/MMU/DirectMMU.h \
$(INCLDIR)/MMU/MMU.h \
$(INCLDIR)/MemHandle/MemHandle.h \
$(INCLDIR)/CLArgs.h \
$(INCLDIR)/evaluation.h \
$(INCLDIR)/Victim/SingleAccessVictim.h \
$(INCLDIR)/Victim/Victim.h \
$(INCLDIR)/PlaintextKeyPairGenerator/PlaintextKeyPairGenerator.h
main.cpp.o: main.cpp \
$(INCLDIR)/AttackEfficiencyController.h \
$(INCLDIR)/Attacker/Attacker.h \
$(INCLDIR)/MemHandle/MemHandle.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/statistics.h \
$(INCLDIR)/types.h \
$(INCLDIR)/CLArgs.h \
$(INCLDIR)/Victim/Victim.h \
$(INCLDIR)/PlaintextKeyPairGenerator/PlaintextKeyPairGenerator.h \
$(INCLDIR)/Attacker/EvictionAttacker.h \
$(INCLDIR)/Attacker/Attacker.h \
$(INCLDIR)/MMU/DirectMMU.h \
$(INCLDIR)/MMU/MMU.h \
$(INCLDIR)/CacheFactory/CacheFactory.h \
$(INCLDIR)/../pugixml/src/pugixml.hpp \
$(INCLDIR)/../pugixml/src/pugiconfig.hpp \
$(INCLDIR)/Controller.h \
$(INCLDIR)/EntropyLoss.h \
$(INCLDIR)/evaluation.h \
$(INCLDIR)/ProfilingEvaluation.h \
$(INCLDIR)/Profiling/Profiling.h \
$(INCLDIR)/Victim/SingleAccessVictim.h
ProfilingEvaluation.cpp.o: ProfilingEvaluation.cpp \
$(INCLDIR)/Attacker/Attacker.h \
$(INCLDIR)/MemHandle/MemHandle.h \
$(INCLDIR)/Cache/Cache.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/statistics.h \
$(INCLDIR)/types.h \
$(INCLDIR)/CLArgs.h \
$(INCLDIR)/Victim/Victim.h \
$(INCLDIR)/PlaintextKeyPairGenerator/PlaintextKeyPairGenerator.h \
$(INCLDIR)/MMU/MMU.h \
$(INCLDIR)/MemArray.h \
$(INCLDIR)/CacheContext.h \
$(INCLDIR)/ProfilingEvaluation.h \
$(INCLDIR)/Profiling/Profiling.h \
$(INCLDIR)/Victim/SingleAccessVictim.h \
$(INCLDIR)/evaluation.h \
$(INCLDIR)/MMU/DirectMMU.h \
$(INCLDIR)/Profiling/EvictionSetSizeProfiling.h \
$(INCLDIR)/Profiling/FilledCacheProfiling/FilledCacheProfiling.h \
$(INCLDIR)/Profiling/FilledCacheProfiling/FilledCacheProfilingGroupElim.h \
$(INCLDIR)/Profiling/FilledCacheProfiling/FilledCacheProfiling.h \
$(INCLDIR)/Profiling/FilledCacheProfiling/FilledCacheProfilingLRU.h \
$(INCLDIR)/Profiling/FilledCacheProfiling/FilledCacheProfilingProbabilistic.h \
$(INCLDIR)/Profiling/FilledCacheProfiling/FilledCacheProfilingSingleHold.h \
$(INCLDIR)/Cache/CacheHierarchy.h \
$(INCLDIR)/CacheFactory/CacheFactory.h \
$(INCLDIR)/../pugixml/src/pugixml.hpp \
$(INCLDIR)/../pugixml/src/pugiconfig.hpp
Random.cpp.o: Random.cpp \
$(INCLDIR)/Random.h