X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fbuild%2FMakefile.cinelerra;h=6537a5ea32b71c328601fc79ca7896c8ed2465d4;hb=52fcc46226f9df46f9ce9d0566dc568455a7db0b;hp=3463e5772b1517154baddddcd66ce7ad2a2e812b;hpb=2d99bb8ce591f05a31464b517d85dc2bc35b2abe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/build/Makefile.cinelerra b/cinelerra-5.0/build/Makefile.cinelerra index 3463e577..6537a5ea 100644 --- a/cinelerra-5.0/build/Makefile.cinelerra +++ b/cinelerra-5.0/build/Makefile.cinelerra @@ -10,7 +10,6 @@ endif DIRS := \ thirdparty \ - quicktime \ libzmpeg3 \ mpeg2enc \ mplexlo \ @@ -47,15 +46,21 @@ dist-clean: # find \( -name .deps \) -exec rm -rf {} \; -prune find \( -name .libs \) -exec rm -rf {} \; -prune -MJPEGDIR := $(shell expr thirdparty/mjpegtools* ) +MJPEGDIR := $(shell expr $(THIRDPARTY)/mjpegtools* ) +MPEG2ENC := bin/mpeg2enc +MPEG2PLEX := bin/mplex +HVEG2ENC := bin/hveg2enc -$(PLUGIN_DIR)/mpeg2enc.plugin: - /bin/cp -a $(MJPEGDIR)/mpeg2enc/mpeg2enc $@ +$(MPEG2ENC): + cp -a $(MJPEGDIR)/mpeg2enc/mpeg2enc $@ -bin/mplex: - /bin/cp -a $(MJPEGDIR)/mplex/mplex $@ +$(MPEG2PLEX): + cp -a $(MJPEGDIR)/mplex/mplex $@ -install: $(PLUGIN_DIR)/mpeg2enc.plugin bin/mplex +$(HVEG2ENC): + cp -a $(TOPDIR)/mpeg2enc/$(OBJDIR)/hveg2enc $@ + +install: $(MPEG2PLEX) $(MPEG2ENC) $(HVEG2ENC) $(MAKE) -C plugins install DST=../bin $(MAKE) -C libzmpeg3 install $(MAKE) -C po install @@ -69,12 +74,13 @@ ifeq ($(STATIC_LIBRARIES), y) endif cp -a models bin cd bin && find -name '.svn' -exec rm -r {} \; -prune - rm -f bin/cutads - cp -a cinelerra/$(OBJDIR)/cutads bin/. + rm -f bin/cutads bin/bdwrite bin/manual.pdf + cp -a cinelerra/$(OBJDIR)/cutads cinelerra/$(OBJDIR)/bdwrite bin/. + cp -a doc/manual.pdf bin/. rm -f bin/new_db $(MAKE) -C db/utils new_db cp -a db/utils/new_db bin/. - cp -a ffmpeg bin/. + cp -a ffmpeg msg.txt bin/. @if [ ! -f "/cinelerra/media.db" ]; then \ echo "need to run:"; \ echo " mkdir /cinelerra"; \