X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fdb%2Futils%2FMakefile;h=3ded9944876f55d4bcd1c802cee56ec2688ba82f;hb=2d21d00a123e863d87032c12e217e22050628dc9;hp=12e0abef7b08f683c0c2e96b2ead0d6a7ebb8e05;hpb=089f2be86316b88f72a6c359ab10e2b95539005b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/db/utils/Makefile b/cinelerra-5.1/db/utils/Makefile index 12e0abef..3ded9944 100644 --- a/cinelerra-5.1/db/utils/Makefile +++ b/cinelerra-5.1/db/utils/Makefile @@ -1,5 +1,4 @@ -TOPDIR ?= $(CURDIR)/../.. -export TOPDIR +export TOPDIR ?= $(CURDIR)/../.. include $(TOPDIR)/global_config $(shell mkdir -p $(OBJDIR)) @@ -56,6 +55,8 @@ xtv: xtv.C $(XTV_MEDIA_OBJS) @echo c++ -pthread $(CXXFLAGS) xtv.C $(XTV_MEDIA_OBJS) -o xtv @c++ -pthread $(XTV_INCLUDES) $(CXXFLAGS) xtv.C $(XTV_MEDIA_OBJS) $(XTV_LIBS) -o xtv +install: + clean: rm -f $(TARGETS) *.o a.out