add auto zoombar/status color, fix 3 batchrender boobies, rotate plugin tweaks, add...
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / dot / Makefile
1 include ../../plugin_defs
2
3 OBJS = $(OBJDIR)/dot.o  \
4         $(OBJDIR)/dotwindow.o \
5
6 PLUGIN = dot
7 CFLAGS += -I../libeffecttv
8 LFLAGS += ../libeffecttv/$(OBJDIR)/libeffecttv.a
9
10 include ../../plugin_config
11
12 $(OBJDIR)/dot.o: dot.C
13 $(OBJDIR)/dotwindow.o: dotwindow.C
14
15
16