Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
846601cf
Commit
846601cf
authored
May 16, 2002
by
Leigh B. Stoller
Browse files
Add wanassign to install. Add -g to .cc build.
parent
721f761f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/GNUmakefile.in
View file @
846601cf
...
...
@@ -31,7 +31,7 @@ LIBEXEC_STUFF = rmproj rmacct-ctrl wanlinksolve wanlinkinfo \
assign_wrapper ptopgen webnodeupdate \
webrmgroup webswapexp webnodecontrol \
webmkgroup webmkacct websetgroups webmkproj \
spewlogfile staticroutes routecalc
spewlogfile staticroutes routecalc
wanassign
LIB_STUFF = libtbsetup.pm exitonwarn.pm libtestbed.pm snmpit_intel.pm \
snmpit_cisco.pm snmpit_lib.pm snmpit_apc.pm power_rpc27.pm \
...
...
@@ -45,13 +45,13 @@ all: $(BIN_STUFF) $(SBIN_STUFF) $(LIBEXEC_STUFF) $(LIB_STUFF) $(SUBDIRS)
include $(TESTBED_SRCDIR)/GNUmakerules
CXXFLAGS += -Wall -O2
CXXFLAGS += -Wall -O2
-g
wanlinksolve: wanlinksolve.cc
${CXX} $< ${CXXFLAGS} -o $@ ${LIBS} -lm -lstdc++ ${LDFLAGS}
routecalc: routecalc.cc
${CXX} $< -o $@ ${LIBS} -lm -lstdc++ ${LDFLAGS}
${CXX} $<
${CXXFLAGS}
-o $@ ${LIBS} -lm -lstdc++ ${LDFLAGS}
.PHONY: checkpass ns2ir
checkpass:
...
...
Write
Preview
Supports
Markdown
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