Skip to content
Snippets Groups Projects
Commit 76e28b20 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

?

parent edfddb83
No related branches found
No related tags found
No related merge requests found
# AM_CXXFLAGS = # AM_CXXFLAGS =
lib_LTLIBRARIES = libyaml++.la lib_LTLIBRARIES = libyaml++.la
libyaml++_la_SOURCES = libyaml++_la_SOURCES = \
aliascontent.cpp / aliascontent.cpp \
content.cpp / content.cpp \
conversion.cpp / conversion.cpp \
emitter.cpp / emitter.cpp \
emitterstate.cpp / emitterstate.cpp \
emitterutils.cpp / emitterutils.cpp \
exp.cpp / exp.cpp \
iterator.cpp / iterator.cpp \
map.cpp / map.cpp \
node.cpp / node.cpp \
null.cpp / null.cpp \
ostream.cpp / ostream.cpp \
parser.cpp / parser.cpp \
parserstate.cpp / parserstate.cpp \
regex.cpp / regex.cpp \
scalar.cpp / scalar.cpp \
scanner.cpp / scanner.cpp \
scanscalar.cpp / scanscalar.cpp \
scantoken.cpp / scantoken.cpp \
sequence.cpp / sequence.cpp \
simplekey.cpp / simplekey.cpp \
stream.cpp / stream.cpp \
aliascontent.h / aliascontent.h \
content.h / content.h \
emitterstate.h / emitterstate.h \
emitterutils.h / emitterutils.h \
exp.h / exp.h \
indentation.h / indentation.h \
iterpriv.h / iterpriv.h \
ltnode.h / ltnode.h \
map.h / map.h \
regex.h / regex.h \
regeximpl.h / regeximpl.h \
scalar.h / scalar.h \
scanner.h / scanner.h \
scanscalar.h / scanscalar.h \
sequence.h / sequence.h \
setting.h / setting.h \
streamcharsource.h / streamcharsource.h \
stream.h / stream.h \
stringsource.h / stringsource.h \
token.h token.h
# include_HEADERS = kww.h # include_HEADERS = kww.h
...@@ -521,48 +521,48 @@ uninstall-am: uninstall-libLTLIBRARIES ...@@ -521,48 +521,48 @@ uninstall-am: uninstall-libLTLIBRARIES
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libLTLIBRARIES tags uninstall uninstall-am uninstall-libLTLIBRARIES
libyaml++_la_SOURCES = libyaml++_la_SOURCES = \
aliascontent.cpp / aliascontent.cpp \
content.cpp / content.cpp \
conversion.cpp / conversion.cpp \
emitter.cpp / emitter.cpp \
emitterstate.cpp / emitterstate.cpp \
emitterutils.cpp / emitterutils.cpp \
exp.cpp / exp.cpp \
iterator.cpp / iterator.cpp \
map.cpp / map.cpp \
node.cpp / node.cpp \
null.cpp / null.cpp \
ostream.cpp / ostream.cpp \
parser.cpp / parser.cpp \
parserstate.cpp / parserstate.cpp \
regex.cpp / regex.cpp \
scalar.cpp / scalar.cpp \
scanner.cpp / scanner.cpp \
scanscalar.cpp / scanscalar.cpp \
scantoken.cpp / scantoken.cpp \
sequence.cpp / sequence.cpp \
simplekey.cpp / simplekey.cpp \
stream.cpp / stream.cpp \
aliascontent.h / aliascontent.h \
content.h / content.h \
emitterstate.h / emitterstate.h \
emitterutils.h / emitterutils.h \
exp.h / exp.h \
indentation.h / indentation.h \
iterpriv.h / iterpriv.h \
ltnode.h / ltnode.h \
map.h / map.h \
regex.h / regex.h \
regeximpl.h / regeximpl.h \
scalar.h / scalar.h \
scanner.h / scanner.h \
scanscalar.h / scanscalar.h \
sequence.h / sequence.h \
setting.h / setting.h \
streamcharsource.h / streamcharsource.h \
stream.h / stream.h \
stringsource.h / stringsource.h \
token.h token.h
# include_HEADERS = kww.h # include_HEADERS = kww.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment