kobodl/sound/Makefile.am
Ville Lindholm dbc223eb84
Initial commit
Import existing source tree; original VCS history is no longer available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-28 16:35:31 +03:00

13 lines
403 B
Makefile

noinst_LIBRARIES = libsound.a
INCLUDES = -I../eel -I../graphics @LOCALCFLAGS@
libsound_a_SOURCES = audio.c a_globals.c a_struct.c \
audiodev.c a_midi.c sfifo.c a_pitch.c a_midisock.c \
a_wave.c a_patch.c a_channel.c a_voice.c a_bus.c \
a_commands.c a_control.c a_midicon.c a_midifile.c \
a_plugin.c a_delay.c a_limiter.c a_filters.c \
a_wca.c a_agw.c a_sequencer.c a_events.c
EXTRA_DIST = *.h