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
00dd3f51
Kaydet (Commit)
00dd3f51
authored
Mar 19, 2010
tarafından
Collin Winter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a separate python-config make target, useful for testing changes to Misc/python-config.in.
üst
52d4aeac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
Makefile.pre.in
Makefile.pre.in
+6
-4
No files found.
Makefile.pre.in
Dosyayı görüntüle @
00dd3f51
...
@@ -935,6 +935,11 @@ $(srcdir)/Lib/$(PLATDIR):
...
@@ -935,6 +935,11 @@ $(srcdir)/Lib/$(PLATDIR):
export
EXE
;
EXE
=
"
$(BUILDEXE)
"
;
\
export
EXE
;
EXE
=
"
$(BUILDEXE)
"
;
\
cd
$(srcdir)
/Lib/
$(PLATDIR)
;
$(RUNSHARED)
./regen
cd
$(srcdir)
/Lib/
$(PLATDIR)
;
$(RUNSHARED)
./regen
python-config
:
$(srcdir)/Misc/python-config.in
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed
-e
"s,@EXENAME@,
$(BINDIR)
/python
$(VERSION)$(EXE)
,"
<
$(srcdir)
/Misc/python-config.in
>
python-config
# Install the include files
# Install the include files
INCLDIRSTOMAKE
=
$(INCLUDEDIR)
$(CONFINCLUDEDIR)
$(INCLUDEPY)
$(CONFINCLUDEPY)
INCLDIRSTOMAKE
=
$(INCLUDEDIR)
$(CONFINCLUDEDIR)
$(INCLUDEPY)
$(CONFINCLUDEPY)
inclinstall
:
inclinstall
:
...
@@ -960,7 +965,7 @@ LIBPL= $(LIBP)/config
...
@@ -960,7 +965,7 @@ LIBPL= $(LIBP)/config
# pkgconfig directory
# pkgconfig directory
LIBPC
=
$(LIBDIR)
/pkgconfig
LIBPC
=
$(LIBDIR)
/pkgconfig
libainstall
:
all
libainstall
:
all
python-config
@
for
i
in
$(LIBDIR)
$(LIBP)
$(LIBPL)
$(LIBPC)
;
\
@
for
i
in
$(LIBDIR)
$(LIBP)
$(LIBPL)
$(LIBPC)
;
\
do
\
do
\
if
test
!
-d
$(DESTDIR)$$
i
;
then
\
if
test
!
-d
$(DESTDIR)$$
i
;
then
\
...
@@ -991,9 +996,6 @@ libainstall: all
...
@@ -991,9 +996,6 @@ libainstall: all
$(INSTALL_DATA)
Misc/python.pc
$(DESTDIR)$(LIBPC)
/python-
$(VERSION)
.pc
$(INSTALL_DATA)
Misc/python.pc
$(DESTDIR)$(LIBPC)
/python-
$(VERSION)
.pc
$(INSTALL_SCRIPT)
$(srcdir)
/Modules/makesetup
$(DESTDIR)$(LIBPL)
/makesetup
$(INSTALL_SCRIPT)
$(srcdir)
/Modules/makesetup
$(DESTDIR)$(LIBPL)
/makesetup
$(INSTALL_SCRIPT)
$(srcdir)
/install-sh
$(DESTDIR)$(LIBPL)
/install-sh
$(INSTALL_SCRIPT)
$(srcdir)
/install-sh
$(DESTDIR)$(LIBPL)
/install-sh
# Substitution happens here, as the completely-expanded BINDIR
# is not available in configure
sed
-e
"s,@EXENAME@,
$(BINDIR)
/python
$(VERSION)$(EXE)
,"
<
$(srcdir)
/Misc/python-config.in
>
python-config
$(INSTALL_SCRIPT)
python-config
$(DESTDIR)$(BINDIR)
/python
$(VERSION)
-config
$(INSTALL_SCRIPT)
python-config
$(DESTDIR)$(BINDIR)
/python
$(VERSION)
-config
rm
python-config
rm
python-config
@
if
[
-s
Modules/python.exp
-a
\
@
if
[
-s
Modules/python.exp
-a
\
...
...
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