Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-stable
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
emulab
emulab-stable
Commits
cd97db56
Commit
cd97db56
authored
Apr 04, 2002
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Beginning support for Linux build
parent
53aebfa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
event/trafgen/GNUmakefile.in
event/trafgen/GNUmakefile.in
+13
-4
No files found.
event/trafgen/GNUmakefile.in
View file @
cd97db56
...
@@ -35,15 +35,24 @@ CFLAGS += -O -g -static #-Wall
...
@@ -35,15 +35,24 @@ CFLAGS += -O -g -static #-Wall
CFLAGS += -I. -I$(TGSRCDIR) -I${OBJDIR}
CFLAGS += -I. -I$(TGSRCDIR) -I${OBJDIR}
CFLAGS += -I$(SRCDIR)/../lib -I$(TESTBED_SRCDIR)/lib/libtb
CFLAGS += -I$(SRCDIR)/../lib -I$(TESTBED_SRCDIR)/lib/libtb
CFLAGS += `elvin-config --cflags vin4c`
CFLAGS += `elvin-config --cflags vin4c`
CFLAGS += -DFREEBSD -DUSEEVENTS
CFLAGS += -DUSEEVENTS
YCFLAGS += -I. -DFREEBSD -DUSEEVENTS
LDFLAGS += -L../lib -L${OBJDIR}/lib/libtb
LDFLAGS += -L../lib -L${OBJDIR}/lib/libtb
LIBS += -levent -ltb
LIBS += -levent -ltb
LIBS += -ll -lcompat
LIBS += `elvin-config --libs vin4c`
LIBS += `elvin-config --libs vin4c`
# FreeBSD
CFLAGS += -DFREEBSD
YCFLAGS += -I. -DUSEEVENTS -DFREEBSD
LIBS += -ll -lcompat
# Linux
#CFLAGS += -DLINUX
#YCFLAGS += -I. -I$(TGSRCDIR) -DUSEEVENTS -DLINUX -t
#LIBS += -ll
LEX = flex -l
lex.yy.c: scan.l
lex.yy.c: scan.l
@echo 'Expect non-portable character class warning (ASCII assumed).'
@echo 'Expect non-portable character class warning (ASCII assumed).'
flex -l $<
flex -l $<
...
...
Write
Preview
Markdown
is supported
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