/[adonthell]/adonthell/src/python/Makefile.am
ViewVC logotype

Diff of /adonthell/src/python/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by ksterker, Tue Dec 2 22:13:22 2003 UTC revision 1.4 by ksterker, Fri Jun 3 17:29:13 2005 UTC
# Line 1  Line 1 
1  CXXFLAGS += -I$(top_srcdir)/src/  CXXFLAGS += -I$(top_srcdir)/src/
2  DEFAULT_INCLUDES = -I$(srcdir) -I$(top_builddir)  DEFAULT_INCLUDES = -I$(top_builddir)
3    EXTRA_DIST = py_runtime.i
4    
5  ## Our header files  ## Our header files
6  pkgincludepythondir = $(pkgincludedir)/python  pkgincludepythondir = $(pkgincludedir)/python
7  pkgincludepython_HEADERS = \  pkgincludepython_HEADERS = \
8          callback_support.h \          callback_support.h \
9          callback.h \          callback.h \
10      method.h \          method.h \
11      pool.h \          pool.h \
12          python.h \          python.h \
13      script.h          script.h
14    
15  ## Main library  ## Main library
16  lib_LTLIBRARIES = libadonthell_python.la  lib_LTLIBRARIES = libadonthell_python.la
# Line 17  lib_LTLIBRARIES = libadonthell_python.la Line 18  lib_LTLIBRARIES = libadonthell_python.la
18  ## Rules to build libpython  ## Rules to build libpython
19  libadonthell_python_la_SOURCES = \  libadonthell_python_la_SOURCES = \
20          callback.cc \          callback.cc \
21      method.cc \          method.cc \
22      pool.cc \          pool.cc \
23          python.cc \          python.cc \
24      script.cc          script.cc
25    
26  libadonthell_python_la_CXXFLAGS = $(PY_CFLAGS)  libadonthell_python_la_CXXFLAGS = $(PY_CFLAGS)
27  libadonthell_python_la_LIBADD = $(PY_LIBS) -L../base -ladonthell_base $(SWIGRUNTIME_LIBS) -lstdc++  libadonthell_python_la_LIBADD = $(PY_LIBS) -L../base -ladonthell_base $(SWIGRUNTIME_LIBS) -lstdc++

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26