4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 40ba6ad was
6f34090,
checked in by Daniel Lawson <dlawson@…>, 18 years ago
|
updated for new api
|
-
Property mode set to
100644
|
File size:
417 bytes
|
Rev | Line | |
---|
[6f34090] | 1 | CFLAGS=-g -Wall -I/usr/include/python2.1 -I../include -I /usr/lib/perl/5.6.1/CORE/ |
---|
[4e194bc] | 2 | LDDIRS=-L../lib |
---|
| 3 | LDLIBS=-ltrace -lpcap -lz |
---|
| 4 | |
---|
| 5 | all: libtrace_wrap.o |
---|
| 6 | gcc -shared libtrace_wrap.o $(LDDIRS) $(LDLIBS) -o _libtrace.so |
---|
| 7 | |
---|
| 8 | libtrace_wrap.o: libtrace_wrap.c |
---|
| 9 | |
---|
| 10 | libtrace_wrap.c: libtrace.i |
---|
| 11 | swig -python libtrace.i |
---|
| 12 | |
---|
| 13 | |
---|
| 14 | clean: |
---|
| 15 | rm -f libtrace_wrap.c libtrace_wrap.o _libtrace.so |
---|
[77ba31d] | 16 | |
---|
| 17 | veryclean: clean |
---|
| 18 | rm -f core libtrace.pyc libtrace.py |
---|
Note: See
TracBrowser
for help on using the repository browser.