adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell/src/python Makefile.am,1.1.2.1,1.1.2.


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/python Makefile.am,1.1.2.1,1.1.2.2
Date: Sun, 11 Aug 2002 16:57:47 -0400

Update of /cvsroot/adonthell/adonthell/src/python
In directory subversions:/tmp/cvs-serv9639/src/python

Modified Files:
      Tag: Branch_road_to_0-4
        Makefile.am 
Log Message:
UPDATED map engine specifications
ADDED Python callback functionality to the input system
RE-ENABLED (at least a little bit) the Python wrappers


Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/python/Attic/Makefile.am,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** Makefile.am 30 Jun 2002 19:01:00 -0000      1.1.2.1
--- Makefile.am 11 Aug 2002 20:57:45 -0000      1.1.2.2
***************
*** 3,8 ****
  noinst_LIBRARIES = libpython.a
  
  libpython_a_SOURCES = base.cc object.cc callback.cc \
!       base.h object.h callback.h
  
  CPPFLAGS += -I$(srcdir)/.. $(SDL_DEFS) $(SDL_CFLAGS) $(PY_CFLAGS)
--- 3,10 ----
  noinst_LIBRARIES = libpython.a
  
+ headers = base.h object.h callback.h
+ 
  libpython_a_SOURCES = base.cc object.cc callback.cc \
!       $(headers)
  
  CPPFLAGS += -I$(srcdir)/.. $(SDL_DEFS) $(SDL_CFLAGS) $(PY_CFLAGS)
***************
*** 11,22 ****
  
  # Note: .py files are also built by this target.
! #py_%_wrap.cc: py_%.i
! #     @if test "${P_SWIG}"; then \
! #        ${P_SWIG} -python -shadow ${SWIGFLAGS} -c++ -make_default -o 
py_$*_wrap.cc $<; \
! #     else \
! #        echo "You need swig >= $SWIG_MINVER in order to re-build this 
file."; \
! #        exit 1; \
! #     fi;
! 
! py_python_wrap.cc:
!       touch py_python_wrap.cc
--- 13,21 ----
  
  # Note: .py files are also built by this target.
! py_%_wrap.cc: py_%.i $(headers)
!       @if test "${P_SWIG}"; then \
!          ${P_SWIG} -python -shadow ${SWIGFLAGS} -c++ -make_default -o 
py_$*_wrap.cc $<; \
!       else \
!          echo "You need swig >= $SWIG_MINVER in order to re-build this 
file."; \
!          exit 1; \
!       fi;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]