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
abffd005
Kaydet (Commit)
abffd005
authored
Eyl 11, 1997
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Install config.h under $exec_prefix/include rather than $exec_prefix/lib.
üst
0207e6de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
Makefile.in
Makefile.in
+5
-2
No files found.
Makefile.in
Dosyayı görüntüle @
abffd005
...
...
@@ -99,12 +99,14 @@ BINDIR= $(exec_prefix)/bin
LIBDIR
=
$(exec_prefix)
/lib
MANDIR
=
$(prefix)
/man
INCLUDEDIR
=
$(prefix)
/include
CONFINCLUDEDIR
=
$(exec_prefix)
/include
SCRIPTDIR
=
$(prefix)
/lib
# Detailed destination directories
BINLIBDEST
=
$(LIBDIR)
/python
$(VERSION)
LIBDEST
=
$(SCRIPTDIR)
/python
$(VERSION)
INCLUDEPY
=
$(INCLUDEDIR)
/python
$(VERSION)
CONFINCLUDEPY
=
$(CONFINCLUDEDIR)
/python
$(VERSION)
LIBP
=
$(LIBDIR)
/python
$(VERSION)
# Symbols used for using shared libraries
...
...
@@ -319,8 +321,9 @@ $(srcdir)/Lib/$(MACHDEP):
cd
$(srcdir)
/Lib/
$(MACHDEP)
;
./regen
# Install the include files
INCLDIRSTOMAKE
=
$(INCLUDEDIR)
$(CONFINCLUDEDIR)
$(INCLUDEPY)
$(CONFINCLUDEPY)
inclinstall
:
@
for
i
in
$(INCL
UDEDIR)
$(INCLUDEPY
)
;
\
@
for
i
in
$(INCL
DIRSTOMAKE
)
;
\
do
\
if
test
!
-d
$$
i
;
then
\
echo
"Creating directory
$$
i"
;
\
...
...
@@ -334,6 +337,7 @@ inclinstall:
echo
$(INSTALL_DATA)
$$
i
$(INCLUDEPY)
;
\
$(INSTALL_DATA)
$$
i
$(INCLUDEPY)
;
\
done
$(INSTALL_DATA)
config.h
$(CONFINCLUDEPY)
/config.h
# Install the library and miscellaneous stuff needed for extending/embedding
# This goes into $(exec_prefix)
...
...
@@ -357,7 +361,6 @@ libainstall: all
$(INSTALL_DATA)
Modules/Setup
$(LIBPL)
/Setup
$(INSTALL_DATA)
Modules/Setup.local
$(LIBPL)
/Setup.local
$(INSTALL_PROGRAM)
$(srcdir)
/Modules/makesetup
$(LIBPL)
/makesetup
$(INSTALL_DATA)
config.h
$(LIBPL)
/config.h
# Install the dynamically loadable modules
# This goes into $(exec_prefix)
...
...
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