Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
8851c62b
Kaydet (Commit)
8851c62b
authored
Tem 07, 2003
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed trailing tabs in several places, including after the final
newline
üst
b93b3e79
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
Makefile
Mac/OSX/Makefile
+7
-9
No files found.
Mac/OSX/Makefile
Dosyayı görüntüle @
8851c62b
...
...
@@ -60,7 +60,7 @@ install_PythonLauncher:
cd
$(srcdir)
/Mac/OSX/PythonLauncher/PythonLauncher.pbproj
;
\
pbxbuild
-target
PythonLauncher
-buildstyle
Deployment
install
\
DSTROOT
=
$(DESTDIR)
/
INSTALL_PATH
=
$(PYTHONAPPSPATH)
install_Python
:
@
if
test
!
-f
$(DOCINDEX)
;
then
\
echo
WARNING: you should run Apple Help Indexing Tool on
$(DOCDIR)
;
\
...
...
@@ -106,8 +106,8 @@ install_Python:
esac
;
\
done
;
\
done
$(INSTALL_PROGRAM)
$(STRIPFLAG)
$(BUILDPYTHON)
$(DESTDIR)$(APPINSTALLDIR)
/Contents/MacOS/Python
$(INSTALL_PROGRAM)
$(STRIPFLAG)
$(BUILDPYTHON)
$(DESTDIR)$(APPINSTALLDIR)
/Contents/MacOS/Python
install_IDE
:
@
if
!
$(BUILDPYTHON)
-c
"import waste"
;
then
\
echo
PythonIDE needs the
\"
waste
\"
extension module
;
\
...
...
@@ -161,13 +161,13 @@ install_IDLE:
$(srcdir)
/Lib/idlelib/idle
;
\
fi
install_BuildApplet
:
$(BUILDPYTHON)
$(srcdir)
/Mac/scripts/BuildApplet.py
\
--python
$(INSTALLED_PYTHONW)
\
--output
$(DESTDIR)$(PYTHONAPPSDIR)
/BuildApplet.app
\
$(srcdir)
/Mac/scripts/BuildApplet.py
MACLIBDEST
=
$(LIBDEST)
/plat-mac
MACTOOLSDEST
=
$(prefix)
/Mac/Tools
MACTOOLSSRC
=
$(srcdir)
/Mac/Tools
...
...
@@ -220,7 +220,7 @@ installmacsubtree:
esac
;
\
done
;
\
done
$(BUILDPYTHON)
$(CACHERSRC)
-v
$(DESTDIR)$(MACLIBDEST)
$(DESTDIR)$(MACTOOLSDEST)
$(BUILDPYTHON)
-Wi
-tt
$(compileall)
-d
$(MACTOOLSDEST)
-x
badsyntax
$(DESTDIR)$(MACTOOLSDEST)
...
...
@@ -243,7 +243,7 @@ installunixtools:
echo
"exec
\"
$(INSTALLED_PYTHONW)
\"
\"\$
$@
\"
"
>>
pythonw.sh
$(INSTALL)
pythonw.sh
$(DESTDIR)$(bindir)
/pythonw
$(VERSION)
$(INSTALL_SYMLINK)
pythonw
$(VERSION)
$(DESTDIR)$(bindir)
/pythonw
installextras
:
$(INSTALL)
-d
$(DESTDIR)$(PYTHONAPPSDIR)
/Extras
$(INSTALL)
$(srcdir)
/Mac/OSX/Extras.ReadMe.txt
$(DESTDIR)$(PYTHONAPPSDIR)
/Extras/ReadMe
...
...
@@ -251,4 +251,3 @@ installextras:
$(DESTDIR)$(PYTHONAPPSDIR)
/Extras/Demo
$(BUILDPYTHON)
$(srcdir)
/Mac/OSX/Extras.install.py
$(srcdir)
/Tools
\
$(DESTDIR)$(PYTHONAPPSDIR)
/Extras/Tools
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment