~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to release/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# $Id: Makefile,v 1.24 2004/05/03 08:12:40 h_xnan Exp $
 
2
# $Id: Makefile,v 1.28 2005/04/16 18:25:42 ianwill Exp $
3
3
#
4
4
# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
#
118
118
    else
119
119
        @cp $(OCGDIR)/bin/blender$(EXT0) $(DISTDIR)/blender$(EXT0)
120
120
    endif
 
121
        @if [ -f $(OCGDIR)/bin/blenderplayer$(EXTO) ]; then \
 
122
                cp $(OCGDIR)/bin/blenderplayer$(EXTO) \
 
123
                        $(DISTDIR)/blenderplayer$(EXTO) ; \
 
124
        fi
121
125
    endif
122
126
 
123
127
ifneq ($(NOPLUGINS),true)
140
144
        @echo "----> Copy python infrastructure"
141
145
        @[ ! -d scripts ] || cp -r scripts $(CONFDIR)/scripts
142
146
        @[ ! -d $(CONFDIR)/scripts ] || rm -fr $(CONFDIR)/scripts/CVS
143
 
        @[ ! -d bpydata ] || cp -r bpydata $(CONFDIR)/bpydata
144
 
        @[ ! -d $(CONFDIR)/bpydata ] || rm -fr $(CONFDIR)/bpydata/CVS
 
147
 
 
148
    ifeq ($(OS),darwin)
 
149
        @echo "----> Move .blender to .app/Contents/MacOS/"
 
150
        @rm -fr $(DISTDIR)/blender$(EXT0)/Contents/MacOS/.blender
 
151
        @mv $(DISTDIR)/.blender $(DISTDIR)/blender$(EXT0)/Contents/MacOS/
 
152
    endif
145
153
 
146
154
    ifneq ($(NOSTRIP),true)
147
155
        @echo "----> Strip blender executable"