rename configure.in to configure.ac
[ust.git] / hello / Makefile
CommitLineData
68c1021b
PMF
1all: hello
2
3hello: hello.c
9c67dc50 4#dynamic version
474d745f 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
fbd8191b 6 # -Wl,--print-map
68c1021b
PMF
7
8clean:
9 rm -rf hello *.o
59b161cd
PMF
10
11.PHONY: all hello clean
This page took 0.022499 seconds and 4 git commands to generate.