makefile.mk (e3669f9b) | makefile.mk (d55fe0f2) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 30 unchanged lines hidden (view full) --- 39 40 41# --- Files -------------------------------------------------------- 42 43 44TARFILE_NAME=Python-$(PYVERSION) 45TARFILE_MD5=c57477edd6d18bd9eeca2f21add73919 46PATCH_FILES=\ | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 30 unchanged lines hidden (view full) --- 39 40 41# --- Files -------------------------------------------------------- 42 43 44TARFILE_NAME=Python-$(PYVERSION) 45TARFILE_MD5=c57477edd6d18bd9eeca2f21add73919 46PATCH_FILES=\ |
47 python-$(PYVERSION).patch \ | 47 python-solaris.patch \ |
48 python-freebsd.patch \ 49 python-md5.patch \ 50 python-ssl.patch \ 51 python-$(PYVERSION)-sysbase.patch \ | 48 python-freebsd.patch \ 49 python-md5.patch \ 50 python-ssl.patch \ 51 python-$(PYVERSION)-sysbase.patch \ |
52 python-$(PYVERSION)-nohardlink.patch \ 53 python-$(PYVERSION)-pcbuild.patch | 52 python-$(PYVERSION)-nohardlink.patch |
54 55CONFIGURE_DIR= 56 57.IF "$(GUI)"=="UNX" 58BUILD_DIR= 59MYCWD=$(shell @pwd)/$(INPATH)/misc/build 60 61# CLFLAGS get overwritten in Makefile.pre.in --- 43 unchanged lines hidden (view full) --- 105#ADDITIONALLIBS=ws2_32.lib 106#.ELSE #"$(WINDOWS_VISTA_PSDK)"!="" 107#EXFLAGS="/EHa /Zc:wchar_t- /D "_CRT_SECURE_NO_DEPRECATE"" 108#.ENDIF #"$(WINDOWS_VISTA_PSDK)"!="" 109#.ENDIF 110 111BUILD_DIR=PCbuild 112 | 53 54CONFIGURE_DIR= 55 56.IF "$(GUI)"=="UNX" 57BUILD_DIR= 58MYCWD=$(shell @pwd)/$(INPATH)/misc/build 59 60# CLFLAGS get overwritten in Makefile.pre.in --- 43 unchanged lines hidden (view full) --- 104#ADDITIONALLIBS=ws2_32.lib 105#.ELSE #"$(WINDOWS_VISTA_PSDK)"!="" 106#EXFLAGS="/EHa /Zc:wchar_t- /D "_CRT_SECURE_NO_DEPRECATE"" 107#.ENDIF #"$(WINDOWS_VISTA_PSDK)"!="" 108#.ENDIF 109 110BUILD_DIR=PCbuild 111 |
112PATCH_FILES=python-$(PYVERSION)-pcbuild.patch 113 |
|
113# Build python executable and then runs a minimal script. Running the minimal script 114# ensures that certain *.pyc files are generated which would otherwise be created on 115# solver during registration in insetoo_native 116.IF "$(SYSBASE)" != "" 117BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32" 118.ELSE 119BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32" 120.ENDIF # "$(SYSBASE)" != "" --- 34 unchanged lines hidden --- | 114# Build python executable and then runs a minimal script. Running the minimal script 115# ensures that certain *.pyc files are generated which would otherwise be created on 116# solver during registration in insetoo_native 117.IF "$(SYSBASE)" != "" 118BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe -useenv pcbuild.sln "Release|Win32" 119.ELSE 120BUILD_ACTION=$(COMPATH)$/vcpackages$/vcbuild.exe pcbuild.sln "Release|Win32" 121.ENDIF # "$(SYSBASE)" != "" --- 34 unchanged lines hidden --- |