4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 001fbb6 was
001fbb6,
checked in by Daniel Lawson <dlawson@…>, 16 years ago
|
version of rate which uses the event api
|
-
Property mode set to
100644
|
File size:
465 bytes
|
Line | |
---|
1 | |
---|
2 | PREFIX=/usr/local |
---|
3 | CC=gcc |
---|
4 | |
---|
5 | INCLUDE = -I/home/dlawson/code/libtrace/lib/ |
---|
6 | CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 |
---|
7 | CFLAGS += $(INCLUDE) |
---|
8 | libdir = -L/home/dlawson/code/libtrace/lib/.libs/ |
---|
9 | LDLIBS = $(libdir) -lpcap -lz |
---|
10 | |
---|
11 | BINS = rate |
---|
12 | .PHONY: all clean distclean install depend |
---|
13 | |
---|
14 | all: $(BINS) |
---|
15 | |
---|
16 | rate: rate.c ../../lib/.libs/libtrace.a |
---|
17 | |
---|
18 | clean: |
---|
19 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
20 | |
---|
21 | distclean: |
---|
22 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
23 | |
---|
24 | install: |
---|
25 | @true |
---|
26 | |
---|
27 | |
---|
28 | # vim: noet ts=8 sw=8 |
---|
Note: See
TracBrowser
for help on using the repository browser.