⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
LTTng-tools
All Projects
LTTng
»
LTTng-tools
Overview
Activity
Roadmap
Issues
Wiki
Repository
Download (223 Bytes)
Bug #283
» Makefile
Makefile to compile the minimal program -
Raphaël Beamonte
, 06/20/2012 04:12 PM
# OPT=-O2 -Wall
OPT
=
-Wall
-D_GNU_SOURCE
-O2
-I
.
# LIB=-lccur_rt -lm
LIB
=
-lm
-lrt
-llttng-ust
-llttng-ctl
-ldl
TARGET
=
minimal
SRC
=
minimal.c tracepoint_ust.c
all
:
gcc
-o
${
TARGET
}
${
OPT
}
${
LIB
}
${
SRC
}
clean
:
rm
${
TARGET
}
« Previous
1
2
3
4
Next »
(1-1/4)
Loading...