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
ecb54dc8
Commit
ecb54dc8
authored
Feb 17, 2005
by
David Johnson
Browse files
Added target for file_dumper .
parent
ed386d87
Changes
1
Hide whitespace changes
Inline
Side-by-side
robots/vmcd/GNUmakefile.in
View file @
ecb54dc8
...
...
@@ -15,6 +15,10 @@ include $(OBJDIR)/Makeconf
PROGS = vmc-client vmcd
ifeq ($(HAVE_MEZZANINE),yes)
PROGS += file_dumper
endif
TESTS =
ifeq ($(HAVE_MEZZANINE),no)
...
...
@@ -54,6 +58,9 @@ vmc-client: vmc-client.o
vmcd: vmcd.o visionTrack.o robotObject.o ../mtp/libmtp.a
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ vmcd.o visionTrack.o robotObject.o $(LIBS)
file_dumper: file_dumper.o
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)
install: all
ifeq ($(HAVE_MEZZANINE),yes)
-mkdir -p $(INSTALL_SBINDIR)
...
...
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