mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Regenerate and reapply SRCDIR build patch
This commit is contained in:
parent
69c043eb12
commit
4c1a1d36a3
@ -156,7 +156,10 @@ SRC_DIRS = \
|
|||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
|
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
|
||||||
|
|
||||||
all: lib/$(PALIB) all-recursive tests examples selftests
|
prep:
|
||||||
|
mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
|
||||||
|
|
||||||
|
all: prep lib/$(PALIB) all-recursive tests examples selftests
|
||||||
|
|
||||||
tests: bin-stamp $(TESTS)
|
tests: bin-stamp $(TESTS)
|
||||||
|
|
||||||
|
@ -1,17 +1,16 @@
|
|||||||
Index: lib-src/portaudio-v19/Makefile.in
|
diff --git a/lib-src/portaudio-v19/Makefile.in b/lib-src/portaudio-v19/Makefile.in
|
||||||
===================================================================
|
index f5fc258..18c2de6 100644
|
||||||
--- lib-src/portaudio-v19/Makefile.in (revision 13510)
|
--- a/lib-src/portaudio-v19/Makefile.in
|
||||||
+++ lib-src/portaudio-v19/Makefile.in (working copy)
|
+++ b/lib-src/portaudio-v19/Makefile.in
|
||||||
@@ -156,8 +156,11 @@
|
@@ -156,7 +156,10 @@ SRC_DIRS = \
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
|
@ENABLE_CXX_TRUE@SUBDIRS += bindings/cpp
|
||||||
|
|
||||||
-all: lib/$(PALIB) all-recursive tests examples selftests
|
-all: lib/$(PALIB) all-recursive tests examples selftests
|
||||||
+prep:
|
+prep:
|
||||||
+ mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
|
+ mkdir -p qa/loopback/src/ src/hostapi/skeleton/ $(SRC_DIRS)
|
||||||
|
|
||||||
+all: prep lib/$(PALIB) all-recursive tests examples selftests
|
|
||||||
+
|
+
|
||||||
|
+all: prep lib/$(PALIB) all-recursive tests examples selftests
|
||||||
|
|
||||||
tests: bin-stamp $(TESTS)
|
tests: bin-stamp $(TESTS)
|
||||||
|
|
||||||
examples: bin-stamp $(EXAMPLES)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user