1
0
mirror of https://gitlab.com/rnger/amath synced 2025-11-22 10:29:46 +00:00

Updated make logic

This commit is contained in:
llsth
2015-04-10 00:02:57 +02:00
parent 88716858be
commit 8cb7b0eec0
3 changed files with 30 additions and 30 deletions

20
configure vendored
View File

@ -317,9 +317,10 @@ if $VALID ; then
echo "libs: libamath libcomplex libcamath libamathapp"
echo
echo "catalogs: "
echo " \${FLXCAT} catalog/help.cd app/localize/help.h=catalog/help.sd"
echo " \${FLXCAT} catalog/ident-clean.cd app/localize/ident.h=catalog/ident.sd"
echo " \${FLXCAT} catalog/text.cd app/localize/text.h=catalog/text.sd"
echo " \${FLXCAT} text/keyword.cd app/localize/kword.h=text/keyword.sd"
echo " \${FLXCAT} text/help.cd app/localize/help.h=text/help.sd"
echo " \${FLXCAT} text/ident-clean.cd app/localize/ident.h=text/ident.sd"
echo " \${FLXCAT} text/text.cd app/localize/text.h=text/text.sd"
echo
echo "libamathapp: ${libapp}"
echo " \${AR} rcs libamathapp${outext}.a ${libapp}"
@ -344,17 +345,16 @@ if $VALID ; then
echo " \${MKDIR} dist"
echo " \${MKDIR} dist/catalog"
echo " \${MKDIR} dist/catalog/english"
echo " \${FLXCAT} catalog/help.cd catalog/english/amath-help.ct CATALOG dist/catalog/english/amath-help.catalog"
echo " \${FLXCAT} catalog/ident.cd catalog/english/amath-ident.ct CATALOG dist/catalog/english/amath-ident.catalog"
echo " \${FLXCAT} catalog/text.cd catalog/english/amath-text.ct CATALOG dist/catalog/english/amath-text.catalog"
echo " \${FLXCAT} text/help.cd catalog/english/amath-help.ct CATALOG dist/catalog/english/amath-help.catalog"
echo " \${FLXCAT} text/ident.cd catalog/english/amath-ident.ct CATALOG dist/catalog/english/amath-ident.catalog"
echo " \${FLXCAT} text/text.cd catalog/english/amath-text.ct CATALOG dist/catalog/english/amath-text.catalog"
echo " \${MKDIR} dist/catalog/dansk"
echo " \${FLXCAT} catalog/help.cd catalog/dansk/amath-help.ct CATALOG dist/catalog/dansk/amath-help.catalog"
echo " \${FLXCAT} catalog/ident.cd catalog/dansk/amath-ident.ct CATALOG dist/catalog/dansk/amath-ident.catalog"
echo " \${FLXCAT} catalog/text.cd catalog/dansk/amath-text.ct CATALOG dist/catalog/dansk/amath-text.catalog"
echo " \${FLXCAT} text/help.cd catalog/dansk/amath-help.ct CATALOG dist/catalog/dansk/amath-help.catalog"
echo " \${FLXCAT} text/ident.cd catalog/dansk/amath-ident.ct CATALOG dist/catalog/dansk/amath-ident.catalog"
echo " \${FLXCAT} text/text.cd catalog/dansk/amath-text.ct CATALOG dist/catalog/dansk/amath-text.catalog"
echo " \${COPY} amath dist/"
echo " \${COPY} LICENSE dist/"
echo " \${COPY} COPYRIGHT dist/"
echo " \${COPY} catalog/README dist/catalog/"
echo " \${COPY} catalog/LICENSE dist/catalog/"
echo
echo "clean:"