~ubuntu-branches/ubuntu/lucid/blender/lucid

« back to all changes in this revision

Viewing changes to dlltool/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Chris Coulson
  • Date: 2009-08-06 22:32:19 UTC
  • mfrom: (1.2.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20090806223219-8z4eej1u8levu4pz
Tags: 2.49a+dfsg-0ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: Build-depend on python-2.6 rather than python-2.5.
  - debian/misc/*.desktop: Add Spanish translation to .desktop 
    files.
  - debian/pyversions: 2.6.
  - debian/rules: Clean *.o of source/blender/python/api2_2x/
* New upstream release (LP: #382153).
* Refreshed patches:
  - 01_sanitize_sys.patch
  - 02_tmp_in_HOME
  - 10_use_systemwide_ftgl
  - 70_portability_platform_detection
* Removed patches merged upstream:
  - 30_fix_python_syntax_warning
  - 90_ubuntu_ffmpeg_52_changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include nan_definitions.mk
2
2
 
3
 
PYTHONDLL=python$(subst .,,$(NAN_PYTHON_VERSION)).dll
4
 
 
5
3
all: ${NAN_GETTEXT}/lib/freegettext.a  ${NAN_ICONV}/lib/freeiconv.a \
6
4
                ${NAN_PYTHON}/lib/freepy.a
7
5
 
24
22
        ranlib ${NAN_ICONV}/lib/freeiconv.a
25
23
        rm ./iconv.dll
26
24
 
27
 
${NAN_PYTHON}/lib/freepy.a: python.def ${NAN_PYTHON}/lib/$(PYTHONDLL)
28
 
        cp ${NAN_PYTHON}/lib/$(PYTHONDLL) .
29
 
        sed s/PYTHON22\.DLL/$(PYTHONDLL)/ python.def > $(PYTHONDLL).def
30
 
        dlltool.exe -v --output-lib ${NAN_PYTHON}/lib/freepy.a \
31
 
                --input-def $(PYTHONDLL).def \
32
 
                --dllname $(PYTHONDLL)
33
 
        ranlib ${NAN_PYTHON}/lib/freepy.a
34
 
        rm ./$(PYTHONDLL)
35
 
 
36
25
clean:
37
 
        $(RM) ${NAN_PYTHON}/lib/freepy.a ${NAN_GETTEXT}/lib/freegettext.a \
 
26
        $(RM) ${NAN_GETTEXT}/lib/freegettext.a \
38
27
                ${NAN_ICONV}/lib/freeiconv.a