X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fdb%2FMakefile;h=3836465101792b57979286a8370ffa4f81318689;hb=refs%2Fheads%2Fmaster;hp=9e4ea0b8ecb5e3dcb68b6474d05348a577486269;hpb=29cc4023b50d6f7f9ab518978d8c9e839832b900;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/db/Makefile b/cinelerra-5.1/db/Makefile index 9e4ea0b8..38364651 100644 --- a/cinelerra-5.1/db/Makefile +++ b/cinelerra-5.1/db/Makefile @@ -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