X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2FMakefile.devel;h=ae6c41e00dae84a97b83973c2244d3dc8ede12c5;hb=f02c3f7d36eb475d1371f8e4b2814bea99e8b478;hp=7996f3223ae5ff5ade69d7ddccab6a7660d7d1ba;hpb=089f2be86316b88f72a6c359ab10e2b95539005b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/Makefile.devel b/cinelerra-5.1/Makefile.devel index 7996f322..ae6c41e0 100644 --- a/cinelerra-5.1/Makefile.devel +++ b/cinelerra-5.1/Makefile.devel @@ -2,7 +2,7 @@ TOPDIR := $(CURDIR) CFLAGS ?= -ggdb -export CFLAGS +export CFLAGS_ := $(CFLAGS) cpus:=$(shell grep -c "^proc" /proc/cpuinfo) jobs:=-j$(shell echo $$(($(cpus) + $(cpus)/2 +2))) @@ -22,7 +22,8 @@ clean: install: for dir in $(SUBDIRS); do $(MAKE) -C $$dir install; done - cp -a COPYING README models ffmpeg msg.txt bin/. + cp -a COPYING README models ffmpeg msg info tips bin/. + for d in picon*; do cp -a $$d/. bin/plugins/$$d/.; done rebuild: $(MAKE) -C guicast clean @@ -31,6 +32,7 @@ rebuild: +$(MAKEJ) -C guicast +$(MAKEJ) -C cinelerra +$(MAKEJ) -C plugins + $(MAKE) install rebuild_all: $(MAKE) -C libzmpeg3 clean