Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2005-04-10 02:40:34 +0400
committerChris Want <cwant@ualberta.ca>2005-04-10 02:40:34 +0400
commit6275dd5b14e94f06e73bc97ed5ee244f215fffeb (patch)
tree535dd29f44af23196261761241397361d0242da3 /extern
parent9b81d8f84cb50d67dfe86a0c65814f568f80f2f8 (diff)
Clean up for Makefiles: some of the directories were being printed
wrong (e.g., "/Fuzzics" and "/Joystick", and some of the solid stuff). This was particularly noticable during "make clean".
Diffstat (limited to 'extern')
-rwxr-xr-xextern/solid/Makefile1
-rw-r--r--extern/solid/src/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/extern/solid/Makefile b/extern/solid/Makefile
index 5aa99be5743..ed5a1359cf4 100755
--- a/extern/solid/Makefile
+++ b/extern/solid/Makefile
@@ -33,6 +33,7 @@
include nan_definitions.mk
+SOURCEDIR = extern/solid
LIBNAMES = solid solid_broad solid_convex solid_complex
DIR = $(OCGDIR)/extern/
DIRS = src
diff --git a/extern/solid/src/Makefile b/extern/solid/src/Makefile
index 451431ced3b..b45a1da9cd3 100644
--- a/extern/solid/src/Makefile
+++ b/extern/solid/src/Makefile
@@ -31,6 +31,7 @@
#
#
+SOURCEDIR = extern/solid/src
LIBNAME = solid
DIR = $(OCGDIR)/extern/$(LIBNAME)
DIRS = broad complex convex