home *** CD-ROM | disk | FTP | other *** search
- o include_h
- You must move the *STANDARD* 3.1 <include_h> contents into this directory.
- You must also move the *STANDARD* 3.1 <fd> dir into this directory.
- Both can be found on the Amiga Developer CD 1.1 for example.
- You only need this temporary as it`s only needed to generate
- <include> and <includenew> contents.
-
- o include
- This dir will contain the ansi corrected 3.1 includes after
- include.diff was processed which corrects certain ansi problems
- to avoid annoying gcc warnings.
-
- o includenew
- This dir will contain the new MorphOS includes and extended
- AmigaOS includes after includenew.diff was processed.
-
- o include3rd
- Here you can put all your 3rd party includes
-
- o includegcc
- This is the result dir for all AmigaOS related
- includes after they are processed by the alignment
- and ppcinline converters.
-
- o includestd
- This is the libc include dir for the morphos libc
- which is based on the powerup libnix version.
- This is work in progress and if you find errors
- notify us.
- I basicly throw ixemul and other libc includes
- into this dir, shaked it and got a toxic cocktail
- which hopefully works:-)
-
- o makefile
-
- o make PATCH
- This is the first operation you must execute to create a valid
- layout. It converts the include_h into include/ and includenew/
- with the help of the patch files and some cleanup processing.
-
- *Without this operation everything below is NOT working*
-
-
- o make CREATEINCLUDE
- does an alignment transformation of include,includenew and
- include3rd into includegcc
-
- o make CREATEINCLUDENEW
- does an alignment transformation of includenew into includegcc
-
- o make CREATEINCLUDE3RD
- does an alignment transformation of include3rd into includegcc
-
- o make CREATEINLINE
- does a ppcinline generation of include,includenew and
- include3rd pragmas into includegcc
-
- o make CREATEINLINENEW
- does a ppcinline generation of includenew pragmas into includegcc
-
- o make CREATEINLINE3RD
- does a ppcinline generation of include3rd pragmas into includegcc
-
- o make CREATESTUBS
- creates a stub file for all library function calls.
-