rename configure.in to configure.ac
[ust.git] / hello / Makefile
1 all: hello
2
3 hello: hello.c
4 #dynamic version
5 gcc -g -I../libmarkers -I../share -I../libtracing -L../libmarkers -lmarkers -L../libtracectl -ltracectl -L../libtracing -ltracing $(CFLAGS) -Wl,-rpath ../../../../urcu -o hello hello.c tp.c
6 # -Wl,--print-map
7
8 clean:
9 rm -rf hello *.o
10
11 .PHONY: all hello clean
This page took 0.028609 seconds and 4 git commands to generate.