[SCM] opencore-amr packaging branch, master, updated. upstream/0.1.2-10-g7bf1e45

ceros-guest at users.alioth.debian.org ceros-guest at users.alioth.debian.org
Fri Sep 18 20:48:58 UTC 2009


The following commit has been merged in the master branch:
commit 31d7f6ee5da6f0a52cbd056160cf4c5f5d3fd9e6
Author: Martin Storsjo <martin at martin.st>
Date:   Fri Aug 7 02:15:41 2009 +0300

    Call the subdirectory makefiles with the correct names, if using the static
    makefile system

diff --git a/Makefile.alt b/Makefile.alt
index 0eb3346..a2e23e8 100644
--- a/Makefile.alt
+++ b/Makefile.alt
@@ -1,12 +1,12 @@
 all:
-	$(MAKE) -C amrnb BUILD_AS_C=1
-	$(MAKE) -C amrwb BUILD_AS_C=1
+	$(MAKE) -f Makefile.alt -C amrnb BUILD_AS_C=1
+	$(MAKE) -f Makefile.alt -C amrwb BUILD_AS_C=1
 
 distclean: clean
 clean:
-	$(MAKE) -C amrnb clean
-	$(MAKE) -C amrwb clean
+	$(MAKE) -f Makefile.alt -C amrnb clean
+	$(MAKE) -f Makefile.alt -C amrwb clean
 
 install:
-	$(MAKE) -C amrnb install BUILD_AS_C=1
-	$(MAKE) -C amrwb install BUILD_AS_C=1
+	$(MAKE) -f Makefile.alt -C amrnb install BUILD_AS_C=1
+	$(MAKE) -f Makefile.alt -C amrwb install BUILD_AS_C=1

-- 
opencore-amr packaging



More information about the pkg-multimedia-commits mailing list