alsa-tools/seq/sbiload/Makefile.am

18 lines
376 B
Text
Raw Normal View History

2001-08-20 13:18:40 +00:00
# # Process this file with automake to produce Makefile.in.
AUTOMAKE_OPTIONS = 1.3 foreign
CFLAGS = -Wall -g
bin_PROGRAMS = sbiload
#man_MANS = sbiload.1
sbiload_SOURCES = sbiload.c
EXTRA_DIST = README COPYING
2001-08-20 15:17:09 +00:00
alsa-dist: distdir
@rm -rf ../../distdir/seq/sbiload
@mkdir -p ../../distdir/seq/sbiload
@cp -RLpv $(distdir)/* ../../distdir/seq/sbiload
@rm -rf $(distdir)