Home | History | Annotate | Download | only in llvm

Lines Matching refs:meta

21 all-local:: copy-meta
22 install-local:: install-meta
23 uninstall-local:: uninstall-meta
25 DestMETA := $(PROJ_libocamldir)/META.llvm
27 # Easy way of generating META in the objdir
28 copy-meta: $(OcamlDir)/META.llvm
30 $(OcamlDir)/META.llvm: META.llvm
33 install-meta:: $(ObjDir)/META.llvm
36 $(Verb) $(DataInstall) META.llvm "$(DestMETA)"
38 uninstall-meta::