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
8ac5565f
Commit
8ac5565f
authored
Aug 22, 2003
by
Austin Clements
Browse files
Added the makefile goop to pull in the Plab manager-related files
parent
7c05ecda
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure
View file @
8ac5565f
...
...
@@ -1391,6 +1391,9 @@ outfiles="$outfiles Makeconf GNUmakefile \
tbsetup/sfskey_update tbsetup/sfskey_update.proxy
\
tbsetup/idleswap tbsetup/webidleswap tbsetup/switchmac
\
tbsetup/newnode_reboot
\
tbsetup/plab/GNUmakefile tbsetup/plab/libplab.py
\
tbsetup/plab/plabslice tbsetup/plab/plabnode tbsetup/plab/plabdaemon
\
tbsetup/plab/libdslice/GNUmakefile tbsetup/plab/etc/GNUmakefile
\
tip/GNUmakefile
\
tmcd/GNUmakefile tmcd/freebsd/GNUmakefile tmcd/openbsd/GNUmakefile
\
tmcd/linux/GNUmakefile tmcd/ron/GNUmakefile tmcd/common/GNUmakefile
\
...
...
configure.in
View file @
8ac5565f
...
...
@@ -437,6 +437,9 @@ outfiles="$outfiles Makeconf GNUmakefile \
tbsetup/sfskey_update tbsetup/sfskey_update.proxy \
tbsetup/idleswap tbsetup/webidleswap tbsetup/switchmac \
tbsetup/newnode_reboot \
tbsetup/plab/GNUmakefile tbsetup/plab/libplab.py \
tbsetup/plab/plabslice tbsetup/plab/plabnode tbsetup/plab/plabdaemon \
tbsetup/plab/libdslice/GNUmakefile tbsetup/plab/etc/GNUmakefile \
tip/GNUmakefile \
tmcd/GNUmakefile tmcd/freebsd/GNUmakefile tmcd/openbsd/GNUmakefile \
tmcd/linux/GNUmakefile tmcd/ron/GNUmakefile tmcd/common/GNUmakefile \
...
...
tbsetup/GNUmakefile.in
View file @
8ac5565f
...
...
@@ -12,7 +12,7 @@ UNIFIED = @UNIFIED_BOSS_AND_OPS@
include $(OBJDIR)/Makeconf
SUBDIRS = checkpass ns2ir
SUBDIRS = checkpass ns2ir
plab
BIN_STUFF = power snmpit tbend tbprerun tbreport \
tbresize os_load startexp endexp batchexp swapexp \
...
...
@@ -63,13 +63,16 @@ wanlinksolve: wanlinksolve.cc
routecalc: routecalc.cc
${CXX} $< ${CXXFLAGS} -o $@ ${LIBS} -lm -lstdc++ ${LDFLAGS}
.PHONY: checkpass ns2ir
.PHONY: checkpass ns2ir
plab
checkpass:
@$(MAKE) -C checkpass all
ns2ir:
@$(MAKE) -C ns2ir all
plab:
@$(MAKE) -C plab all
install: all script-install subdir-install
@echo "Don't forget to do a post-install as root"
...
...
@@ -79,6 +82,7 @@ install: all script-install subdir-install
subdir-install:
@$(MAKE) -C checkpass install
@$(MAKE) -C ns2ir install
@$(MAKE) -C plab install
script-install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_STUFF)) \
$(addprefix $(INSTALL_SBINDIR)/, $(SBIN_STUFF)) \
...
...
@@ -88,6 +92,7 @@ script-install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_STUFF)) \
post-install:
@$(MAKE) -C ns2ir post-install
@$(MAKE) -C plab post-install
chmod 775 $(INSTALL_BINDIR)
chmod 775 $(INSTALL_SBINDIR)
chmod 775 $(INSTALL_LIBDIR)
...
...
@@ -157,12 +162,14 @@ clean: subdir-clean
subdir-clean:
@$(MAKE) -C checkpass clean
@$(MAKE) -C ns2ir clean
@$(MAKE) -C plab clean
distclean: subdir-distclean
subdir-distclean:
@$(MAKE) -C checkpass distclean
@$(MAKE) -C ns2ir distclean
@$(MAKE) -C plab distclean
#
# XXX Create non .tcl files.
...
...
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