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
18 @[ -d $(TARGETDIR) ] || mkdir -p $(TARGETDIR)
19 python $(PYFLAGS) freeze.py -d -x os -x pprint -x string -x copy -I $(SRCDIR) -o $(TARGETDIR) $(SRCDIR)/VRMLmain.py
20 $(MAKE) -C $(TARGETDIR)