X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=hello%2FMakefile;h=eeb43fdb1d1a9cdde578c92cb2e548061711a655;hb=9c67dc50afb2eaa1c3966ee73fac3ce55935556c;hp=2eee11522fbf906e89e0e933d4effd011ad0c9bf;hpb=c1dea0b3d1312d0e3747da93eb949145c487eeba;p=ust.git diff --git a/hello/Makefile b/hello/Makefile index 2eee115..eeb43fd 100644 --- a/hello/Makefile +++ b/hello/Makefile @@ -1,7 +1,10 @@ all: hello hello: hello.c - gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing -o hello hello.c marker-control.c serialize.c +#dynamic version +# gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing -o hello hello.c marker-control.c serialize.c -static +#static version + gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -o hello hello.c marker-control.c serialize.c ../libtracing/*.c ../libmarkers/*.c ../libtracectl/*.c ../share/*.c clean: rm -rf hello *.o