view lib-src/ellcc.c @ 872:79c6ff3eef26

[xemacs-hg @ 2002-06-20 21:18:01 by ben] font changes etc.; some 21.4 changes mule/mule-msw-init-late.el: Specify charset->windows-registry conversion. mule/mule-x-init.el: Delete extra mule font additions here. Put them in faces.c. cl-macs.el: Document better. font-lock.el: Move Lisp function regexp to lisp-mode.el. lisp-mode.el: Various indentation fixes: Handle flet functions better. Handle argument lists in defuns and flets. Handle quoted lists, e.g. property lists -- don't indent like function calls. Distinguish between lambdas and other lists. lisp-mode.el: Handle this form. faces.el, font-menu.el, font.el, gtk-faces.el, msw-faces.el, msw-font-menu.el, x-faces.el, x-init.el: Major overhaul of face-handling code: -- Fix lots of bogus code in msw-faces.el, msw-font-menu.el, font-menu.el that was "truenaming" font specs -- i.e. in the process of frobbing a particular field in a general user-specified font spec with wildcarded fields, sticking in particular values for all the remaining wildcarded fields. This bug was rampant everywhere except in x-faces.el (the oldest and only correctly written code). This also means that we need to work with font names at all times and not font instances, because a font instance is essentially a truenamed font. -- Total rewrite of extremely junky code in msw-faces.el. Work with names as well as font instances, and return names; stop truenaming when canonicalizing and frobbing; fix handling of the combined style field, i.e. weight/slant (also fixed in font.el). -- Totally rewrite the frobbing functions in faces.el. This time, we frob all the instantiators rather than just computing a single instance value and working backwards. That way, e.g., `bold' will work for all charsets that have bold available, rather than only for whatever charset was part of the computed font instance (another example of the truename virus). Also fix up code to look at the fallbacks (all of them) when no global value present, so we don't need to put something in the global value. Intelligently handle a request to frob a buffer locale, rather than signalling an error. When frobbing instantiators, try hard to figure out what device type is associated with them, and frob each according to its own proper device type. Correctly handle inheritance vectors given as instantiators. Preserve existing tags when putting back frobbed instantiators. Extract out general specifier-frobbing code into specifier.el. Document everything cleanly. Do lots of other things better, etc. -- Don't duplicatively set a global specification for the default font -- it's already in the fallback and we no longer need a default global specification present. Delete various code in x-faces.el and msw-faces.el that duplicated the lists of fonts in faces.c. -- init-global-faces was not being called at all under MS Windows! Major bogosity. That caused device-specific values to get stuck into all the fonts, making it very hard to change them -- setting global specs caused nothing to happen. -- Correct weight names in font.el. -- Lots more font fixups in objects*.c. Printer.el: Warning fix. specifier.el: Add more args to map-specifier. Add various "heuristic" specifier functions to aid in creation of specifier-munging code such as in faces.el. subr.el: New functions. lwlib.c: Fix warning. config.inc.samp: Clean up, add args to control fastcall (not yet supported! the changes needed are in another ws of mine), profile support, vc6 support, union-type. xemacs.dsp, xemacs.mak: Semi-major overhaul. Fix bug where dump-id was always getting recomputed, forcing a redump even when nothing changed. Add support for fastcall. Support edit-and-continue (on by default) with vc6. Use incremental linking when doing a debug compilation. Add support for profiling. Consolidate the various debug flags. Partial support for "batch-compiling" -- compiling many files on a single invocation of the compiler. Doesn't seem to help that much for me, so it's not finished or enabled by default. Remove HAVE_MSW_C_DIRED, we always do. Correct some sloppy use of directories. s/cygwin32.h: Allow pdump to work under Cygwin (mmap is broken, so need to undefine HAVE_MMAP). s/win32-common.h, s/windowsnt.h: Support for fastcall. Add WIN32_ANY for identifying all Win32 variants (Cygwin, native, MinGW). Both of these are properly used in another ws. alloc.c, balloon-x.c, buffer.c, bytecode.c, callint.c, cm.c, cmdloop.c, cmds.c, console-gtk.c, console-gtk.h, console-msw.c, console-msw.h, console-stream.c, console-stream.h, console-tty.c, console-tty.h, console-x.c, console-x.h, console.c, console.h, device-gtk.c, device-msw.c, device-tty.c, device-x.c, device.c, device.h, devslots.h, dialog-gtk.c, dialog-msw.c, dialog-x.c, dialog.c, dired-msw.c, editfns.c, emacs.c, event-Xt.c, event-gtk.c, event-msw.c, event-stream.c, event-tty.c, event-unixoid.c, events.c, extents.c, extents.h, faces.c, fileio.c, fns.c, frame-gtk.c, frame-msw.c, frame-tty.c, frame-x.c, frame.c, frame.h, glyphs-eimage.c, glyphs-gtk.c, glyphs-msw.c, glyphs-widget.c, glyphs-x.c, glyphs.c, glyphs.h, gui-gtk.c, gui-msw.c, gui-x.c, gui.c, gutter.c, input-method-xlib.c, intl-encap-win32.c, intl-win32.c, keymap.c, lisp.h, macros.c, menubar-gtk.c, menubar-msw.c, menubar-x.c, menubar.c, menubar.h, minibuf.c, mule-charset.c, nt.c, objects-gtk.c, objects-gtk.h, objects-msw.c, objects-msw.h, objects-tty.c, objects-tty.h, objects-x.c, objects-x.h, objects.c, objects.h, postgresql.c, print.c, process.h, redisplay-gtk.c, redisplay-msw.c, redisplay-output.c, redisplay-tty.c, redisplay-x.c, redisplay.c, redisplay.h, scrollbar-gtk.c, scrollbar-msw.c, scrollbar-x.c, scrollbar.c, select-gtk.c, select-msw.c, select-x.c, select.c, signal.c, sound.c, specifier.c, symbols.c, syntax.c, sysdep.c, syssignal.h, syswindows.h, toolbar-common.c, toolbar-gtk.c, toolbar-msw.c, toolbar-x.c, toolbar.c, unicode.c, window.c, window.h: The following are the major changes made: (1) Separation of various header files into an external and an internal version, similar to the existing separation of process.h and procimpl.h. Eventually this should be done for all Lisp objects. The external version has the same name as currently; the internal adds -impl. The external file has XFOO() macros for objects, but the structure is opaque and defined only in the internal file. It's now reasonable to move all prototypes in lisp.h into the appropriate external file, and this should be done. Currently, separation has been done on extents.h, objects*.h, console.h, device.h, frame.h, and window.h. For c/d/f/w, the most basic properties are available in the external header file, with the macros resolving to functions. In the internal header file, the macros are redefined to directly access the structure. Also, the global MARK_FOO_CHANGED macros have been made into functions so that they can be accessed without needing to include lots of -impl headers -- they are used in almost exclusively in non-time-critical functions, and take up enough time that the function overhead will be negligible. Similarly, the function overhead from making the basic properties mentioned above into functions is negligible, and code that does heavy accessing of c/d/f/w structures inevitably ends up needing the internal header files, anyway. (2) More face changes. -- Major rewrite of objects-msw.c. Now handles wildcard specs properly, rather than "truenaming" (or even worse, signalling an error, which previously happened with some of the fallbacks if you tried to use them in make-font-instance!). -- Split charset matching of fonts into two stages -- one to find a font specifically designed for a particular charset (by examining its registry), the second to find a Unicode font that can support the charset. This needs to proceed as two complete, separate instantiations in order to work properly (otherwise many of the fonts in the HELLO page look wrong). This should also make it easy to support iso10646 (Unicode) fonts under X. -- All default values for fonts are now completely specified in the fallbacks. Stuff from mule-x-init.el has all been moved here, merged with the existing specs, and totally rethought so you get sensible results. (HELLO now looks much better!). -- Generalize the "default X/GTK device" stuff into a per-device-type "default device". -- Add mswindows-{set-}charset-registry. In time, charset<->code-page conversion functions will be removed. -- Wrap protective code around calls to compute device specifier tags, and do this computation before calling the face initialization code because the latter may need these tags to be correctly updated. (3) Other changes. EmacsFrame.c, glyphs-msw.c, eval.c, gui-x.c, intl-encap-win32.c, search.c, signal.c, toolbar-msw.c, unicode.c: Warning fixes. config.h.in: #undefs meant to be frobbed by configure *MUST* go inside of #ifndef WIN32_NO_CONFIGURE, and everything else *MUST* go outside! eval.c: Let detailed backtraces be detailed. specifier.c: Don't override user's print-string-length/print-length settings. glyphs.c: New function image-instance-instantiator. config.h.in, sysdep.c: Changes for fastcall. sysdep.c, nt.c: Fix up a previous botched patch that tried to add support for both EEXIST and EACCES. IF THE BOTCHED PATCH WENT INTO 21.4, THIS FIXUP NEEDS TO GO IN, TOO. search.c: Fix *evil* crash due to incorrect synching of syntax-cache code with 21.1. THIS SHOULD GO INTO 21.4.
author ben
date Thu, 20 Jun 2002 21:19:10 +0000
parents abe6d1db359e
children 25e260cb7994
line wrap: on
line source

