add auto zoombar/status color, fix 3 batchrender boobies, rotate plugin tweaks, add...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / threshold / Makefile
1 include ../../plugin_defs
2
3 OBJS := \
4         $(OBJDIR)/histogramengine.o \
5         $(OBJDIR)/threshold.o \
6         $(OBJDIR)/thresholdwindow.o
7
8 PLUGIN = threshold
9
10
11 include ../../plugin_config
12
13
14
15 $(OBJDIR)/threshold.o:        threshold.C
16 $(OBJDIR)/thresholdwindow.o:  thresholdwindow.C
17 $(OBJDIR)/histogramengine.o:  histogramengine.C
18
19
20
21