1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 18:39:41 +00:00

Included flexcat in Makefile

This commit is contained in:
llsth
2015-04-08 13:01:33 +02:00
parent 4efc38b6b8
commit 9d2de4b700
2 changed files with 10 additions and 0 deletions

5
configure vendored
View File

@ -310,6 +310,11 @@ if $VALID ; then
echo "libs: libamath libcomplex libcamath libamathapp"
echo
echo "catalogs: "
echo " flexcat catalog/help.cd app/localize/help.h=catalog/help.sd"
echo " flexcat catalog/ident-clean.cd app/localize/ident.h=catalog/ident.sd"
echo " flexcat catalog/text.cd app/localize/text.h=catalog/text.sd"
echo
echo "libamathapp: ${libapp}"
echo " \${AR} rcs libamathapp${outext}.a ${libapp}"
echo " \${RANLIB} libamathapp${outext}.a"