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
cd97db56
Commit
cd97db56
authored
Apr 04, 2002
by
Mike Hibler
Browse files
Beginning support for Linux build
parent
53aebfa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/trafgen/GNUmakefile.in
View file @
cd97db56
...
...
@@ -35,15 +35,24 @@ CFLAGS += -O -g -static #-Wall
CFLAGS += -I. -I$(TGSRCDIR) -I${OBJDIR}
CFLAGS += -I$(SRCDIR)/../lib -I$(TESTBED_SRCDIR)/lib/libtb
CFLAGS += `elvin-config --cflags vin4c`
CFLAGS += -DFREEBSD -DUSEEVENTS
YCFLAGS += -I. -DFREEBSD -DUSEEVENTS
CFLAGS += -DUSEEVENTS
LDFLAGS += -L../lib -L${OBJDIR}/lib/libtb
LIBS += -levent -ltb
LIBS += -ll -lcompat
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
@echo 'Expect non-portable character class warning (ASCII assumed).'
flex -l $<
...
...
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