X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fgen%2FMakefile.in;h=9e69e32e74436d6a52d6e850dc347a29d0979edf;hp=f64c0f93690fa4dc0f3e5f18d57cc8dff0a154ca;hb=0819b56c3096ed77dd36312b0c4e8f37e7d46c88;hpb=34d602f272c394e9a980438e636e1ce4d355f83b diff --git a/Ada95/gen/Makefile.in b/Ada95/gen/Makefile.in index f64c0f93..9e69e32e 100644 --- a/Ada95/gen/Makefile.in +++ b/Ada95/gen/Makefile.in @@ -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` ;\