add configure without-thirdparty, without-libzmpeg, without-commercial
[goodguy/history.git] / cinelerra-5.1 / db / Makefile
index 9e4ea0b8ecb5e3dcb68b6474d05348a577486269..3836465101792b57979286a8370ffa4f81318689 100644 (file)
@@ -1,6 +1,8 @@
 export TOPDIR ?= $(CURDIR)/..
 include $(TOPDIR)/global_config
 
+ifneq ($(WANT_COMMERCIAL),no)
+
 $(shell mkdir -p $(OBJDIR))
 LIBS := $(OBJDIR)/db.a ../libzmpeg3/$(OBJDIR)/libzmpeg3.a -lasound -lm -lX11
 OUTPUT := $(OBJDIR)/db.a s.C
@@ -50,3 +52,11 @@ $(OBJDIR)/tdb.o:     tdb.C tdb.h
 $(OBJDIR)/xsch.o:      xsch.C tdb.h
 $(OBJDIR)/xsch:                $(OBJDIR)/xsch.o
 
+else
+#not WANT_COMMERCIAL
+all:
+rebuild:
+utils:
+install:
+clean:
+endif