2 # This is the makefile for the bytecode freezing of all modules which
3 # the main file depends on (last argument in importer rule)
5 include nan_definitions.mk
9 TARGETDIR = $(OCGDIR)/blender/bpython/frozen
15 # fake all and debug targets
21 @[ -d $(TARGETDIR) ] || mkdir -p $(TARGETDIR)
22 $(NAN_PYTHON_BINARY) $(PYFLAGS) freeze.py -d -x os -x pprint -x string -x copy -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
23 $(MAKE) -C $(TARGETDIR)