refresh frame fix, dblclk proxy viewer fix, vicon refresh fix for awdw resize, fix...
[goodguy/history.git] / cinelerra-5.1 / Makefile.devel
index 30d169f1c4bf684fcf693d58b2a8f332f95fd40c..a12d8f2b0d67fe51e8e3984677f8c6574ad61b97 100644 (file)
@@ -8,8 +8,8 @@ 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 bin/lv2
@@ -43,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