all the liles..

This commit is contained in:
Vitor Santos Costa 2016-09-21 15:01:26 -05:00
parent e70b7060d1
commit d273270c11

View File

@ -3,36 +3,39 @@
arith.yap arith.yap
arithpreds.yap arithpreds.yap
arrays.yap arrays.yap
attributes.yap
atoms.yap atoms.yap
attributes.yap
boot.yap boot.yap
bootlists.yap
bootutils.yap bootutils.yap
callcount.yap callcount.yap
checker.yap checker.yap
consult.yap consult.yap
control.yap control.yap
corout.yap corout.yap
debug.yap
dbload.yap dbload.yap
debug.yap
depth_bound.yap depth_bound.yap
dialect.yap dialect.yap
directives.yap directives.yap
eam.yap eam.yap
eval.yap error.yap
errors.yap errors.yap
eval.yap
flags.yap flags.yap
grammar.yap grammar.yap
ground.yap ground.yap
hacks.yap hacks.yap
init.yap init.yap
listing.yap listing.yap
bootlists.yap
load_foreign.yap load_foreign.yap
messages.yap messages.yap
meta.yap meta.yap
modules.yap modules.yap
newmod.yap newmod.yap
os.yap os.yap
pathconf.yap
pl
preddecls.yap preddecls.yap
preddyns.yap preddyns.yap
preds.yap preds.yap
@ -43,20 +46,20 @@
setof.yap setof.yap
signals.yap signals.yap
sort.yap sort.yap
spy.yap
statistics.yap statistics.yap
strict_iso.yap strict_iso.yap
swi.yap
tabling.yap tabling.yap
threads.yap threads.yap
udi.yap udi.yap
undefined.yap undefined.yap
utils.yap utils.yap
swi.yap
yapor.yap yapor.yap
yio.yap yio.yap
) )
if (ANDROID) if (ANDROID)
message("${libpl}")
file(INSTALL ${PL_SOURCES} DESTINATION ${libpl}/pl) file(INSTALL ${PL_SOURCES} DESTINATION ${libpl}/pl)
else() else()