Skip to content
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.

Commit

Permalink
* lang_cpp/analyze/Makefile: install-findlib
Browse files Browse the repository at this point in the history
  • Loading branch information
pad committed Apr 14, 2015
1 parent 0ddd8bb commit a188fc0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions lang_cpp/analyze/Makefile
Expand Up @@ -90,8 +90,16 @@ $(TARGET).top: $(OBJS) $(LIBS)
clean::
rm -f $(TARGET).top


##############################################################################
# Literate Programming rules
# install
##############################################################################
LIBNAME=pfff-lang_cpp-analyze
EXPORTSRC=\
check_variables_cpp.mli \
highlight_cpp.mli

install-findlib: all all.opt
ocamlfind install $(LIBNAME) META \
lib.cma lib.cmxa lib.a \
$(EXPORTSRC) $(EXPORTSRC:%.mli=%.cmi) \

0 comments on commit a188fc0

Please sign in to comment.