View | Details | Raw Unified | Return to issue 15974
Collapse All | Expand All

(-)pyuno/zipcore/makefile.mk (-4 / +4 lines)
Lines 22-40 Link Here
22
.ENDIF
22
.ENDIF
23
PYTHONBINARY=$(BIN)$/$(PYDIRNAME)$/bin$/python$(EXESUFFIX)
23
PYTHONBINARY=$(BIN)$/$(PYDIRNAME)$/bin$/python$(EXESUFFIX)
24
24
25
FINDDIRS=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python/, $(shell find $(SOLARLIBDIR)$/python -type d)))
25
FINDDIRS=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python, $(shell find $(SOLARLIBDIR)$/python -type d)))
26
FINDLIBFILES=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python/, $(shell find $(SOLARLIBDIR)$/python -type f)))
26
FINDLIBFILES=$(subst,/,$/ $(subst,$(SOLARLIBDIR)$/python, $(shell find $(SOLARLIBDIR)$/python -type f)))
27
27
28
PYRUNTIME_DIRS=\
28
PYRUNTIME_DIRS=\
29
	$(BIN)$/$(PYDIRNAME) 	\
29
	$(BIN)$/$(PYDIRNAME) 	\
30
	$(BIN)$/$(PYDIRNAME)$/bin 	\
30
	$(BIN)$/$(PYDIRNAME)$/bin 	\
31
	$(BIN)$/$(PYDIRNAME)$/lib 	\
31
	$(BIN)$/$(PYDIRNAME)$/lib 	\
32
	$(foreach,i,$(FINDDIRS) $(BIN)$/$(PYDIRNAME)$/lib$/$(i))
32
	$(foreach,i,$(FINDDIRS) $(BIN)$/$(PYDIRNAME)$/lib$(i))
33
33
34
34
35
FILES=\
35
FILES=\
36
	$(PYTHONBINARY)	\
36
	$(PYTHONBINARY)	\
37
	$(foreach,i,$(FINDLIBFILES) $(BIN)$/$(PYDIRNAME)$/lib$/$(i)) 
37
	$(foreach,i,$(FINDLIBFILES) $(BIN)$/$(PYDIRNAME)$/lib$(i)) 
38
38
39
39
40
target: \
40
target: \

Return to issue 15974