4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since b5236ad was
d97865b,
checked in by Daniel Lawson <dlawson@…>, 17 years ago
|
seems to return at about the right rate now.
|
-
Property mode set to
100644
|
File size:
540 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 rate-tracetime |
---|
12 | .PHONY: all clean distclean install depend |
---|
13 | |
---|
14 | all: $(BINS) |
---|
15 | |
---|
16 | rate: rate.c ../../lib/.libs/libtrace.a |
---|
17 | |
---|
18 | rate-tracetime: rate-tracetime.c ../../lib/.libs/libtrace.a |
---|
19 | |
---|
20 | clean: |
---|
21 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
22 | |
---|
23 | distclean: |
---|
24 | $(RM) *~ *.o $(BINS) $(OBJS) core |
---|
25 | |
---|
26 | install: |
---|
27 | @true |
---|
28 | |
---|
29 | |
---|
30 | # vim: noet ts=8 sw=8 |
---|
Note: See
TracBrowser
for help on using the repository browser.