projects
/
goodguy
/
history.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
256e39b5c60a074ef2be528636dfb3cd3ee2bfef
[goodguy/history.git]
/
cinelerra-5.0
/
plugins
/
theme_pinklady
/
Makefile
1
include ../../global_config
2
3
PLUGIN = theme_pinklady
4
OBJS = $(OBJDIR)/pinkladytheme.o
5
OUTPUT_THEME = $(OUTPUT)
6
7
AVC_DIR := $(shell cd ../../thirdparty/libavc*; pwd)
8
CFLAGS += -I$(AVC_DIR)
9
10
include ../../plugin_config
11
12
$(OBJDIR)/pinkladytheme.o: pinkladytheme.C
13