initial commit
[goodguy/history.git] / cinelerra-5.0 / plugins / burn / Makefile
1 #CFLAGS += -g
2
3 include ../../global_config
4
5 OBJS = $(OBJDIR)/burn.o  \
6         $(OBJDIR)/burnwindow.o \
7
8 PLUGIN = burn
9 CFLAGS += -I../libeffecttv
10 LFLAGS += ../libeffecttv/$(OBJDIR)/libeffecttv.a
11
12 include ../../plugin_config
13
14 $(OBJDIR)/burn.o: burn.C
15 $(OBJDIR)/burnwindow.o: burnwindow.C