projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix messed up cut/paste in thirdparty/Makefile / last checkin
[goodguy/history.git]
/
cinelerra-5.1
/
plugins
/
edge
/
Makefile
1
include ../../global_config
2
3
OBJS := \
4
$(OBJDIR)/edge.o \
5
$(OBJDIR)/edgewindow.o
6
7
PLUGIN = edge
8
9
include ../../plugin_config
10
11
$(OBJDIR)/edge.o: edge.C
12
$(OBJDIR)/edgewindow.o: edgewindow.C
13