Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-stable
Commits
c52579e4
Commit
c52579e4
authored
Jul 19, 2011
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build/install/etc in the snmpit_test directory.
parent
1a0dcebf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
tbsetup/GNUmakefile.in
tbsetup/GNUmakefile.in
+8
-1
No files found.
tbsetup/GNUmakefile.in
View file @
c52579e4
...
...
@@ -137,13 +137,17 @@ wanlinksolve: wanlinksolve.cc
routecalc: routecalc.cc
${CXX} $< ${CXXFLAGS} -o $@ ${LIBS} -lm -lstdc++ ${LDFLAGS}
.PHONY: checkpass ns2ir nsverify plab ipassign checkup template_cvsroot
.PHONY: ${SUBDIRS}
checkpass:
@$(MAKE) -C checkpass all
ns2ir:
@$(MAKE) -C ns2ir all
snmpit_test:
@$(MAKE) -C snmpit_test all
nsverify:
@$(MAKE) -C nsverify all
...
...
@@ -198,6 +202,7 @@ ifeq ($(IPASSIGN),Yes)
@$(MAKE) -C ipassign install
endif
@$(MAKE) -C checkup install
@$(MAKE) -C snmpit_test install
script-install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_STUFF)) \
$(addprefix $(INSTALL_SBINDIR)/, $(SBIN_STUFF)) \
...
...
@@ -307,6 +312,7 @@ subdir-clean:
@$(MAKE) -C plab clean
@$(MAKE) -C ipassign clean
@$(MAKE) -C checkup clean
@$(MAKE) -C snmpit_test clean
distclean: subdir-distclean
...
...
@@ -318,6 +324,7 @@ subdir-distclean:
@$(MAKE) -C plab distclean
@$(MAKE) -C ipassign distclean
@$(MAKE) -C checkup distclean
@$(MAKE) -C snmpit_test distclean
#
# XXX Create non .tcl files.
#
...
...
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