X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=Makefile;h=b79bd788cafee6a1ddcca2d65f1b9793a5527436;hp=9cd3e9400475860387414507cc4b2a9bd2eddf5f;hb=fe785e6f62ab58ef05972850d9275005794505b7;hpb=cc6350402089b7ad686516fbac1c0f4c5236ae45 diff --git a/Makefile b/Makefile index 9cd3e94..b79bd78 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ CC=gcc CXX=g++ -CXXFLAGS=-Wall +CXXFLAGS=-Wall -g LDFLAGS=-lSDL -lSDL_image -lGL -OBJS=main.o util.o widgets.o +OBJS=main.o util.o widgets.o effect.o effect_chain.o input.o +OBJS += lift_gamma_gain_effect.o gamma_expansion_effect.o gamma_compression_effect.o colorspace_conversion_effect.o saturation_effect.o vignette_effect.o mirror_effect.o blur_effect.o diffusion_effect.o sandbox_effect.o test: $(OBJS) $(CXX) -o test $(OBJS) $(LDFLAGS)