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
/
normalize
/
Makefile
1
include ../../global_config
2
3
OBJS = $(OBJDIR)/normalize.o \
4
$(OBJDIR)/normalizewindow.o
5
6
PLUGIN = normalize
7
8
include ../../plugin_config
9
10
11
$(OBJDIR)/normalize.o: normalize.C
12
$(OBJDIR)/normalizewindow.o: normalizewindow.C