1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-06 02:49:59 +00:00

Remove old build defs

This commit is contained in:
Carsten Larsen
2017-02-10 23:00:01 +01:00
parent 0cc7b6720f
commit c9c10d8905
3 changed files with 11 additions and 38 deletions

15
configure vendored
View File

@ -246,10 +246,9 @@ if $VALID ; then
echo "LFLAGS = -lamathapp${outext} -lcomplex${outext} -lamath${outext} -lcamath${outext} $gcclib"
echo
echo "FLXCAT = build/flexcat/flexcat"
echo "MKDIR = mkdir"
echo "MKDIR = mkdir -p"
echo "COPY = cp"
echo "DEL = rm -f"
echo "DELREC = rm -Rf"
echo
echo "all: libs app"
echo
@ -358,15 +357,7 @@ if $VALID ; then
echo "app: libs ${l}"
echo " \${CC} \${CFLAGS} ${ARCFLAG}${CROSSCOMPILEFLAGS}${exestrip} -L. -o amath${outext} ${l} \${LFLAGS}"
echo
echo "dist: app catalogs"
# echo " \${MKDIR} dist"
echo " \${COPY} amath dist/"
echo " \${COPY} LICENSE dist/"
echo " \${COPY} COPYRIGHT dist/"
echo
echo "amigacatalogs:"
# echo " \${MKDIR} dist"
echo " \${MKDIR} dist/catalog"
echo " \${MKDIR} dist/catalog/english"
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"
@ -388,10 +379,6 @@ if $VALID ; then
echo "clean:"
echo " \${DEL} ${libapp} ${libamath} ${libcomplex} ${libc} ${l} libamath${outext}.a libcamath${outext}.a libcomplex${outext}.a libamathapp${outext}.a amath${outext}"
echo
echo "distclean:"
echo " \${DEL} ${libapp} ${libamath} ${libcomplex} ${libc} ${l} libamath${outext}.a libcamath${outext}.a libcomplex${outext}.a libamathapp${outext}.a amath${outext}"
echo " \${DELREC} dist"
echo
echo "depend:"
echo " @echo Dependencies already done"
) > Makefile