~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to build_files/make/example_scripts/linux_nanmakefiles.sh

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-07-23 08:54:18 UTC
  • mfrom: (14.2.16 sid)
  • mto: (14.2.19 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120723085418-9foz30v6afaf5ffs
Tags: 2.63a-2
* debian/: Cycles support added (Closes: #658075)
  For now, this top feature has been enabled only
  on [any-amd64 any-i386] architectures because
  of OpenImageIO failing on all others
* debian/: scripts installation path changed
  from /usr/lib to /usr/share:
  + debian/patches/: patchset re-worked for path changing
  + debian/control: "Breaks" field added on yafaray-exporter

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
#
4
 
# This is an example script to build things with the Nan Makefiles
5
 
#
6
 
#
7
 
 
8
 
rm -f /tmp/.nanguess
9
 
export MAKE=make
10
 
export NANBLENDERHOME=`pwd`
11
 
export MAKEFLAGS="-w -I $NANBLENDERHOME/source --no-print-directory"
12
 
export HMAKE="$NANBLENDERHOME/source/tools/hmake/hmake"
13
 
 
14
 
export NAN_PYTHON=/soft/python-2.2.2b1/progeny1
15
 
export NAN_PYTHON_VERSION=2.2
16
 
export NAN_OPENAL=/usr/local
17
 
export NAN_JPEG=/usr/local
18
 
export NAN_PNG=/usr/local
19
 
export NAN_SDL=/usr/local
20
 
export NAN_ODE=/usr/local
21
 
export NAN_ZLIB=/usr/local
22
 
export NAN_FREETYPE=/usr/local
23
 
 
24
 
export NAN_MOZILLA_INC=/usr/local/include/mozilla-1.0.1/
25
 
export NAN_MOZILLA_LIB=/usr/local/lib/mozilla-1.0.1/
26
 
#export NAN_NSPR=/scratch/irulan/mein/nspr-4.2.2/mozilla/nsprpub/dist/
27
 
export CPPFLAGS="$CPPFLAGS"
28
 
export CFLAGS="$CFLAGS"
29
 
export INTERNATIONAL=true
30
 
 
31
 
$HMAKE -C intern/
32
 
if [ $? -eq 0 ]; then
33
 
        $HMAKE -C source/
34
 
fi
35
 
$HMAKE -C release
36
 
 
37
 
#cd release
38
 
#make