Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
emulab-devel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Emmanuel Cecchet
emulab-devel
Commits
1f3dbbe1
Commit
1f3dbbe1
authored
17 years ago
by
Leigh B. Stoller
Browse files
Options
Downloads
Patches
Plain Diff
Build more client stuff on the noelvin branch.
parent
b4230b1d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
event/GNUmakefile.in
+6
-4
6 additions, 4 deletions
event/GNUmakefile.in
event/example/GNUmakefile.in
+4
-4
4 additions, 4 deletions
event/example/GNUmakefile.in
with
10 additions
and
8 deletions
event/GNUmakefile.in
+
6
−
4
View file @
1f3dbbe1
...
...
@@ -13,10 +13,12 @@ include $(OBJDIR)/Makeconf
SYSTEM := $(shell uname -s)
#SUBDIRS = lib tbgen program-agent proxy example linktest link-agent
SUBDIRS = lib tbgen program-agent
SUBDIRS = lib tbgen program-agent proxy example linktest link-agent
ifneq ($(SYSTEM),CYGWIN_NT-5.1)
SUBDIRS += trafgen
endif
ifeq ($(SYSTEM),FreeBSD)
SUBDIRS += sched stated
SUBDIRS += sched
delay-agent nsetrafgen
stated
endif
all: etc-subdir trafgen-fetch all-subdirs
...
...
@@ -36,8 +38,8 @@ install:
@$(MAKE) -C lib install
@$(MAKE) -C sched install
@$(MAKE) -C tbgen install
@$(MAKE) -C program-agent install
@$(MAKE) -C stated install
@$(MAKE) -C linktest install
client: trafgen-fetch client-subdirs
client-install: client client-install-subdirs
...
...
This diff is collapsed.
Click to expand it.
event/example/GNUmakefile.in
+
4
−
4
View file @
1f3dbbe1
#
# EMULAB-COPYRIGHT
# Copyright (c) 2002-200
6
University of Utah and the Flux Group.
# Copyright (c) 2002-200
7
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -10,7 +10,7 @@ OBJDIR = ../..
SUBDIR = event/example
SYSTEM := $(shell uname -s)
PROGRAMS = tbrecv tbsend tbrecv.py tbsend.py eventdebug.pl
dumpevsubs
PROGRAMS = tbrecv tbsend tbrecv.py tbsend.py eventdebug.pl
include $(OBJDIR)/Makeconf
...
...
@@ -21,11 +21,11 @@ include $(TESTBED_SRCDIR)/GNUmakerules
CFLAGS += -DDEBUG
CFLAGS += -O -g -static -Wall
CFLAGS += -I. -I${OBJDIR} -I$(SRCDIR)/../lib -I$(TESTBED_SRCDIR)/lib/libtb
CFLAGS +=
`elvin-config --cflags vin4c`
CFLAGS +=
-I/usr/local/include
LDFLAGS += -static -L../lib -L${OBJDIR}/lib/libtb
LIBS += -levent -ltb -lcrypto
LIBS +=
`elvin-config --libs vin4c`
LIBS +=
-L/usr/local/lib -lpubsub -lm
ifeq ($(SYSTEM),Linux)
LIBS += -ldl
endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment