adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src Makefile.am,1.85,1.86


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src Makefile.am,1.85,1.86
Date: Sat, 27 Apr 2002 06:33:36 -0400

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

Modified Files:
        Makefile.am 
Log Message:
MOVED all python scripts to src/modules


Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/Makefile.am,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -r1.85 -r1.86
*** Makefile.am 20 Apr 2002 11:25:36 -0000      1.85
--- Makefile.am 27 Apr 2002 10:33:31 -0000      1.86
***************
*** 2,15 ****
  
  if BUILD_TOOLS
! SUBDIRS = . tools
  endif
  
- moddatadir = $(gamedatadir)/modules
- 
- moddata_DATA = dialogue.pyc adonthell.pyc
- 
  bin_PROGRAMS = adonthell
  
! EXTRA_DIST = .indent.pro prefs.l py_adonthell.i adonthell.py
  
  CPPFLAGS += $(SDL_DEFS) $(OGG_DEFS) $(SDL_CFLAGS) $(OGG_CFLAGS) $(PY_CFLAGS)
--- 2,11 ----
  
  if BUILD_TOOLS
! SUBDIRS = . modules tools
  endif
  
  bin_PROGRAMS = adonthell
  
! EXTRA_DIST = .indent.pro prefs.l py_adonthell.i
  
  CPPFLAGS += $(SDL_DEFS) $(OGG_DEFS) $(SDL_CFLAGS) $(OGG_CFLAGS) $(PY_CFLAGS)
***************
*** 53,56 ****
--- 49,53 ----
        @if test "${P_SWIG}"; then \
           ${P_SWIG} -python -shadow ${SDL_CFLAGS} -I./ -I../ -c++ 
-make_default -o $*.cc py_adonthell.i; \
+            mv adonthell.py modules/adonthell.py; \
        else \
           echo "You need swig >= 1.3.10 in order to re-build this file."; \
***************
*** 60,67 ****
  lex.prefs.cc : prefs.l
        flex -olex.prefs.cc $<
- 
- adonthell.pyc : dialogue.pyc adonthell.py adonthell
-       ./adonthell -c
- 
- dialogue.pyc : tools/dlgedit/dialogue.py
-       @cp $< .
--- 57,58 ----




reply via email to

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