install scrapelabels/addlabels in $(LIBDIR)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3851 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2001-10-04 02:00:12 +00:00
parent 533281b750
commit c2f6c0dfda
1 changed files with 6 additions and 0 deletions

View File

@ -117,6 +117,9 @@ scrapelabels: $(SCRAPELABELS)
lexer301.ml: lexer301.mll
$(CAMLLEX) lexer301.mll
install::
cp scrapelabels $(LIBDIR)
clean::
rm -f scrapelabels lexer301.ml
@ -130,6 +133,9 @@ addlabels: addlabels.ml
$(CAMLC) $(LINKFLAGS) -w sl -o addlabels \
$(ADDLABELS_IMPORTS) addlabels.ml
install::
cp addlabels $(LIBDIR)
clean::
rm -f addlabels