X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2FMakefile.devel;h=a12d8f2b0d67fe51e8e3984677f8c6574ad61b97;hp=30d169f1c4bf684fcf693d58b2a8f332f95fd40c;hb=502b6f3b6fd04f6b01c6d70dcb81aa304dd0db1c;hpb=cb73d14fe59acbe8eba0a62f4af26a23072201fa diff --git a/cinelerra-5.1/Makefile.devel b/cinelerra-5.1/Makefile.devel index 30d169f1..a12d8f2b 100644 --- a/cinelerra-5.1/Makefile.devel +++ b/cinelerra-5.1/Makefile.devel @@ -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