Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(893)

Delta Between Two Patch Sets: doc/models/Makefile

Issue 10945044: 6LoWPAN module (Closed)
Left Patch Set: Many bugs fixed (shame on me) Created 10 years, 8 months ago
Right Patch Set: Updated Changes, release notes and authors. Created 10 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « RELEASE_NOTES ('k') | src/internet/model/udp-header.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 EPSTOPDF = epstopdf 1 EPSTOPDF = epstopdf
2 DIA = dia 2 DIA = dia
3 CONVERT = convert 3 CONVERT = convert
4 4
5 SRC = ../../src 5 SRC = ../../src
6 # Temporary source directory, for build 6 # Temporary source directory, for build
7 SOURCETEMP = source-temp 7 SOURCETEMP = source-temp
8 FIGURES = $(SOURCETEMP)/figures 8 FIGURES = $(SOURCETEMP)/figures
9 9
10 # list all model library .rst files that need to be copied to $SOURCETEMP 10 # list all model library .rst files that need to be copied to $SOURCETEMP
(...skipping 16 matching lines...) Expand all
27 $(SRC)/brite/doc/brite.rst \ 27 $(SRC)/brite/doc/brite.rst \
28 $(SRC)/buildings/doc/source/buildings.rst \ 28 $(SRC)/buildings/doc/source/buildings.rst \
29 $(SRC)/buildings/doc/source/buildings-design.rst \ 29 $(SRC)/buildings/doc/source/buildings-design.rst \
30 $(SRC)/buildings/doc/source/buildings-user.rst \ 30 $(SRC)/buildings/doc/source/buildings-user.rst \
31 $(SRC)/buildings/doc/source/buildings-testing.rst \ 31 $(SRC)/buildings/doc/source/buildings-testing.rst \
32 $(SRC)/buildings/doc/source/buildings-references.rst \ 32 $(SRC)/buildings/doc/source/buildings-references.rst \
33 $(SRC)/click/doc/click.rst \ 33 $(SRC)/click/doc/click.rst \
34 $(SRC)/csma/doc/csma.rst \ 34 $(SRC)/csma/doc/csma.rst \
35 $(SRC)/dsdv/doc/dsdv.rst \ 35 $(SRC)/dsdv/doc/dsdv.rst \
36 $(SRC)/dsr/doc/dsr.rst \ 36 $(SRC)/dsr/doc/dsr.rst \
37 $(SRC)/emu/doc/emu.rst \
37 $(SRC)/mpi/doc/distributed.rst \ 38 $(SRC)/mpi/doc/distributed.rst \
38 $(SRC)/energy/doc/energy.rst \ 39 $(SRC)/energy/doc/energy.rst \
39 $(SRC)/fd-net-device/doc/fd-net-device.rst \ 40 $(SRC)/fd-net-device/doc/fd-net-device.rst \
40 $(SRC)/tap-bridge/doc/tap.rst \ 41 $(SRC)/tap-bridge/doc/tap.rst \
41 $(SRC)/mesh/doc/mesh.rst \ 42 $(SRC)/mesh/doc/mesh.rst \
42 $(SRC)/lte/doc/source/lte.rst \ 43 $(SRC)/lte/doc/source/lte.rst \
43 $(SRC)/lte/doc/source/lte-user.rst \ 44 $(SRC)/lte/doc/source/lte-user.rst \
44 $(SRC)/lte/doc/source/lte-design.rst \ 45 $(SRC)/lte/doc/source/lte-design.rst \
45 $(SRC)/lte/doc/source/lte-testing.rst \ 46 $(SRC)/lte/doc/source/lte-testing.rst \
46 $(SRC)/lte/doc/source/lte-profiling.rst \ 47 $(SRC)/lte/doc/source/lte-profiling.rst \
(...skipping 12 matching lines...) Expand all
59 $(SRC)/internet/doc/tcp.rst \ 60 $(SRC)/internet/doc/tcp.rst \
60 $(SRC)/mobility/doc/mobility.rst \ 61 $(SRC)/mobility/doc/mobility.rst \
61 $(SRC)/olsr/doc/olsr.rst \ 62 $(SRC)/olsr/doc/olsr.rst \
62 $(SRC)/openflow/doc/openflow-switch.rst \ 63 $(SRC)/openflow/doc/openflow-switch.rst \
63 $(SRC)/point-to-point/doc/point-to-point.rst \ 64 $(SRC)/point-to-point/doc/point-to-point.rst \
64 $(SRC)/wifi/doc/wifi.rst \ 65 $(SRC)/wifi/doc/wifi.rst \
65 $(SRC)/wimax/doc/wimax.rst \ 66 $(SRC)/wimax/doc/wimax.rst \
66 $(SRC)/uan/doc/uan.rst \ 67 $(SRC)/uan/doc/uan.rst \
67 $(SRC)/topology-read/doc/topology.rst \ 68 $(SRC)/topology-read/doc/topology.rst \
68 $(SRC)/spectrum/doc/spectrum.rst \ 69 $(SRC)/spectrum/doc/spectrum.rst \
70 $(SRC)/stats/doc/adaptor.rst \
71 $(SRC)/stats/doc/aggregator.rst \
72 $(SRC)/stats/doc/collector.rst \
73 $(SRC)/stats/doc/data-collection-helpers.rst \
74 $(SRC)/stats/doc/data-collection-overview.rst \
75 $(SRC)/stats/doc/data-collection.rst \
76 $(SRC)/stats/doc/probe.rst \
77 $(SRC)/stats/doc/scope-and-limitations.rst \
69 $(SRC)/stats/doc/statistics.rst \ 78 $(SRC)/stats/doc/statistics.rst \
70 $(SRC)/netanim/doc/animation.rst \ 79 $(SRC)/netanim/doc/animation.rst \
71 $(SRC)/flow-monitor/doc/flow-monitor.rst \ 80 $(SRC)/flow-monitor/doc/flow-monitor.rst \
72 $(SRC)/sixlowpan/doc/sixlowpan.rst \ 81 $(SRC)/sixlowpan/doc/sixlowpan.rst \
73 82
74 # list all model library figure files that need to be copied to· 83 # list all model library figure files that need to be copied to·
75 # $SOURCETEMP/figures. For each figure to be included in all 84 # $SOURCETEMP/figures. For each figure to be included in all
76 # documentation formats (html, latex...) the following formats are supported:· 85 # documentation formats (html, latex...) the following formats are supported:·
77 # 1) a single .dia file (preferred option, because it can be edited) 86 # 1) a single .dia file (preferred option, because it can be edited)
78 # 2) a single .eps file 87 # 2) a single .eps file
(...skipping 21 matching lines...) Expand all
100 $(SRC)/lte/doc/source/figures/epc-topology-x2-enhanced.dia \ 109 $(SRC)/lte/doc/source/figures/epc-topology-x2-enhanced.dia \
101 $(SRC)/lte/doc/source/figures/eutran-profiling-scenario.dia \ 110 $(SRC)/lte/doc/source/figures/eutran-profiling-scenario.dia \
102 $(SRC)/lte/doc/source/figures/ff-example.dia \ 111 $(SRC)/lte/doc/source/figures/ff-example.dia \
103 $(SRC)/lte/doc/source/figures/ff-mac-saps.dia \ 112 $(SRC)/lte/doc/source/figures/ff-mac-saps.dia \
104 $(SRC)/lte/doc/source/figures/lte-arch-enb-data.dia \ 113 $(SRC)/lte/doc/source/figures/lte-arch-enb-data.dia \
105 $(SRC)/lte/doc/source/figures/lte-arch-enb-ctrl.dia \ 114 $(SRC)/lte/doc/source/figures/lte-arch-enb-ctrl.dia \
106 $(SRC)/lte/doc/source/figures/lte-arch-ue-data.dia \ 115 $(SRC)/lte/doc/source/figures/lte-arch-ue-data.dia \
107 $(SRC)/lte/doc/source/figures/lte-arch-ue-ctrl.dia \ 116 $(SRC)/lte/doc/source/figures/lte-arch-ue-ctrl.dia \
108 $(SRC)/lte/doc/source/figures/lte-enb-phy.dia \ 117 $(SRC)/lte/doc/source/figures/lte-enb-phy.dia \
109 $(SRC)/lte/doc/source/figures/lte-ue-phy.dia \ 118 $(SRC)/lte/doc/source/figures/lte-ue-phy.dia \
119 $(SRC)/lte/doc/source/figures/lte-epc-x2-handover-seq-diagram.dia \
110 $(SRC)/lte/doc/source/figures/lte-epc-e2e-data-protocol-stack.dia \ 120 $(SRC)/lte/doc/source/figures/lte-epc-e2e-data-protocol-stack.dia \
111 $(SRC)/lte/doc/source/figures/lte-interference-test-scenario.dia \ 121 $(SRC)/lte/doc/source/figures/lte-interference-test-scenario.dia \
112 $(SRC)/lte/doc/source/figures/lte-subframe-structure.dia \ 122 $(SRC)/lte/doc/source/figures/lte-subframe-structure.dia \
113 $(SRC)/lte/doc/source/figures/lte-epc-x2-interface.dia \ 123 $(SRC)/lte/doc/source/figures/lte-epc-x2-interface.dia \
114 $(SRC)/lte/doc/source/figures/lte-harq-architecture.dia \ 124 $(SRC)/lte/doc/source/figures/lte-harq-architecture.dia \
115 $(SRC)/lte/doc/source/figures/lte-harq-processes-scheme.dia \ 125 $(SRC)/lte/doc/source/figures/lte-harq-processes-scheme.dia \
126 $(SRC)/lte/doc/source/figures/ue-meas-consumer.dia \
127 $(SRC)/lte/doc/source/figures/ue-meas-piecewise-motion.dia \
128 $(SRC)/lte/doc/source/figures/ue-meas-piecewise-a1.dia \
129 $(SRC)/lte/doc/source/figures/ue-meas-piecewise-a1-hys.dia \
130 $(SRC)/lte/doc/source/figures/lte-cell-selection-timeline.dia \
131 $(SRC)/lte/doc/source/figures/lte-cell-selection-scenario.dia \
132 $(SRC)/lte/doc/source/figures/lte-handover-target-scenario.dia \
116 $(SRC)/lte/doc/source/figures/lena-dual-stripe.eps \ 133 $(SRC)/lte/doc/source/figures/lena-dual-stripe.eps \
117 $(SRC)/lte/doc/source/figures/lte-mcs-index.eps \ 134 $(SRC)/lte/doc/source/figures/lte-mcs-index.eps \
118 $(SRC)/lte/doc/source/figures/lenaThrTestCase1.eps \ 135 $(SRC)/lte/doc/source/figures/lenaThrTestCase1.eps \
119 $(SRC)/lte/doc/source/figures/lenaThrTestCase2.eps \ 136 $(SRC)/lte/doc/source/figures/lenaThrTestCase2.eps \
120 $(SRC)/lte/doc/source/figures/runningTime10s.eps \ 137 $(SRC)/lte/doc/source/figures/runningTime10s.eps \
121 $(SRC)/lte/doc/source/figures/epcRunningTime.eps \ 138 $(SRC)/lte/doc/source/figures/epcRunningTime.eps \
122 $(SRC)/lte/doc/source/figures/propagationModel.eps \ 139 $(SRC)/lte/doc/source/figures/propagationModel.eps \
123 $(SRC)/lte/doc/source/figures/simulationTime.eps \ 140 $(SRC)/lte/doc/source/figures/simulationTime.eps \
124 $(SRC)/lte/doc/source/figures/epcSimulationTime.eps \ 141 $(SRC)/lte/doc/source/figures/epcSimulationTime.eps \
125 $(SRC)/lte/doc/source/figures/epcEutranRunningTime.eps \ 142 $(SRC)/lte/doc/source/figures/epcEutranRunningTime.eps \
126 $(SRC)/lte/doc/source/figures/profiling-memory.eps \ 143 $(SRC)/lte/doc/source/figures/profiling-memory.eps \
127 $(SRC)/lte/doc/source/figures/lte-rlc-implementation-model.eps \ 144 $(SRC)/lte/doc/source/figures/lte-rlc-implementation-model.eps \
128 $(SRC)/lte/doc/source/figures/lte-rlc-data-txon-dl.eps \ 145 $(SRC)/lte/doc/source/figures/lte-rlc-data-txon-dl.eps \
129 $(SRC)/lte/doc/source/figures/lte-rlc-data-retx-dl.eps \ 146 $(SRC)/lte/doc/source/figures/lte-rlc-data-retx-dl.eps \
130 $(SRC)/lte/doc/source/figures/lte-rlc-data-txon-ul.eps \ 147 $(SRC)/lte/doc/source/figures/lte-rlc-data-txon-ul.eps \
131 $(SRC)/lte/doc/source/figures/lte-rlc-data-retx-ul.eps \ 148 $(SRC)/lte/doc/source/figures/lte-rlc-data-retx-ul.eps \
132 $(SRC)/lte/doc/source/figures/lte-epc-x2-handover-seq-diagram.eps \
133 $(SRC)/lte/doc/source/figures/lte-epc-x2-entity-saps.eps \ 149 $(SRC)/lte/doc/source/figures/lte-epc-x2-entity-saps.eps \
150 $(SRC)/lte/doc/source/figures/lte-strongest-cell-handover-algorithm.eps \
151 $(SRC)/lte/doc/source/figures/lte-phy-interference.pdf \
152 $(SRC)/lte/doc/source/figures/lte-phy-interference.png \
153 $(SRC)/lte/doc/source/figures/helpers.pdf \
154 $(SRC)/lte/doc/source/figures/helpers.png \
155 $(SRC)/lte/doc/source/figures/mac-random-access-contention.pdf \
156 $(SRC)/lte/doc/source/figures/mac-random-access-contention.png \
157 $(SRC)/lte/doc/source/figures/mac-random-access-noncontention.pdf \
158 $(SRC)/lte/doc/source/figures/mac-random-access-noncontention.png \
159 $(SRC)/lte/doc/source/figures/rrc-connection-establishment.pdf \
160 $(SRC)/lte/doc/source/figures/rrc-connection-establishment.png \
161 $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration.pdf \
162 $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration.png \
163 $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration-handover.pd f \
164 $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration-handover.pn g \
165 $(SRC)/lte/doc/source/figures/nas-attach.pdf \
166 $(SRC)/lte/doc/source/figures/nas-attach.png \
167 $(SRC)/lte/doc/source/figures/lte-enb-rrc-states.pdf \
168 $(SRC)/lte/doc/source/figures/lte-enb-rrc-states.png \
169 $(SRC)/lte/doc/source/figures/lte-ue-rrc-states.pdf \
170 $(SRC)/lte/doc/source/figures/lte-ue-rrc-states.png \
171 $(SRC)/lte/doc/source/figures/fading_pedestrian.pdf \
134 $(SRC)/lte/doc/source/figures/fading_pedestrian.png \ 172 $(SRC)/lte/doc/source/figures/fading_pedestrian.png \
173 $(SRC)/lte/doc/source/figures/fading_vehicular.pdf \
135 $(SRC)/lte/doc/source/figures/fading_vehicular.png \ 174 $(SRC)/lte/doc/source/figures/fading_vehicular.png \
175 $(SRC)/lte/doc/source/figures/fading_urban_3kmph.pdf \
136 $(SRC)/lte/doc/source/figures/fading_urban_3kmph.png \ 176 $(SRC)/lte/doc/source/figures/fading_urban_3kmph.png \
137 $(SRC)/lte/doc/source/figures/fading_pedestrian.pdf \
138 $(SRC)/lte/doc/source/figures/fading_vehicular.pdf \
139 $(SRC)/lte/doc/source/figures/fading_urban_3kmph.pdf \
140 $(SRC)/lte/doc/source/figures/MCS_1_4.pdf \ 177 $(SRC)/lte/doc/source/figures/MCS_1_4.pdf \
141 $(SRC)/lte/doc/source/figures/MCS_1_4.png \ 178 $(SRC)/lte/doc/source/figures/MCS_1_4.png \
142 $(SRC)/lte/doc/source/figures/MCS_5_8.pdf \ 179 $(SRC)/lte/doc/source/figures/MCS_5_8.pdf \
143 $(SRC)/lte/doc/source/figures/MCS_5_8.png \ 180 $(SRC)/lte/doc/source/figures/MCS_5_8.png \
144 $(SRC)/lte/doc/source/figures/MCS_9_12.pdf \ 181 $(SRC)/lte/doc/source/figures/MCS_9_12.pdf \
145 $(SRC)/lte/doc/source/figures/MCS_9_12.png \ 182 $(SRC)/lte/doc/source/figures/MCS_9_12.png \
146 $(SRC)/lte/doc/source/figures/MCS_13_16.pdf \ 183 $(SRC)/lte/doc/source/figures/MCS_13_16.pdf \
147 $(SRC)/lte/doc/source/figures/MCS_13_16.png \ 184 $(SRC)/lte/doc/source/figures/MCS_13_16.png \
148 $(SRC)/lte/doc/source/figures/MCS_17_20.pdf \ 185 $(SRC)/lte/doc/source/figures/MCS_17_20.pdf \
149 $(SRC)/lte/doc/source/figures/MCS_17_20.png \ 186 $(SRC)/lte/doc/source/figures/MCS_17_20.png \
150 $(SRC)/lte/doc/source/figures/MCS_21_24.pdf \ 187 $(SRC)/lte/doc/source/figures/MCS_21_24.pdf \
151 $(SRC)/lte/doc/source/figures/MCS_21_24.png \ 188 $(SRC)/lte/doc/source/figures/MCS_21_24.png \
152 $(SRC)/lte/doc/source/figures/MCS_25_28.pdf \ 189 $(SRC)/lte/doc/source/figures/MCS_25_28.pdf \
153 $(SRC)/lte/doc/source/figures/MCS_25_28.png \ 190 $(SRC)/lte/doc/source/figures/MCS_25_28.png \
154 $(SRC)/lte/doc/source/figures/MCS_29_29.pdf \ 191 $(SRC)/lte/doc/source/figures/MCS_29_29.pdf \
155 $(SRC)/lte/doc/source/figures/MCS_29_29.png \ 192 $(SRC)/lte/doc/source/figures/MCS_29_29.png \
156 $(SRC)/lte/doc/source/figures/MCS_2_test.png \ 193 $(SRC)/lte/doc/source/figures/MCS_2_test.png \
157 $(SRC)/lte/doc/source/figures/MCS_2_test.pdf \ 194 $(SRC)/lte/doc/source/figures/MCS_2_test.pdf \
158 $(SRC)/lte/doc/source/figures/MCS_12_test.png \ 195 $(SRC)/lte/doc/source/figures/MCS_12_test.png \
159 $(SRC)/lte/doc/source/figures/MCS_12_test.pdf \ 196 $(SRC)/lte/doc/source/figures/MCS_12_test.pdf \
160 $(SRC)/lte/doc/source/figures/MCS_16_test.png \ 197 $(SRC)/lte/doc/source/figures/MCS_16_test.png \
161 $(SRC)/lte/doc/source/figures/MCS_16_test.pdf \ 198 $(SRC)/lte/doc/source/figures/MCS_16_test.pdf \
162 $(SRC)/lte/doc/source/figures/miesm_scheme.pdf \ 199 $(SRC)/lte/doc/source/figures/miesm_scheme.pdf \
163 $(SRC)/lte/doc/source/figures/miesm_scheme.png \ 200 $(SRC)/lte/doc/source/figures/miesm_scheme.png \
164 » $(SRC)/lte/doc/source/figures/lte-phy-interference.png \ 201 » $(SRC)/lte/doc/source/figures/lte-handover-campaign-rem.pdf \
165 » $(SRC)/lte/doc/source/figures/helpers.png \ 202 » $(SRC)/lte/doc/source/figures/lte-handover-campaign-rem.png \
166 » $(SRC)/lte/doc/source/figures/mac-random-access-contention.png \ 203 » $(SRC)/lte/doc/source/figures/lte-legacy-handover-algorithm.pdf \
167 » $(SRC)/lte/doc/source/figures/mac-random-access-noncontention.png \ 204 » $(SRC)/lte/doc/source/figures/lte-legacy-handover-algorithm.png \
168 » $(SRC)/lte/doc/source/figures/rrc-connection-establishment.png \
169 » $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration.png \
170 » $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration-handover.pn g \
171 » $(SRC)/lte/doc/source/figures/nas-attach.png \
172 » $(SRC)/lte/doc/source/figures/lte-phy-interference.pdf \
173 » $(SRC)/lte/doc/source/figures/helpers.pdf \
174 » $(SRC)/lte/doc/source/figures/mac-random-access-contention.pdf \
175 » $(SRC)/lte/doc/source/figures/mac-random-access-noncontention.pdf \
176 » $(SRC)/lte/doc/source/figures/rrc-connection-establishment.pdf \
177 » $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration.pdf \
178 » $(SRC)/lte/doc/source/figures/rrc-connection-reconfiguration-handover.pd f \
179 » $(SRC)/lte/doc/source/figures/nas-attach.pdf \
180 » $(SRC)/lte/doc/source/figures/lte-enb-rrc-states.png \
181 » $(SRC)/lte/doc/source/figures/lte-ue-rrc-states.png \
182 » $(SRC)/lte/doc/source/figures/lte-enb-rrc-states.pdf \
183 » $(SRC)/lte/doc/source/figures/lte-ue-rrc-states.pdf \
184 $(SRC)/uan/doc/auvmobility-classes.dia \ 205 $(SRC)/uan/doc/auvmobility-classes.dia \
185 $(SRC)/stats/doc/Stat-framework-arch.png \ 206 $(SRC)/stats/doc/Stat-framework-arch.png \
186 $(SRC)/stats/doc/Wifi-default.png \ 207 $(SRC)/stats/doc/Wifi-default.png \
208 $(SRC)/stats/doc/dcf-overview.dia \
209 $(SRC)/stats/doc/dcf-overview-with-aggregation.dia \
210 $(SRC)/stats/doc/file-example.png \
211 $(SRC)/stats/doc/gnuplot-aggregator.png \
212 $(SRC)/stats/doc/gnuplot-example.png \
213 $(SRC)/stats/doc/gnuplot-helper-example.png \
214 $(SRC)/stats/doc/seventh-packet-byte-count.png \
187 $(SRC)/netanim/doc/figures/Dumbbell.png \ 215 $(SRC)/netanim/doc/figures/Dumbbell.png \
188 $(SRC)/netanim/doc/figures/Dumbbell.pdf \ 216 $(SRC)/netanim/doc/figures/Dumbbell.pdf \
189 $(SRC)/netanim/doc/figures/PacketStatistics.png \ 217 $(SRC)/netanim/doc/figures/PacketStatistics.png \
190 $(SRC)/netanim/doc/figures/PacketStatistics.pdf \ 218 $(SRC)/netanim/doc/figures/PacketStatistics.pdf \
191 $(SRC)/netanim/doc/figures/FastForward.png \ 219 $(SRC)/netanim/doc/figures/FastForward.png \
192 $(SRC)/netanim/doc/figures/FastForward.pdf \ 220 $(SRC)/netanim/doc/figures/FastForward.pdf \
193 $(SRC)/netanim/doc/figures/Wireless.png \ 221 $(SRC)/netanim/doc/figures/Wireless.png \
194 $(SRC)/netanim/doc/figures/Wireless.pdf \ 222 $(SRC)/netanim/doc/figures/Wireless.pdf \
195 $(SRC)/netanim/doc/figures/Precision.png \ 223 $(SRC)/netanim/doc/figures/Precision.png \
196 $(SRC)/netanim/doc/figures/Precision.pdf \ 224 $(SRC)/netanim/doc/figures/Precision.pdf \
197 $(SRC)/netanim/doc/figures/Persist.png \ 225 $(SRC)/netanim/doc/figures/Persist.png \
198 $(SRC)/netanim/doc/figures/Persist.pdf \ 226 $(SRC)/netanim/doc/figures/Persist.pdf \
199 $(SRC)/netanim/doc/figures/SimTime.png \ 227 $(SRC)/netanim/doc/figures/SimTime.png \
200 $(SRC)/netanim/doc/figures/SimTime.pdf \ 228 $(SRC)/netanim/doc/figures/SimTime.pdf \
201 $(SRC)/netanim/doc/figures/Trajectory.png \ 229 $(SRC)/netanim/doc/figures/Trajectory.png \
202 $(SRC)/netanim/doc/figures/Trajectory.pdf \ 230 $(SRC)/netanim/doc/figures/Trajectory.pdf \
203 $(SRC)/netanim/doc/figures/UpdateRateInterval.png \ 231 $(SRC)/netanim/doc/figures/UpdateRateInterval.png \
204 $(SRC)/netanim/doc/figures/UpdateRateInterval.pdf \ 232 $(SRC)/netanim/doc/figures/UpdateRateInterval.pdf \
205 $(SRC)/netanim/doc/figures/WithoutPrecision.png \ 233 $(SRC)/netanim/doc/figures/WithoutPrecision.png \
206 $(SRC)/netanim/doc/figures/WithoutPrecision.pdf \ 234 $(SRC)/netanim/doc/figures/WithoutPrecision.pdf \
207 $(SRC)/netanim/doc/figures/WithPrecision.png \ 235 $(SRC)/netanim/doc/figures/WithPrecision.png \
208 $(SRC)/netanim/doc/figures/WithPrecision.pdf \ 236 $(SRC)/netanim/doc/figures/WithPrecision.pdf \
209 237
210 # specify figures from which .png and .pdf figures need to be 238 # specify figures from which .png and .pdf figures need to be
211 # generated (all dia and eps figures) 239 # generated (all dia and eps figures)
212 IMAGES_EPS = \ 240 IMAGES_EPS = \
213 $(FIGURES)/testbed.eps \ 241 $(FIGURES)/testbed.eps \
214 $(FIGURES)/emulated-channel.eps \ 242 $(FIGURES)/emulated-channel.eps \
243 $(FIGURES)/antenna-coordinate-system.eps \
215 $(FIGURES)/packet.eps \ 244 $(FIGURES)/packet.eps \
216 $(FIGURES)/node.eps \ 245 $(FIGURES)/node.eps \
217 $(FIGURES)/buffer.eps \ 246 $(FIGURES)/buffer.eps \
218 $(FIGURES)/sockets-overview.eps \ 247 $(FIGURES)/sockets-overview.eps \
219 $(FIGURES)/antenna-coordinate-system.eps \
220 $(FIGURES)/internet-node-send.eps \ 248 $(FIGURES)/internet-node-send.eps \
221 $(FIGURES)/internet-node-recv.eps \ 249 $(FIGURES)/internet-node-recv.eps \
222 $(FIGURES)/routing.eps \ 250 $(FIGURES)/routing.eps \
223 $(FIGURES)/routing-specialization.eps \ 251 $(FIGURES)/routing-specialization.eps \
224 $(FIGURES)/WifiArchitecture.eps \ 252 $(FIGURES)/WifiArchitecture.eps \
225 $(FIGURES)/snir.eps \ 253 $(FIGURES)/snir.eps \
226 $(FIGURES)/WimaxArchitecture.eps \ 254 $(FIGURES)/WimaxArchitecture.eps \
255 $(FIGURES)/dcf-overview.eps \
256 $(FIGURES)/dcf-overview-with-aggregation.eps \
227 $(FIGURES)/epc-ctrl-arch.eps \ 257 $(FIGURES)/epc-ctrl-arch.eps \
228 $(FIGURES)/epc-data-flow-dl.eps \ 258 $(FIGURES)/epc-data-flow-dl.eps \
229 $(FIGURES)/epc-data-flow-ul.eps \ 259 $(FIGURES)/epc-data-flow-ul.eps \
230 $(FIGURES)/epc-profiling-scenario.eps \ 260 $(FIGURES)/epc-profiling-scenario.eps \
231 $(FIGURES)/epc-topology.eps \ 261 $(FIGURES)/epc-topology.eps \
232 $(FIGURES)/epc-topology-x2-enhanced.eps \ 262 $(FIGURES)/epc-topology-x2-enhanced.eps \
233 $(FIGURES)/eutran-profiling-scenario.eps \ 263 $(FIGURES)/eutran-profiling-scenario.eps \
234 $(FIGURES)/ff-example.eps \ 264 $(FIGURES)/ff-example.eps \
235 $(FIGURES)/ff-mac-saps.eps \ 265 $(FIGURES)/ff-mac-saps.eps \
236 $(FIGURES)/lte-arch-enb-data.eps \ 266 $(FIGURES)/lte-arch-enb-data.eps \
237 $(FIGURES)/lte-arch-enb-ctrl.eps \ 267 $(FIGURES)/lte-arch-enb-ctrl.eps \
238 $(FIGURES)/lte-arch-ue-data.eps \ 268 $(FIGURES)/lte-arch-ue-data.eps \
239 $(FIGURES)/lte-arch-ue-ctrl.eps \ 269 $(FIGURES)/lte-arch-ue-ctrl.eps \
240 $(FIGURES)/lte-enb-phy.eps \ 270 $(FIGURES)/lte-enb-phy.eps \
241 $(FIGURES)/lte-ue-phy.eps \ 271 $(FIGURES)/lte-ue-phy.eps \
242 $(FIGURES)/lte-epc-e2e-data-protocol-stack.eps \ 272 $(FIGURES)/lte-epc-e2e-data-protocol-stack.eps \
243 $(FIGURES)/lte-interference-test-scenario.eps \ 273 $(FIGURES)/lte-interference-test-scenario.eps \
244 $(FIGURES)/lte-subframe-structure.eps \ 274 $(FIGURES)/lte-subframe-structure.eps \
245 $(FIGURES)/lte-epc-x2-interface.eps \ 275 $(FIGURES)/lte-epc-x2-interface.eps \
246 $(FIGURES)/lte-harq-architecture.eps \ 276 $(FIGURES)/lte-harq-architecture.eps \
247 $(FIGURES)/lte-harq-processes-scheme.eps \ 277 $(FIGURES)/lte-harq-processes-scheme.eps \
278 $(FIGURES)/ue-meas-consumer.eps \
279 $(FIGURES)/ue-meas-piecewise-motion.eps \
280 $(FIGURES)/ue-meas-piecewise-a1.eps \
281 $(FIGURES)/ue-meas-piecewise-a1-hys.eps \
282 $(FIGURES)/lte-cell-selection-timeline.eps \
283 $(FIGURES)/lte-cell-selection-scenario.eps \
284 $(FIGURES)/lte-handover-target-scenario.eps \
248 $(FIGURES)/lena-dual-stripe.eps \ 285 $(FIGURES)/lena-dual-stripe.eps \
249 $(FIGURES)/lte-mcs-index.eps \ 286 $(FIGURES)/lte-mcs-index.eps \
250 $(FIGURES)/lenaThrTestCase1.eps \ 287 $(FIGURES)/lenaThrTestCase1.eps \
251 $(FIGURES)/lenaThrTestCase2.eps \ 288 $(FIGURES)/lenaThrTestCase2.eps \
252 $(FIGURES)/runningTime10s.eps \ 289 $(FIGURES)/runningTime10s.eps \
253 $(FIGURES)/epcRunningTime.eps \ 290 $(FIGURES)/epcRunningTime.eps \
254 $(FIGURES)/propagationModel.eps \ 291 $(FIGURES)/propagationModel.eps \
255 $(FIGURES)/simulationTime.eps \ 292 $(FIGURES)/simulationTime.eps \
256 $(FIGURES)/epcSimulationTime.eps \ 293 $(FIGURES)/epcSimulationTime.eps \
257 $(FIGURES)/epcEutranRunningTime.eps \ 294 $(FIGURES)/epcEutranRunningTime.eps \
258 $(FIGURES)/profiling-memory.eps \ 295 $(FIGURES)/profiling-memory.eps \
259 $(FIGURES)/lte-rlc-implementation-model.eps \ 296 $(FIGURES)/lte-rlc-implementation-model.eps \
260 $(FIGURES)/lte-rlc-data-txon-dl.eps \ 297 $(FIGURES)/lte-rlc-data-txon-dl.eps \
261 $(FIGURES)/lte-rlc-data-retx-dl.eps \ 298 $(FIGURES)/lte-rlc-data-retx-dl.eps \
262 $(FIGURES)/lte-rlc-data-txon-ul.eps \ 299 $(FIGURES)/lte-rlc-data-txon-ul.eps \
263 $(FIGURES)/lte-rlc-data-retx-ul.eps \ 300 $(FIGURES)/lte-rlc-data-retx-ul.eps \
264 $(FIGURES)/lte-epc-x2-handover-seq-diagram.eps \ 301 $(FIGURES)/lte-epc-x2-handover-seq-diagram.eps \
265 $(FIGURES)/lte-epc-x2-entity-saps.eps \ 302 $(FIGURES)/lte-epc-x2-entity-saps.eps \
303 $(FIGURES)/lte-strongest-cell-handover-algorithm.eps \
266 $(FIGURES)/auvmobility-classes.eps \ 304 $(FIGURES)/auvmobility-classes.eps \
267 305
268 # rescale pdf figures as necessary 306 # rescale pdf figures as necessary
269 $(FIGURES)/testbed.pdf_width = 5in 307 $(FIGURES)/testbed.pdf_width = 5in
270 $(FIGURES)/emulated-channel.pdf_width = 6in 308 $(FIGURES)/emulated-channel.pdf_width = 6in
271 $(FIGURES)/antenna-coordinate-system.pdf_width = 7cm···· 309 $(FIGURES)/antenna-coordinate-system.pdf_width = 7cm····
272 $(FIGURES)/node.pdf_width = 5in 310 $(FIGURES)/node.pdf_width = 5in
273 $(FIGURES)/packet.pdf_width = 4in 311 $(FIGURES)/packet.pdf_width = 4in
274 $(FIGURES)/buffer.pdf_width = 15cm 312 $(FIGURES)/buffer.pdf_width = 15cm
275 $(FIGURES)/sockets-overview.pdf_width = 10cm 313 $(FIGURES)/sockets-overview.pdf_width = 10cm
276 $(FIGURES)/internet-node-send.pdf_width = 5in 314 $(FIGURES)/internet-node-send.pdf_width = 5in
277 $(FIGURES)/internet-node-recv.pdf_width = 5in 315 $(FIGURES)/internet-node-recv.pdf_width = 5in
278 $(FIGURES)/routing.pdf_width = 6in 316 $(FIGURES)/routing.pdf_width = 6in
279 $(FIGURES)/routing-specialization.pdf_width = 5in 317 $(FIGURES)/routing-specialization.pdf_width = 5in
280 $(FIGURES)/snir.pdf_width = 3in 318 $(FIGURES)/snir.pdf_width = 3in
281 $(FIGURES)/lte-interference-test-scenario.pdf_width = 3in 319 $(FIGURES)/lte-interference-test-scenario.pdf_width = 3in
320 $(FIGURES)/epc-ctrl-arch.pdf_width = 8cm
282 $(FIGURES)/epc-topology.pdf_width = 4in 321 $(FIGURES)/epc-topology.pdf_width = 4in
322 $(FIGURES)/epc-topology-x2-enhanced.pdf_width = 14cm
283 $(FIGURES)/lte-arch-data-rrc-pdcp-rlc.pdf_width = 3in 323 $(FIGURES)/lte-arch-data-rrc-pdcp-rlc.pdf_width = 3in
284 $(FIGURES)/lte-epc-e2e-data-protocol-stack.pdf_width = 15cm 324 $(FIGURES)/lte-epc-e2e-data-protocol-stack.pdf_width = 15cm
285 $(FIGURES)/ff-mac-saps.pdf_width = 5in 325 $(FIGURES)/ff-mac-saps.pdf_width = 5in
286 $(FIGURES)/ff-example.pdf_width = 5in 326 $(FIGURES)/ff-example.pdf_width = 5in
327 $(FIGURES)/lte-arch-enb-data.pdf_width = 6cm·
328 $(FIGURES)/lte-arch-enb-ctrl.pdf_width = 10cm
329 $(FIGURES)/lte-arch-ue-data.pdf_width = 6cm
330 $(FIGURES)/lte-arch-ue-ctrl.pdf_width = 10cm
287 $(FIGURES)/lte-rlc-implementation-model.pdf_width = 20in 331 $(FIGURES)/lte-rlc-implementation-model.pdf_width = 20in
288 $(FIGURES)/lte-rlc-data-txon-dl.pdf_width = 10cm 332 $(FIGURES)/lte-rlc-data-txon-dl.pdf_width = 10cm
289 $(FIGURES)/lte-rlc-data-txon-ul.pdf_width = 10cm 333 $(FIGURES)/lte-rlc-data-txon-ul.pdf_width = 10cm
290 $(FIGURES)/lte-rlc-data-retx-ul.pdf_width = 10cm 334 $(FIGURES)/lte-rlc-data-retx-ul.pdf_width = 10cm
291 $(FIGURES)/lte-phy-interference.pdf_width = 12cm 335 $(FIGURES)/lte-phy-interference.pdf_width = 12cm
292 $(FIGURES)/lte-subframe-structure.pdf_width = 2in 336 $(FIGURES)/lte-subframe-structure.pdf_width = 2in
337 $(FIGURES)/mac-random-access-contention.pdf_width = 10cm
338 $(FIGURES)/mac-random-access-noncontention.pdf_width = 15cm
339 $(FIGURES)/helpers.pdf_width = 8cm
293 $(FIGURES)/auvmobility-classes.pdf_width = 10cm 340 $(FIGURES)/auvmobility-classes.pdf_width = 10cm
294 341
295 IMAGES_PNG = ${IMAGES_EPS:.eps=.png} 342 IMAGES_PNG = ${IMAGES_EPS:.eps=.png}
296 IMAGES_PDF = ${IMAGES_EPS:.eps=.pdf} 343 IMAGES_PDF = ${IMAGES_EPS:.eps=.pdf}
297 344
298 IMAGES = $(IMAGES_EPS) $(IMAGES_PNG) $(IMAGES_PDF) 345 IMAGES = $(IMAGES_EPS) $(IMAGES_PNG) $(IMAGES_PDF)
299 346
300 RESCALE = $(shell hg root)/utils/rescale-pdf.sh 347 RESCALE = ../../utils/rescale-pdf.sh
301 348
302 %.eps : %.dia; $(DIA) -t eps $< -e $@ 349 %.eps : %.dia; $(DIA) -t eps $< -e $@
303 %.png : %.dia; $(DIA) -t png $< -e $@ 350 %.png : %.dia; $(DIA) -t png $< -e $@
304 %.png : %.eps; $(CONVERT) $< $@ 351 %.png : %.eps; $(CONVERT) $< $@
305 %.pdf : %.eps 352 %.pdf : %.eps
306 $(EPSTOPDF) $< -o=$@ 353 $(EPSTOPDF) $< -o=$@
307 @if test x$($@_width) != x; then $(RESCALE) $($@_width) $@ ; fi 354 @if test x$($@_width) != x; then $(RESCALE) $($@_width) $@ ; fi
308 355
309 # You can set these variables from the command line. 356 # You can set these variables from the command line.
310 SPHINXOPTS = 357 SPHINXOPTS =
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 @echo 490 @echo
444 @echo "Link check complete; look for any errors in the above output " \ 491 @echo "Link check complete; look for any errors in the above output " \
445 "or in $(BUILDDIR)/linkcheck/output.txt." 492 "or in $(BUILDDIR)/linkcheck/output.txt."
446 493
447 doctest: copy-sources $(IMAGES) 494 doctest: copy-sources $(IMAGES)
448 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest 495 $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) $(BUILDDIR)/doctest
449 @echo "Testing of doctests in the sources finished, look at the " \ 496 @echo "Testing of doctests in the sources finished, look at the " \
450 "results in $(BUILDDIR)/doctest/output.txt." 497 "results in $(BUILDDIR)/doctest/output.txt."
451 498
452 499
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b