gcc/libjava/classpath/scripts/build_mathnamespace
Mark Wielaard 2127637945 Imported GNU Classpath 0.20
Imported GNU Classpath 0.20
       * Makefile.am (AM_CPPFLAGS): Add classpath/include.
       * java/nio/charset/spi/CharsetProvider.java: New override file.
       * java/security/Security.java: Likewise.
       * sources.am: Regenerated.
       * Makefile.in: Likewise.

From-SVN: r109831
2006-01-17 18:09:40 +00:00

7 lines
168 B
Bash

#!/bin/sh
echo "/* Warning ! This is a generated file. Use build_mathnamespace to regenerate it */"
while read fun;do
echo "#define ${fun} ClasspathMath_${fun}"
done