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
cfca6da5
Commit
cfca6da5
authored
Mar 20, 2001
by
Mac Newbold
Browse files
Makefile for utils subdir
parent
986929c0
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/GNUmakefile.in
0 → 100644
View file @
cfca6da5
#
# Insert Copyright Here.
#
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ..
SUBDIR = utils
include $(OBJDIR)/Makeconf
BIN_SCRIPTS = delay_config
SBIN_SCRIPTS =
LIBEXEC_SCRIPTS =
#
# Force dependencies on the scripts so that they will be rerun through
# configure if the .in file is changed.
#
all: $(BIN_SCRIPTS) $(SBIN_SCRIPTS) $(LIBEXEC_SCRIPTS)
include $(TESTBED_SRCDIR)/GNUmakerules
install: $(addprefix $(INSTALL_BINDIR)/, $(BIN_SCRIPTS)) \
$(addprefix $(INSTALL_SBINDIR)/, $(SBIN_SCRIPTS)) \
$(addprefix $(INSTALL_LIBEXECDIR)/, $(LIBEXEC_SCRIPTS))
#
# Control node installation (okay, plastic)
#
control-install:
cd $(INSTALL_BINDIR) && \
list='$(BIN_SCRIPTS)'; for file in $$list; do \
rm -f $$file; \
ln -s plasticwrap $$file; \
done;
clean:
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