refresh frame fix, dblclk proxy viewer fix, vicon refresh fix for awdw resize, fix...
[goodguy/history.git] / cinelerra-5.1 / Makefile.devel
index 09f7da9b3a1c8039a4d5bf44379ed25d71ef1893..a12d8f2b0d67fe51e8e3984677f8c6574ad61b97 100644 (file)
@@ -8,11 +8,11 @@ cpus:=$(shell grep -c "^proc" /proc/cpuinfo)
 jobs:=-j$(shell echo $$(($(cpus) + $(cpus)/2 +2)))
 MAKEJ := $(MAKE) $(jobs)
 
-SUBDIRS := thirdparty libzmpeg3 mpeg2enc mplexlo\
- db guicast cinelerra plugins doc po
+SUBDIRS = thirdparty libzmpeg3 mpeg2enc mplexlo \
      db guicast cinelerra plugins doc po
 
 all:
-       mkdir -p bin
+       mkdir -p bin bin/lv2
        +for dir in $(SUBDIRS); do $(MAKEJ) -C $$dir all; done
 
 clean:
@@ -24,6 +24,7 @@ clean:
 install:
        for dir in $(SUBDIRS); do $(MAKE) -C $$dir install; done
        cp -a COPYING README models Cinelerra_factory ffmpeg msg info tips bin/.
+       cp -a lv2_blacklist.txt bin/.
        mkdir -p bin/plugins/picon/cinfinity; for d in picon/*; do \
          if [ $$d = picon/cinfinity ]; then continue; fi; \
          cp -a $$d bin/plugins/picon/.; \
@@ -42,9 +43,9 @@ rebuild_all:
        $(MAKE) -C libzmpeg3 clean
        +$(MAKEJ) -C libzmpeg3
        $(MAKE) -C db clean
-       +$(MAKEJ) -C db
+       +$(MAKEJ) -C db all
        $(MAKE) rebuild
-       +$(MAKEJ) -C db/utils
+       +$(MAKEJ) -C db utils
 
 rebuild_install:
        $(MAKE) -C cinelerra install