Sign in
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
master
/
.
/
gprof
/
org.eclipse.linuxtools.gprof.test
/
resources
/
fibTest
/
makefile.init
blob: 9232e44d2d1461bd408473bc897cc0da3894438e [
file
] [
log
] [
blame
]
OBJS
:=
"-pg"
fib
.
o
:
../
fib
.
cpp
@echo
'Building file: $<'
@echo
'Invoking: GCC C++ Compiler'
g
++
-
O0
-
g3
-
Wall
-
c
-
pg
-
fmessage
-
length
=
0
-
MMD
-
MP
-
MF
"$(@:%.o=%.d)"
-
MT
"$(@:%.o=%.d)"
-
o
"$@"
"$<"
@echo
'Finished building: $<'
@echo
' '