X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fdb%2FMakefile;fp=cinelerra-5.1%2Fdb%2FMakefile;h=3836465101792b57979286a8370ffa4f81318689;hp=9e4ea0b8ecb5e3dcb68b6474d05348a577486269;hb=4a028c75bea81ad0f03a8004eb076dfff718a469;hpb=83c3c4b8005ee632f93844f2a81c9bbded1b69ad 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