You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
411 B
19 lines
411 B
|
|
# ---- @OS_TYPE@/@ARCH_TYPE@ ----
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
EXTRA_DIST = audioIO_AIX.cpp audioIO_BeOS.cpp \
|
|
audioIO_HPUX.cpp \
|
|
audioIO_IRIX.cpp audioIO_Linux.cpp \
|
|
audioIO_SunOS.cpp audioIO_SDL.cpp
|
|
|
|
noinst_HEADERS = audioIO.h dspWrapper.h
|
|
|
|
noinst_LTLIBRARIES = libaudio.la
|
|
|
|
libaudio_la_SOURCES = audioIO.cpp dspWrapper.cpp
|
|
|
|
libaudio_la_LDFLAGS = $(all_libraries) $(ARTS_LIBS)
|
|
|