adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/audio Makefile.am,NONE,1.1.2.1 .c


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/audio 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/audio
In directory subversions:/tmp/cvs-serv9412/src/audio

Added Files:
      Tag: Branch_road_to_0-4
        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 ---
EXTRA_DIST = py_audio.i

noinst_LIBRARIES = libaudio.a

libaudio_a_SOURCES =

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_audio_wrap.cc:
        touch py_audio_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]