adonthell-commits
[Top][All Lists]
Advanced

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

[Adonthell-commits] CVS: adonthell/src/py-wrappers/adonthell Makefile.am


From: Kai Sterker <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell/src/py-wrappers/adonthell Makefile.am, 1.1.1.1, 1.2
Date: Thu, 24 Jul 2003 05:58:21 -0400

Update of /cvsroot/adonthell/adonthell/src/py-wrappers/adonthell
In directory subversions:/tmp/cvs-serv13581/py-wrappers/adonthell

Modified Files:
        Makefile.am 
Log Message:
FIXES to compile on OS X

Index: Makefile.am
===================================================================
RCS file: /cvsroot/adonthell/adonthell/src/py-wrappers/adonthell/Makefile.am,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** Makefile.am 18 Jul 2003 15:16:09 -0000      1.1.1.1
--- Makefile.am 24 Jul 2003 09:58:19 -0000      1.2
***************
*** 12,16 ****
  _base_la_CXXFLAGS = $(PY_CFLAGS)
  _base_la_LDFLAGS = -avoid-version -module
! _base_la_LIBADD = $(PY_LIBS) -L$(top_builddir)/src/base/ -ladonthell_base 
-L$(top_builddir)/src/python -ladonthell_python $(SWIGRUNTIME_LIBS)
  
  ## Rules to build libpygfx (libgfx's Python wrapper)
--- 12,16 ----
  _base_la_CXXFLAGS = $(PY_CFLAGS)
  _base_la_LDFLAGS = -avoid-version -module
! _base_la_LIBADD = -L$(top_builddir)/src/base/ -ladonthell_base 
-L$(top_builddir)/src/python -ladonthell_python $(PY_LIBS) $(SWIGRUNTIME_LIBS)
  
  ## Rules to build libpygfx (libgfx's Python wrapper)
***************
*** 18,22 ****
  _gfx_la_CXXFLAGS = $(PY_CFLAGS)
  _gfx_la_LDFLAGS = -avoid-version -module
! _gfx_la_LIBADD = $(PY_LIBS) -L$(top_builddir)/src/gfx/ -ladonthell_gfx 
-L$(top_builddir)/src/python -ladonthell_python $(SWIGRUNTIME_LIBS)
  
  ## Rules to build libpyinput (libinput's Python wrapper)
--- 18,22 ----
  _gfx_la_CXXFLAGS = $(PY_CFLAGS)
  _gfx_la_LDFLAGS = -avoid-version -module
! _gfx_la_LIBADD = -L$(top_builddir)/src/gfx/ -ladonthell_gfx 
-L$(top_builddir)/src/python -ladonthell_python $(PY_LIBS) $(SWIGRUNTIME_LIBS)
  
  ## Rules to build libpyinput (libinput's Python wrapper)
***************
*** 24,28 ****
  _input_la_CXXFLAGS = $(PY_CFLAGS)
  _input_la_LDFLAGS = -avoid-version -module
! _input_la_LIBADD = $(PY_LIBS) -L$(top_builddir)/src/input/ -ladonthell_input 
-L$(top_builddir)/src/python -ladonthell_python $(SWIGRUNTIME_LIBS)
  
  ## Rules for Python wrappers generation
--- 24,28 ----
  _input_la_CXXFLAGS = $(PY_CFLAGS)
  _input_la_LDFLAGS = -avoid-version -module
! _input_la_LIBADD = -L$(top_builddir)/src/input/ -ladonthell_input 
-L$(top_builddir)/src/python -ladonthell_python $(PY_LIBS) $(SWIGRUNTIME_LIBS)
  
  ## Rules for Python wrappers generation





reply via email to

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