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
eb2d36c9
Kaydet (Commit)
eb2d36c9
authored
Eyl 05, 2001
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use the build directory by default, and update the version.
üst
1bfb388d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
9 deletions
+12
-9
Makefile
Demo/pysvr/Makefile
+12
-9
No files found.
Demo/pysvr/Makefile
Dosyayı görüntüle @
eb2d36c9
...
...
@@ -11,19 +11,22 @@ LINKCC=$(PURIFY) $(CC)
# Optimization preferences
OPT
=
-g
# Where Python is installed, and which version
INST
=
/usr/local
VER
=
2.0
# Which Python version we're using
VER
=
2.2
# Expressions using the above definitions
-- no need to change
# Expressions using the above definitions
PYVER
=
python
$(VER)
# Use these defs when compiling against installed Python
PYC
=
$(INST)
/lib/
$(PYVER)
/config
PYINCL
=
-I
$(INST)
/include/
$(PYVER)
-I
$(PYC)
PYLIBS
=
$(PYC)
/lib
$(PYVER)
.a
##INST=/usr/local
##PYC=$(INST)/lib/$(PYVER)/config
##PYINCL=-I$(INST)/include/$(PYVER) -I$(PYC)
##PYLIBS=$(PYC)/lib$(PYVER).a
# Use these defs when compiling against built Python
##PYINCL=-I../../Include -I../../sparc
##PYLIBS=../../sparc/lib$(PYVER).a
PLAT
=
linux
PYINCL
=
-I
../../Include
-I
../../
$(PLAT)
PYLIBS
=
../../
$(PLAT)
/lib
$(PYVER)
.a
# Libraries to link with -- very installation dependent
# (See LIBS= in Modules/Makefile in build tree)
...
...
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