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
7739c102
Commit
7739c102
authored
Jan 10, 2002
by
Leigh B. Stoller
Browse files
Add install target. Add -STATS. Fix frisbee.new to frisbee.redux
parent
b2965329
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/frisbee.redux/GNUmakefile.in
View file @
7739c102
SRCDIR = @srcdir@
TESTBED_SRCDIR = @top_srcdir@
OBJDIR = ../..
SUBDIR = os/frisbee.
new
SUBDIR = os/frisbee.
redux
include $(OBJDIR)/Makeconf
...
...
@@ -22,7 +22,7 @@ SERVERFLAGS = $(CFLAGS)
SERVERLIBS = $(PTHREADLIBS)
SERVEROBJS = server.o $(SHAREDOBJS)
CFLAGS = -O2 -g -Wall -static $(PTHREADCFLAGS)
CFLAGS = -O2 -g -Wall -static $(PTHREADCFLAGS)
-DSTATS
LDFLAGS = -static
frisbee: $(CLIENTOBJS) ../imagezip/frisbee.o
...
...
@@ -39,5 +39,7 @@ client.o: decls.h log.h
server.o: decls.h log.h
log.o: decls.h log.h
install: $(INSTALL_SBINDIR)/frisbeed
clean:
/bin/rm -f *.o *.a frisbee frisbeed frisbee.debug frisbeed.debug
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