4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 5d022cd was
801a5cc,
checked in by Perry Lorier <perry@…>, 17 years ago
|
Merges two traces together
|
-
Property mode set to
100644
|
File size:
446 bytes
|
Rev | Line | |
---|
[801a5cc] | 1 | |
---|
| 2 | PREFIX=/home/perry/lib/libtrace |
---|
| 3 | CC=gcc |
---|
| 4 | |
---|
| 5 | INCLUDE = -I$(PREFIX)/include |
---|
| 6 | CFLAGS = -Wall -Wimplicit -Wformat -pipe -g -O2 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -W |
---|
| 7 | CFLAGS += $(INCLUDE) |
---|
| 8 | libdir = -L$(PREFIX)/lib |
---|
| 9 | LDLIBS = $(libdir) -ltrace |
---|
| 10 | |
---|
| 11 | BINS = tracemerge |
---|
| 12 | .PHONY: all clean distclean install depend |
---|
| 13 | |
---|
| 14 | all: $(BINS) |
---|
| 15 | |
---|
| 16 | clean: |
---|
| 17 | $(RM) $(BINS) $(OBJS) |
---|
| 18 | |
---|
| 19 | distclean: |
---|
| 20 | $(RM) $(BINS) $(OBJS) |
---|
| 21 | |
---|
| 22 | install: |
---|
| 23 | @true |
---|
| 24 | |
---|
| 25 | |
---|
| 26 | # vim: noet ts=8 sw=8 |
---|
Note: See
TracBrowser
for help on using the repository browser.