/* ellcc.c - front-end for compiling Emacs modules
Copyright (C) 1998, 1999 J. Kean Johnston.

This file is part of XEmacs.

XEmacs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any
later version.

XEmacs is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License
along with XEmacs; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.

Author: J. Kean Johnston (jkj@sco.com).
Please mail bugs and suggestions to the XEmacs maintainer.
*/

/*
Here's the scoop. We would really like this to be a shell script, but
the various Windows platforms don't have reliable scripting that suits
our needs. We don't want to rely on perl or some other such language
so we have to roll our own executable to act as a front-end for the
compiler.

This program is used to invoke the compiler, the linker and to generate
the module specific documentation and initialization code.  We assume we
are in 'compile' mode unless we encounter an argument which tells us
that we're not.  We take all arguments and pass them on directly to the
compiler, except for a few which are specific to this program:

  --mode=VALUE      This sets the program mode. VALUE can be one of
                    compile, link, init or verbose.
  --mod-name=NAME   Sets the module name to the string NAME.
  --mod-title=TITLE Sets the module title to the string TITLE.
  --mod-version=VER Sets the module version to the string VER.

The idea is that Makefiles will use ellcc as the compiler for making
dynamic Emacs modules, and life should be as simple as:

  make CC=ellcc LD='ellcc --mode=link'

The only additional requirement is an entry in the Makefile to produce
the module initialization file, which will usually be something along
the lines of:

  modinit.c: $(SRCS)
             ellcc --mode=init --mod-name=\"$(MODNAME)\" \
               --mod-title=\"$(MODTITLE)\" --mod-version=\"$(MODVERSION)\" \
               -o $@ $(SRCS)

See the samples for more details.
*/

#include <config.h>
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <ctype.h>
#include <errno.h>
#include <sys/types.h>

#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif /* HAVE_UNISTD_H */

#define EMODULES_GATHER_VERSION

#include <emodules.h>
#include <ellcc.h> /* Generated files must be included using <...> */

#define DEBUG

#ifndef HAVE_SHLIB
int
main (int argc, char *argv[])
{
  fprintf (stderr, "Dynamic modules not supported on this platform\n");
  return EXIT_FAILURE;
}
#else

/*
 * Try to figure out the commands we need to use to create shared objects,
 * and how to compile for PIC mode.
 */

/*
 *	xnew, xrnew -- allocate, reallocate storage
 *
 * SYNOPSIS:	Type *xnew (int n, Type);
 *		Type *xrnew (OldPointer, int n, Type);
 */
#ifdef chkmalloc
# include "chkmalloc.h"
# define xnew(n,Type)	  ((Type *) trace_malloc (__FILE__, __LINE__, \
						  (n) * sizeof (Type)))
# define xrnew(op,n,Type) ((Type *) trace_realloc (__FILE__, __LINE__, \
						   (op), (n) * sizeof (Type)))
#else
# define xnew(n,Type)	  ((Type *) xmalloc ((n) * sizeof (Type)))
# define xrnew(op,n,Type) ((Type *) xrealloc ((op), (n) * sizeof (Type)))
#endif
static void *xmalloc (size_t);
static void fatal (char *, char *);
static void add_to_argv (const char *);
static void do_compile_mode (void);
static void do_link_mode (void);
static void do_init_mode (void);

#define SSTR(S) ((S)?(S):"")

#define ELLCC_COMPILE_MODE      0
#define ELLCC_LINK_MODE         1
#define ELLCC_INIT_MODE         2

static int ellcc_mode = ELLCC_COMPILE_MODE;
static char *progname;
static char *mod_name = NULL;
static char *mod_version = NULL;
static char *mod_title = NULL;
static char *mod_output = NULL;
static int verbose = 0;
static char **exec_argv;
static int exec_argc = 1;
static int *exec_args;
static int real_argc = 0;
static int prog_argc;
static char **prog_argv;

/*
 * We allow the user to over-ride things in the environment
 */
char *ellcc, *ellld, *ellcflags, *ellldflags, *ellpicflags, *elldllflags;
#define OVERENV(STR,EVAR,DFLT) \
  STR = getenv(EVAR); \
  if ((STR) == (char *)0) \
    STR = DFLT

