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 =
lib_LTLIBRARIES = libyaml++.la
libyaml++_la_SOURCES =
aliascontent.cpp /
content.cpp /
conversion.cpp /
emitter.cpp /
emitterstate.cpp /
emitterutils.cpp /
exp.cpp /
iterator.cpp /
map.cpp /
node.cpp /
null.cpp /
ostream.cpp /
parser.cpp /
parserstate.cpp /
regex.cpp /
scalar.cpp /
scanner.cpp /
scanscalar.cpp /
scantoken.cpp /
sequence.cpp /
simplekey.cpp /
stream.cpp /
aliascontent.h /
content.h /
emitterstate.h /
emitterutils.h /
exp.h /
indentation.h /
iterpriv.h /
ltnode.h /
map.h /
regex.h /
regeximpl.h /
scalar.h /
scanner.h /
scanscalar.h /
sequence.h /
setting.h /
streamcharsource.h /
stream.h /
stringsource.h /
libyaml++_la_SOURCES = \
aliascontent.cpp \
content.cpp \
conversion.cpp \
emitter.cpp \
emitterstate.cpp \
emitterutils.cpp \
exp.cpp \
iterator.cpp \
map.cpp \
node.cpp \
null.cpp \
ostream.cpp \
parser.cpp \
parserstate.cpp \
regex.cpp \
scalar.cpp \
scanner.cpp \
scanscalar.cpp \
scantoken.cpp \
sequence.cpp \
simplekey.cpp \
stream.cpp \
aliascontent.h \
content.h \
emitterstate.h \
emitterutils.h \
exp.h \
indentation.h \
iterpriv.h \
ltnode.h \
map.h \
regex.h \
regeximpl.h \
scalar.h \
scanner.h \
scanscalar.h \
sequence.h \
setting.h \
streamcharsource.h \
stream.h \
stringsource.h \
token.h
# include_HEADERS = kww.h
......@@ -521,48 +521,48 @@ uninstall-am: uninstall-libLTLIBRARIES
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags uninstall uninstall-am uninstall-libLTLIBRARIES
libyaml++_la_SOURCES =
aliascontent.cpp /
content.cpp /
conversion.cpp /
emitter.cpp /
emitterstate.cpp /
emitterutils.cpp /
exp.cpp /
iterator.cpp /
map.cpp /
node.cpp /
null.cpp /
ostream.cpp /
parser.cpp /
parserstate.cpp /
regex.cpp /
scalar.cpp /
scanner.cpp /
scanscalar.cpp /
scantoken.cpp /
sequence.cpp /
simplekey.cpp /
stream.cpp /
aliascontent.h /
content.h /
emitterstate.h /
emitterutils.h /
exp.h /
indentation.h /
iterpriv.h /
ltnode.h /
map.h /
regex.h /
regeximpl.h /
scalar.h /
scanner.h /
scanscalar.h /
sequence.h /
setting.h /
streamcharsource.h /
stream.h /
stringsource.h /
libyaml++_la_SOURCES = \
aliascontent.cpp \
content.cpp \
conversion.cpp \
emitter.cpp \
emitterstate.cpp \
emitterutils.cpp \
exp.cpp \
iterator.cpp \
map.cpp \
node.cpp \
null.cpp \
ostream.cpp \
parser.cpp \
parserstate.cpp \
regex.cpp \
scalar.cpp \
scanner.cpp \
scanscalar.cpp \
scantoken.cpp \
sequence.cpp \
simplekey.cpp \
stream.cpp \
aliascontent.h \
content.h \
emitterstate.h \
emitterutils.h \
exp.h \
indentation.h \
iterpriv.h \
ltnode.h \
map.h \
regex.h \
regeximpl.h \
scalar.h \
scanner.h \
scanscalar.h \
sequence.h \
setting.h \
streamcharsource.h \
stream.h \
stringsource.h \
token.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