Merge CV, ver=5.1; ops/methods from HV, and interface from CV where possible
[goodguy/history.git] / cinelerra-5.1 / plugins / histogram / Makefile
1 include ../../global_config
2
3 OBJS = \
4         $(OBJDIR)/histogram.o \
5         $(OBJDIR)/histogramconfig.o \
6         $(OBJDIR)/histogramwindow.o
7
8 PLUGIN = histogram
9
10 include ../../plugin_config
11
12 $(OBJDIR)/histogram.o: histogram.C
13 $(OBJDIR)/histogramconfig.o: histogramconfig.C
14 $(OBJDIR)/histogramwindow.o: histogramwindow.C