~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to extern/Makefile

  • Committer: Dietrich Bollmann
  • Date: 2008-12-07 02:35:00 UTC
  • mfrom: (184.1.39)
  • Revision ID: diresu@web.de-20081207023500-lhwm7k6zfsgmrtzi
* Update from launchpad blender/trunk import

to state of blender repository from 2008-12-06 00:13:23 +0100 revision 17724.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Makefile 15249 2008-06-17 10:27:34Z blendix $
 
1
# $Id: Makefile 17555 2008-11-24 14:15:05Z sgefant $
2
2
#
3
3
# ***** BEGIN GPL LICENSE BLOCK *****
4
4
#
57
57
    DIRS += binreloc
58
58
endif
59
59
 
60
 
TARGET =
61
 
ifneq ($(OS),irix)
62
 
  TARGET=solid
63
 
endif
 
60
TARGET = solid
64
61
 
65
62
all::
66
63
        @[ -d $(OCGDIR)/extern ] || mkdir -p $(OCGDIR)/extern