update ltt-usertrace makefile
[lttv.git] / ltt-usertrace / Makefile
index 719f8432b3b8ccaf361ac67ddcca5e0b56bc6c9a..9b0b40e920d3867da96dd1af56381e44aa3bbf27 100644 (file)
@@ -4,7 +4,8 @@ INCLUDE_DIR=/usr/include
 LIB_DIR?=/usr/lib
 RANLIB=ranlib
 
-LTT_CFLAGS=-I. -O2 -L. -fPIC
+LTT_CFLAGS=-I. -O2 -L.
+# note : x86_64 needs -fPIC ? FIXME
 
 #For testing lib ltt-usertrace-fast
 #CFLAGS+=-DLTT_SUBBUF_SIZE_CPU=134217728
@@ -94,5 +95,4 @@ install_libs:
 install: install_headers libs install_libs
 
 clean:
-       rm -fr *.o *~ sample-thread sample sample-highspeed sample-printf sample-instrument-fct libltt-instrument-functions.so* libltt-instrument-functions.a libltt-usertrace-fast.a libltt-usertrace-fast.so* libltt-loader-user_generic.so* libltt-loader-user_generic.a sample-thread-slow sample-thread-fast sample-thread-brand
-
+       rm -fr *.o *~ sample-thread sample sample-highspeed sample-printf sample-instrument-fct libltt-instrument-functions.so* libltt-instrument-functions.a libltt-usertrace-fast.a libltt-usertrace-fast.so* libltt-loader-user_generic.so* libltt-loader-user_generic.a sample-thread-slow sample-thread-fast sample-thread-brand sample-block java/*.class java/Sample.h java/TestBrand.h
This page took 0.025054 seconds and 4 git commands to generate.