4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since c773929 was
c773929,
checked in by Daniel Lawson <dlawson@…>, 16 years ago
|
added erfsplit into libtrace.
erfsplit builds cleanly, supports date matching and bpf filters
|
-
Property mode set to
100644
|
File size:
475 bytes
|
Line | |
---|
1 | |
---|
2 | CFLAGS= -Wall -Wimplicit -Wformat -O2 -pipe -g |
---|
3 | |
---|
4 | INCLUDE = -I/usr/local/wand/include -I/usr/local/dag/include |
---|
5 | CFLAGS += $(INCLUDE) |
---|
6 | LDLIBS = -L/usr/local/wand/lib -ltrace |
---|
7 | |
---|
8 | BINS = erfsplit |
---|
9 | |
---|
10 | #LEX = flex -Pdagopt |
---|
11 | #YACC = bison -y -p dagopt |
---|
12 | |
---|
13 | .PHONY: all clean distclean install depend |
---|
14 | |
---|
15 | all: $(BINS) |
---|
16 | |
---|
17 | clean: |
---|
18 | $(RM) *~ *.o $(BINS) |
---|
19 | |
---|
20 | distclean: |
---|
21 | $(RM) *~ *.o $(BINS) |
---|
22 | |
---|
23 | erfsplit: erfsplit.o getdate.tab.o |
---|
24 | |
---|
25 | getdate.tab.c: getdate.y |
---|
26 | bison -y -b getdate getdate.y |
---|
27 | |
---|
28 | |
---|
29 | install: |
---|
30 | @true |
---|
Note: See
TracBrowser
for help on using the repository browser.