[Python-checkins] python/nondist/sandbox/ast Makefile,1.4,1.5

jhylton@sourceforge.net jhylton@sourceforge.net
2002年4月15日 21:00:06 -0700


Update of /cvsroot/python/python/nondist/sandbox/ast
In directory usw-pr-cvs1:/tmp/cvs-serv24025
Modified Files:
	Makefile 
Log Message:
Add ast.so as first target.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/ast/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Makefile	11 Apr 2002 21:20:19 -0000	1.4
--- Makefile	16 Apr 2002 04:00:04 -0000	1.5
***************
*** 1,7 ****
 PYINCLUDE=/usr/local/include/python2.3
 
 Python-ast.o: Python-ast.c python.asdl
 	gcc -c -pedantic -Wall -I$(PYINCLUDE) -o Python-ast.o Python-ast.c
 
! Python-ast.c: python.asdl
 	python asdl_c.py python.asdl
--- 1,11 ----
 PYINCLUDE=/usr/local/include/python2.3
 
+ ast.so: astmodule.c setup.py Python-ast.c python.asdl asdl.c asdl.h
+ 	python setup.py build_ext -i
+ 
 Python-ast.o: Python-ast.c python.asdl
 	gcc -c -pedantic -Wall -I$(PYINCLUDE) -o Python-ast.o Python-ast.c
 
! Python-ast.c: python.asdl asdl_c.py
 	python asdl_c.py python.asdl
+ 

AltStyle によって変換されたページ (->オリジナル) /