X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.in;h=4936ccfd9e325b7e0801191d2b2b2c650eab9e74;hb=cf3b8245a92407da567cf8843335911dd1a0da23;hp=5300cd4d306631d22056a712308d931f2700e31c;hpb=0f37f626e3c445593e2008357622441977fa3a32;p=movit diff --git a/Makefile.in b/Makefile.in index 5300cd4..4936ccf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,10 +11,11 @@ with_demo_app = @with_demo_app@ CC=@CC@ CXX=@CXX@ -CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @GLEW_CFLAGS@ -LDFLAGS=@GLEW_LIBS@ @SDL_LIBS@ -lpthread +CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @epoxy_CFLAGS@ +LDFLAGS=@epoxy_LIBS@ @SDL_LIBS@ -lpthread DEMO_LDLIBS=@SDL_image_LIBS@ -lrt -lpthread @libpng_LIBS@ -LIBTOOL=@LIBTOOL@ +SHELL=@SHELL@ +LIBTOOL=@LIBTOOL@ --tag=CXX RANLIB=ranlib INSTALL=install MKDIR=mkdir @@ -125,7 +126,7 @@ check: $(TESTS) # You need to build with COVERAGE=1 to use this target. coverage: check lcov -d . -c -o movit.info - lcov --remove movit.info '*_test.cpp' '*/test_util.{cpp,h}' -o movit.info + lcov --remove movit.info '*_test.cpp' 'test_util.*' 'sandbox_effect.*' widgets.cpp -o movit.info genhtml -o coverage movit.info HDRS = effect_chain.h effect_util.h effect.h input.h image_format.h init.h util.h defs.h resource_pool.h