Sign in
coral
/
imx-gstreamer
/
284ecaecca393f21e974a5ca005021e0e8e0bcca
/
.
/
tests
/
old
/
examples
/
helloworld
/
Makefile
blob: 8057681985c94d88b6c0ac9be3086b7b4419081a [
file
] [
log
] [
blame
]
CC
=
gcc
helloworld
:
helloworld
.
c
$
(
CC
)
-
Wall
`gstreamer-config --cflags`
`gtk-config --cflags`
helloworld
.
c
-
o helloworld
`gstreamer-config --libs`
`gtk-config --libs`
clean
:
rm
-
f
*.
o helloworld