[Bf-committers] CVS commit: blender/intern/python/freeze Makefile.am makemakefile_ac.py modulefinder.py

Michel Selten bf-committers@blender.org
Fri, 31 Jan 2003 21:24:19 +0100 (CET)


michel (Michel Selten) 2003/01/31 21:24:19 CET

  Modified files:
    blender/intern/python/freeze Makefile.am makemakefile_ac.py 
                                 modulefinder.py 
  
  Log:
  Now the make freeze is done when any of the *.py files in intern/python
  is updated.
  * modulefinder creates a file src.list which contains all the *.py files
    needed for the python suport in Blender.
  * Makefile.am is able to depend on the files listed in src.list.
  * makemakefile_ac.py is reverted to the previous version. The old version
    contained my first attempt to get the make freeze trick working. It was
    wrong.
  
  Michel
  
  Revision  Changes    Path
  1.12      +4 -4      blender/intern/python/freeze/Makefile.am
  1.3       +0 -3      blender/intern/python/freeze/makemakefile_ac.py
  1.3       +8 -0      blender/intern/python/freeze/modulefinder.py