summaryrefslogtreecommitdiff
path: root/muse2/al
diff options
context:
space:
mode:
authorTim E. Real <termtech@rogers.com>2010-10-30 19:58:16 +0000
committerTim E. Real <termtech@rogers.com>2010-10-30 19:58:16 +0000
commit17a543e25897ff5bfa255768dcce7897bf3cc83f (patch)
treeb34f968955593da4b3891472fcf8bfe2887c56ef /muse2/al
parenta4a9caf83acdc7163d3549371c1b6a29b6f062f4 (diff)
Removal of autotools stuff.
Diffstat (limited to 'muse2/al')
-rw-r--r--muse2/al/Makefile.am18
1 files changed, 0 insertions, 18 deletions
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
-