]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/gen/Makefile.in
ncurses 5.9 - patch 20150425
[ncurses.git] / Ada95 / gen / Makefile.in
index f64c0f93690fa4dc0f3e5f18d57cc8dff0a154ca..9e69e32e74436d6a52d6e850dc347a29d0979edf 100644 (file)
@@ -1,5 +1,5 @@
 ##############################################################################
-# Copyright (c) 1998-2012,2014 Free Software Foundation, Inc.                #
+# Copyright (c) 1998-2014,2015 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"), #
@@ -28,7 +28,7 @@
 #
 #  Author:  Juergen Pfeifer, 1996
 #
-#  $Id: Makefile.in,v 1.80 2014/05/24 21:31:05 tom Exp $
+#  $Id: Makefile.in,v 1.82 2015/04/18 17:06:24 tom Exp $
 #
 .SUFFIXES:
 
@@ -80,7 +80,7 @@ RANLIB                = @RANLIB@
 M4             = m4
 M4FLAGS                = -DNCURSES_EXT_FUNCS=@NCURSES_EXT_FUNCS@
 
-ADACURSES_CONFIG = adacurses@DFT_ARG_SUFFIX@-config
+ADACURSES_CONFIG = adacurses@USE_CFG_SUFFIX@-config
 
 WRAPPER                = @NCURSES_SHLIB2@
 
@@ -297,7 +297,8 @@ adahtml:
        @find $(HTML_DIR) -type f -exec rm -f {} \;
        @mkdir -p $(HTML_DIR)
        cp -p ../src/*.ad[sb] . && chmod +w *.ad[sb]
-       ln -sf ../src/*.ali .
+@USE_OLD_MAKERULES@    ln -sf ../src/*.ali .
+@USE_GNAT_PROJECTS@    ln -sf ../static-ali/*.ali .
        @echo "Filtering generated files"
        @for f in $(GEN_SRC); do \
           h=`basename $$f` ;\