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
badac73d
Kaydet (Commit)
badac73d
authored
Ara 20, 1993
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
New file
üst
b898bd29
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
73 additions
and
0 deletions
+73
-0
Makefile.in
Parser/Makefile.in
+73
-0
No files found.
Parser/Makefile.in
0 → 100644
Dosyayı görüntüle @
badac73d
# NOTE: Makefile.in is converted into Makefile by the configure script
# in the parent directory. Once configure has run, you can recreate
# the Makefile by running just config.status.
# === Variables set by config.stat ===
srcdir
=
@srcdir@
VPATH
=
@srcdir@
CC
=
@CC@
RANLIB
=
@RANLIB@
# === Other things that are customizable but not by configure ===
AR
=
ar
MKDEP
=
mkdep
SHELL
=
/bin/sh
INCLDIR
=
$(srcdir)
/../Py
OPT
=
-g
CFLAGS
=
$(OPT)
-I
$(INCLDIR)
# === Fixed definitions ===
PARSEROBJS
=
acceler.o fgetsintr.o grammar1.o
\
intrcheck.o listnode.o node.o parser.o
\
parsetok.o tokenizer.o bitset.o
\
firstsets.o grammar.o metagrammar.o pgen.o
\
printgrammar.o
PGENOBJS
=
pgenmain.o
PARSERSRCS
=
acceler.c fgetsintr.c grammar1.c
\
intrcheck.c listnode.c node.c parser.c
\
parsetok.c tokenizer.c bitset.c
\
firstsets.c grammar.c metagrammar.c pgen.c
\
printgrammar.c
PGENSRCS
=
pgenmain.c
PGEN
=
pgen
LIB
=
libParser.a
# === Rules ===
all
:
$(LIB) $(PGEN)
$(LIB)
:
$(PARSEROBJS)
$(AR)
cr
$(LIB)
$(PARSEROBJS)
$(PGEN)
:
$(PGENOBJS) $(LIB)
$(CC)
$(PGENOBJS)
$(LIB)
-o
$(PGEN)
clean
:
-
rm
-f
$(PARSEROBJS)
$(PGENOBJS)
-
rm
-f
core
*
~
[
@,#]
*
*
.old
*
.orig
*
.rej
clobber
:
clean
-
rm
-f
$(PGEN)
$(LIB)
tags TAGS
Makefile
:
Makefile.in ../config.status
(
cd
..
;
$(SHELL)
config.status
)
depend
:
$(PARSERSRCS) $(PGENSRCS)
$(MKDEP)
$(CFLAGS)
$(PARSERSRCS)
$(PGENSRCS)
# DO NOT DELETE THIS LINE -- mkdep uses it.
# DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
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