Included flexcat in Makefile

This commit is contained in:
llsth
2015-04-08 13:01:33 +02:00
parent 73a6b6d4fc
commit 5047f211cf
2 changed files with 10 additions and 0 deletions
Vendored
+5
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"