adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/python object.h,NONE,1.1.2.1 obje


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/python object.h,NONE,1.1.2.1 object.cc,NONE,1.1.2.1 callback.h,NONE,1.1.2.1 callback.cc,NONE,1.1.2.1 base.h,NONE,1.1.2.1 base.cc,NONE,1.1.2.1 Makefile.am,NONE,1.1.2.1 .cvsignore,NONE,1.1.2.1
Date: Sun, 30 Jun 2002 15:01:02 -0400

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

Added Files:
      Tag: Branch_road_to_0-4
        object.h object.cc callback.h callback.cc base.h base.cc 
        Makefile.am .cvsignore 
Log Message:
Moved most files to their new module location
100% GCC 3.1 compliant
Every directory belongs to one namespace now


***** Error reading new file: [Errno 2] No such file or directory: 'object.h'
***** Error reading new file: [Errno 2] No such file or directory: 'object.cc'
***** Error reading new file: [Errno 2] No such file or directory: 'callback.h'
***** Error reading new file: [Errno 2] No such file or directory: 'callback.cc'
***** Error reading new file: [Errno 2] No such file or directory: 'base.h'
***** Error reading new file: [Errno 2] No such file or directory: 'base.cc'
--- NEW FILE ---
EXTRA_DIST = py_python.i

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)

SWIGFLAGS = -I$(srcdir)/.. $(SDL_CFLAGS)

# 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

--- NEW FILE ---
.deps
.libs
Makefile
Makefile.in
*.py
*.pyc
*_wrap.cc
TAGS




reply via email to

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