Sign in
eclipse
/
linuxtools
/
org.eclipse.linuxtools
/
refs/heads/stable-2.1
/
.
/
gprof
/
org.eclipse.linuxtools.gprof.test
/
resources
/
fibTest2
/
makefile.targets
blob: a402b5f1a3849be3396e2e21358e189891a2d4cb [
file
] [
log
] [
blame
]
fibTest2
:
$
(
OBJS
)
$
(
USER_OBJS
)
@echo
'Building target: $@'
@echo
'Invoking: GCC C++ Linker'
@echo
'OBJS is: $(OBJS)'
g
++
-
pg
-
o
"fibTest2"
$
(
OBJS
)
$
(
USER_OBJS
)
$
(
LIBS
)
@echo
'Finished building target: $@'
@echo
' '