add thread branding
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 12 Jun 2006 13:40:12 +0000 (13:40 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 12 Jun 2006 13:40:12 +0000 (13:40 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1917 04897980-b3bd-0310-b5e0-8ef037075253

ltt-usertrace/Makefile

index cfd4622f05c9341e6e8d924a79dcb21f36a9f750..dad7049cdf43a7f0da32c693c78f0c69da82f55f 100644 (file)
@@ -15,11 +15,14 @@ all: libs samples
 #SAMPLE PROGRAMS
 
 samples: sample sample-highspeed sample-printf \
-                               sample-instrument-fct sample-thread-slow sample-thread-fast
+       sample-instrument-fct sample-thread-slow sample-thread-fast sample-thread-brand
 
 sample: sample.c ltt-facility-loader-user_generic.c
        $(CC) $(LTT_CFLAGS) $(CFLAGS) -o $@ $^
        
+sample-thread-brand: sample-thread-brand.c ltt-facility-loader-user_generic.c
+       $(CC) $(LTT_CFLAGS) $(CFLAGS) -o $@ $^
+
 sample-highspeed: sample-highspeed.c ltt-facility-loader-user_generic.c
        $(CC) $(LTT_CFLAGS) $(CFLAGS) -lltt-usertrace-fast -o $@ $^
 
This page took 0.032967 seconds and 4 git commands to generate.