mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 07:39:42 +02:00
You may now do: mkdir build cd build ../configure ./audacity And all but one directory will remain unmolested...no more object files in "src". And if you look carefully, you'll see that the newly built "audacity" is copied to the top of the build tree...no more having to use "src/audacity" to run. You can of course still do the configure from the top and get all of the objects strewn about the tree. I still haven't figured out how to keep the locale directory from getting soiled. I'm not really sure there's a way around it really.
40 lines
1.5 KiB
Diff
40 lines
1.5 KiB
Diff
Index: lib-src/sbsms/Makefile.in
|
|
===================================================================
|
|
--- lib-src/sbsms/Makefile.in (revision 13509)
|
|
+++ lib-src/sbsms/Makefile.in (working copy)
|
|
@@ -1,4 +1,4 @@
|
|
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
|
|
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
Index: lib-src/sbsms/src/Makefile.am
|
|
===================================================================
|
|
--- lib-src/sbsms/src/Makefile.am (revision 13509)
|
|
+++ lib-src/sbsms/src/Makefile.am (working copy)
|
|
@@ -1,4 +1,4 @@
|
|
-AM_CXXFLAGS = -I../include @SBSMS_CFLAGS@
|
|
+AM_CXXFLAGS = -I$(srcdir)/../include @SBSMS_CFLAGS@
|
|
|
|
libsbsmsincludedir = $(includedir)
|
|
libsbsmsinclude_HEADERS = ../include/sbsms.h
|
|
Index: lib-src/sbsms/src/Makefile.in
|
|
===================================================================
|
|
--- lib-src/sbsms/src/Makefile.in (revision 13509)
|
|
+++ lib-src/sbsms/src/Makefile.in (working copy)
|
|
@@ -1,4 +1,4 @@
|
|
-# Makefile.in generated by automake 1.13.3 from Makefile.am.
|
|
+# Makefile.in generated by automake 1.13.4 from Makefile.am.
|
|
# @configure_input@
|
|
|
|
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
|
|
@@ -339,7 +339,7 @@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-AM_CXXFLAGS = -I../include @SBSMS_CFLAGS@
|
|
+AM_CXXFLAGS = -I$(srcdir)/../include @SBSMS_CFLAGS@
|
|
libsbsmsincludedir = $(includedir)
|
|
libsbsmsinclude_HEADERS = ../include/sbsms.h
|
|
lib_LTLIBRARIES = libsbsms.la
|