home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gnat-2.06-src.tgz / tar.out / fsf / gnat / ada / lang-specs.h < prev    next >
Text File  |  1996-09-28  |  2KB  |  40 lines

  1. /****************************************************************************/
  2. /*                                                                          */
  3. /*                         GNAT COMPILER COMPONENTS                         */
  4. /*                                                                          */
  5. /*                            L A N G - S P E C S                           */
  6. /*                                                                          */
  7. /*                              C Header File                               */
  8. /*                                                                          */
  9. /*                            $Revision: 1.1 $                             */
  10. /*                                                                          */
  11. /*        Copyright (c) 1995 NYU, All Rights Reserved                       */
  12. /*                                                                          */
  13. /* GNAT is free software;  you can  redistribute it  and/or modify it under */
  14. /* terms of the  GNU General Public License as published  by the Free Soft- */
  15. /* ware  Foundation;  either version 2,  or (at your option) any later ver- */
  16. /* sion.  GNAT is distributed in the hope that it will be useful, but WITH- */
  17. /* OUT ANY WARRANTY;  without even the  implied warranty of MERCHANTABILITY */
  18. /* or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License */
  19. /* for  more details.  You should have  received  a copy of the GNU General */
  20. /* Public License  distributed with GNAT;  see file COPYING.  If not, write */
  21. /* to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
  22. /*                                                                          */
  23. /****************************************************************************/
  24.  
  25. /* This is the contribution to the `default_compilers' array in gcc.c for
  26.    GNAT.  */
  27.  
  28.   {".ads", "@ada"},
  29.   {".adb", "@ada"},
  30.   {"@ada",
  31.    "%{!M:%{!MM:%{!E:gnat1 %{I*} %{k8:-gnatk8} %{w:-gnatws} %{!Q:-quiet}\
  32.               -dumpbase %{.adb:%b.adb}%{.ads:%b.ads}\
  33.               %{g*} %{O*} %{W*} %{w} %{p} %{pg:-p} %{f*}\
  34.               %{d*}\
  35.               %{pg:%{fomit-frame-pointer:%e-pg and -fomit-frame-pointer are incompatible}}\
  36.               %i %{S:%W{o*}%{!o*:-o %b.s}}%{!S:-o %{|!pipe:%g.s}} |\n\
  37.             %{!S:%{!gnatc:%{!gnats:as %a %Y\
  38.                           %{c:%W{o*}%{!o*:-o %w%b%O}}\
  39.                           %{!c:-o %d%w%u%O} %{!pipe:%g.s} %A\n}}}}}} "},
  40.