Skip to content
GitLab
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
a611a763
Commit
a611a763
authored
Jan 19, 2006
by
Robert Ricci
Browse files
I guess I forgot to commit the makefile for libnetmon.
parent
59339982
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/libnetmon/GNUmakefile
0 → 100644
View file @
a611a763
SYSTEM
:=
$(
shell
uname
-s
)
# I like using -pedantic, but it gives us some trouble with function pointers
CFLAGS
=
-Wall
-Werror
ifeq
($(SYSTEM),Linux)
LD_FLAGS
=
-ldl
else
LD_FLAGS
=
endif
all
:
libnetmon.so
%.so
:
%.c %.h
$(CC)
$(CFLAGS)
$(LD_FLAGS)
-shared
-o
$@
$<
clean
:
-
rm
*
.so
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment