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