more ru xlats, doc updates, proxy tweaks
[goodguy/history.git] / cinelerra-5.1 / Makefile.am
index 0667d93ce2c1ad576bf8a7d742b42f8913eb33b8..9b78846c3ec2ca32d7ccfdd8a801d25e7044cb6d 100644 (file)
@@ -15,9 +15,10 @@ SUBDIRS = thirdparty libzmpeg3 mpeg2enc mplexlo \
 
 BUILT_SOURCES := bin
 bin:
-       mkdir -p bin bin/applications bin/pixmaps
+       mkdir -p bin bin/applications bin/pixmaps bin/lv2
 
 clean-generic:
+       rm -rf thirdparty/opencv*
        rm -rf bin
 
 inst_sh := $(CURDIR)/inst.sh
@@ -41,7 +42,8 @@ binstall:     install-recursive
          if [ $$d = picon/cinfinity ]; then continue; fi; \
          cp -a $$d bin/plugins/picon/.; \
        done
-       cp -a db/utils/new_db "bin/cin_db"
+       -cp -a db/utils/new_db "bin/cin_db"
+       cp -av lv2_blacklist.txt bin/.
 
 buninstall:
        rm -rf bin
@@ -51,9 +53,12 @@ cinstall:
        cd bin; $(inst_sh) "$(DESTDIR)$(bindir)" "$(WANT_CIN)" \
                cin_db zmpeg3{cat,cc2txt,ifochk,show,toc}
        cd bin; $(inst_sh) "$(DESTDIR)$(WANT_CINLIB_DIR)" \
-               bdwrite cutads hveg2enc mpeg2enc mplex mplexlo
+               bdwrite cutads lv2ui
+       -cd bin; $(inst_sh) "$(DESTDIR)$(WANT_CINLIB_DIR)" \
+               hveg2enc mpeg2enc mplex mplexlo
        cd bin; $(inst_sh) "$(DESTDIR)$(datadir)/$(WANT_CIN)" \
-               COPYING README models Cinelerra_factory ffmpeg msg info tips doc
+               COPYING README models Cinelerra_factory ffmpeg msg info tips doc \
+               lv2 lv2_blacklist.txt
        cd bin/locale; $(inst_sh) "$(DESTDIR)$(localedir)" .
        cd bin/plugins; $(inst_sh) "$(DESTDIR)$(WANT_PLUGIN_DIR)" .
        cd bin/ladspa; $(inst_sh) "$(DESTDIR)$(WANT_LADSPA_DIR)" .