From 17a543e25897ff5bfa255768dcce7897bf3cc83f Mon Sep 17 00:00:00 2001 From: "Tim E. Real" Date: Sat, 30 Oct 2010 19:58:16 +0000 Subject: Removal of autotools stuff. --- muse2/al/Makefile.am | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 muse2/al/Makefile.am (limited to 'muse2/al/Makefile.am') diff --git a/muse2/al/Makefile.am b/muse2/al/Makefile.am deleted file mode 100644 index f2464217..00000000 --- a/muse2/al/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -include $(top_srcdir)/common.am - -if PCH -AM_CXXFLAGS += -include $(top_srcdir)/all.h -endif - -noinst_LIBRARIES = libal.a - -dist_libal_a_SOURCES = \ - al.cpp al.h \ - dsp.cpp dsp.h - -if USE_SSE -dist_libal_a_SOURCES += dspSSE.cpp dspXMM.cpp -dspSSE.o: dspSSE.cpp - $(CXXCOMPILE) -x assembler -c dspSSE.cpp -endif - -- cgit v1.2.3