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-stable
Commits
61db3e39
Commit
61db3e39
authored
Mar 08, 2005
by
Timothy Stack
Browse files
Bah, I can't seem to write correct makefiles anymore...
parent
0ee1bbb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/sched/GNUmakefile.in
View file @
61db3e39
...
...
@@ -66,19 +66,19 @@ DEPS = \
local-agent.h node-agent.h rpc.h simulator-agent.h timeline-agent.h \
../lib/event.h
queue.o: $(DEPS)
listNode.o: $(DEPS)
error-record.o: $(DEPS)
local-agent.o: $(DEPS)
group-agent.o: $(DEPS)
simulator-agent.o: $(DEPS)
node-agent.o: $(DEPS)
event-sched_rpc.o: $(DEPS)
queue.o:
queue.c
$(DEPS)
listNode.o:
listNode.c
$(DEPS)
error-record.o:
error-record.c
$(DEPS)
local-agent.o:
local-agent.c
$(DEPS)
group-agent.o:
group-agent.c
$(DEPS)
simulator-agent.o:
simulator-agent.cc
$(DEPS)
node-agent.o:
node-agent.cc
$(DEPS)
event-sched_rpc.o:
event-sched.c
$(DEPS)
$(CC) $(CFLAGS) -DRPC -c -o $@ $<
rpc.o: rpc.cc rpc.h event-sched.h
$(CXX) $(CXXFLAGS) -DSSHRPC $(ULXRINC) -c $<
rrpc.o: $(DEPS)
rrpc.o:
rpc.cc
$(DEPS)
$(CXX) -g $(CXXFLAGS) -DSSLRPC $(ULXRINC) -c -o rrpc.o $<
install: event-sched_rrpc
...
...
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