git subrepo clone --branch=0.2.5 https://github.com/yaml/libyaml.git deps/libyaml
subrepo: subdir: "deps/libyaml" merged: "2c891fc" upstream: origin: "https://github.com/yaml/libyaml.git" branch: "0.2.5" commit: "2c891fc" git-subrepo: version: "0.4.6" origin: "???" commit: "???"
This commit is contained in:
17
deps/libyaml/include/Makefile.am
vendored
Normal file
17
deps/libyaml/include/Makefile.am
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
AM_CPPFLAGS = yaml.h
|
||||
DOXYGEN_CFG = $(top_srcdir)/doc/doxygen.cfg
|
||||
|
||||
nobase_include_HEADERS = $(AM_CPPFLAGS)
|
||||
|
||||
if DOXYGEN
|
||||
|
||||
html: $(AM_CPPFLAGS) $(DOXYGEN_CFG)
|
||||
PACKAGE=$(PACKAGE) VERSION=$(VERSION) top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) doxygen $(DOXYGEN_CFG)
|
||||
|
||||
endif
|
||||
|
||||
maintainer-clean-local:
|
||||
-rm -rf $(top_builddir)/doc/html
|
||||
|
||||
dist-hook: html
|
||||
cp -a $(top_builddir)/doc/html $(top_distdir)/doc
|
1985
deps/libyaml/include/yaml.h
vendored
Normal file
1985
deps/libyaml/include/yaml.h
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user