Changeset 1056


Ignore:
Timestamp:
Jun 23, 2008, 1:17:47 PM (16 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lang/python/Makefile.in

    r1048 r1056  
    1717VPATH           = $(srcdir)
    1818
    19 PYTHON =        @PYTHON@
    20 PYTHON_FLAGS = --library-dirs=$(libdir):../../src/core \
    21                --include-dirs=$(srcdir)/../../src/core:$(includedir)
    22 
     19PYTHON          = @PYTHON@
     20PYTHON_FLAGS    = --library-dirs=$(libdir):../../src/core \
     21               --include-dirs=$(srcdir)/../../src/core:$(includedir)
     22ARCHFLAGS       =
     23export ARCHFLAGS
    2324#
    2425# Python distutils doesn't handle VPATH correctly. So copy the sources
     
    2627#
    2728all: copy_sources
    28         $(PYTHON) setup.py build_ext $(PYTHON_FLAGS) build
     29        $(PYTHON) setup.py build_ext $(PYTHON_FLAGS) build 
    2930
    3031copy_sources:   
Note: See TracChangeset for help on using the changeset viewer.