X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=usertrace-fast%2FMakefile;h=d63a964802471531a5d05928be378b2af3d1cf82;hb=f5eafc51d456f751a9c22e7d62b1f5c74b84c15f;hp=2dafe00219d106201d05552d4c035f24f57cafc9;hpb=8a9103dfaa4dd8e0c36970e166baf69833b16e81;p=lttv.git diff --git a/usertrace-fast/Makefile b/usertrace-fast/Makefile index 2dafe002..d63a9648 100644 --- a/usertrace-fast/Makefile +++ b/usertrace-fast/Makefile @@ -6,9 +6,10 @@ RANLIB=ranlib CC=gcc CFLAGS=-I. -O3 -CFLAGS+=-DLTT_SUBBUF_SIZE_CPU=134217728 +#CFLAGS+=-DLTT_SUBBUF_SIZE_CPU=134217728 +#CFLAGS+=-DLTT_NULL_OUTPUT_TEST -all: test sample-instrument-fct libltt-instrument-functions.a libltt-instrument-functions.so.0 +all: test sample-instrument-fct libltt-instrument-functions.a libltt-instrument-functions.so.0 sample-loop test: test.c ltt-usertrace-fast.c $(CC) $(CFLAGS) -I. -lpthread -o $@ $^ @@ -17,6 +18,9 @@ test: test.c ltt-usertrace-fast.c sample-instrument-fct: sample-instrument-fct.c $(CC) $(CFLAGS) -L. -g -finstrument-functions -lltt-instrument-functions -o $@ $^ +sample-loop: sample-loop.c ltt-usertrace-fast.o ltt-facility-loader-user_generic.o + $(CC) $(CFLAGS) -L. -lpthread -g -o $@ $^ + libltt-instrument-functions.a: ltt-instrument-functions.o ltt-facility-loader-user_generic.o ltt-usertrace-fast.o @rm -f libltt-instrument-functions.a $(AR) rc $@ $^