Support for the experimental python stuff in the traditional

Makefiles (set EXPYTHON=true in user-def.mk).
This commit is contained in:
Chris Want
2003-05-29 16:29:57 +00:00
parent 9bca4abd02
commit 76dc07b9f6
6 changed files with 113 additions and 2 deletions

View File

@@ -35,7 +35,12 @@ SOURCEDIR = intern
# include nan_subdirs.mk
ALLDIRS = string ghost guardedalloc bmfont moto container memutil
ALLDIRS += decimation iksolver keymaker bsp python/freeze
ALLDIRS += decimation iksolver keymaker bsp
ifneq ($(EXPYTHON), true)
ALLDIRS += python/freeze
endif
all::
@for i in $(ALLDIRS); do \