X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fmplexlo%2FMakefile;h=c1a8aae8a4c1022f840241c440b2eb3e1759fb40;hb=a4387a272874bd4ed9f010684976f336fa3d0190;hp=6fb9ca7222adfeb2e0b75db973b432b45532b001;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/mplexlo/Makefile b/cinelerra-5.1/mplexlo/Makefile index 6fb9ca72..c1a8aae8 100644 --- a/cinelerra-5.1/mplexlo/Makefile +++ b/cinelerra-5.1/mplexlo/Makefile @@ -1,6 +1,8 @@ export TOPDIR ?= $(CURDIR)/.. include $(TOPDIR)/global_config +ifneq ($(WANT_LIBZMPEG),no) + $(shell mkdir -p $(OBJDIR)) OBJS = $(OBJDIR)/mplex.o CC = gcc @@ -27,3 +29,12 @@ install: cp $(OUTPUT) $(BINDIR)/. $(OBJDIR)/mplex.o: mplex.c + +else +#not WANT_LIBZMPEG +all: +rebuild: +utils: +clean: +install: +endif