home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / palmos / pippy-0.6beta-src.tar.gz / pippy-0.6beta-src.tar / pippy-0.6beta-src / docs / MANIFEST < prev    next >
Text File  |  2001-02-05  |  5KB  |  146 lines

  1. #  This file contains the manifest for the Python port to the Palm.
  2. #
  3. #  Copyright Endeavors Technology, Inc.
  4. #
  5.  
  6. ./docs                - Documention for the release
  7. ./docs/DISCLAIMER.AERO        - Original Aerospace disclaimer
  8. ./docs/README            - New Readme
  9. ./docs/INSTALL            - New Install
  10. ./docs/MANIFEST            - This file
  11. ./docs/LICENSE            - License
  12. ./docs/TOOLS            - Instructions for installing the tools
  13. ./docs/BUILD            - Instructions for building pylib.prc and pippy.prc
  14.  
  15. #  The following are part of the standard Python distribution.  These
  16. #  sources have been modified as part of the port to the Palm.
  17.  
  18. ./src
  19. ./src/README
  20. ./src/Grammar
  21. ./src/Lib
  22. ./src/Misc
  23. ./src/Modules
  24. ./src/Parser
  25. ./src/Python
  26. ./src/Objects
  27. ./src/Include
  28.  
  29. ./src/Include/other        - These include files contain declarations
  30.                   necessary for multi-segmenting.
  31.  
  32. # The following are ports of the respective extension modules to the palm
  33. ./src/Modules/palm_selectmodule.c
  34. ./src/Modules/palm_socketmodule.c
  35. ./src/Modules/palm_timemodule.c
  36. ./src/Modules/palm_errnomodule.c
  37.  
  38. # The following extension modules are palm-specific.
  39. ./src/Modules/palmnetmodule.c    - Controls the palm network connection
  40. ./src/Modules/palmeventmodule.c    - Exports events to the Palm
  41. ./src/Modules/palmeventmodule.h
  42. ./src/Modules/_palmutils.c    - Utilities used by several modules
  43. ./src/Modules/_palmutils.h
  44. ./src/Modules/palmsysmodule.c    - Provides access to Palm system functions
  45. ./src/Modules/palmdmmodule.c    - Database interface
  46. ./src/Modules/palmappsmodule.c    - Standard Palm applications
  47. ./src/Modules/palmformmodule.c    - Palm forms
  48.  
  49. # The following directory contains sources for building the Python VM
  50. # shared library for the Palm.  It also contains the interactive
  51. # interpreter, a sample front end application to the Python VM
  52. # library.
  53.  
  54. ./src/Palm
  55. ./src/Palm/Makefile
  56. ./src/Palm/Makefile.python
  57. ./src/Palm/Makefile.glib
  58. ./src/Palm/buildno
  59. ./src/Palm/config.h
  60. ./src/Palm/config.h.in
  61. ./src/Palm/install-sh
  62.  
  63. # Directories for building the Python interpeter
  64. ./src/Palm/Parser
  65. ./src/Palm/Parser/Makefile
  66. ./src/Palm/Parser/Makefile.in
  67. ./src/Palm/Python
  68. ./src/Palm/Python/Makefile
  69. ./src/Palm/Python/Makefile.in
  70. ./src/Palm/Modules
  71. ./src/Palm/Modules/Makefile.pre
  72. ./src/Palm/Modules/Makefile.pre.in
  73. ./src/Palm/Modules/Setup
  74. ./src/Palm/Modules/Setup.local
  75. ./src/Palm/Modules/Setup.thread
  76. ./src/Palm/Modules/Setup.thread.in
  77. ./src/Palm/Modules/config.c.in
  78. ./src/Palm/Modules/makesetup
  79. ./src/Palm/Objects
  80. ./src/Palm/Objects/Makefile
  81. ./src/Palm/Objects/Makefile.in
  82.  
  83. ./src/Palm/PalmGlue        - Routines for accessing the Python VM from the Palm
  84.                   application
  85. ./src/Palm/PalmGlue/Makefile
  86. ./src/Palm/PalmGlue/palm_lib.c
  87. ./src/Palm/PalmGlue/palm_lib.h
  88. ./src/Palm/PalmGlue/palmglue.c
  89. ./src/Palm/PalmGlue/palmglue.h
  90. ./src/Palm/PalmGlue/pref0000.bin - Modifies the stack preference
  91. ./src/Palm/PalmGlue/python_utils.c
  92. ./src/Palm/PalmGlue/frozen_importer.c
  93.  
  94.  
  95. ./src/Palm/Resourcer        - Module for converting Python modules to Palm resources
  96. ./src/Palm/Resourcer/__init__.py
  97. ./src/Palm/Resourcer/checkextensions.py
  98. ./src/Palm/Resourcer/make_resource.py
  99. ./src/Palm/Resourcer/modulefinder.py
  100. ./src/Palm/Resourcer/parsesetup.py
  101. ./src/Palm/Resourcer/resourcer
  102. ./src/Palm/Resourcer/resourcer.py
  103.  
  104. ./src/Palm/Tests         - various ported Python test modules
  105. ./src/Palm/Tests/all_palm_tests.py
  106. ./src/Palm/Tests/exec_test.py
  107. ./src/Palm/Tests/palmnet_test.py
  108. ./src/Palm/Tests/print_test.py
  109. ./src/Palm/Tests/test2.py
  110. ./src/Palm/Tests/test_b1.py
  111. ./src/Palm/Tests/test_b2.py
  112. ./src/Palm/Tests/test_grammar.py
  113. ./src/Palm/Tests/test_pow.py
  114. ./src/Palm/Tests/test_raise.py
  115. ./src/Palm/Tests/test_socket.py
  116. ./src/Palm/Tests/test_support.py
  117. ./src/Palm/Tests/test_types.py
  118. ./src/Palm/Tests/socket_server.py
  119. ./src/Palm/Tests/socket_client.py
  120. ./src/Palm/Tests/test_time.py
  121.  
  122. ./src/Palm/Tools        - Misc modules
  123. ./src/Palm/Tools/palm_pdb.py    - Module for writing Python modules to a Palm database
  124. ./src/Palm/libc            - replacement for the libc distributed with the 
  125.                   prc-tools-0.5.0.  This will soon be replaced with 
  126.                   PalmOS equivalents.
  127.  
  128. ./src/Palm/Interactive        - Source for the interactive interpreter application
  129. ./src/Palm/Interactive/PythonGUI.c
  130. ./src/Palm/Interactive/util.c
  131. ./src/Palm/Interactive/PythonGUI.h
  132. ./src/Palm/Interactive/store.h
  133. ./src/Palm/Interactive/util.h
  134. ./src/Palm/Interactive/Makefile
  135. ./src/Palm/Interactive/app.c
  136. ./src/Palm/Interactive/PythonGUI.rcp
  137. ./src/Palm/Interactive/default_modules.py
  138. ./src/Palm/Interactive/bitmaps
  139. ./src/Palm/Interactive/bitmaps/python1.bmp
  140. ./src/Palm/Interactive/bitmaps/python8.bmp
  141.  
  142. ./src/Palm/resources        - Additional resources required for the application
  143. ./src/Palm/resources/errno.rcp
  144. ./src/Palm/resources/Makefile
  145. ./src/Palm/resources/README
  146.