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/intern
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2003-07-16 23:53:53 +0400
committerKent Mein <mein@cs.umn.edu>2003-07-16 23:53:53 +0400
commit6dcc5b030e1a6e66aed8504a2fbc2ab652b9ea91 (patch)
treefdac93db612eb1d542516c4fa2d89c8653eed965 /intern
parent899a12a5cb043839ce1ae497ea4a3dec824e1867 (diff)
Further fixes to the old makefiles.
Kent
Diffstat (limited to 'intern')
-rw-r--r--intern/SoundSystem/Makefile4
-rw-r--r--intern/SoundSystem/SND_test/Makefile7
-rw-r--r--intern/SoundSystem/intern/Makefile4
3 files changed, 7 insertions, 8 deletions
diff --git a/intern/SoundSystem/Makefile b/intern/SoundSystem/Makefile
index 87afb6abb15..4273b3380f9 100644
--- a/intern/SoundSystem/Makefile
+++ b/intern/SoundSystem/Makefile
@@ -35,7 +35,7 @@ include nan_definitions.mk
LIBNAME = soundsystem
SOURCEDIR = intern/SoundSystem
-DIR = $(OCGDIR)/SoundSystem
+DIR = $(OCGDIR)/$(SOURCEDIR)
DIRS = intern
DIRS += dummy
@@ -68,6 +68,6 @@ ifeq ($(OS),darwin)
ranlib $(NAN_SOUNDSYSTEM)/lib/libsoundsystem.a
ranlib $(NAN_SOUNDSYSTEM)/lib/debug/libsoundsystem.a
endif
- @../tools/cpifdiff.sh extern/*.h $(NAN_SOUNDSYSTEM)/include/
+ @../tools/cpifdiff.sh *.h $(NAN_SOUNDSYSTEM)/include/
diff --git a/intern/SoundSystem/SND_test/Makefile b/intern/SoundSystem/SND_test/Makefile
index bb317f2c8f6..2fc531ae37e 100644
--- a/intern/SoundSystem/SND_test/Makefile
+++ b/intern/SoundSystem/SND_test/Makefile
@@ -31,8 +31,8 @@
#
#
-LIBNAME = SoundSystem
-DIR = $(OCGDIR)/intern/$(LIBNAME)
+LIBNAME = soundsystem
+DIR = $(OCGDIR)/intern/SoundSystem
ALLTARGETS = $(OBJS) $(DIR)/$(DEBUG_DIR)SoundSystem
include nan_compile.mk
@@ -44,8 +44,7 @@ CPPFLAGS += -I.. -I../SND_BlenderWaveCache -I../SND_OpenAL
TESTLIB = $(OCGDIR)/gameengine/OpenALSoundSystem/$(DEBUG_DIR)libOpenALSoundSystem.a
TESTLIB += $(OCGDIR)/gameengine/BlenderWaveCache/$(DEBUG_DIR)libBlenderWaveCache.a
-TESTLIB += $(OCGDIR)/kernel/gen_system/$(DEBUG_DIR)libgen_system.a
-TESTLIB += $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libSoundSystem.a
+TESTLIB += $(OCGDIR)/intern/SoundSystem/$(DEBUG_DIR)libsoundsystem.a
TESTLIB += $(NAN_OPENAL)/lib/libopenal.a
$(DIR)/$(DEBUG_DIR)SoundSystem: $(OBJS) $(TESTLIB)
diff --git a/intern/SoundSystem/intern/Makefile b/intern/SoundSystem/intern/Makefile
index 380a9748b70..252c6c022fe 100644
--- a/intern/SoundSystem/intern/Makefile
+++ b/intern/SoundSystem/intern/Makefile
@@ -31,8 +31,8 @@
#
#
-LIBNAME = SoundSystem
-DIR = $(OCGDIR)/intern/$(LIBNAME)
+LIBNAME = soundsystem
+DIR = $(OCGDIR)/intern/SoundSystem
include nan_compile.mk