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
aa2bd0a2
Commit
aa2bd0a2
authored
Apr 01, 2002
by
Robert Ricci
Browse files
stated now gets intstalled in @prefix@/sbin
parent
a841a9f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
configure
View file @
aa2bd0a2
...
...
@@ -1077,7 +1077,7 @@ else
event/trafgen/GNUmakefile
\
event/delay-agent/GNUmakefile
\
event/program-agent/GNUmakefile
\
event/stated/stated"
;
event/stated/GNUmakefile
event/stated/stated"
;
optional_subdirs
=
"
$optional_subdirs
event"
;
EVENTSYS
=
1
;
...
...
configure.in
View file @
aa2bd0a2
...
...
@@ -215,7 +215,7 @@ else
event/trafgen/GNUmakefile \
event/delay-agent/GNUmakefile \
event/program-agent/GNUmakefile \
event/stated/stated";
event/stated/GNUmakefile
event/stated/stated";
optional_subdirs="$optional_subdirs event";
EVENTSYS=1;
...
...
event/GNUmakefile.in
View file @
aa2bd0a2
...
...
@@ -8,7 +8,7 @@ SUBDIR = event
include $(OBJDIR)/Makeconf
SUBDIRS = lib sched tbgen example trafgen delay-agent nsetrafgen
SUBDIRS = lib sched tbgen example trafgen delay-agent nsetrafgen
stated
all: $(SUBDIRS)
...
...
@@ -39,10 +39,14 @@ nsetrafgen:
delay-agent:
@$(MAKE) -C delay-agent all
stated:
@$(MAKE) -C stated all
install:
@$(MAKE) -C lib install
@$(MAKE) -C sched install
@$(MAKE) -C tbgen install
@$(MAKE) -C stated install
control-install:
@$(MAKE) -C tbgen control-install
...
...
event/stated/GNUmakefile.in
0 → 100644
View file @
aa2bd0a2
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ../..
SUBDIR = event/stated
include $(OBJDIR)/Makeconf
all:
include $(TESTBED_SRCDIR)/GNUmakerules
install: $(addprefix $(INSTALL_SBINDIR)/, stated)
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