diff --git a/src/yamlcpp/#Makefile.am# b/src/yamlcpp/#Makefile.am# deleted file mode 100644 --- a/src/yamlcpp/#Makefile.am# +++ /dev/null @@ -1,43 +0,0 @@ -## How to make our mangled yaml-cpp from the yaml-cpp-0.6.0.tar.gz tarball -# tar xf yaml-cpp-0.6.0.tar.gz -# for i in `find yaml-cpp -type f -name "*.h" -o -name "*.cpp"`; do -# sed -e 's/namespace YAML/namespace LHAPDF_YAML/' -e 's/YAML::/LHAPDF_YAML::/g' -i -# done -# mv yaml-cpp{,.bak} && cp yaml-cpp.bak/include/yaml-cpp . -r && cp yaml-cpp.bak/src/*.{h,cpp} . - -EXTRA_DIST = yaml-cpp -noinst_LTLIBRARIES = librivet-yaml-cpp.la -librivet_yaml_cpp_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir) -librivet_yaml_cpp_la_SOURCES = \ - binary.cpp emitterstate.cpp node.cpp parser.cpp simplekey.cpp \ - convert.cpp emitterutils.cpp node_data.cpp regex_yaml.cpp singledocparser.cpp \ - directives.cpp exceptions.cpp nodeevents.cpp scanner.cpp stream.cpp \ - emit.cpp exp.cpp null.cpp scanscalar.cpp tag.cpp \ - emitfromevents.cpp memory.cpp ostream_wrapper.cpp scantag.cpp \ - emitter.cpp nodebuilder.cpp parse.cpp scantoken.cpp -dist_noinst_HEADERS = \ - collectionstack.h exp.h ptr_vector.h scanscalar.h streamcharsource.h token.h \ - directives.h indentation.h regeximpl.h scantag.h stream.h \ - emitterstate.h nodebuilder.h regex_yaml.h setting.h stringsource.h \ - emitterutils.h nodeevents.h scanner.h singledocparser.h tag.h - - - -EXTRA_DIST = yaml-cpp -noinst_LTLIBRARIES = liblhapdf-yaml-cpp.la -liblhapdf_yaml_cpp_la_CPPFLAGS = $(AM_CPPFLAGS) -I$(srcdir) -liblhapdf_yaml_cpp_la_SOURCES = \ - aliasmanager.cpp emitterutils.cpp ostream.cpp simplekey.cpp \ - binary.cpp exp.cpp parser.cpp singledocparser.cpp \ - conversion.cpp iterator.cpp regex.cpp stream.cpp \ - directives.cpp nodebuilder.cpp scanner.cpp tag.cpp \ - emitfromevents.cpp node.cpp scanscalar.cpp \ - emitter.cpp nodeownership.cpp scantag.cpp \ - emitterstate.cpp null.cpp scantoken.cpp -dist_noinst_HEADERS = \ - collectionstack.h iterpriv.h regeximpl.h streamcharsource.h \ - directives.h nodebuilder.h scanner.h stream.h \ - emitterstate.h nodeownership.h scanscalar.h stringsource.h \ - emitterutils.h ptr_stack.h scantag.h tag.h \ - exp.h ptr_vector.h setting.h token.h \ - indentation.h regex.h singledocparser.h diff --git a/src/yamlcpp/.#Makefile.am b/src/yamlcpp/.#Makefile.am deleted file mode 120000 --- a/src/yamlcpp/.#Makefile.am +++ /dev/null @@ -1,1 +0,0 @@ -andy@unity.18581:1556722151 \ No newline at end of file