From 26f63bfa197e82a6d3a3f298c603f1878891b8f8 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 21 Jan 2005 05:15:33 +0000 Subject: Added bFTGL to extern and updated the Makefiles. I'm guessing there will need to be tweaks but it seems to work on my linux box. I haven't touched any of the other build systems so those will need to be done. We probably don't need all of this stuff but I figured better to add a little too much then to little. Kent --- extern/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'extern/Makefile') diff --git a/extern/Makefile b/extern/Makefile index 4bd348c6735..458d19f357b 100644 --- a/extern/Makefile +++ b/extern/Makefile @@ -34,17 +34,13 @@ include nan_definitions.mk SOURCEDIR = extern DIR = $(OCGDIR)/extern -DIRS = qhull/src solid +DIRS = qhull/src solid bFTGL/src TARGET = ifneq ($(OS),irix) TARGET=solid endif -# include nan_subdirs.mk - -# .PHONY: qhull solid solid_with_qhull - all:: @[ -d $(OCGDIR)/extern ] || mkdir -p $(OCGDIR)/extern @for i in $(DIRS); do \ -- cgit v1.2.3