mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2025-02-17 01:20:02 +00:00
Octave/Makefile.am : Use $(top_buildir) instead of $(builddir) which may not be defined.
This commit is contained in:
parent
b887f6427a
commit
3e6e4c8f2b
@ -1,3 +1,8 @@
|
||||
2009-02-08 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* Octave/Makefile.am
|
||||
Use $(top_buildir) instead of $(builddir) which may not be defined.
|
||||
|
||||
2009-02-07 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
|
||||
|
||||
* configure.ac AUTHORS NEWS README doc/*.html
|
||||
|
@ -33,10 +33,10 @@ noinst_DATA = $(oct_module_files)
|
||||
# Use Octave's mkoctfile to do all the heavy lifting. Unfortunately, its
|
||||
# a little dumb so we need to guide it carefully.
|
||||
sndfile.oct : sndfile.o
|
||||
$(MKOCTFILE) -v $(INCLUDES) $(builddir)/$+ -L$(SNDFILEDIR)/.libs -L$(SNDFILEDIR) -lsndfile -o $(builddir)/$@
|
||||
$(MKOCTFILE) -v $(INCLUDES) $(top_builddir)/Octave/$+ -L$(SNDFILEDIR)/.libs -L$(SNDFILEDIR) -lsndfile -o $(top_builddir)/Octave/$@
|
||||
|
||||
sndfile.o : sndfile.cc
|
||||
$(MKOCTFILE) -v $(INCLUDES) -c $+ -o $(builddir)/$@
|
||||
$(MKOCTFILE) -v $(INCLUDES) -c $+ -o $(top_builddir)/Octave/$@
|
||||
|
||||
# Allow for the test being run in the build dir, but the test script
|
||||
# being located in the source dir.
|
||||
|
Loading…
x
Reference in New Issue
Block a user