[Python-checkins] CVS: python/dist/src/Demo/embed Makefile,1.3,1.4

Guido van Rossum python-dev@python.org
Mon, 10 Jul 2000 07:35:15 -0700


Update of /cvsroot/python/python/dist/src/Demo/embed
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9724

Modified Files:
	Makefile 
Log Message:
Adapted for Python 2.0 under RH Linux.


Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/embed/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile	1997/07/19 20:58:50	1.3
--- Makefile	2000/07/10 14:35:12	1.4
***************
*** 1,4 ****
  # Makefile for embedded Python use demo.
! # (This version tailored for CNRI and Solaris; edit lines marked with XXX.)
  
  # XXX The compiler you are using
--- 1,5 ----
  # Makefile for embedded Python use demo.
! # (This version tailored for my Red Hat Linux 6.1 setup;
! # edit lines marked with XXX.)
  
  # XXX The compiler you are using
***************
*** 6,14 ****
  
  # XXX Top of the build tree and source tree
! blddir=		../..
  srcdir=		../..
  
  # Python version
! VERSION=	1.5
  
  # Compiler flags
--- 7,15 ----
  
  # XXX Top of the build tree and source tree
! blddir=		../../linux
  srcdir=		../..
  
  # Python version
! VERSION=	2.0
  
  # Compiler flags
***************
*** 18,25 ****
  
  # The Python library
! LIBPYTHON=		$(blddir)/libpython$(VERSION).a
  
  # XXX edit LIBS (in particular) to match $(blddir)/Modules/Makefile
! LIBS=		-lsocket -lnsl -ldl  -lreadline -ltermcap
  SYSLIBS=	-lm
  MODLIBS=	
--- 19,26 ----
  
  # The Python library
! LIBPYTHON=	$(blddir)/libpython$(VERSION).a
  
  # XXX edit LIBS (in particular) to match $(blddir)/Modules/Makefile
! LIBS=		-lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
  SYSLIBS=	-lm
  MODLIBS=