[Python-checkins] python/dist/src/PC/os2emx Makefile,1.5,1.6

aimacintyre@users.sourceforge.net aimacintyre@users.sourceforge.net
2002年12月04日 04:37:19 -0800


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory sc8-pr-cvs1:/tmp/cvs-serv26266
Modified Files:
	Makefile 
Log Message:
make BSDDB 1.85 module buildable again after BSDDB3 module import
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Makefile	18 Aug 2002 06:26:33 -0000	1.5
--- Makefile	4 Dec 2002 12:37:17 -0000	1.6
***************
*** 237,241 ****
 DESCRIPTION.mpz$(MODULE.EXT)=		Python Extension DLL for access to GNU multi-precision library
 DESCRIPTION.readline$(MODULE.EXT)=	Python Extension DLL for access to GNU ReadLine library
! DESCRIPTION.bsddb$(MODULE.EXT)=		Python Extension DLL for access to BSD DB (v1.85) library
 DESCRIPTION._curses$(MODULE.EXT)=	Python Extension DLL for access to ncurses library
 DESCRIPTION.pyexpat$(MODULE.EXT)=	Python Extension DLL for access to expat library
--- 237,241 ----
 DESCRIPTION.mpz$(MODULE.EXT)=		Python Extension DLL for access to GNU multi-precision library
 DESCRIPTION.readline$(MODULE.EXT)=	Python Extension DLL for access to GNU ReadLine library
! DESCRIPTION.bsddb185$(MODULE.EXT)=	Python Extension DLL for access to BSD DB (v1.85) library
 DESCRIPTION._curses$(MODULE.EXT)=	Python Extension DLL for access to ncurses library
 DESCRIPTION.pyexpat$(MODULE.EXT)=	Python Extension DLL for access to expat library
***************
*** 423,427 ****
 endif
 ifeq ($(BSDDB),yes)
! HARDEXTMODULES+=	bsddb
 endif
 ifeq ($(CURSES),yes)
--- 423,427 ----
 endif
 ifeq ($(BSDDB),yes)
! HARDEXTMODULES+=	bsddb185
 endif
 ifeq ($(CURSES),yes)
***************
*** 576,580 ****
 
 # - optional modules (requiring other software to be installed)
! bsddb$(MODULE.EXT): $(OUT)bsddbmodule$O $(OUT)bsddb_m.def $(PYTHON.IMPLIB)
 	$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) -ldb $(LIBS)
 
--- 576,580 ----
 
 # - optional modules (requiring other software to be installed)
! bsddb185$(MODULE.EXT): $(OUT)bsddbmodule$O $(OUT)bsddb185_m.def $(PYTHON.IMPLIB)
 	$(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) -ldb $(LIBS)
 

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