adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/input py_input.i,NONE,1.1.2.1 mou


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/input py_input.i,NONE,1.1.2.1 mouse_event.h,NONE,1.1.2.1 mouse_event.cc,NONE,1.1.2.1 manager_SDL.cc,NONE,1.1.2.1 manager.h,NONE,1.1.2.1 manager.cc,NONE,1.1.2.1 listener.h,NONE,1.1.2.1 listener.cc,NONE,1.1.2.1 keyboard_event.h,NONE,1.1.2.1 keyboard_event.cc,NONE,1.1.2.1 joystick_event.h,NONE,1.1.2.1 joystick_event.cc,NONE,1.1.2.1 event.h,NONE,1.1.2.1 event.cc,NONE,1.1.2.1 control_event.h,NONE,1.1.2.1 control_event.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/input
In directory subversions:/tmp/cvs-serv9412/src/input

Added Files:
      Tag: Branch_road_to_0-4
        py_input.i mouse_event.h mouse_event.cc manager_SDL.cc 
        manager.h manager.cc listener.h listener.cc keyboard_event.h 
        keyboard_event.cc joystick_event.h joystick_event.cc event.h 
        event.cc control_event.h control_event.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


--- NEW FILE ---
%module input
%{

#include <string>
#include "types.h"
#include "input_event.h"
#include "input_listener.h"
#include "input_manager.h"

%}

%include "py_wrappers_base.i"

%include "input_event.h"
%include "keyboard_event.h"
%include "mouse_event.h"
%include "joystick_event.h"
%include "control_event.h"
%include "input_listener.h"
%include "input_manager.h"

***** Error reading new file: [Errno 2] No such file or directory: 
'mouse_event.h'
***** Error reading new file: [Errno 2] No such file or directory: 
'mouse_event.cc'
***** Error reading new file: [Errno 2] No such file or directory: 
'manager_SDL.cc'
***** Error reading new file: [Errno 2] No such file or directory: 'manager.h'
***** Error reading new file: [Errno 2] No such file or directory: 'manager.cc'
***** Error reading new file: [Errno 2] No such file or directory: 'listener.h'
***** Error reading new file: [Errno 2] No such file or directory: 'listener.cc'
***** Error reading new file: [Errno 2] No such file or directory: 
'keyboard_event.h'
***** Error reading new file: [Errno 2] No such file or directory: 
'keyboard_event.cc'
***** Error reading new file: [Errno 2] No such file or directory: 
'joystick_event.h'
***** Error reading new file: [Errno 2] No such file or directory: 
'joystick_event.cc'
***** Error reading new file: [Errno 2] No such file or directory: 'event.h'
***** Error reading new file: [Errno 2] No such file or directory: 'event.cc'
***** Error reading new file: [Errno 2] No such file or directory: 
'control_event.h'
***** Error reading new file: [Errno 2] No such file or directory: 
'control_event.cc'
--- NEW FILE ---
EXTRA_DIST = py_input.i

noinst_LIBRARIES = libinput.a

libinput_a_SOURCES = event.cc joystick_event.cc mouse_event.cc \
        keyboard_event.cc control_event.cc listener.cc manager.cc \
        manager_SDL.cc py_input_wrap.cc \
        event.h joystick_event.h mouse_event.h keyboard_event.h \
        control_event.h listener.h manager.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_input_wrap.cc:
        touch py_input_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]