]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/gen/adacurses-config.in
ncurses 6.2 - patch 20200212
[ncurses.git] / Ada95 / gen / adacurses-config.in
index e29c3099db2db4c60767e9a4ca6639f2b8f3ccdb..2b055dc53f118a90f400c83a47ab4b5363e95b0f 100644 (file)
@@ -1,7 +1,8 @@
 #! /bin/sh
 #! /bin/sh
-# $Id: adacurses-config.in,v 1.9 2014/06/07 19:32:22 Pascal.Pignard Exp $
+# $Id: adacurses-config.in,v 1.14 2020/02/02 23:34:34 tom Exp $
 ##############################################################################
 ##############################################################################
-# Copyright (c) 2007-2010,2014 Free Software Foundation, Inc.                #
+# Copyright 2019,2020 Thomas E. Dickey                                       #
+# Copyright 2007-2014,2016 Free Software Foundation, Inc.                    #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
 #                                                                            #
 # Permission is hereby granted, free of charge, to any person obtaining a    #
 # copy of this software and associated documentation files (the "Software"), #
@@ -41,13 +42,14 @@ ADA_OBJECTS=@ADA_OBJECTS@
 VERSION=@NCURSES_MAJOR@.@NCURSES_MINOR@.@NCURSES_PATCH@
 
 CFLAGS="-aI$ADA_INCLUDE -aO$ADA_OBJECTS"
 VERSION=@NCURSES_MAJOR@.@NCURSES_MINOR@.@NCURSES_PATCH@
 
 CFLAGS="-aI$ADA_INCLUDE -aO$ADA_OBJECTS"
-LIBS="-L$ADA_OBJECTS -lAdaCurses"
+LIBS="-L$ADA_OBJECTS -l@ADA_LIBNAME@"
 
 
-THIS="adacurses"
+THIS="@ADA_LIBNAME@"
+THIS_CFG="$THIS@DFT_ARG_SUFFIX@-config"
 
 case "x$1" in
        x--version)
 
 case "x$1" in
        x--version)
-               echo AdaCurses $VERSION
+               echo @ADA_LIBNAME@ $VERSION
                ;;
        x--cflags)
                echo $CFLAGS
                ;;
        x--cflags)
                echo $CFLAGS
@@ -61,7 +63,7 @@ case "x$1" in
                ;;
        x--help)
                cat <<ENDHELP
                ;;
        x--help)
                cat <<ENDHELP
-Usage: ${THIS}-config [options]
+Usage: ${THIS_CFG} [options]
 
 Options:
   --cflags           echos the gnat (Ada compiler) flags needed to compile with ${THIS}
 
 Options:
   --cflags           echos the gnat (Ada compiler) flags needed to compile with ${THIS}
@@ -75,7 +77,7 @@ If no options are given, echos the full set of flags needed by gnatmake.
 ENDHELP
                ;;
        *)
 ENDHELP
                ;;
        *)
-               echo 'Usage: adacurses@DFT_ARG_SUFFIX@-config [--version | --cflags | --libs]' >&2
+               echo 'Usage: $THIS_CFG [--version | --cflags | --libs]' >&2
                exit 1
                ;;
 esac
                exit 1
                ;;
 esac