home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / sviluppo / ahisrc / readme < prev    next >
Encoding:
Text File  |  1999-09-11  |  1.4 KB  |  71 lines

  1.  
  2. To configure on an Amiga:
  3.  
  4. sh configure --host=m68k-unknown-amigaos
  5.  
  6.  
  7. To configure on a PC running Linux:
  8.  
  9. ./configure --host=m68k-amigaos --build=i686-pc-linux-gnu
  10.  
  11.  
  12. You can build in separate directories, which is very useful when
  13. working on the PPC version:
  14.  
  15. mkdir build060
  16. cd build060
  17. sh ../ahisrc/configure --host=m68k-unknown-amigaos
  18.  
  19.  
  20. The following targets are available:
  21.  
  22. all:
  23.     Makes all binaries, but only one version of the device.
  24.  
  25. clean:
  26.     Removes all binaries and temporary files.
  27.  
  28. distclean:
  29.     Like clean, but also removes files created by 'configure'.
  30.  
  31. maintainer-clean:
  32.     Removes all machine-generated files, including the autoconf files.
  33.  
  34. bindist:
  35.     Builds the binary distribution.  You can change the directory in
  36.     which the binary distribution will be created, by setting the
  37.     variable DISTDIR. The default is '/tmp/ahi'. This will build all
  38.     possible versions of the device, including the PowerPC version.
  39.  
  40. revup:
  41.     Increases the revision of the distribution.
  42.  
  43.  
  44. When you add code, please remember a few things:
  45.  
  46.   · Avoid TAB characters, if possible.
  47.   · The TAB size is 8.
  48.   · The indent level is 2.
  49.   · Compiler warnings are NOT acceptable.
  50.  
  51.  
  52. Required programs/packages that I'm aware of:
  53.  
  54. From GeekGadgets
  55. ~~~~~~~~~~~~~~~~
  56. autoconf
  57. m68k-amigaos-gcc
  58. make
  59. ppc-amigaos-gcc
  60. tex
  61. texinfo
  62.  
  63. Other tools
  64. ~~~~~~~~~~~
  65. FD2Pragma
  66. FlexCat
  67. Makedepend
  68. PhxAss
  69. RoboDoc
  70. UnixDirs3 (when using separate build directories)
  71.