add configure without-thirdparty, without-libzmpeg, without-commercial
[goodguy/history.git] / cinelerra-5.1 / db / utils / Makefile
index 0e5a8f1abef4ec73b180813ff30eb08bda73353e..cd1a4973cfd416a809af81987e5e0347697e388d 100644 (file)
@@ -1,6 +1,8 @@
 export TOPDIR ?= $(CURDIR)/../..
 include $(TOPDIR)/global_config
 
+ifneq ($(WANT_COMMERCIAL),no)
+
 $(shell mkdir -p $(OBJDIR))
 $(shell echo $(CFLAGS) > $(OBJDIR)/c_flags)
 CXXFLAGS:=-ggdb -I.. -Wall `cat $(OBJDIR)/c_flags`
@@ -61,3 +63,9 @@ install:
 clean:
        rm -f $(TARGETS) *.o a.out
 
+else
+#not WANT_COMMERCIAL
+all:
+install:
+clean:
+endif