X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fgamma%2FMakefile;fp=cinelerra-5.1%2Fplugins%2Fgamma%2FMakefile;h=3e267abbb85bbb7711019df800ce76d9f8c35b98;hb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;hp=0000000000000000000000000000000000000000;hpb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/gamma/Makefile b/cinelerra-5.1/plugins/gamma/Makefile new file mode 100644 index 00000000..3e267abb --- /dev/null +++ b/cinelerra-5.1/plugins/gamma/Makefile @@ -0,0 +1,11 @@ +include ../../global_config + +OBJS = $(OBJDIR)/gamma.o \ + $(OBJDIR)/gammawindow.o + +PLUGIN = gamma + +include ../../plugin_config + +$(OBJDIR)/gamma.o: gamma.C +$(OBJDIR)/gammawindow.o: gammawindow.C