X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2FMakefile.devel;fp=cinelerra-5.1%2FMakefile.devel;h=ef516090bf6a766ec4f795e88363fd72c33613c3;hb=4a028c75bea81ad0f03a8004eb076dfff718a469;hp=30d169f1c4bf684fcf693d58b2a8f332f95fd40c;hpb=83c3c4b8005ee632f93844f2a81c9bbded1b69ad;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/Makefile.devel b/cinelerra-5.1/Makefile.devel index 30d169f1..ef516090 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,8 @@ rebuild_all: $(MAKE) -C libzmpeg3 clean +$(MAKEJ) -C libzmpeg3 $(MAKE) -C db clean - +$(MAKEJ) -C db + +$(MAKEJ) -C db all utils $(MAKE) rebuild - +$(MAKEJ) -C db/utils rebuild_install: $(MAKE) -C cinelerra install