X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fdb%2Futils%2FMakefile;h=cd1a4973cfd416a809af81987e5e0347697e388d;hb=340840559db419a217ccb6adc7de1f96518d2906;hp=0e5a8f1abef4ec73b180813ff30eb08bda73353e;hpb=8f008f5c7d5d6fac72bf02358b8fa731c04156bb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/db/utils/Makefile b/cinelerra-5.1/db/utils/Makefile index 0e5a8f1a..cd1a4973 100644 --- a/cinelerra-5.1/db/utils/Makefile +++ b/cinelerra-5.1/db/utils/Makefile @@ -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