r370: Heroine Virutal's official release 1.2.1
[cinelerra_cv/mob.git] / hvirtual / plugins / Makefile
blobc16581f71f6246f13b5c57a9f0f86dea103f9c6a
1 include ../global_config
3 # burn must come before any other effecttv plugin
4 # colors must come before any plugin
5 # parametric must come before fourier plugins
7 DIRS = \
8 1080to480 \
9 720to480 \
10 colors \
11 bandslide \
12 bandwipe \
13 blur \
14 brightness \
15 burn \
16 parametric \
17 aging \
18 cdripper \
19 chromakey \
20 colorbalance \
21 compressor \
22 crossfade \
23 decimate \
24 defaulttheme \
25 deinterlace \
26 delayaudio \
27 delayvideo \
28 denoise \
29 denoisefft \
30 denoisevideo \
31 despike \
32 dissolve \
33 dot \
34 downsample \
35 fieldframe \
36 flash \
37 flip \
38 framefield \
39 freeverb \
40 freezeframe \
41 gain \
42 gradient \
43 histogram \
44 holo \
45 huesaturation \
46 interpolateaudio \
47 interpolatevideo \
48 invertaudio \
49 invertvideo \
50 irissquare \
51 ivtc \
52 level \
53 linearblur \
54 loopaudio \
55 loopvideo \
56 normalize \
57 oilpainting \
58 overlay \
59 perspective \
60 pitch \
61 polar \
62 radialblur \
63 reframe \
64 resample \
65 reverb \
66 reverseaudio \
67 reversevideo \
68 rgb601 \
69 rotate \
70 scale \
71 sharpen \
72 shiftinterlace \
73 slide \
74 spectrogram \
75 swapchannels \
76 synthesizer \
77 timeavg \
78 timestretch \
79 titler \
80 translate \
81 videoscope \
82 wave \
83 whirl \
84 wipe \
85 yuv \
86 zoomblur
88 # Make static table of all plugins
89 ifeq ($(DO_STATIC), y)
91 endif
94 all: $(DIRS) $(OBJS)
95 @ for i in $(DIRS) ; \
96 do \
97 $(MAKE) -C $$i ; \
98 done
100 clean:
101 find \( -name core \
102 -o -name '*.o' \
103 -o -name '*.plugin' \) -exec rm -rf {} \;
106 cat *.C *.h | wc
107 $(LOOP_BEGIN) \
108 $(MAKE) -C $$i wc; \
109 $(LOOP_END)
112 # Can't strip the themes so instead the plugins strip themselves
113 install:
114 # strip $(OBJDIR)/*.plugin
115 rm -rf /usr/lib/cinelerra
116 mkdir -p /usr/lib/cinelerra
117 cp $(OBJDIR)/*.plugin /usr/lib/cinelerra
118 cp -a titler/fonts /usr/lib/cinelerra