From 7453ad93434ee1df7ac6bcbed3ef7f6e5c568f1a Mon Sep 17 00:00:00 2001 From: philburk Date: Tue, 1 Mar 2011 02:32:04 +0000 Subject: [PATCH] ANother attempt at fixing configure make. --- Makefile.in | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Makefile.in b/Makefile.in index a4fd0e1..303cf5a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -57,14 +57,6 @@ COMMON_OBJS = \ src/common/pa_stream.o \ src/common/pa_trace.o \ src/hostapi/skeleton/pa_hostapi_skeleton.o - -LOOPBACK_OBJS = \ - qa/loopback/src/audio_analyzer.o \ - qa/loopback/src/biquad_filter.o \ - qa/loopback/src/paqa_tools.o \ - qa/loopback/src/test_audio_analyzer.o \ - qa/loopback/src/write_wav.o \ - qa/loopback/src/paqa.o TESTS = \ bin/paqa_devs \ @@ -161,10 +153,6 @@ $(ALL_TESTS): bin/%: lib/$(PALIB) $(MAKEFILE) $(PAINC) test/%.c @WITH_ASIO_FALSE@ $(LIBTOOL) --mode=link $(CC) -o $@ $(CFLAGS) $(top_srcdir)/test/$*.c lib/$(PALIB) $(LIBS) @WITH_ASIO_TRUE@ $(LIBTOOL) --mode=link --tag=CXX $(CXX) -o $@ $(CXXFLAGS) $(top_srcdir)/test/$*.c lib/$(PALIB) $(LIBS) -bin/paloopback: lib/$(PALIB) $(MAKEFILE) $(PAINC) $(LOOPBACK_OBJS) - @WITH_ASIO_FALSE@ $(LIBTOOL) --mode=link $(CC) -o $@ $(CFLAGS) $(LOOPBACK_OBJS) lib/$(PALIB) $(LIBS) - @WITH_ASIO_TRUE@ $(LIBTOOL) --mode=link --tag=CXX $(CXX) -o $@ $(CXXFLAGS) $(LOOPBACK_OBJS) lib/$(PALIB) $(LIBS) - install: lib/$(PALIB) portaudio-2.0.pc $(INSTALL) -d $(DESTDIR)$(libdir) $(LIBTOOL) --mode=install $(INSTALL) lib/$(PALIB) $(DESTDIR)$(libdir) @@ -190,7 +178,7 @@ uninstall: $(MAKE) uninstall-recursive clean: - $(LIBTOOL) --mode=clean rm -f $(LTOBJS) $(LOOPBACK_OBJS) $(ALL_TESTS) lib/$(PALIB) + $(LIBTOOL) --mode=clean rm -f $(LTOBJS) $(ALL_TESTS) lib/$(PALIB) $(RM) bin-stamp lib-stamp -$(RM) -r bin lib -- 2.43.0