X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fgen%2FMakefile.in;h=aea7fdd7238e200d6236dea5cbfc8c2cb103028a;hp=bccea45f57413775fd7cf3bf6cf570d38557c9cd;hb=refs%2Ftags%2Fv5.4;hpb=46722468f47c2b77b3987729b4bcf2321cccfd01 diff --git a/Ada95/gen/Makefile.in b/Ada95/gen/Makefile.in index bccea45f..aea7fdd7 100644 --- a/Ada95/gen/Makefile.in +++ b/Ada95/gen/Makefile.in @@ -1,5 +1,5 @@ ############################################################################## -# Copyright (c) 1998 Free Software Foundation, Inc. # +# Copyright (c) 1998-2002,2003 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"), # @@ -27,10 +27,9 @@ ############################################################################## # # Author: Juergen Pfeifer, 1996 -# Contact: http://www.familiepfeifer.de/Contact.aspx?Lang=en # # Version Control -# $Revision: 1.41 $ +# $Revision: 1.44 $ # .SUFFIXES: @@ -53,6 +52,7 @@ INSTALL_DATA = @INSTALL_DATA@ AWK = @AWK@ LN_S = @LN_S@ +CC = @CC@ HOST_CC = @BUILD_CC@ CFLAGS = @CFLAGS@ @@ -82,8 +82,6 @@ DEL_ADAMODE = sed -e '/^\-\-\ \ \-\*\-\ ada\ \-\*\-.*/d' GNATHTML = `type -p gnathtml || type -p gnathtml.pl` GNATHP = www.gnat.com -MAIL = www.familiepfeifer.de/Contact.aspx?Lang=en -HOMEP = www.familiepfeifer.de/juergen ################################################################################ ALIB = @cf_ada_package@ @@ -171,9 +169,9 @@ install.libs :: $(ADA_INCLUDE) install \ install.libs :: $(ADA_OBJECTS) @echo installing package $(ALIB) in $(ADA_OBJECTS) - @chmod a-wx $(ADA_SRCDIR)/*.ali + @-chmod a-wx $(ADA_SRCDIR)/*.ali @$(top_srcdir)/tar-copy.sh '$(ALIB)[-.]*.ali' $(ADA_SRCDIR) $(ADA_OBJECTS) - @chmod u+x $(ADA_SRCDIR)/*.ali + @-chmod u+x $(ADA_SRCDIR)/*.ali uninstall \ uninstall.libs :: @@ -420,11 +418,9 @@ adahtml: sed -e 's%">%">%g' |\ sed -e 's/3X/3x/g' |\ sed -e 's/$$\([ABCDEFGHIJKLMNOPQRSTUVWXZabcdefghijklmnopqrstuvwxz0123456789_]*:.*\)\$$/@\1@/' |\ - sed -e 's%Juergen Pfeifer%J\ürgen Pfeifer%g' |\ - sed -e 's%http://$(MAIL)%$(MAIL)%g' |\ sed -e 's%</A>%%g' > $$a.tmp ;\ mv $$a.tmp $$f ;\ - done + done @rm -f *.ad[sb] *.ali *.tmp @for f in funcs.htm main.htm ; do \ sed -e "\%\[ \]%d" < html/$$f > $$f ;\