Skip to content
GitLab
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
cc1dfea4
Commit
cc1dfea4
authored
May 07, 2002
by
Chad Barb
Browse files
added build of wanlinksolve.cc
parent
c6e8525c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/GNUmakefile.in
View file @
cc1dfea4
...
...
@@ -25,7 +25,7 @@ SBIN_STUFF = resetvlans console_setup.proxy sched_reload named_setup \
rmgroup mkgroup mkacct setgroups mkproj eventsys_control \
exports_setup.proxy
LIBEXEC_STUFF = rmproj rmacct-ctrl \
LIBEXEC_STUFF = rmproj rmacct-ctrl
wanlinksolve wanlinkinfo
\
os_setup mkexpdir console_setup webnscheck webreport \
webstartexp webendexp webbatchexp \
assign_wrapper ptopgen webnodeupdate \
...
...
@@ -45,6 +45,11 @@ all: $(BIN_STUFF) $(SBIN_STUFF) $(LIBEXEC_STUFF) $(LIB_STUFF) $(SUBDIRS)
include $(TESTBED_SRCDIR)/GNUmakerules
CXXFLAGS += -Wall -O3
wanlinksolve: wanlinksolve.o
${CXX} wanlinksolve.o -o wanlinksolve ${LIBS} -lm -lstdc++ ${LDFLAGS}
.PHONY: checkpass ns2ir
checkpass:
@$(MAKE) -C checkpass all
...
...
@@ -137,3 +142,4 @@ subdir-distclean:
%: %.tcl
cp -p $< $@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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