Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
d679f7cc
Commit
d679f7cc
authored
Dec 06, 2006
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some unnecessary scripts
parent
b5665e06
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
41 deletions
+0
-41
os/dijkstra/compile.sh
os/dijkstra/compile.sh
+0
-9
tbsetup/ipassign/compile.sh
tbsetup/ipassign/compile.sh
+0
-28
tbsetup/ipassign/dre/prepass/compile.sh
tbsetup/ipassign/dre/prepass/compile.sh
+0
-4
No files found.
os/dijkstra/compile.sh
deleted
100644 → 0
View file @
b5665e06
#!/bin/sh
g++33
-ftemplate-depth-30
-O3
-I
/home/duerig/include
-o
dijk Compressor.cc
\
NoneCompressor.cc SingleSource.cc TreeCompressor.cc
\
VoteIpTree.cc bitmath.cc dijkstra.cc OptimalIpTree.cc
g++33
-O3
-o
check check-dijkstra.cc bitmath.cc
g++33
-O3
-o
route-histogram route-histogram.cc
tbsetup/ipassign/compile.sh
deleted
100755 → 0
View file @
b5665e06
#!/bin/sh
export
EXTRA_LIB_PATH
=
/home/duerig/metis/metis-4.0
export
EXTRA_INCLUDE_PATH
=
/home/duerig/metis/metis-4.0/Lib/
export
CC
=
g++
export
COMPILE_FLAGS
=
-g
export
LINK_FLAGS
=
-g
${
CC
}
${
COMPILE_FLAGS
}
-c
-o
tmp/ipassign.o
-I
${
EXTRA_INCLUDE_PATH
}
-DROUTECALC
=
\"
bin/routecalc
\"
src/ipassign.cc
${
CC
}
${
COMPILE_FLAGS
}
-c
-o
tmp/bitmath.o
-I
${
EXTRA_INCLUDE_PATH
}
-DROUTECALC
=
\"
bin/routecalc
\"
src/bitmath.cc
${
CC
}
${
COMPILE_FLAGS
}
-c
-o
tmp/ConservativeAssigner.o
-I
${
EXTRA_INCLUDE_PATH
}
-DROUTECALC
=
\"
bin/routecalc
\"
src/ConservativeAssigner.cc
${
CC
}
${
COMPILE_FLAGS
}
-c
-o
tmp/HierarchicalAssigner.o
-I
${
EXTRA_INCLUDE_PATH
}
-DROUTECALC
=
\"
bin/routecalc
\"
src/HierarchicalAssigner.cc
${
CC
}
${
COMPILE_FLAGS
}
-c
-o
tmp/Framework.o
-I
${
EXTRA_INCLUDE_PATH
}
-DROUTECALC
=
\"
bin/routecalc
\"
src/Framework.cc
${
CC
}
${
COMPILE_FLAGS
}
-c
-o
tmp/coprocess.o
-I
${
EXTRA_INCLUDE_PATH
}
-DROUTECALC
=
\"
bin/routecalc
\"
src/coprocess.cc
${
CC
}
${
LINK_FLAGS
}
-o
bin/ipassign
-L
${
EXTRA_LIB_PATH
}
/ tmp/ipassign.o tmp/bitmath.o tmp/ConservativeAssigner.o tmp/HierarchicalAssigner.o tmp/Framework.o tmp/coprocess.o
-lmetis
-lm
#${CC} -o bin/difference src/difference.cc
#${CC} -o bin/add-x src/add-x.cc
${
CC
}
-o
bin/inet2graph src/inet2graph.cc
-lm
${
CC
}
-o
bin/brite2graph src/brite2graph.cc
-lm
${
CC
}
-o
bin/top2graph src/top2graph.cc
-lm
${
CC
}
-o
bin/graph2single-source src/graph2single-source.cc
-lm
${
CC
}
-o
bin/single-source src/single-source.cc
-lm
${
CC
}
-o
bin/route2dist src/route2dist.cc
-lm
${
CC
}
-o
bin/route2lan src/route2lan.cc
-lm
tbsetup/ipassign/dre/prepass/compile.sh
deleted
100644 → 0
View file @
b5665e06
g++
-o
fail-assign fail-assign.cc
g++
-o
trivial-assign trivial-assign.cc
g++
-o
prepass prepass.cc coprocess.cc Partition.cc
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment