# Note: The markers ##XXX## are used by the package helper script ooconfig;
# do not edit them.

OPTIONS
  verbose := FALSE;
  errorMessages := "/usr/local/lib/oo2c/Errors.long";
  optimize := FALSE;

  cc := "m68k-amigaos-gcc";
  cflags := "-m68020 -noixemul";
  coptflags := "-O2";
  ldflags := "-s -noixemul -L/root/fsf/gg/m68k-amigaos/lib";
  gcflags := "";
  valueStack := -1;

  libtoolCmd := "/usr/bin/libtool";
  installCmd := "/usr/bin/ginstall -c -m 644  ";
  libpath := "/root/fsf/gg/m68k-amigaos/lib";
END

PRAGMAS
  Warnings := FALSE;
  Assertions := TRUE;
  Initialize := FALSE;
  PoisonHeap := -1;
  StackCheck := TRUE;
  ConformantMode := FALSE;

  CaseSelectCheck := TRUE;
  IndexCheck := TRUE;
  RangeCheck := TRUE;
  DerefCheck := TRUE;
  FunctResult := TRUE;
  TypeGuard := TRUE;
  OverflowCheck := FALSE;
  IntDivCheck := TRUE;
  RealOverflowCheck := TRUE;
  RealDivCheck := TRUE;
END


# include user configuration; it can overide the variables defined above, and
# the paths it specifies take precedence over the ones given below
INCLUDE ~/.oo2crc END


PATHS
GET *.Mod [RCS] FROM
  .;
  ./sys-includes;   ##PATHS:OOC:LIB##
  /root/fsf/gg/m68k-amigaos/lib/oo2c/lib;
  /usr/local/lib/oo2c/lib;
  /root/fsf/gg/m68k-amigaos/sys-include/oo2c;

# for all generated file types add `.' as source and destination path; the 
# files will end up in the current directory (which is probably accessible), 
# unless the user specifies other destinations in the INCLUDE above
GET *.Sym, *.Lib FROM
#  sym;
  .; 
  /root/fsf/gg/m68k-amigaos/lib/oo2c/sym;  ##PATHS:OOC:SYM##
GET *.h, *.d, *.c, *.o FROM
#  obj;
  .;
  /root/fsf/gg/m68k-amigaos/lib/oo2c/obj;  ##PATHS:OOC:OBJ##
  /root/fsf/gg/m68k-amigaos/lib/oo2c/lib;
  /usr/local/lib/oo2c/lib;
END

#NEWFILES
#PUT *.h, *.d, *.c, *.o INTO obj
#PUT *.Sym, *.Lib INTO sym
#END
