X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fdb%2Futils%2FMakefile;h=0e5a8f1abef4ec73b180813ff30eb08bda73353e;hb=ff42b9a7ca68bd44b5dd98d17da3db941ac22c41;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..0e5a8f1a 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)) @@ -33,11 +32,12 @@ TARGETS:=clip_accesses \ root_info \ dmp \ cpdb \ - add_path_pos \ path_ls \ - dbcvt \ xtv +# add_path_pos \ +# dbcvt \ + all: $(TARGETS) dbtv: dbtv.C @@ -56,6 +56,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