Added Cygwin / mingw default location also
#
+<<<<<<< Makefile
# $Id$
+=======
+# $Id$
+>>>>>>> 1.18
#
# ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
#
SOURCEDIR = extern
DIR = $(OCGDIR)/extern
-DIRS =
+DIRS = qhull/src solid
ifeq ($(WITH_FREETYPE2), true)
DIRS += bFTGL/src
ifeq ($(NAN_FFMPEG), $(LCGDIR)/ffmpeg)
DIRS += ffmpeg
endif
+ifeq ($(NAN_FFMPEG), $(LCGDIR)/gcc/ffmpeg)
+ DIRS += ffmpeg
+endif
endif
ifneq ($(NAN_NO_KETSJI), true)
- DIRS += qhull/src solid bullet
+ DIRS += bullet
endif
TARGET =
+ifneq ($(OS),irix)
+ TARGET=solid
+endif
all::
@[ -d $(OCGDIR)/extern ] || mkdir -p $(OCGDIR)/extern