]>
cvs.zerfleddert.de Git - m1-debian/blob - mesa-debian/tests/gles-gbm-build-test
   3 CFLAGS
=$(shell pkg-config 
--cflags glesv2 
--cflags egl 
--cflags gbm
) 
   4 LIBS
=$(shell pkg-config 
--libs glesv2 
--libs egl 
--libs gbm
) 
   6 debian
/tests
/gles-gbm
: debian
/tests
/gles-gbm.c
 
   7         gcc 
-g 
-o 
$@ 
$(CFLAGS
) $< $(LIBS
) 
   8         @echo 
"Build test of $< succeeded"