From 8a2c2824a59d7644e13bc52c9a0ecbd641f21f95 Mon Sep 17 00:00:00 2001 From: Robert Jonsson Date: Wed, 13 Oct 2010 19:34:22 +0000 Subject: new branch muse2, first checkin --- muse2/al/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 muse2/al/Makefile.am (limited to 'muse2/al/Makefile.am') diff --git a/muse2/al/Makefile.am b/muse2/al/Makefile.am new file mode 100644 index 00000000..f2464217 --- /dev/null +++ b/muse2/al/Makefile.am @@ -0,0 +1,18 @@ +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