int
main (int argc, char *argv[])
{
  char *tmp;
  int i, done_mode = 0;

  prog_argc = argc;
  prog_argv = argv;

#if defined(WIN32_NATIVE)
  tmp = strrchr (argv[0], '\\');
  if (tmp != (char *)0)
    tmp++;
#elif !defined (VMS)
  tmp = strrchr (argv[0], '/');
  if (tmp != (char *)0)
    tmp++;
#else
  tmp = argv[0];
#endif

  if (tmp != (char *)0)
    progname = tmp;
  else
    progname = argv[0];

  tmp = &progname[strlen(progname)-2];
  if (strcmp (tmp, "cc") == 0)
    ellcc_mode = ELLCC_COMPILE_MODE;
  else if (strcmp (tmp, "ld") == 0)
    ellcc_mode = ELLCC_LINK_MODE;
  else if (strcmp (tmp, "it") == 0)
    ellcc_mode = ELLCC_INIT_MODE;

  exec_argv = xnew(argc + 20, char *);
  exec_args = xnew(argc, int);
  for (i = 0; i < argc; i++)
    exec_args[i] = -1;

  if (argc < 2)
    fatal ("too few arguments", (char *)0);

  exec_args[0] = 0;

  for (i = 1; i < argc; i++)
    {
      if (strncmp (argv[i], "--mode=", 7) == 0)
        {
          char *modeopt = argv[i] + 7;

          if (done_mode && strcmp (modeopt, "verbose"))
            fatal ("more than one mode specified", (char *) 0);
          if (strcmp (modeopt, "link") == 0)
            {
              done_mode++;
              ellcc_mode = ELLCC_LINK_MODE;
            }
          else if (strcmp (modeopt, "compile") == 0)
            {
              done_mode++;
              ellcc_mode = ELLCC_COMPILE_MODE;
            }
          else if (strcmp (modeopt, "init") == 0)
            {
              done_mode++;
              ellcc_mode = ELLCC_INIT_MODE;
            }
          else if (strcmp (modeopt, "verbose") == 0)
            verbose += 1;
        }
      else if (strcmp (argv[i], "--mod-location") == 0)
        {
          printf ("%s\n", ELLCC_MODDIR);
          return 0;
        }
      else if (strcmp (argv[i], "--mod-site-location") == 0)
        {
          printf ("%s\n", ELLCC_SITEMODS);
          return 0;
        }
      else if (strcmp (argv[i], "--mod-archdir") == 0)
        {
          printf ("%s\n", ELLCC_ARCHDIR);
          return 0;
        }
      else if (strcmp (argv[i], "--mod-config") == 0)
        {
          printf ("%s\n", ELLCC_CONFIG);
          return 0;
        }
      else if (strncmp (argv[i], "--mod-name=", 11) == 0)
        mod_name = argv[i] + 11;
      else if (strncmp (argv[i], "--mod-title=", 12) == 0)
        mod_title = argv[i] + 12;
      else if (strncmp (argv[i], "--mod-version=", 14) == 0)
        mod_version = argv[i] + 14;
      else if (strncmp (argv[i], "--mod-output=", 13) == 0)
        mod_output = argv[i] + 13;
      else
        {
          exec_args[exec_argc] = i;
          exec_argc++;
        }
    }

  if (ellcc_mode == ELLCC_LINK_MODE && mod_output == (char *)0)
    fatal ("must specify --mod-output when linking", (char *)0);
  if (ellcc_mode == ELLCC_INIT_MODE && mod_output == (char *)0)
    fatal ("must specify --mod-output when creating init file", (char *)0);
  if (ellcc_mode == ELLCC_INIT_MODE && mod_name == (char *)0)
    fatal ("must specify --mod-name when creating init file", (char *)0);

  /*
   * We now have the list of arguments to pass to the compiler or
   * linker (or to process for doc files). We can do the real work
   * now.
   */
  if (verbose)
    printf ("ellcc driver version %s for EMODULES version %s (%ld)\n",
            ELLCC_EMACS_VER, EMODULES_VERSION, EMODULES_REVISION);
#ifdef DEBUG
  if (verbose >= 2)
    {
      printf ("              mode = %d (%s)\n", ellcc_mode,
              ellcc_mode == ELLCC_COMPILE_MODE ? "compile" :
              ellcc_mode == ELLCC_LINK_MODE ? "link" : "init");
      printf ("       module_name = \"%s\"\n", SSTR(mod_name));
      printf ("      module_title = \"%s\"\n", SSTR(mod_title));
      printf ("    module_version = \"%s\"\n", SSTR(mod_version));

      printf ("                CC = %s\n", ELLCC_CC);
      printf ("            CFLAGS = %s\n", ELLCC_CFLAGS);
      printf ("      CC PIC flags = %s\n", ELLCC_DLL_CFLAGS);
      printf ("                LD = %s\n", ELLCC_DLL_LD);
      printf ("           LDFLAGS = %s\n", ELLCC_DLL_LDFLAGS);
      printf ("      architecture = %s\n", ELLCC_CONFIG);
      printf (" Include directory = %s/include\n", ELLCC_ARCHDIR);
      printf ("\n");
    }
#endif

  if (exec_argc < 2)
    fatal ("too few arguments", (char *) 0);

  /*
   * Get the over-rides from the environment
   */
  OVERENV(ellcc, "ELLCC", ELLCC_CC);
  OVERENV(ellld, "ELLLD", ELLCC_DLL_LD);
  OVERENV(ellcflags, "ELLCFLAGS", ELLCC_CFLAGS);
  OVERENV(ellldflags, "ELLLDFLAGS", ELLCC_LDFLAGS);
  OVERENV(elldllflags, "ELLDLLFLAGS", ELLCC_DLL_LDFLAGS);
  OVERENV(ellpicflags, "ELLPICFLAGS", ELLCC_DLL_CFLAGS);

  if (ellcc_mode == ELLCC_COMPILE_MODE)
    do_compile_mode();
  else if (ellcc_mode == ELLCC_LINK_MODE)
    do_link_mode();
  else
    do_init_mode();

  /*
   * The arguments to pass on to the desired program have now been set
   * up and we can run the program.
   */
  if (verbose)
    {
      for (i = 0; i < real_argc; i++)
        printf ("%s ", exec_argv[i]);
      printf ("\n");
      fflush (stdout);
    }
  exec_argv[real_argc] = (char *)0; /* Terminate argument list */

  i = execvp (exec_argv[0], exec_argv);
  if (verbose)
    printf ("%s exited with status %d\n", exec_argv[0], i);
  return i;
}

/* Like malloc but get fatal error if memory is exhausted.  */
static void *
xmalloc (size_t size)
{
  void *result = malloc (size);
  if (result == NULL)
    fatal ("virtual memory exhausted", (char *)0);
  return result;
}

/* Print error message and exit.  */
static void
fatal (char *s1, char *s2)
{
  fprintf (stderr, "%s: ", progname);
  fprintf (stderr, s1, s2);
  fprintf (stderr, "\n");
  exit (EXIT_FAILURE);
}

/*
 * Add a string to the argument vector list that will be passed on down
 * to the compiler or linker. We need to split individual words into
 * arguments, taking quoting into account. This can get ugly.
 */
static void
add_to_argv (const char *str)
{
  int sm = 0;
  const char *s = (const char *)0;

  if ((str == (const char *)0) || (str[0] == '\0'))
    return;

  while (*str)
    {
      switch (sm)
        {
        case 0: /* Start of case - string leading whitespace */
          if (isspace ((unsigned char) *str))
            str++;
          else
            {
              sm = 1; /* Change state to non-whitespace */
              s = str; /* Mark the start of THIS argument */
            }
          break;

        case 1: /* Non-whitespace character. Mark the start */
          if (isspace ((unsigned char) *str))
            {
              /* Reached the end of the argument. Add it. */
              int l = str-s;
              exec_argv[real_argc] = xnew (l+2, char);
              strncpy (exec_argv[real_argc], s, l);
              exec_argv[real_argc][l] = '\0';
              real_argc++;
              sm = 0; /* Back to start state */
              s = (const char *)0;
              break;
            }
          else if (*str == '\\')
            {
              sm = 2; /* Escaped character */
              str++;
              break;
            }
          else if (*str == '\'')
            {
              /* Start of quoted string (single quotes) */
              sm = 3;
            }
          else if (*str == '"')
            {
              /* Start of quoted string (double quotes) */
              sm = 4;
            }
          else
            {
              /* This was just a normal character. Advance the pointer. */
              str++;
            }
          break;

        case 2: /* Escaped character */
          str++; /* Preserve the quoted character */
          sm = 1; /* Go back to gathering state */
          break;

        case 3: /* Inside single quoted string */
          if (*str == '\'')
            sm = 1;
          str++;
          break;

        case 4: /* inside double quoted string */
          if (*str == '"')
            sm = 1;
          str++;
          break;
        }
    }

  if (s != (const char *)0)
    {
      int l = str-s;
      exec_argv[real_argc] = xnew (l+2, char);
      strncpy (exec_argv[real_argc], s, l);
      exec_argv[real_argc][l] = '\0';
      real_argc++;
      s = (const char *)0;
    }
}

/*
 * For compile mode, things are pretty straight forward. All we need to do
 * is build up the argument vector and exec() it. We must just make sure
 * that we get all of the required arguments in place.
 */
static void
do_compile_mode (void)
{
  int i;
  char ts[4096]; /* Plenty big enough */

  add_to_argv (ellcc);
  add_to_argv (ellcflags);
  add_to_argv (ellpicflags);
  add_to_argv ("-DPIC");
  add_to_argv ("-DEMACS_MODULE");
#ifdef XEMACS
  add_to_argv ("-DXEMACS_MODULE"); /* Cover both cases */
  add_to_argv ("-Dxemacs");
#endif
  add_to_argv ("-Demacs");
  sprintf (ts, "-I%s/include", ELLCC_ARCHDIR);
  add_to_argv (ts);
  add_to_argv (ELLCC_CF_ALL);
  for (i = 1; i < exec_argc; i++)
    exec_argv[real_argc++] = strdup (prog_argv[exec_args[i]]);
}

/*
 * For link mode, things are a little bit more complicated. We need to
 * insert the linker commands first, replace any occurrence of ELLSONAME
 * with the desired output file name, insert the output arguments, then
 * all of the provided arguments, then the final post arguments. Once
 * all of this has been done, the argument vector is ready to run.
 */
static void
do_link_mode (void)
{
  int i,x;
  char *t, ts[4096]; /* Plenty big enough */

  add_to_argv (ellld);
  add_to_argv (ellldflags);
  add_to_argv (elldllflags);
  add_to_argv (ELLCC_DLL_LDO);
  add_to_argv (mod_output);
  for (i = 1; i < exec_argc; i++)
    exec_argv[real_argc++] = strdup (prog_argv[exec_args[i]]);
  add_to_argv (ELLCC_DLL_POST);

  /*
   * Now go through each argument and replace ELLSONAME with mod_output.
   */
  for (i = 0; i < real_argc; i++)
    {
      x = 0;
      ts[0] = '\0';

      t = exec_argv[i];
      while (*t)
        {
          if (*t == 'E')
            {
              if (strncmp (t, "ELLSONAME", 9) == 0)
                {
                  strcat (ts, mod_output);
                  t += 8;
                  x += strlen (mod_output);
                }
              else
                {
                  ts[x] = *t;
                  x++;
                  ts[x] = '\0';
                }
            }
          else
            {
              ts[x] = *t;
              x++;
              ts[x] = '\0';
            }
          t++;
        }
      free (exec_argv[i]);
      exec_argv[i] = strdup (ts);
    }
}

/*
 * In init mode, things are a bit easier. We assume that the only things
 * passed on the command line are the names of source files which the
 * make-doc program will be processing. We prepare the output file with
 * the header information first, as make-doc will append to the file by
 * special dispensation.
 */
static void
do_init_mode (void)
{
  int i;
  char ts[4096]; /* Plenty big enough */
  char *mdocprog;
  FILE *mout = fopen (mod_output, "w");

  if (mout == (FILE *)0)
    fatal ("failed to open output file", mod_output);
  fprintf (mout, "/* DO NOT EDIT - AUTOMATICALLY GENERATED */\n\n");
  fprintf (mout, "#include <emodules.h>\n\n");
  fprintf (mout, "const long emodule_compiler = %ld;\n", EMODULES_REVISION);
  fprintf (mout, "const char *emodule_name = \"%s\";\n", SSTR(mod_name));
  fprintf (mout, "const char *emodule_version = \"%s\";\n", SSTR(mod_version));
  fprintf (mout, "const char *emodule_title = \"%s\";\n", SSTR(mod_title));
  fprintf (mout, "\n\n");
  fprintf (mout, "void docs_of_%s()\n", SSTR(mod_name));
  fclose (mout);

  sprintf (ts, "%s/make-docfile", ELLCC_ARCHDIR);
  OVERENV(mdocprog, "ELLMAKEDOC", ts);
  add_to_argv (mdocprog);
  sprintf (ts, "-E %s", mod_output);
  add_to_argv (ts);
  for (i = 1; i < exec_argc; i++)
    exec_argv[real_argc++] = strdup (prog_argv[exec_args[i]]);
}

#endif /* HAVE_SHLIB */