Changeset 64a96e in git for Singular/Makefile.in


Ignore:
Timestamp:
Oct 5, 2005, 3:52:43 PM (19 years ago)
Author:
Oliver Wienand <wienand@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b9f50b373314e74e83c7c060a651dd2913e1f033')
Children:
bb66b9537ae1b5b597d4a85d483e37d16b9d8d97
Parents:
584d650acc2807ed93c9dbb7a496bb817f9a7d1f
Message:
Makefile.in:

Anpassungen für vollst. Compilieren unter Cygwin, protected from different Systems


git-svn-id: file:///usr/local/Singular/svn/trunk@8690 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r584d650 r64a96e  
    5858else
    5959## Dirs after @CPPFLAGS@ are for PySingular
    60 CPPFLAGS        = -I${srcdir} -I../kernel @CPPFLAGS@ -I/usr/include/python2.4 -I/usr/local/include/boost-1_32 -I/home/Singular/singular-python/modules/python
     60CPPFLAGS        = -I${srcdir} -I../kernel @CPPFLAGS@ -I/usr/include/python2.4 -I/usr/local/include/boost-1_32 -I../modules/python
    6161endif
    6262DEFS            = -DNDEBUG -DOM_NDEBUG -D@SING_UNAME@ @DEFS@
     
    6565LDFLAGS         = -L../kernel -lkernel @LDFLAGS@
    6666else
    67 ## -L/usr/local/lib -L/home/Singular/singular-python/modules/python --> PySingular
     67## -L/usr/local/lib -L../modules/python --> PySingular
    6868LDFLAGS         = -L../kernel -L/bin -lkernel @LDFLAGS@ -L/usr/local/lib -L../modules/python
    6969endif
Note: See TracChangeset for help on using the changeset viewer.