more ru xlats, doc updates, proxy tweaks
[goodguy/history.git] / cinelerra-5.1 / mplexlo / Makefile
index 0f016888b51f33fa54ac83b5ca769de1cb865412..c1a8aae8a4c1022f840241c440b2eb3e1759fb40 100644 (file)
@@ -1,7 +1,8 @@
-TOPDIR ?= $(CURDIR)/..
-export TOPDIR
+export TOPDIR ?= $(CURDIR)/..
 include $(TOPDIR)/global_config
 
+ifneq ($(WANT_LIBZMPEG),no)
+
 $(shell mkdir -p $(OBJDIR))
 OBJS = $(OBJDIR)/mplex.o
 CC = gcc
@@ -28,3 +29,12 @@ install:
        cp $(OUTPUT) $(BINDIR)/.
 
 $(OBJDIR)/mplex.o: mplex.c
+
+else
+#not WANT_LIBZMPEG
+all:
+rebuild:
+utils:
+clean:
+install:
+endif