From 9c72c6c01317e0adb3eb671b50f024ad0e19c5b0 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Mon, 20 Dec 2004 05:09:40 +0000 Subject: updated make system updated build system svn path=/trunk/; revision=2419 --- externals/grill/py/build/config-lnx.def | 10 +++++----- externals/grill/py/build/config-win.def | 4 ++-- externals/grill/py/build/makefile-lnx-gcc.inc | 4 ++-- externals/grill/py/build/makefile-win-msvc.inc | 4 ++-- externals/grill/py/build/package.txt | 11 ----------- externals/grill/py/package.txt | 10 ++++++++++ 6 files changed, 21 insertions(+), 22 deletions(-) delete mode 100644 externals/grill/py/build/package.txt create mode 100644 externals/grill/py/package.txt (limited to 'externals') diff --git a/externals/grill/py/build/config-lnx.def b/externals/grill/py/build/config-lnx.def index a93932e0..121d2cb5 100644 --- a/externals/grill/py/build/config-lnx.def +++ b/externals/grill/py/build/config-lnx.def @@ -1,5 +1,5 @@ -# what is the base prefix of the Python installation? -PYTHONPREFIX=/usr - -# which Python version do you want to compile against? -PYTHONVERSION=2.3 +# what is the base prefix of the Python installation? +PYTHONPREFIX=/usr + +# which Python version do you want to compile against? +PYTHONVERSION=2.3 diff --git a/externals/grill/py/build/config-win.def b/externals/grill/py/build/config-win.def index 0a3a3f47..afa2f649 100644 --- a/externals/grill/py/build/config-win.def +++ b/externals/grill/py/build/config-win.def @@ -1,2 +1,2 @@ -# where is the Python installation? -PYTHONPATH=c:\programme\prog\python24 +# where is the Python installation? +PYTHONPATH=c:\programme\prog\python24 diff --git a/externals/grill/py/build/makefile-lnx-gcc.inc b/externals/grill/py/build/makefile-lnx-gcc.inc index f49715fd..f12ec62e 100644 --- a/externals/grill/py/build/makefile-lnx-gcc.inc +++ b/externals/grill/py/build/makefile-lnx-gcc.inc @@ -1,2 +1,2 @@ -INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) -LIBS += -lpython$(PYTHONVERSION) +INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) +LIBS += -lpython$(PYTHONVERSION) diff --git a/externals/grill/py/build/makefile-win-msvc.inc b/externals/grill/py/build/makefile-win-msvc.inc index 33ec5f8e..8748d223 100644 --- a/externals/grill/py/build/makefile-win-msvc.inc +++ b/externals/grill/py/build/makefile-win-msvc.inc @@ -1,2 +1,2 @@ -INCPATH=/I$(PYTHONPATH)\include -LIBPATH=/LIBPATH:$(PYTHONPATH)\libs +INCPATH=/I$(PYTHONPATH)\include +LIBPATH=/LIBPATH:$(PYTHONPATH)\libs diff --git a/externals/grill/py/build/package.txt b/externals/grill/py/build/package.txt deleted file mode 100644 index 459b8708..00000000 --- a/externals/grill/py/build/package.txt +++ /dev/null @@ -1,11 +0,0 @@ -NAME=py - -THREADED=1 -HAVECONFIG=1 -HAVEMAKE=1 - -SRCDIR=source - -SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp - -HDRS= main.h pyext.h diff --git a/externals/grill/py/package.txt b/externals/grill/py/package.txt new file mode 100644 index 00000000..fb2ff307 --- /dev/null +++ b/externals/grill/py/package.txt @@ -0,0 +1,10 @@ +NAME=py + +THREADED=1 + +BUILDDIR=build +SRCDIR=source + +SRCS= main.cpp py.cpp pyext.cpp modmeth.cpp clmeth.cpp register.cpp pyargs.cpp bound.cpp + +HDRS= main.h pyext.h -- cgit v1.2.1