projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
163ccc9edf66ce809f5eac5b7694c1e58d241427
[goodguy/history.git]
/
cinelerra-5.1
/
plugins
/
unsharp
/
Makefile
1
include ../../plugin_defs
2
3
OBJS := \
4
$(OBJDIR)/unsharp.o \
5
$(OBJDIR)/unsharpwindow.o
6
7
PLUGIN = unsharp
8
9
include ../../plugin_config
10
11
$(OBJDIR)/unsharp.o: unsharp.C
12
$(OBJDIR)/unsharpwindow.o: unsharpwindow.C